# HG changeset patch # User Christophe Lincoln # Date 1302048862 -7200 # Node ID 5c348f41a718076b22f92963bd2531a194efa3c6 # Parent f80f311578f71b5c8d3942ab429d5dfee749114b Removed old vanilla file and add BBpress theme diff -r f80f311578f7 -r 5c348f41a718 forum/README --- a/forum/README Sun Apr 03 04:11:27 2011 +0000 +++ b/forum/README Wed Apr 06 02:14:22 2011 +0200 @@ -1,3 +1,8 @@ +2011-04-06 +The forum is powered by BBpress + +Running on SliTaz 3.0 + 2010-12-22 The forum is powered by Vanilla Forums (http://vanillaforums.org/) diff -r f80f311578f7 -r 5c348f41a718 forum/my-templates/slitaz/footer.php --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/forum/my-templates/slitaz/footer.php Wed Apr 06 02:14:22 2011 +0200 @@ -0,0 +1,38 @@ + + + + + + + + diff -r f80f311578f7 -r 5c348f41a718 forum/my-templates/slitaz/header.php --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/forum/my-templates/slitaz/header.php Wed Apr 06 02:14:22 2011 +0200 @@ -0,0 +1,66 @@ + + +> +> + + + <?php bb_title() ?> + + + + + + + + + + + +
+ + + +
+
+ The SliTaz Forum is the place where you can get support, + ask any request about SliTaz, help others and get involve + in a community group. +

+ Old forum: + vanilla.slitaz.org +

+
+
+ +
+ + diff -r f80f311578f7 -r 5c348f41a718 forum/my-templates/slitaz/images/logo.png Binary file forum/my-templates/slitaz/images/logo.png has changed diff -r f80f311578f7 -r 5c348f41a718 forum/my-templates/slitaz/images/network.png Binary file forum/my-templates/slitaz/images/network.png has changed diff -r f80f311578f7 -r 5c348f41a718 forum/my-templates/slitaz/style.css --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/forum/my-templates/slitaz/style.css Wed Apr 06 02:14:22 2011 +0200 @@ -0,0 +1,1020 @@ +/* +Theme Name: SliTaz +Theme URI: http://www.slitaz.org/ +Description: The SliTaz Theme for bbPress. +Version: 1.0 +Author: Christophe Lincoln +Author URI: http://people.slitaz.org/~pankso/ +*/ + +/* Globals +=================================== */ + +* { margin: 0; padding: 0; } + +body { + background-color: #fff; + font: 13px sans-serif, vernada, arial; + line-height: 130%; +} + +a { text-decoration: none; color: #215090; } +a:hover { text-decoration: none; color: blue; } + +.alt { background-color: #fff; } + +pre, code { font: 1.0em Monaco, 'Courier New', monospace; } + +pre, p { margin-bottom: 1.0em; } + +.left { float: left; } + +.right { float: right; } + +.delete:hover { + background-color: #c00; + color: #fff; +} + +h1 { font-size: 2em; } + +h2 { font-size: 1.3em; } + +fieldset { + border-width: 0; + padding: 0; + margin: 0; +} + +img.avatar { border: 1px solid #ddd; } + +.bozo { background-color: #eeee88; } + +.alt.bozo { background-color: #ffff99; } + +.deleted { background-color: #ee8888; } + +.alt.deleted { background-color: #ff9999; } + +/* Structure +=================================== */ + +#wrapper { + border: none; +} + +#header { + margin: 0; + width: 100%; + height: 40px; + position: relative; + background: #351a0a; +} + +#header h1 { + font-size: 20px; + font-style: italic; + position: absolute; + display: block; + color: #fff; + left: 0px; + top: 0px; + bottom: 0; + z-index: 2; + background: url(images/logo.png) no-repeat left; + padding: 12px 0 0 42px; +} + +#header p.description { + font-size: 14px; + font-style: italic; + position: absolute; + display: block; + color: #999; + text-align: right; + left: 120px; + top: 8px; + padding: 6px; + z-index: 2; +} + +#header p { margin-bottom: 0; } + +#header h1 a { color: #fff; text-decoration: none; } +#header h1 a:hover, #network a:hover { color: #d66018; } + +#header div.search { + float: right; + padding: 8px; + background: #cc5b17; + position: absolute; + top: 90px; + right: 20px; + width: 210px; + -moz-border-radius: 4px; + -webkit-border-radius: 4px; + border-radius: 4px; +} + +#header div.search input { + border: 1px solid #999; + background-color: #fdfdfd; + padding: 2px; + line-height: 14px; + font-size: 12px; + margin: 0; + -moz-border-radius: 3px; + -khtml-border-radius: 3px; + -webkit-border-radius: 3px; + border-radius: 3px; +} + +#header div.search input.submit { + background-color: #ccc; + line-height: 15px; + -moz-border-radius: 4px; + -khtml-border-radius: 4px; + -webkit-border-radius: 4px; + border-radius: 4px; + padding: 2px 4px; +} + +#header div.search input.submit:hover { + background-color: #ddd; + color: rgb(0, 100, 0); +} + +#header div.search input.submit:active { + border-color: rgb(0, 100, 0); +} + +#network { + float: right; + padding: 10px 5px 0; + font-size: 12px; +} +#network a { padding: 0 6px; color: #fff; font-weight: bold; text-decoration: none;} +#network img, .infobox img { vertical-align: middle; border: 0pt none; } + +#block { + min-height: 120px; + background: #d66018; + padding: 20px 12% 0; + text-align: center; + color: #333; + border-bottom: 1px solid #f5f5f5; +} + +#block a { + color: #fff; + text-decoration: none; +} + +#block a:hover { + text-decoration: underline; +} + +#main { + margin: 60px 0; + padding: 0px 80px 40px 80px; + position: relative; +} + +.bbcrumb { + text-transform: uppercase; + font-size: 0.9em; + letter-spacing: 1px; + padding: 5px 0 20px; + font-weight: bold; +} + +#footer { + background: #f1f1f1; + text-align: center; + border-top: 1px solid #ddd; + padding: 40px; + color: #666; + margin: 0; + clear: both; +} + +#footer p.showoff { + color: #888; +} + +#footer a { color: #666; padding: 0 2px; text-decoration: underline; } +#footer a:hover { text-decoration: none; } + +.notice { + border: 1px solid #4c9545; + background-color: #abd8a2; + color: #4c9545; + font-size: 1.1em; + font-weight: bold; + padding: 10px 15px; + margin: 0 0 1.1em; +} + +.notice.error { + border-color: #852424; + background-color: #ca8a8a; + color: #5d2424; +} + +.notice p { margin-bottom: 0; } + +/* Login Form +=================================== */ + +.login { + position: absolute; + top: 196px; + right: 80px; + color: #444; + z-index: 1; + font-size: 12px; + + padding: 2px; +} + +form.login { + bottom: 15px; +} + +.login p { + padding: 0px; + border-bottom: 0px solid #999; } + +.login label { + display: block; + float: left; + padding-right: 10px; + line-height: 14px; +} + +form.login input { + border: 1px solid #999; + padding: 2px; + line-height: 14px; + font-size: 12px; + margin: 0; + -moz-border-radius: 3px; + -khtml-border-radius: 3px; + -webkit-border-radius: 3px; + border-radius: 3px; +} + +form.login input.submit { + background-color: #ccc; + float: left; + margin-top: 14px; + margin-bottom: -10px; + display: block; + line-height: 15px; + -moz-border-radius: 4px; + -khtml-border-radius: 4px; + -webkit-border-radius: 4px; + border-radius: 4px; + padding: 2px 4px; +} + +form.login input.submit:hover { + background-color: #ddd; + color: rgb(0, 100, 0); +} + +form.login input.submit:active { + border-color: rgb(0, 100, 0); +} + +div.remember label { + clear: both; + padding: 0; + margin: 6px 0 0 0; + line-height: 12px; +} + +form.login input#remember { + border-width: 0; + padding: 0; + margin: 0; + vertical-align: baseline; +} + +/* Front Page +=================================== */ + +#front-page #hottags { + position: absolute; + top: -46px; + left: 80px; + width: 48%; + overflow: hidden; + height: 100px; +} + +#front-page #discussions { + padding: 60px 0 0 0; +} + +.frontpageheatmap { + font-weight: normal; + line-height: 30px; + padding-bottom: 10px; +} + +#front-page #main h2, #forum-page #main h2, h2.post-form, #userlogin, #currentfavorites, #register, #passwordrecovery { + color: #555; + border-bottom: 1px solid #ddd; + margin: 0 0 10px; + padding: 0 0 5px; +} + +#front-page #discussions ul { padding: 0 0 0 14px; } + +.sticky { background-color: #a1d29a; } + +/* Page navigation +=================================== */ + +a.page-numbers, +span.page-numbers { + border-right: 1px solid #bbbbbb; + border-bottom: 1px solid #bbbbbb; + padding: 4px 4px 2px 5px; + margin-left: 5px; + background-image: url('images/page-links-background.gif'); + background-repeat: no-repeat; + background-position: 0 0; +} + +span.page-numbers.current { + color: #ffffff; + background-position: 0 -100px; +} + +#latest a.page-numbers { + font-size: 0.8em; + padding: 3px 3px 1px 4px; + margin-left: 3px; +} + +a.prev.page-numbers, +a.next.page-numbers, +span.page-numbers.dots { + border-width: 0; + padding: 0 4px; + background-image: none; +} + +span.page-numbers.dots { + padding: 0; +} + +a.page-numbers:hover { + background-position: 0 -100px; +} + +a.prev.page-numbers:hover, +a.next.page-numbers:hover { + color: #006400; +} + +/* Topic Page +=================================== */ + +.infobox { + border: 1px solid #ccc; + border-width: 1px 0; + padding: 1em 0; +} + +.infobox ul { + margin: 10px 0 10px 20px; + padding: 0; + list-style-type: disc; +} + +.infobox ul li { padding-bottom: 3px; } + +#topic-info { + float: left; + padding: 0 1em 0 0; +} + +#topic-tags { + border-left: 1px solid #ccc; + float: right; + padding: 0 0 0 1em; +} + +#tag-form p { + margin-bottom: 0; +} + +input#tag { + border: 1px solid #999; + padding: 2px; + line-height: 14px; + font-size: 12px; + margin: 0; + -moz-border-radius: 3px; + -khtml-border-radius: 3px; + -webkit-border-radius: 3px; + border-radius: 3px; +} + +input#tagformsub { + border: 1px solid #999; + line-height: 14px; + font-size: 12px; + margin: 0; + line-height: 15px; + -moz-border-radius: 4px; + -khtml-border-radius: 4px; + -webkit-border-radius: 4px; + border-radius: 4px; + padding: 2px 4px; +} + +input#tagformsub:hover { + background-color: #ddd; + color: rgb(0, 100, 0); +} + +input#tagformsub:active { + border-color: rgb(0, 100, 0); +} + +.nav { + margin: 15px 0; + padding: 12px 0; + text-align: center; +} + +#thread { + list-style: none; + margin: 2em 0 0 0; + padding: 0; +} + +#thread li { + line-height: 1.5em; + clear: both; + /* Hack to force padding on .threadauthor on IE */ + border-top: 1px solid #fff; +} + +#thread li ol, #thread li ul { margin-left: 40px; } + +#thread li ol li, #thread li ul li { padding: 0; } + +.threadauthor { + float: left; + padding: 1em 1em 0 1em; + width: 120px; +} + +.threadauthor p { margin: 0; } + +.threadauthor small { font: 11px Verdana, Arial, Helvetica, sans-serif; } + +.threadpost { + padding: 1.5em 1em; + margin-left: 140px; + background-color: #eee; + -moz-border-radius: 6px; + -khtml-border-radius: 6px; + -webkit-border-radius: 6px; + border-radius: 6px; +} + +#thread li.alt .threadpost { background-color: transparent; } + +#thread li.deleted { background-color: transparent; } + +#thread li.deleted .threadpost { background-color: #ee8888; } + +#thread li.alt.deleted .threadpost { background-color: #ff9999; } + +#thread li .post-undelete-link, #thread li.deleted .post-delete-link { display: none; } +#thread li.deleted .post-undelete-link { display: inline; } + +#thread li.deleted .before-post-delete-link, #thread li .before-post-undelete-link { display: none; } +#thread li.deleted span.before-post-undelete-link { display: inline; } +#thread li.deleted div.before-post-undelete-link { display: block; } +#thread li.deleted li.before-post-undelete-link { display: block; } + +#thread li.pingback { + margin-left: 140px; + margin-top: 2px; + margin-bottom: 2px; + background-color: #e4f3e1; + -moz-border-radius: 6px; + -khtml-border-radius: 6px; + -webkit-border-radius: 6px; + border-radius: 6px; + border: 0.2em solid #e4f3e1; +} + +#thread li.pingback.alt { + background-color: #fff; +} + +#thread li.pingback .threadpost { + background-color: #e4f3e1; +} + +#thread li.pingback.alt .threadpost { + background-color: #fff; +} + +#thread li.pingback .threadauthor { + float: none; + padding: 0.9em 0.9em 0; + width: auto; +} + +#thread li.pingback .threadauthor strong { + font-weight: normal; +} + +#thread li.pingback .threadauthor small { + color: #333; +} + +#thread li.pingback .threadpost { + margin-left: 0; + padding: 0.5em 0.9em 1.5em; +} + +#thread li.pingback .post { + font-style: italic; + color: #333; + margin: 0 0 0 2.4em; + padding: 0 0 0 0.8em; + border-left: 3px dotted #ccc; +} + +#thread .post { + _height: 90px; /* Hack to fix broken .alt coloring in IE6 */ +} + +#thread .post blockquote { + margin: 0 0 0 2.4em; + padding: 0 0 0 0.8em; + border-left: 3px solid #ccc; +} + +#thread .post li { clear:none; } + +.poststuff { + clear:both; + _clear: none; /* Hack to fix broken .alt coloring in IE6 */ + border-top: 1px dotted #ccc; + margin: 10px 0 0; + padding: 5px 0 0; + font: 10px Verdana, Arial, Helvetica, sans-serif; + text-transform: uppercase; +} + +.num, #forumlist small { + font: 11px Verdana,Arial,Helvetica,sans-serif; + text-align: center; + white-space: nowrap; +} + +h2.post-form { + border-bottom-width: 0; + margin-bottom: 2px; +} + +.postform { + background-color: #f0f0f0; + padding: 1em; + margin-bottom: 1em; + -moz-border-radius: 6px; + -khtml-border-radius: 6px; + -webkit-border-radius: 6px; + border-radius: 6px; +} + +.postform textarea { + height: 12em; + margin: 5px 0; + padding: 5px; + width: 724px; + max-width: 724px; + border: 1px solid #ccc; + display: block; + -moz-border-radius: 3px; + -khtml-border-radius: 3px; + -webkit-border-radius: 3px; + border-radius: 3px; +} + +.postform label { display: block; } + +.postform #topic, +.postform #tags-input { + margin: 5px 0; + padding: 5px; + width: 724px; + border: 1px solid #ccc; + display: block; + -moz-border-radius: 3px; + -khtml-border-radius: 3px; + -webkit-border-radius: 3px; + border-radius: 3px; +} + +.postform p#post-form-forum-container label span { + font-weight: bold; + font-style: italic; +} + +#manage-tags { + margin: 10px 0; + list-style: none; +} + +#manage-tags li { + float: left; + width: 200px; + padding-bottom: 10px; +} + +p.submit { text-align: right; } + +p.allowed { margin-bottom: 0; } + +.topiclink { display: block; } + +.topictitle { + font-size: 26px; + font-weight: normal; + display: inline; +} + +p.rss-link { + text-align: right; +} + +a.rss-link { + padding: 6px 0 6px 20px; + background-image: url('images/feed-icon-16x16.gif'); + background-repeat: no-repeat; + background-position: 0 50%; +} + +#topic-move, +#topic-move fieldset, +#topic-move fieldset div { + display: inline; +} + +#topic-move input { + font-family: inherit; + background: none; + border: none; + cursor: pointer; + color: #2e6e15; + font-size: 1em; +} + +#topic-move input:hover { color: #006400; } + +/* Other +=================================== */ + +#content .frontpageheatmap a { + font-weight: normal; + text-decoration: none; +} + +#content .infobox li { margin-bottom: 2px; } + +#content .nav a { + border: 1px solid #ccc; + font-weight: normal; +} +#content .nav a:hover { + border: 1px solid #999; +} +#content a:visited { + font-weight: normal; +} + +#front-search { + float: right; + margin-top: -8px; +} + +#latest td, #forumlist td, #favorites td { padding: 5px 10px; } + +#forumlist tr td div.nest { + padding-left: 2.5ex; +} + +#latest tr:hover, #forumlist tr:hover, #favorites tr:hover { background-color: #e4f3e1; } + +#latest th, #forumlist th, #favorites th { + text-align: left; + background-color: rgb(102, 102, 102); + font: 11px Verdana,Arial,Helvetica,sans-serif; + font-weight: normal; + padding: 5px 9px; + color: rgb(255, 255, 255); +} + +#latest th a, #forumlist th a, #favorites th a { + color: rgb(200, 200, 200); + font-style: italic; +} + +#latest th a:hover, #forumlist th a:hover, #favorites th a:hover { + color: rgb(255, 255, 255); +} + +tr.bb-category td { + background-color: #ddd; +} + +#latest, #forumlist, #favorites { + background-color: #f7f7f7; + margin-bottom: 3em; + width: 100%; +} + +#latest, #forumlist { + margin-top: -0.9em; +} + +#discussions .nav { + margin-top: -2em; + margin-bottom: 1em; +} + +/* Profile Page +=================================== */ + +#profile-menu { + list-style: none; + position: absolute; + right: 40px; + top: -83px; +} + +#profile-menu li { + display: inline; +} + +#profile-menu li a, .login a { + padding: 4px 6px; +} + +#profile-menu li.current a { + background-color: #fff; +} + +#profile-menu li a:hover, .login a:hover { + background-color: #fff; +} + +#useravatar { margin-bottom: 1em; } + +#useravatar img { display: block; border-width: 3px; border-style: double; } + +#userinfo { margin-top: 10px; } + +#userinfo dt { font-weight: bold; } + +#userinfo dd { margin: 0 0 5px; } + +#useractivity { margin: 15px 0 5px; } + +.user-recent { margin: 0 0 10px; } + +.user-recent ol { margin: 5px 0 0 28px; } + +.user-recent ol li { margin: 0 0 3px; } + +/* Search +=================================== */ + +#topic-search-form fieldset { + border-top: 3px double #ccc; + border-bottom: 1px solid #ccc; + border-left: none; + border-right: none; + padding: 10px 0 10px 10px; + margin-bottom: 15px; + background-color: #f6f6f6; +} + +#topic-search-form div { + clear: both; +} + +#topic-search-form div label { + display: block; + float: left; + padding: 5px; + text-align: right; + width: 20%; + vertical-align: top; + padding-right: 1em; + font-weight: bold; +} + +#topic-search-form div div { + display: block; + float: left; + clear: none; + padding: 5px; +} + +#topic-search-form div div input { + width: 280px; + border: 1px solid #ccc; + padding: 2px; + line-height: 14px; + font-size: 12px; + margin: 0; + -moz-border-radius: 3px; + -khtml-border-radius: 3px; + -webkit-border-radius: 3px; + border-radius: 3px; +} + +#search-for { margin: 15px 0 5px; } + +.search-results { margin: 0 0 10px; } + +.search-results ol { margin: 5px 0 0 28px; } + +.search-results ol li { margin: 0 0 3px; } + +/* Login, Register, Profile Edit +=================================== */ + +#login-page fieldset, +#register-page fieldset, +#profile-page fieldset { + border-top: 3px double #ccc; + border-bottom: 1px solid #ccc; + border-left: none; + border-right: none; + padding: 10px 0 10px 10px; + margin-bottom: 15px; + background-color: #f6f6f6; +} + +#login-page legend, +#register-page legend, +#profile-page legend { + font-weight: bold; + padding: 0 15px; +} + +#login-page fieldset table, +#register-page fieldset table, +#profile-page fieldset table { + text-align: left; + margin: 0 15px; + width: 95%; + border-collapse: collapse; +} + +#login-page fieldset table th, +#register-page fieldset table th, +#profile-page fieldset table th { + padding: 5px; + text-align: right; + width: 20%; + vertical-align: top; + padding-right: 1em; +} + +#login-page fieldset table tr.error th em, +#register-page fieldset table tr.error th em, +#profile-page fieldset table tr.error th em { + position: absolute; + /* fieldset:padding-left + table:margin-left + table:width + td:padding-left + input:width + input:padding-right */ + left: 458px; /* 10 + 15 + 20% * ( 95% * (760 - 10) ) + 5 + 280 + 5 */ + margin-left: 1em; /* th:padding-right = 1em */ + color: red; + font-style: normal; +} + +#login-page fieldset table td, +#register-page fieldset table td, +#profile-page fieldset table td { + padding: 5px; +} + +#login-page fieldset table td p, +#register-page fieldset table td p, +#profile-page fieldset table td p{ + margin: 5px 0; +} + +#login-page fieldset input[type=text], +#register-page fieldset input[type=text], +#profile-page fieldset input[type=text], +#login-page fieldset input[type=password], +#profile-page fieldset input[type=password] { + width: 280px; + border: 1px solid #ccc; + padding: 2px; + line-height: 14px; + font-size: 12px; + margin: 0; + -moz-border-radius: 3px; + -khtml-border-radius: 3px; + -webkit-border-radius: 3px; + border-radius: 3px; +} + +#login-page fieldset p, +#register-page fieldset p, +#profile-page fieldset p { + font-size: 11px; + margin: 10px 16px; +} + +#login-page tr.form-required label:before, +#register-page tr.form-required label:before, +#profile-page tr.form-required label:before, +p.required-message:before { + content: ' * '; + color: red; + vertical-align: 10%; +} + +.form-invalid { + background-color: #ffebe8 !important; +} + +.form-invalid input { + padding: 1px; + border: 1px solid #c00 !important; +} + +.hidden { + display: none; +} + +#pass-strength-result { + padding: 2px; + text-align: center; + width: 280px; + border: 1px solid #ccc; + background-color: #e3e3e3; + -moz-border-radius: 3px; + -khtml-border-radius: 3px; + -webkit-border-radius: 3px; + border-radius: 3px; +} + +#pass-strength-result.bad { + background-color: #ffeff7; + border-color: #c69; +} + +#pass-strength-result.good { + background-color: #effff4; + border-color: #66cc87; +} + +#pass-strength-result.short { + background-color: #e3e3e3; +} + +#pass-strength-result.strong { + background-color: #59ef86; + border-color: #319f52; +} + +p.submit input { + background-color: #ccc; + border: 1px solid #999; + padding: 2px 4px; + line-height: 14px; + font-size: 12px; + margin: 0; + line-height: 15px; + -moz-border-radius: 4px; + -khtml-border-radius: 4px; + -webkit-border-radius: 4px; + border-radius: 4px; +} + +p.submit input:hover { + background-color: #ddd; + color: rgb(0, 100, 0); +} + +p.submit input:active { + border-color: rgb(0, 100, 0); +} diff -r f80f311578f7 -r 5c348f41a718 forum/mysql/init-db.sql --- a/forum/mysql/init-db.sql Sun Apr 03 04:11:27 2011 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,9 +0,0 @@ ---- Create DB and DB User for slitaz forum ---- - -USE Mysql; -CREATE DATABASE slitaz_forum; - -GRANT ALL PRIVILEGES ON slitaz_forum.* TO slitaz IDENTIFIED BY 'slitaz'; - - diff -r f80f311578f7 -r 5c348f41a718 forum/mysql/vanilla-2.0.16.sql --- a/forum/mysql/vanilla-2.0.16.sql Sun Apr 03 04:11:27 2011 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,1830 +0,0 @@ --- MySQL dump 10.11 --- --- Host: localhost Database: slitaz_forum --- ------------------------------------------------------ --- Server version 5.0.32-Debian_7etch12-log - -/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; -/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; -/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; -/*!40101 SET NAMES utf8 */; -/*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */; -/*!40103 SET TIME_ZONE='+00:00' */; -/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */; -/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */; -/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */; -/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */; - --- --- Table structure for table `GDN_Activity` --- - -DROP TABLE IF EXISTS `GDN_Activity`; -CREATE TABLE `GDN_Activity` ( - `ActivityID` int(11) NOT NULL auto_increment, - `CommentActivityID` int(11) default NULL, - `ActivityTypeID` int(11) NOT NULL, - `ActivityUserID` int(11) default NULL, - `RegardingUserID` int(11) default NULL, - `Story` text collate utf8_unicode_ci, - `Route` varchar(255) collate utf8_unicode_ci default NULL, - `CountComments` int(11) NOT NULL default '0', - `InsertUserID` int(11) default NULL, - `DateInserted` datetime NOT NULL, - PRIMARY KEY (`ActivityID`), - KEY `FK_Activity_CommentActivityID` (`CommentActivityID`), - KEY `FK_Activity_ActivityUserID` (`ActivityUserID`), - KEY `FK_Activity_InsertUserID` (`InsertUserID`) -) ENGINE=MyISAM AUTO_INCREMENT=11612 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; - --- --- Table structure for table `GDN_ActivityType` --- - -DROP TABLE IF EXISTS `GDN_ActivityType`; -CREATE TABLE `GDN_ActivityType` ( - `ActivityTypeID` int(11) NOT NULL auto_increment, - `Name` varchar(20) collate utf8_unicode_ci NOT NULL, - `AllowComments` tinyint(1) NOT NULL default '0', - `ShowIcon` tinyint(1) NOT NULL default '0', - `ProfileHeadline` varchar(255) collate utf8_unicode_ci NOT NULL, - `FullHeadline` varchar(255) collate utf8_unicode_ci NOT NULL, - `RouteCode` varchar(255) collate utf8_unicode_ci default NULL, - `Notify` tinyint(1) NOT NULL default '0', - `Public` tinyint(1) NOT NULL default '1', - PRIMARY KEY (`ActivityTypeID`) -) ENGINE=MyISAM AUTO_INCREMENT=20 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; - --- --- Table structure for table `GDN_Category` --- - -DROP TABLE IF EXISTS `GDN_Category`; -CREATE TABLE `GDN_Category` ( - `CategoryID` int(11) NOT NULL auto_increment, - `ParentCategoryID` int(11) default NULL, - `CountDiscussions` int(11) NOT NULL default '0', - `AllowDiscussions` tinyint(4) NOT NULL default '1', - `Name` varchar(30) collate utf8_unicode_ci NOT NULL, - `Description` varchar(250) collate utf8_unicode_ci default NULL, - `Sort` int(11) default NULL, - `InsertUserID` int(11) NOT NULL, - `UpdateUserID` int(11) default NULL, - `DateInserted` datetime NOT NULL, - `DateUpdated` datetime NOT NULL, - `UrlCode` varchar(30) collate utf8_unicode_ci default NULL, - PRIMARY KEY (`CategoryID`), - KEY `FK_Category_InsertUserID` (`InsertUserID`) -) ENGINE=MyISAM AUTO_INCREMENT=13 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; - --- --- Table structure for table `GDN_Comment` --- - -DROP TABLE IF EXISTS `GDN_Comment`; -CREATE TABLE `GDN_Comment` ( - `CommentID` int(11) NOT NULL auto_increment, - `DiscussionID` int(11) NOT NULL, - `InsertUserID` int(11) default NULL, - `UpdateUserID` int(11) default NULL, - `DeleteUserID` int(11) default NULL, - `Body` text collate utf8_unicode_ci NOT NULL, - `Format` varchar(20) collate utf8_unicode_ci default NULL, - `DateInserted` datetime default NULL, - `DateDeleted` datetime default NULL, - `DateUpdated` datetime default NULL, - `Flag` tinyint(4) NOT NULL default '0', - `ReplyCommentID` int(11) default NULL, - `CountReplies` int(11) NOT NULL default '0', - `Score` float default NULL, - `Attributes` text collate utf8_unicode_ci, - PRIMARY KEY (`CommentID`), - KEY `FK_Comment_DiscussionID` (`DiscussionID`), - KEY `FK_Comment_InsertUserID` (`InsertUserID`), - KEY `FK_Comment_ReplyCommentID` (`ReplyCommentID`), - KEY `FK_Comment_DateInserted` (`DateInserted`), - FULLTEXT KEY `TX_Comment` (`Body`) -) ENGINE=MyISAM AUTO_INCREMENT=10904 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; - --- --- Table structure for table `GDN_CommentWatch` --- - -DROP TABLE IF EXISTS `GDN_CommentWatch`; -CREATE TABLE `GDN_CommentWatch` ( - `UserID` int(11) NOT NULL, - `CommentID` int(11) NOT NULL, - `DateLastViewed` datetime NOT NULL, - `CountReplies` int(11) NOT NULL default '0', - PRIMARY KEY (`UserID`,`CommentID`) -) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; - --- --- Table structure for table `GDN_Conversation` --- - -DROP TABLE IF EXISTS `GDN_Conversation`; -CREATE TABLE `GDN_Conversation` ( - `ConversationID` int(11) NOT NULL auto_increment, - `Contributors` varchar(255) collate utf8_unicode_ci NOT NULL, - `FirstMessageID` int(11) default NULL, - `InsertUserID` int(11) NOT NULL, - `DateInserted` datetime default NULL, - `UpdateUserID` int(11) NOT NULL, - `DateUpdated` datetime NOT NULL, - `CountMessages` int(11) NOT NULL, - `LastMessageID` int(11) NOT NULL, - PRIMARY KEY (`ConversationID`), - KEY `FK_Conversation_FirstMessageID` (`FirstMessageID`), - KEY `FK_Conversation_InsertUserID` (`InsertUserID`), - KEY `FK_Conversation_UpdateUserID` (`UpdateUserID`), - KEY `FK_Conversation_DateInserted` (`DateInserted`) -) ENGINE=MyISAM AUTO_INCREMENT=41 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; - --- --- Table structure for table `GDN_ConversationMessage` --- - -DROP TABLE IF EXISTS `GDN_ConversationMessage`; -CREATE TABLE `GDN_ConversationMessage` ( - `MessageID` int(11) NOT NULL auto_increment, - `ConversationID` int(11) NOT NULL, - `Body` text collate utf8_unicode_ci NOT NULL, - `Format` varchar(20) collate utf8_unicode_ci default NULL, - `InsertUserID` int(11) default NULL, - `DateInserted` datetime NOT NULL, - PRIMARY KEY (`MessageID`), - KEY `FK_ConversationMessage_InsertUserID` (`InsertUserID`), - KEY `FK_ConversationMessage_DateInserted` (`DateInserted`), - KEY `FK_ConversationMessage_ConversationID` (`ConversationID`) -) ENGINE=MyISAM AUTO_INCREMENT=96 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; - --- --- Table structure for table `GDN_Discussion` --- - -DROP TABLE IF EXISTS `GDN_Discussion`; -CREATE TABLE `GDN_Discussion` ( - `DiscussionID` int(11) NOT NULL auto_increment, - `CategoryID` int(11) NOT NULL, - `InsertUserID` int(11) NOT NULL, - `UpdateUserID` int(11) NOT NULL, - `LastCommentID` int(11) default NULL, - `Name` varchar(100) collate utf8_unicode_ci NOT NULL, - `CountComments` int(11) NOT NULL default '1', - `CountBookmarks` int(11) default NULL, - `CountViews` int(11) NOT NULL default '1', - `Closed` tinyint(1) NOT NULL default '0', - `Announce` tinyint(1) NOT NULL default '0', - `Sink` tinyint(1) NOT NULL default '0', - `DateInserted` datetime default NULL, - `DateUpdated` datetime NOT NULL, - `DateLastComment` datetime default NULL, - `Attributes` text collate utf8_unicode_ci, - `CountReplies` int(11) NOT NULL default '0', - `Body` text collate utf8_unicode_ci NOT NULL, - `Format` varchar(20) collate utf8_unicode_ci default NULL, - `Tags` varchar(255) collate utf8_unicode_ci default NULL, - `LastCommentUserID` int(11) default NULL, - `Score` float default NULL, - PRIMARY KEY (`DiscussionID`), - KEY `FK_Discussion_CategoryID` (`CategoryID`), - KEY `FK_Discussion_InsertUserID` (`InsertUserID`), - KEY `FK_Discussion_LastCommentID` (`LastCommentID`), - KEY `IX_Discussion_DateLastComment` (`DateLastComment`), - FULLTEXT KEY `TX_Discussion` (`Name`,`Body`) -) ENGINE=MyISAM AUTO_INCREMENT=2286 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; - --- --- Table structure for table `GDN_Draft` --- - -DROP TABLE IF EXISTS `GDN_Draft`; -CREATE TABLE `GDN_Draft` ( - `DraftID` int(11) NOT NULL auto_increment, - `DiscussionID` int(11) default NULL, - `CategoryID` int(11) default NULL, - `InsertUserID` int(11) NOT NULL, - `UpdateUserID` int(11) NOT NULL, - `Name` varchar(100) collate utf8_unicode_ci default NULL, - `Tags` varchar(255) collate utf8_unicode_ci default NULL, - `Closed` tinyint(1) NOT NULL default '0', - `Announce` tinyint(1) NOT NULL default '0', - `Sink` tinyint(1) NOT NULL default '0', - `Body` text collate utf8_unicode_ci NOT NULL, - `Format` varchar(20) collate utf8_unicode_ci default NULL, - `DateInserted` datetime NOT NULL, - `DateUpdated` datetime default NULL, - PRIMARY KEY (`DraftID`), - KEY `FK_Draft_DiscussionID` (`DiscussionID`), - KEY `FK_Draft_CategoryID` (`CategoryID`), - KEY `FK_Draft_InsertUserID` (`InsertUserID`) -) ENGINE=MyISAM AUTO_INCREMENT=9605 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; - --- --- Table structure for table `GDN_Invitation` --- - -DROP TABLE IF EXISTS `GDN_Invitation`; -CREATE TABLE `GDN_Invitation` ( - `InvitationID` int(11) NOT NULL auto_increment, - `Email` varchar(200) collate utf8_unicode_ci NOT NULL, - `Code` varchar(50) collate utf8_unicode_ci NOT NULL, - `InsertUserID` int(11) default NULL, - `DateInserted` datetime NOT NULL, - `AcceptedUserID` int(11) default NULL, - PRIMARY KEY (`InvitationID`), - KEY `FK_Invitation_InsertUserID` (`InsertUserID`) -) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; - --- --- Table structure for table `GDN_Media` --- - -DROP TABLE IF EXISTS `GDN_Media`; -CREATE TABLE `GDN_Media` ( - `MediaID` int(11) NOT NULL auto_increment, - `Name` varchar(255) collate utf8_unicode_ci NOT NULL, - `Type` varchar(128) collate utf8_unicode_ci NOT NULL, - `Size` int(11) NOT NULL, - `StorageMethod` varchar(24) collate utf8_unicode_ci NOT NULL, - `Path` varchar(255) collate utf8_unicode_ci NOT NULL, - `InsertUserID` int(11) NOT NULL, - `DateInserted` datetime NOT NULL, - `ForeignID` int(11) default NULL, - `ForeignTable` varchar(24) collate utf8_unicode_ci default NULL, - PRIMARY KEY (`MediaID`) -) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; - --- --- Table structure for table `GDN_Message` --- - -DROP TABLE IF EXISTS `GDN_Message`; -CREATE TABLE `GDN_Message` ( - `MessageID` int(11) NOT NULL auto_increment, - `Content` text collate utf8_unicode_ci NOT NULL, - `Format` varchar(20) collate utf8_unicode_ci default NULL, - `AllowDismiss` tinyint(1) NOT NULL default '1', - `Enabled` tinyint(1) NOT NULL default '1', - `Application` varchar(255) collate utf8_unicode_ci default NULL, - `Controller` varchar(255) collate utf8_unicode_ci default NULL, - `Method` varchar(255) collate utf8_unicode_ci default NULL, - `AssetTarget` varchar(20) collate utf8_unicode_ci default NULL, - `CssClass` varchar(20) collate utf8_unicode_ci default NULL, - `Sort` int(11) default NULL, - PRIMARY KEY (`MessageID`) -) ENGINE=MyISAM AUTO_INCREMENT=11 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; - --- --- Table structure for table `GDN_Permission` --- - -DROP TABLE IF EXISTS `GDN_Permission`; -CREATE TABLE `GDN_Permission` ( - `PermissionID` int(11) NOT NULL auto_increment, - `RoleID` int(11) NOT NULL default '0', - `JunctionTable` varchar(100) collate utf8_unicode_ci default NULL, - `JunctionColumn` varchar(100) collate utf8_unicode_ci default NULL, - `JunctionID` int(11) default NULL, - `Garden.Email.Manage` tinyint(4) NOT NULL default '0', - `Garden.Settings.Manage` tinyint(4) NOT NULL default '0', - `Garden.Routes.Manage` tinyint(4) NOT NULL default '0', - `Garden.Messages.Manage` tinyint(4) NOT NULL default '0', - `Garden.Applications.Manage` tinyint(4) NOT NULL default '0', - `Garden.Plugins.Manage` tinyint(4) NOT NULL default '0', - `Garden.Themes.Manage` tinyint(4) NOT NULL default '0', - `Garden.SignIn.Allow` tinyint(4) NOT NULL default '0', - `Garden.Registration.Manage` tinyint(4) NOT NULL default '0', - `Garden.Applicants.Manage` tinyint(4) NOT NULL default '0', - `Garden.Roles.Manage` tinyint(4) NOT NULL default '0', - `Garden.Users.Add` tinyint(4) NOT NULL default '0', - `Garden.Users.Edit` tinyint(4) NOT NULL default '0', - `Garden.Users.Delete` tinyint(4) NOT NULL default '0', - `Garden.Users.Approve` tinyint(4) NOT NULL default '0', - `Garden.Activity.Delete` tinyint(4) NOT NULL default '0', - `Garden.Activity.View` tinyint(4) NOT NULL default '0', - `Garden.Profiles.View` tinyint(4) NOT NULL default '0', - `Vanilla.Settings.Manage` tinyint(4) NOT NULL default '0', - `Vanilla.Categories.Manage` tinyint(4) NOT NULL default '0', - `Vanilla.Spam.Manage` tinyint(4) NOT NULL default '0', - `Vanilla.Discussions.View` tinyint(4) NOT NULL default '0', - `Vanilla.Discussions.Add` tinyint(4) NOT NULL default '0', - `Vanilla.Discussions.Edit` tinyint(4) NOT NULL default '0', - `Vanilla.Discussions.Announce` tinyint(4) NOT NULL default '0', - `Vanilla.Discussions.Sink` tinyint(4) NOT NULL default '0', - `Vanilla.Discussions.Close` tinyint(4) NOT NULL default '0', - `Vanilla.Discussions.Delete` tinyint(4) NOT NULL default '0', - `Vanilla.Comments.Add` tinyint(4) NOT NULL default '0', - `Vanilla.Comments.Edit` tinyint(4) NOT NULL default '0', - `Vanilla.Comments.Delete` tinyint(4) NOT NULL default '0', - `Plugins.Debugger.View` tinyint(4) NOT NULL default '0', - `Plugins.Debugger.Manage` tinyint(4) NOT NULL default '0', - `Plugins.Attachments.Upload.Allow` tinyint(4) NOT NULL default '0', - `Plugins.Attachments.Download.Allow` tinyint(4) NOT NULL default '0', - PRIMARY KEY (`PermissionID`), - KEY `FK_Permission_RoleID` (`RoleID`) -) ENGINE=MyISAM AUTO_INCREMENT=46 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; - --- --- Table structure for table `GDN_Photo` --- - -DROP TABLE IF EXISTS `GDN_Photo`; -CREATE TABLE `GDN_Photo` ( - `PhotoID` int(11) NOT NULL auto_increment, - `Name` varchar(255) collate utf8_unicode_ci NOT NULL, - `InsertUserID` int(11) default NULL, - `DateInserted` datetime NOT NULL, - PRIMARY KEY (`PhotoID`), - KEY `FK_Photo_InsertUserID` (`InsertUserID`) -) ENGINE=MyISAM AUTO_INCREMENT=105 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; - --- --- Table structure for table `GDN_Role` --- - -DROP TABLE IF EXISTS `GDN_Role`; -CREATE TABLE `GDN_Role` ( - `RoleID` int(11) NOT NULL auto_increment, - `Name` varchar(100) collate utf8_unicode_ci NOT NULL, - `Description` varchar(500) collate utf8_unicode_ci default NULL, - `Sort` int(11) default NULL, - `Deletable` tinyint(1) NOT NULL default '1', - `CanSession` tinyint(1) NOT NULL default '1', - PRIMARY KEY (`RoleID`) -) ENGINE=MyISAM AUTO_INCREMENT=33 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; - --- --- Table structure for table `GDN_SearchDocument` --- - -DROP TABLE IF EXISTS `GDN_SearchDocument`; -CREATE TABLE `GDN_SearchDocument` ( - `DocumentID` int(11) NOT NULL auto_increment, - `TableName` varchar(50) collate utf8_unicode_ci NOT NULL, - `PrimaryID` int(11) NOT NULL, - `PermissionJunctionID` int(11) default NULL, - `Title` varchar(100) collate utf8_unicode_ci NOT NULL, - `Summary` varchar(200) collate utf8_unicode_ci NOT NULL, - `Url` varchar(255) collate utf8_unicode_ci NOT NULL, - `InsertUserID` int(11) NOT NULL, - `DateInserted` datetime NOT NULL, - PRIMARY KEY (`DocumentID`) -) ENGINE=MyISAM AUTO_INCREMENT=5633 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; - --- --- Table structure for table `GDN_SearchKeyword` --- - -DROP TABLE IF EXISTS `GDN_SearchKeyword`; -CREATE TABLE `GDN_SearchKeyword` ( - `KeywordID` int(11) NOT NULL auto_increment, - `Keyword` varchar(50) collate utf8_unicode_ci NOT NULL, - PRIMARY KEY (`KeywordID`), - KEY `FK_SearchKeyword_Keyword` (`Keyword`) -) ENGINE=MyISAM AUTO_INCREMENT=26642 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; - --- --- Table structure for table `GDN_SearchKeywordDocument` --- - -DROP TABLE IF EXISTS `GDN_SearchKeywordDocument`; -CREATE TABLE `GDN_SearchKeywordDocument` ( - `KeywordID` int(11) NOT NULL, - `DocumentID` int(11) NOT NULL, - PRIMARY KEY (`KeywordID`,`DocumentID`) -) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; - --- --- Table structure for table `GDN_TableType` --- - -DROP TABLE IF EXISTS `GDN_TableType`; -CREATE TABLE `GDN_TableType` ( - `TableName` varchar(50) collate utf8_unicode_ci NOT NULL, - `PermissionTableName` varchar(50) collate utf8_unicode_ci default NULL, - PRIMARY KEY (`TableName`) -) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; - --- --- Table structure for table `GDN_Tag` --- - -DROP TABLE IF EXISTS `GDN_Tag`; -CREATE TABLE `GDN_Tag` ( - `CountDiscussions` int(11) NOT NULL default '0', - `TagID` int(11) NOT NULL auto_increment, - `Name` varchar(255) collate utf8_unicode_ci NOT NULL default 'unique', - `InsertUserID` int(11) default NULL, - `DateInserted` datetime NOT NULL, - PRIMARY KEY (`TagID`), - KEY `FK_Tag_InsertUserID` (`InsertUserID`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; - --- --- Table structure for table `GDN_TagDiscussion` --- - -DROP TABLE IF EXISTS `GDN_TagDiscussion`; -CREATE TABLE `GDN_TagDiscussion` ( - `TagID` int(11) NOT NULL, - `DiscussionID` int(11) NOT NULL, - PRIMARY KEY (`TagID`,`DiscussionID`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; - --- --- Table structure for table `GDN_User` --- - -DROP TABLE IF EXISTS `GDN_User`; -CREATE TABLE `GDN_User` ( - `UserID` int(11) NOT NULL auto_increment, - `Name` varchar(20) collate utf8_unicode_ci NOT NULL, - `Password` varbinary(50) NOT NULL, - `About` text collate utf8_unicode_ci, - `Email` varchar(200) collate utf8_unicode_ci NOT NULL, - `ShowEmail` tinyint(1) NOT NULL default '0', - `Gender` enum('m','f') collate utf8_unicode_ci NOT NULL default 'm', - `CountVisits` int(11) NOT NULL default '0', - `CountInvitations` int(11) NOT NULL default '0', - `CountNotifications` int(11) default NULL, - `InviteUserID` int(11) default NULL, - `DiscoveryText` text collate utf8_unicode_ci, - `Preferences` text collate utf8_unicode_ci, - `Permissions` text collate utf8_unicode_ci, - `Attributes` text collate utf8_unicode_ci, - `DateSetInvitations` datetime default NULL, - `DateOfBirth` datetime default NULL, - `DateFirstVisit` datetime default NULL, - `DateLastActive` datetime default NULL, - `DateInserted` datetime NOT NULL, - `DateUpdated` datetime default NULL, - `HourOffset` int(11) NOT NULL default '0', - `CacheRoleID` int(11) default NULL, - `Admin` tinyint(1) NOT NULL default '0', - `CountDiscussions` int(11) default NULL, - `CountUnreadDiscussions` int(11) default NULL, - `CountComments` int(11) default NULL, - `CountDrafts` int(11) default NULL, - `CountBookmarks` int(11) default NULL, - `CountUnreadConversations` int(11) default NULL, - `HashMethod` varchar(10) collate utf8_unicode_ci default NULL, - `Photo` varchar(255) collate utf8_unicode_ci default NULL, - `Score` float default NULL, - `Deleted` tinyint(1) NOT NULL default '0', - `DateAllViewed` datetime default NULL, - PRIMARY KEY (`UserID`), - KEY `FK_User_Name` (`Name`) -) ENGINE=MyISAM AUTO_INCREMENT=1893 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; - --- --- Table structure for table `GDN_UserAuthentication` --- - -DROP TABLE IF EXISTS `GDN_UserAuthentication`; -CREATE TABLE `GDN_UserAuthentication` ( - `UniqueID` varchar(30) collate utf8_unicode_ci NOT NULL, - `UserID` int(11) NOT NULL, - `ForeignUserKey` varchar(255) collate utf8_unicode_ci NOT NULL, - `ProviderKey` varchar(64) collate utf8_unicode_ci NOT NULL, - PRIMARY KEY (`ForeignUserKey`,`ProviderKey`), - KEY `FK_UserAuthentication_UserID` (`UserID`) -) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; - --- --- Table structure for table `GDN_UserAuthenticationNonce` --- - -DROP TABLE IF EXISTS `GDN_UserAuthenticationNonce`; -CREATE TABLE `GDN_UserAuthenticationNonce` ( - `Nonce` varchar(200) collate utf8_unicode_ci NOT NULL, - `Token` varchar(128) collate utf8_unicode_ci NOT NULL, - `Timestamp` timestamp NOT NULL default CURRENT_TIMESTAMP on update CURRENT_TIMESTAMP, - PRIMARY KEY (`Nonce`) -) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; - --- --- Table structure for table `GDN_UserAuthenticationProvider` --- - -DROP TABLE IF EXISTS `GDN_UserAuthenticationProvider`; -CREATE TABLE `GDN_UserAuthenticationProvider` ( - `AuthenticationKey` varchar(64) collate utf8_unicode_ci NOT NULL, - `AuthenticationSchemeAlias` varchar(32) collate utf8_unicode_ci NOT NULL, - `URL` varchar(255) collate utf8_unicode_ci default NULL, - `AssociationSecret` text collate utf8_unicode_ci NOT NULL, - `AssociationHashMethod` enum('HMAC-SHA1','HMAC-PLAINTEXT') collate utf8_unicode_ci NOT NULL, - `AuthenticateUrl` varchar(255) collate utf8_unicode_ci default NULL, - `RegisterUrl` varchar(255) collate utf8_unicode_ci default NULL, - `SignInUrl` varchar(255) collate utf8_unicode_ci default NULL, - `SignOutUrl` varchar(255) collate utf8_unicode_ci default NULL, - `PasswordUrl` varchar(255) collate utf8_unicode_ci default NULL, - `ProfileUrl` varchar(255) collate utf8_unicode_ci default NULL, - PRIMARY KEY (`AuthenticationKey`) -) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; - --- --- Table structure for table `GDN_UserAuthenticationToken` --- - -DROP TABLE IF EXISTS `GDN_UserAuthenticationToken`; -CREATE TABLE `GDN_UserAuthenticationToken` ( - `Token` varchar(128) collate utf8_unicode_ci NOT NULL, - `ProviderKey` varchar(64) collate utf8_unicode_ci NOT NULL, - `ForeignUserKey` varchar(255) collate utf8_unicode_ci default NULL, - `TokenSecret` varchar(64) collate utf8_unicode_ci NOT NULL, - `TokenType` enum('request','access') collate utf8_unicode_ci NOT NULL, - `Authorized` tinyint(4) NOT NULL, - `Timestamp` timestamp NOT NULL default CURRENT_TIMESTAMP on update CURRENT_TIMESTAMP, - `Lifetime` int(11) NOT NULL, - PRIMARY KEY (`Token`,`ProviderKey`) -) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; - --- --- Table structure for table `GDN_UserComment` --- - -DROP TABLE IF EXISTS `GDN_UserComment`; -CREATE TABLE `GDN_UserComment` ( - `UserID` int(11) NOT NULL, - `CommentID` int(11) NOT NULL, - `Score` float default NULL, - `DateLastViewed` datetime default NULL, - PRIMARY KEY (`UserID`,`CommentID`) -) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; - --- --- Table structure for table `GDN_UserConversation` --- - -DROP TABLE IF EXISTS `GDN_UserConversation`; -CREATE TABLE `GDN_UserConversation` ( - `UserID` int(11) NOT NULL, - `ConversationID` int(11) NOT NULL, - `CountReadMessages` int(11) NOT NULL default '0', - `CountNewMessages` int(11) NOT NULL default '0', - `CountMessages` int(11) NOT NULL default '0', - `LastMessageID` int(11) default NULL, - `DateLastViewed` datetime default NULL, - `DateCleared` datetime default NULL, - `Bookmarked` tinyint(1) NOT NULL default '0', - `Deleted` tinyint(4) NOT NULL default '0', - PRIMARY KEY (`UserID`,`ConversationID`), - KEY `FK_UserConversation_LastMessageID` (`LastMessageID`) -) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; - --- --- Table structure for table `GDN_UserDiscussion` --- - -DROP TABLE IF EXISTS `GDN_UserDiscussion`; -CREATE TABLE `GDN_UserDiscussion` ( - `UserID` int(11) NOT NULL, - `DiscussionID` int(11) NOT NULL, - `Score` float default NULL, - `CountComments` int(11) NOT NULL default '0', - `DateLastViewed` datetime default NULL, - `Dismissed` tinyint(1) NOT NULL default '0', - `Bookmarked` tinyint(1) NOT NULL default '0', - PRIMARY KEY (`UserID`,`DiscussionID`), - KEY `FK_UserDiscussion_DiscussionID` (`DiscussionID`) -) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; - --- --- Table structure for table `GDN_UserMeta` --- - -DROP TABLE IF EXISTS `GDN_UserMeta`; -CREATE TABLE `GDN_UserMeta` ( - `UserID` int(11) NOT NULL, - `Name` varchar(255) collate utf8_unicode_ci NOT NULL, - `Value` text collate utf8_unicode_ci, - PRIMARY KEY (`UserID`,`Name`) -) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; - --- --- Table structure for table `GDN_UserRole` --- - -DROP TABLE IF EXISTS `GDN_UserRole`; -CREATE TABLE `GDN_UserRole` ( - `UserID` int(11) NOT NULL, - `RoleID` int(11) NOT NULL, - PRIMARY KEY (`UserID`,`RoleID`) -) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; - --- --- Table structure for table `GDN_Whosonline` --- - -DROP TABLE IF EXISTS `GDN_Whosonline`; -CREATE TABLE `GDN_Whosonline` ( - `UserID` int(11) NOT NULL default '11', - `Timestamp` int(11) NOT NULL default '11' -) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; - --- --- Table structure for table `access` --- - -DROP TABLE IF EXISTS `access`; -CREATE TABLE `access` ( - `aid` int(11) NOT NULL auto_increment, - `mask` varchar(255) NOT NULL default '', - `type` varchar(255) NOT NULL default '', - `status` tinyint(4) NOT NULL default '0', - PRIMARY KEY (`aid`) -) ENGINE=MyISAM DEFAULT CHARSET=utf8; - --- --- Table structure for table `actions` --- - -DROP TABLE IF EXISTS `actions`; -CREATE TABLE `actions` ( - `aid` varchar(255) NOT NULL default '0', - `type` varchar(32) NOT NULL default '', - `callback` varchar(255) NOT NULL default '', - `parameters` longtext NOT NULL, - `description` varchar(255) NOT NULL default '0', - PRIMARY KEY (`aid`) -) ENGINE=MyISAM DEFAULT CHARSET=utf8; - --- --- Table structure for table `actions_aid` --- - -DROP TABLE IF EXISTS `actions_aid`; -CREATE TABLE `actions_aid` ( - `aid` int(10) unsigned NOT NULL auto_increment, - PRIMARY KEY (`aid`) -) ENGINE=MyISAM DEFAULT CHARSET=utf8; - --- --- Table structure for table `authmap` --- - -DROP TABLE IF EXISTS `authmap`; -CREATE TABLE `authmap` ( - `aid` int(10) unsigned NOT NULL auto_increment, - `uid` int(11) NOT NULL default '0', - `authname` varchar(128) NOT NULL default '', - `module` varchar(128) NOT NULL default '', - PRIMARY KEY (`aid`), - UNIQUE KEY `authname` (`authname`) -) ENGINE=MyISAM AUTO_INCREMENT=11 DEFAULT CHARSET=utf8; - --- --- Table structure for table `batch` --- - -DROP TABLE IF EXISTS `batch`; -CREATE TABLE `batch` ( - `bid` int(10) unsigned NOT NULL auto_increment, - `token` varchar(64) NOT NULL, - `timestamp` int(11) NOT NULL, - `batch` longtext, - PRIMARY KEY (`bid`), - KEY `token` (`token`) -) ENGINE=MyISAM AUTO_INCREMENT=21 DEFAULT CHARSET=utf8; - --- --- Table structure for table `blocks` --- - -DROP TABLE IF EXISTS `blocks`; -CREATE TABLE `blocks` ( - `bid` int(11) NOT NULL auto_increment, - `module` varchar(64) NOT NULL default '', - `delta` varchar(32) NOT NULL default '0', - `theme` varchar(64) NOT NULL default '', - `status` tinyint(4) NOT NULL default '0', - `weight` tinyint(4) NOT NULL default '0', - `region` varchar(64) NOT NULL default '', - `custom` tinyint(4) NOT NULL default '0', - `throttle` tinyint(4) NOT NULL default '0', - `visibility` tinyint(4) NOT NULL default '0', - `pages` text NOT NULL, - `title` varchar(64) NOT NULL default '', - `cache` tinyint(4) NOT NULL default '1', - PRIMARY KEY (`bid`), - UNIQUE KEY `tmd` (`theme`,`module`,`delta`), - KEY `list` (`theme`,`status`,`region`,`weight`,`module`) -) ENGINE=MyISAM AUTO_INCREMENT=23 DEFAULT CHARSET=utf8; - --- --- Table structure for table `blocks_roles` --- - -DROP TABLE IF EXISTS `blocks_roles`; -CREATE TABLE `blocks_roles` ( - `module` varchar(64) NOT NULL, - `delta` varchar(32) NOT NULL, - `rid` int(10) unsigned NOT NULL, - PRIMARY KEY (`module`,`delta`,`rid`), - KEY `rid` (`rid`) -) ENGINE=MyISAM DEFAULT CHARSET=utf8; - --- --- Table structure for table `boxes` --- - -DROP TABLE IF EXISTS `boxes`; -CREATE TABLE `boxes` ( - `bid` int(10) unsigned NOT NULL auto_increment, - `body` longtext, - `info` varchar(128) NOT NULL default '', - `format` smallint(6) NOT NULL default '0', - PRIMARY KEY (`bid`), - UNIQUE KEY `info` (`info`) -) ENGINE=MyISAM DEFAULT CHARSET=utf8; - --- --- Table structure for table `bueditor_buttons` --- - -DROP TABLE IF EXISTS `bueditor_buttons`; -CREATE TABLE `bueditor_buttons` ( - `bid` int(10) unsigned NOT NULL auto_increment, - `eid` int(10) unsigned NOT NULL default '0', - `title` varchar(255) NOT NULL default 'Notitle', - `content` text NOT NULL, - `icon` varchar(255) NOT NULL default '', - `accesskey` varchar(1) NOT NULL default '', - `weight` tinyint(4) NOT NULL default '0', - PRIMARY KEY (`bid`), - KEY `eid` (`eid`) -) ENGINE=MyISAM AUTO_INCREMENT=16 DEFAULT CHARSET=utf8; - --- --- Table structure for table `bueditor_editors` --- - -DROP TABLE IF EXISTS `bueditor_editors`; -CREATE TABLE `bueditor_editors` ( - `eid` int(10) unsigned NOT NULL auto_increment, - `name` varchar(255) NOT NULL default 'Noname', - `pages` text NOT NULL, - `excludes` text NOT NULL, - `iconpath` varchar(255) NOT NULL default '%BUEDITOR/icons', - `librarypath` varchar(255) NOT NULL default '%BUEDITOR/library', - PRIMARY KEY (`eid`) -) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; - --- --- Table structure for table `cache` --- - -DROP TABLE IF EXISTS `cache`; -CREATE TABLE `cache` ( - `cid` varchar(255) NOT NULL default '', - `data` longblob, - `expire` int(11) NOT NULL default '0', - `created` int(11) NOT NULL default '0', - `headers` text, - `serialized` smallint(6) NOT NULL default '0', - PRIMARY KEY (`cid`), - KEY `expire` (`expire`) -) ENGINE=MyISAM DEFAULT CHARSET=utf8; - --- --- Table structure for table `cache_block` --- - -DROP TABLE IF EXISTS `cache_block`; -CREATE TABLE `cache_block` ( - `cid` varchar(255) NOT NULL default '', - `data` longblob, - `expire` int(11) NOT NULL default '0', - `created` int(11) NOT NULL default '0', - `headers` text, - `serialized` smallint(6) NOT NULL default '0', - PRIMARY KEY (`cid`), - KEY `expire` (`expire`) -) ENGINE=MyISAM DEFAULT CHARSET=utf8; - --- --- Table structure for table `cache_filter` --- - -DROP TABLE IF EXISTS `cache_filter`; -CREATE TABLE `cache_filter` ( - `cid` varchar(255) NOT NULL default '', - `data` longblob, - `expire` int(11) NOT NULL default '0', - `created` int(11) NOT NULL default '0', - `headers` text, - `serialized` smallint(6) NOT NULL default '0', - PRIMARY KEY (`cid`), - KEY `expire` (`expire`) -) ENGINE=MyISAM DEFAULT CHARSET=utf8; - --- --- Table structure for table `cache_form` --- - -DROP TABLE IF EXISTS `cache_form`; -CREATE TABLE `cache_form` ( - `cid` varchar(255) NOT NULL default '', - `data` longblob, - `expire` int(11) NOT NULL default '0', - `created` int(11) NOT NULL default '0', - `headers` text, - `serialized` smallint(6) NOT NULL default '0', - PRIMARY KEY (`cid`), - KEY `expire` (`expire`) -) ENGINE=MyISAM DEFAULT CHARSET=utf8; - --- --- Table structure for table `cache_gravatar` --- - -DROP TABLE IF EXISTS `cache_gravatar`; -CREATE TABLE `cache_gravatar` ( - `cid` varchar(255) NOT NULL default '', - `data` longblob, - `expire` int(11) NOT NULL default '0', - `created` int(11) NOT NULL default '0', - `headers` text, - `serialized` smallint(6) NOT NULL default '0', - PRIMARY KEY (`cid`), - KEY `expire` (`expire`) -) ENGINE=MyISAM DEFAULT CHARSET=utf8; - --- --- Table structure for table `cache_menu` --- - -DROP TABLE IF EXISTS `cache_menu`; -CREATE TABLE `cache_menu` ( - `cid` varchar(255) NOT NULL default '', - `data` longblob, - `expire` int(11) NOT NULL default '0', - `created` int(11) NOT NULL default '0', - `headers` text, - `serialized` smallint(6) NOT NULL default '0', - PRIMARY KEY (`cid`), - KEY `expire` (`expire`) -) ENGINE=MyISAM DEFAULT CHARSET=utf8; - --- --- Table structure for table `cache_page` --- - -DROP TABLE IF EXISTS `cache_page`; -CREATE TABLE `cache_page` ( - `cid` varchar(255) NOT NULL default '', - `data` longblob, - `expire` int(11) NOT NULL default '0', - `created` int(11) NOT NULL default '0', - `headers` text, - `serialized` smallint(6) NOT NULL default '0', - PRIMARY KEY (`cid`), - KEY `expire` (`expire`) -) ENGINE=MyISAM DEFAULT CHARSET=utf8; - --- --- Table structure for table `cache_update` --- - -DROP TABLE IF EXISTS `cache_update`; -CREATE TABLE `cache_update` ( - `cid` varchar(255) NOT NULL default '', - `data` longblob, - `expire` int(11) NOT NULL default '0', - `created` int(11) NOT NULL default '0', - `headers` text, - `serialized` smallint(6) NOT NULL default '0', - PRIMARY KEY (`cid`), - KEY `expire` (`expire`) -) ENGINE=MyISAM DEFAULT CHARSET=utf8; - --- --- Table structure for table `captcha_points` --- - -DROP TABLE IF EXISTS `captcha_points`; -CREATE TABLE `captcha_points` ( - `form_id` varchar(128) NOT NULL, - `module` varchar(64) default NULL, - `type` varchar(64) default NULL, - PRIMARY KEY (`form_id`) -) ENGINE=MyISAM DEFAULT CHARSET=utf8; - --- --- Table structure for table `captcha_sessions` --- - -DROP TABLE IF EXISTS `captcha_sessions`; -CREATE TABLE `captcha_sessions` ( - `csid` int(11) NOT NULL auto_increment, - `uid` int(11) NOT NULL default '0', - `sid` varchar(64) NOT NULL default '', - `ip_address` varchar(128) default NULL, - `timestamp` int(11) NOT NULL default '0', - `form_id` varchar(128) NOT NULL, - `solution` varchar(128) NOT NULL default '', - `status` int(11) NOT NULL default '0', - `attempts` int(11) NOT NULL default '0', - PRIMARY KEY (`csid`), - KEY `csid_ip` (`csid`,`ip_address`) -) ENGINE=MyISAM AUTO_INCREMENT=9318 DEFAULT CHARSET=utf8; - --- --- Table structure for table `comments` --- - -DROP TABLE IF EXISTS `comments`; -CREATE TABLE `comments` ( - `cid` int(11) NOT NULL auto_increment, - `pid` int(11) NOT NULL default '0', - `nid` int(11) NOT NULL default '0', - `uid` int(11) NOT NULL default '0', - `subject` varchar(64) NOT NULL default '', - `comment` longtext NOT NULL, - `hostname` varchar(128) NOT NULL default '', - `timestamp` int(11) NOT NULL default '0', - `status` tinyint(3) unsigned NOT NULL default '0', - `format` smallint(6) NOT NULL default '0', - `thread` varchar(255) NOT NULL, - `name` varchar(60) default NULL, - `mail` varchar(64) default NULL, - `homepage` varchar(255) default NULL, - PRIMARY KEY (`cid`), - KEY `pid` (`pid`), - KEY `nid` (`nid`), - KEY `status` (`status`) -) ENGINE=MyISAM AUTO_INCREMENT=101 DEFAULT CHARSET=utf8; - --- --- Table structure for table `files` --- - -DROP TABLE IF EXISTS `files`; -CREATE TABLE `files` ( - `fid` int(10) unsigned NOT NULL auto_increment, - `uid` int(10) unsigned NOT NULL default '0', - `filename` varchar(255) NOT NULL default '', - `filepath` varchar(255) NOT NULL default '', - `filemime` varchar(255) NOT NULL default '', - `filesize` int(10) unsigned NOT NULL default '0', - `status` int(11) NOT NULL default '0', - `timestamp` int(10) unsigned NOT NULL default '0', - PRIMARY KEY (`fid`), - KEY `uid` (`uid`), - KEY `status` (`status`), - KEY `timestamp` (`timestamp`) -) ENGINE=MyISAM AUTO_INCREMENT=177 DEFAULT CHARSET=utf8; - --- --- Table structure for table `filter_formats` --- - -DROP TABLE IF EXISTS `filter_formats`; -CREATE TABLE `filter_formats` ( - `format` int(11) NOT NULL auto_increment, - `name` varchar(255) NOT NULL default '', - `roles` varchar(255) NOT NULL default '', - `cache` tinyint(4) NOT NULL default '0', - PRIMARY KEY (`format`), - UNIQUE KEY `name` (`name`) -) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8; - --- --- Table structure for table `filters` --- - -DROP TABLE IF EXISTS `filters`; -CREATE TABLE `filters` ( - `fid` int(11) NOT NULL auto_increment, - `format` int(11) NOT NULL default '0', - `module` varchar(64) NOT NULL default '', - `delta` tinyint(4) NOT NULL default '0', - `weight` tinyint(4) NOT NULL default '0', - PRIMARY KEY (`fid`), - UNIQUE KEY `fmd` (`format`,`module`,`delta`), - KEY `list` (`format`,`weight`,`module`,`delta`) -) ENGINE=MyISAM AUTO_INCREMENT=8 DEFAULT CHARSET=utf8; - --- --- Table structure for table `flood` --- - -DROP TABLE IF EXISTS `flood`; -CREATE TABLE `flood` ( - `fid` int(11) NOT NULL auto_increment, - `event` varchar(64) NOT NULL default '', - `hostname` varchar(128) NOT NULL default '', - `timestamp` int(11) NOT NULL default '0', - PRIMARY KEY (`fid`), - KEY `allow` (`event`,`hostname`,`timestamp`) -) ENGINE=MyISAM DEFAULT CHARSET=utf8; - --- --- Table structure for table `forum` --- - -DROP TABLE IF EXISTS `forum`; -CREATE TABLE `forum` ( - `nid` int(10) unsigned NOT NULL default '0', - `vid` int(10) unsigned NOT NULL default '0', - `tid` int(10) unsigned NOT NULL default '0', - PRIMARY KEY (`vid`), - KEY `nid` (`nid`), - KEY `tid` (`tid`) -) ENGINE=MyISAM DEFAULT CHARSET=utf8; - --- --- Table structure for table `history` --- - -DROP TABLE IF EXISTS `history`; -CREATE TABLE `history` ( - `uid` int(11) NOT NULL default '0', - `nid` int(11) NOT NULL default '0', - `timestamp` int(11) NOT NULL default '0', - PRIMARY KEY (`uid`,`nid`), - KEY `nid` (`nid`) -) ENGINE=MyISAM DEFAULT CHARSET=utf8; - --- --- Table structure for table `i18n_blocks` --- - -DROP TABLE IF EXISTS `i18n_blocks`; -CREATE TABLE `i18n_blocks` ( - `ibid` int(10) unsigned NOT NULL auto_increment, - `module` varchar(64) NOT NULL, - `delta` varchar(32) NOT NULL default '0', - `type` int(11) NOT NULL default '0', - `language` varchar(12) NOT NULL default '', - PRIMARY KEY (`ibid`) -) ENGINE=MyISAM DEFAULT CHARSET=utf8; - --- --- Table structure for table `i18n_strings` --- - -DROP TABLE IF EXISTS `i18n_strings`; -CREATE TABLE `i18n_strings` ( - `lid` int(11) NOT NULL default '0', - `objectid` int(11) NOT NULL default '0', - `type` varchar(255) NOT NULL default '', - `property` varchar(255) NOT NULL default 'default', - PRIMARY KEY (`lid`) -) ENGINE=MyISAM DEFAULT CHARSET=utf8; - --- --- Table structure for table `i18n_variable` --- - -DROP TABLE IF EXISTS `i18n_variable`; -CREATE TABLE `i18n_variable` ( - `name` varchar(128) NOT NULL default '', - `language` varchar(12) NOT NULL default '', - `value` longtext NOT NULL, - PRIMARY KEY (`name`,`language`) -) ENGINE=MyISAM DEFAULT CHARSET=utf8; - --- --- Table structure for table `image` --- - -DROP TABLE IF EXISTS `image`; -CREATE TABLE `image` ( - `nid` int(10) unsigned NOT NULL default '0', - `fid` int(10) unsigned NOT NULL default '0', - `image_size` varchar(32) NOT NULL default '', - PRIMARY KEY (`nid`,`image_size`), - KEY `fid` (`fid`) -) ENGINE=MyISAM DEFAULT CHARSET=utf8; - --- --- Table structure for table `image_attach` --- - -DROP TABLE IF EXISTS `image_attach`; -CREATE TABLE `image_attach` ( - `nid` int(10) unsigned NOT NULL default '0', - `iid` int(10) unsigned NOT NULL default '0', - `weight` int(11) NOT NULL default '0', - PRIMARY KEY (`nid`,`iid`), - KEY `iid` (`iid`) -) ENGINE=MyISAM DEFAULT CHARSET=utf8; - --- --- Table structure for table `languages` --- - -DROP TABLE IF EXISTS `languages`; -CREATE TABLE `languages` ( - `language` varchar(12) NOT NULL default '', - `name` varchar(64) NOT NULL default '', - `native` varchar(64) NOT NULL default '', - `direction` int(11) NOT NULL default '0', - `enabled` int(11) NOT NULL default '0', - `plurals` int(11) NOT NULL default '0', - `formula` varchar(128) NOT NULL default '', - `domain` varchar(128) NOT NULL default '', - `prefix` varchar(128) NOT NULL default '', - `weight` int(11) NOT NULL default '0', - `javascript` varchar(32) NOT NULL default '', - PRIMARY KEY (`language`), - KEY `list` (`weight`,`name`) -) ENGINE=MyISAM DEFAULT CHARSET=utf8; - --- --- Table structure for table `locales_source` --- - -DROP TABLE IF EXISTS `locales_source`; -CREATE TABLE `locales_source` ( - `lid` int(11) NOT NULL auto_increment, - `location` varchar(255) NOT NULL default '', - `textgroup` varchar(255) NOT NULL default 'default', - `source` blob NOT NULL, - `version` varchar(20) NOT NULL default 'none', - PRIMARY KEY (`lid`), - KEY `source` (`source`(30)), - KEY `textgroup_location` (`textgroup`(30),`location`) -) ENGINE=MyISAM AUTO_INCREMENT=4355 DEFAULT CHARSET=utf8; - --- --- Table structure for table `locales_target` --- - -DROP TABLE IF EXISTS `locales_target`; -CREATE TABLE `locales_target` ( - `lid` int(11) NOT NULL default '0', - `translation` blob NOT NULL, - `language` varchar(12) NOT NULL default '', - `plid` int(11) NOT NULL default '0', - `plural` int(11) NOT NULL default '0', - `status` int(11) NOT NULL default '0', - PRIMARY KEY (`language`,`lid`,`plural`), - KEY `lid` (`lid`), - KEY `plid` (`plid`), - KEY `plural` (`plural`) -) ENGINE=MyISAM DEFAULT CHARSET=utf8; - --- --- Table structure for table `menu_custom` --- - -DROP TABLE IF EXISTS `menu_custom`; -CREATE TABLE `menu_custom` ( - `menu_name` varchar(32) NOT NULL default '', - `title` varchar(255) NOT NULL default '', - `description` text, - PRIMARY KEY (`menu_name`) -) ENGINE=MyISAM DEFAULT CHARSET=utf8; - --- --- Table structure for table `menu_links` --- - -DROP TABLE IF EXISTS `menu_links`; -CREATE TABLE `menu_links` ( - `menu_name` varchar(32) NOT NULL default '', - `mlid` int(10) unsigned NOT NULL auto_increment, - `plid` int(10) unsigned NOT NULL default '0', - `link_path` varchar(255) NOT NULL default '', - `router_path` varchar(255) NOT NULL default '', - `link_title` varchar(255) NOT NULL default '', - `options` text, - `module` varchar(255) NOT NULL default 'system', - `hidden` smallint(6) NOT NULL default '0', - `external` smallint(6) NOT NULL default '0', - `has_children` smallint(6) NOT NULL default '0', - `expanded` smallint(6) NOT NULL default '0', - `weight` int(11) NOT NULL default '0', - `depth` smallint(6) NOT NULL default '0', - `customized` smallint(6) NOT NULL default '0', - `p1` int(10) unsigned NOT NULL default '0', - `p2` int(10) unsigned NOT NULL default '0', - `p3` int(10) unsigned NOT NULL default '0', - `p4` int(10) unsigned NOT NULL default '0', - `p5` int(10) unsigned NOT NULL default '0', - `p6` int(10) unsigned NOT NULL default '0', - `p7` int(10) unsigned NOT NULL default '0', - `p8` int(10) unsigned NOT NULL default '0', - `p9` int(10) unsigned NOT NULL default '0', - `updated` smallint(6) NOT NULL default '0', - PRIMARY KEY (`mlid`), - KEY `path_menu` (`link_path`(128),`menu_name`), - KEY `menu_plid_expand_child` (`menu_name`,`plid`,`expanded`,`has_children`), - KEY `menu_parents` (`menu_name`,`p1`,`p2`,`p3`,`p4`,`p5`,`p6`,`p7`,`p8`,`p9`), - KEY `router_path` (`router_path`(128)) -) ENGINE=MyISAM AUTO_INCREMENT=259 DEFAULT CHARSET=utf8; - --- --- Table structure for table `menu_router` --- - -DROP TABLE IF EXISTS `menu_router`; -CREATE TABLE `menu_router` ( - `path` varchar(255) NOT NULL default '', - `load_functions` text NOT NULL, - `to_arg_functions` text NOT NULL, - `access_callback` varchar(255) NOT NULL default '', - `access_arguments` text, - `page_callback` varchar(255) NOT NULL default '', - `page_arguments` text, - `fit` int(11) NOT NULL default '0', - `number_parts` smallint(6) NOT NULL default '0', - `tab_parent` varchar(255) NOT NULL default '', - `tab_root` varchar(255) NOT NULL default '', - `title` varchar(255) NOT NULL default '', - `title_callback` varchar(255) NOT NULL default '', - `title_arguments` varchar(255) NOT NULL default '', - `type` int(11) NOT NULL default '0', - `block_callback` varchar(255) NOT NULL default '', - `description` text NOT NULL, - `position` varchar(255) NOT NULL default '', - `weight` int(11) NOT NULL default '0', - `file` mediumtext, - PRIMARY KEY (`path`), - KEY `fit` (`fit`), - KEY `tab_parent` (`tab_parent`), - KEY `tab_root_weight_title` (`tab_root`(64),`weight`,`title`) -) ENGINE=MyISAM DEFAULT CHARSET=utf8; - --- --- Table structure for table `node` --- - -DROP TABLE IF EXISTS `node`; -CREATE TABLE `node` ( - `nid` int(10) unsigned NOT NULL auto_increment, - `vid` int(10) unsigned NOT NULL default '0', - `type` varchar(32) NOT NULL default '', - `language` varchar(12) NOT NULL default '', - `title` varchar(255) NOT NULL default '', - `uid` int(11) NOT NULL default '0', - `status` int(11) NOT NULL default '1', - `created` int(11) NOT NULL default '0', - `changed` int(11) NOT NULL default '0', - `comment` int(11) NOT NULL default '0', - `promote` int(11) NOT NULL default '0', - `moderate` int(11) NOT NULL default '0', - `sticky` int(11) NOT NULL default '0', - `tnid` int(10) unsigned NOT NULL default '0', - `translate` int(11) NOT NULL default '0', - PRIMARY KEY (`nid`), - UNIQUE KEY `vid` (`vid`), - KEY `node_changed` (`changed`), - KEY `node_created` (`created`), - KEY `node_moderate` (`moderate`), - KEY `node_promote_status` (`promote`,`status`), - KEY `node_status_type` (`status`,`type`,`nid`), - KEY `node_title_type` (`title`,`type`(4)), - KEY `node_type` (`type`(4)), - KEY `uid` (`uid`), - KEY `tnid` (`tnid`), - KEY `translate` (`translate`) -) ENGINE=MyISAM AUTO_INCREMENT=142 DEFAULT CHARSET=utf8; - --- --- Table structure for table `node_access` --- - -DROP TABLE IF EXISTS `node_access`; -CREATE TABLE `node_access` ( - `nid` int(10) unsigned NOT NULL default '0', - `gid` int(10) unsigned NOT NULL default '0', - `realm` varchar(255) NOT NULL default '', - `grant_view` tinyint(3) unsigned NOT NULL default '0', - `grant_update` tinyint(3) unsigned NOT NULL default '0', - `grant_delete` tinyint(3) unsigned NOT NULL default '0', - PRIMARY KEY (`nid`,`gid`,`realm`) -) ENGINE=MyISAM DEFAULT CHARSET=utf8; - --- --- Table structure for table `node_comment_statistics` --- - -DROP TABLE IF EXISTS `node_comment_statistics`; -CREATE TABLE `node_comment_statistics` ( - `nid` int(10) unsigned NOT NULL default '0', - `last_comment_timestamp` int(11) NOT NULL default '0', - `last_comment_name` varchar(60) default NULL, - `last_comment_uid` int(11) NOT NULL default '0', - `comment_count` int(10) unsigned NOT NULL default '0', - PRIMARY KEY (`nid`), - KEY `node_comment_timestamp` (`last_comment_timestamp`) -) ENGINE=MyISAM DEFAULT CHARSET=utf8; - --- --- Table structure for table `node_counter` --- - -DROP TABLE IF EXISTS `node_counter`; -CREATE TABLE `node_counter` ( - `nid` int(11) NOT NULL default '0', - `totalcount` bigint(20) unsigned NOT NULL default '0', - `daycount` mediumint(8) unsigned NOT NULL default '0', - `timestamp` int(10) unsigned NOT NULL default '0', - PRIMARY KEY (`nid`) -) ENGINE=MyISAM DEFAULT CHARSET=utf8; - --- --- Table structure for table `node_revisions` --- - -DROP TABLE IF EXISTS `node_revisions`; -CREATE TABLE `node_revisions` ( - `nid` int(10) unsigned NOT NULL default '0', - `vid` int(10) unsigned NOT NULL auto_increment, - `uid` int(11) NOT NULL default '0', - `title` varchar(255) NOT NULL default '', - `body` longtext NOT NULL, - `teaser` longtext NOT NULL, - `log` longtext NOT NULL, - `timestamp` int(11) NOT NULL default '0', - `format` int(11) NOT NULL default '0', - PRIMARY KEY (`vid`), - KEY `nid` (`nid`), - KEY `uid` (`uid`) -) ENGINE=MyISAM AUTO_INCREMENT=485 DEFAULT CHARSET=utf8; - --- --- Table structure for table `node_type` --- - -DROP TABLE IF EXISTS `node_type`; -CREATE TABLE `node_type` ( - `type` varchar(32) NOT NULL, - `name` varchar(255) NOT NULL default '', - `module` varchar(255) NOT NULL, - `description` mediumtext NOT NULL, - `help` mediumtext NOT NULL, - `has_title` tinyint(3) unsigned NOT NULL, - `title_label` varchar(255) NOT NULL default '', - `has_body` tinyint(3) unsigned NOT NULL, - `body_label` varchar(255) NOT NULL default '', - `min_word_count` smallint(5) unsigned NOT NULL, - `custom` tinyint(4) NOT NULL default '0', - `modified` tinyint(4) NOT NULL default '0', - `locked` tinyint(4) NOT NULL default '0', - `orig_type` varchar(255) NOT NULL default '', - PRIMARY KEY (`type`) -) ENGINE=MyISAM DEFAULT CHARSET=utf8; - --- --- Table structure for table `openid_association` --- - -DROP TABLE IF EXISTS `openid_association`; -CREATE TABLE `openid_association` ( - `idp_endpoint_uri` varchar(255) default NULL, - `assoc_handle` varchar(255) NOT NULL, - `assoc_type` varchar(32) default NULL, - `session_type` varchar(32) default NULL, - `mac_key` varchar(255) default NULL, - `created` int(11) NOT NULL default '0', - `expires_in` int(11) NOT NULL default '0', - PRIMARY KEY (`assoc_handle`) -) ENGINE=MyISAM DEFAULT CHARSET=utf8; - --- --- Table structure for table `permission` --- - -DROP TABLE IF EXISTS `permission`; -CREATE TABLE `permission` ( - `pid` int(11) NOT NULL auto_increment, - `rid` int(10) unsigned NOT NULL default '0', - `perm` longtext, - `tid` int(10) unsigned NOT NULL default '0', - PRIMARY KEY (`pid`), - KEY `rid` (`rid`) -) ENGINE=MyISAM AUTO_INCREMENT=25 DEFAULT CHARSET=utf8; - --- --- Table structure for table `poll` --- - -DROP TABLE IF EXISTS `poll`; -CREATE TABLE `poll` ( - `nid` int(10) unsigned NOT NULL default '0', - `runtime` int(11) NOT NULL default '0', - `active` int(10) unsigned NOT NULL default '0', - PRIMARY KEY (`nid`) -) ENGINE=MyISAM DEFAULT CHARSET=utf8; - --- --- Table structure for table `poll_choices` --- - -DROP TABLE IF EXISTS `poll_choices`; -CREATE TABLE `poll_choices` ( - `chid` int(10) unsigned NOT NULL auto_increment, - `nid` int(10) unsigned NOT NULL default '0', - `chtext` varchar(128) NOT NULL default '', - `chvotes` int(11) NOT NULL default '0', - `chorder` int(11) NOT NULL default '0', - PRIMARY KEY (`chid`), - KEY `nid` (`nid`) -) ENGINE=MyISAM DEFAULT CHARSET=utf8; - --- --- Table structure for table `poll_votes` --- - -DROP TABLE IF EXISTS `poll_votes`; -CREATE TABLE `poll_votes` ( - `nid` int(10) unsigned NOT NULL, - `uid` int(10) unsigned NOT NULL default '0', - `chorder` int(11) NOT NULL default '-1', - `hostname` varchar(128) NOT NULL default '', - PRIMARY KEY (`nid`,`uid`,`hostname`), - KEY `hostname` (`hostname`), - KEY `uid` (`uid`) -) ENGINE=MyISAM DEFAULT CHARSET=utf8; - --- --- Table structure for table `profile_fields` --- - -DROP TABLE IF EXISTS `profile_fields`; -CREATE TABLE `profile_fields` ( - `fid` int(11) NOT NULL auto_increment, - `title` varchar(255) default NULL, - `name` varchar(128) NOT NULL default '', - `explanation` text, - `category` varchar(255) default NULL, - `page` varchar(255) default NULL, - `type` varchar(128) default NULL, - `weight` tinyint(4) NOT NULL default '0', - `required` tinyint(4) NOT NULL default '0', - `register` tinyint(4) NOT NULL default '0', - `visibility` tinyint(4) NOT NULL default '0', - `autocomplete` tinyint(4) NOT NULL default '0', - `options` text, - PRIMARY KEY (`fid`), - UNIQUE KEY `name` (`name`), - KEY `category` (`category`) -) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8; - --- --- Table structure for table `profile_values` --- - -DROP TABLE IF EXISTS `profile_values`; -CREATE TABLE `profile_values` ( - `fid` int(10) unsigned NOT NULL default '0', - `uid` int(10) unsigned NOT NULL default '0', - `value` text, - PRIMARY KEY (`uid`,`fid`), - KEY `fid` (`fid`) -) ENGINE=MyISAM DEFAULT CHARSET=utf8; - --- --- Table structure for table `role` --- - -DROP TABLE IF EXISTS `role`; -CREATE TABLE `role` ( - `rid` int(10) unsigned NOT NULL auto_increment, - `name` varchar(64) NOT NULL default '', - PRIMARY KEY (`rid`), - UNIQUE KEY `name` (`name`) -) ENGINE=MyISAM AUTO_INCREMENT=4 DEFAULT CHARSET=utf8; - --- --- Table structure for table `sessions` --- - -DROP TABLE IF EXISTS `sessions`; -CREATE TABLE `sessions` ( - `uid` int(10) unsigned NOT NULL, - `sid` varchar(64) NOT NULL default '', - `hostname` varchar(128) NOT NULL default '', - `timestamp` int(11) NOT NULL default '0', - `cache` int(11) NOT NULL default '0', - `session` longtext, - PRIMARY KEY (`sid`), - KEY `timestamp` (`timestamp`), - KEY `uid` (`uid`) -) ENGINE=MyISAM DEFAULT CHARSET=utf8; - --- --- Table structure for table `system` --- - -DROP TABLE IF EXISTS `system`; -CREATE TABLE `system` ( - `filename` varchar(255) NOT NULL default '', - `name` varchar(255) NOT NULL default '', - `type` varchar(255) NOT NULL default '', - `owner` varchar(255) NOT NULL default '', - `status` int(11) NOT NULL default '0', - `throttle` tinyint(4) NOT NULL default '0', - `bootstrap` int(11) NOT NULL default '0', - `schema_version` smallint(6) NOT NULL default '-1', - `weight` int(11) NOT NULL default '0', - `info` text, - PRIMARY KEY (`filename`), - KEY `modules` (`type`(12),`status`,`weight`,`filename`), - KEY `bootstrap` (`type`(12),`status`,`bootstrap`,`weight`,`filename`), - KEY `type_name` (`type`(12),`name`) -) ENGINE=MyISAM DEFAULT CHARSET=utf8; - --- --- Table structure for table `term_data` --- - -DROP TABLE IF EXISTS `term_data`; -CREATE TABLE `term_data` ( - `tid` int(10) unsigned NOT NULL auto_increment, - `vid` int(10) unsigned NOT NULL default '0', - `name` varchar(255) NOT NULL default '', - `description` longtext, - `weight` tinyint(4) NOT NULL default '0', - PRIMARY KEY (`tid`), - KEY `taxonomy_tree` (`vid`,`weight`,`name`), - KEY `vid_name` (`vid`,`name`) -) ENGINE=MyISAM AUTO_INCREMENT=8 DEFAULT CHARSET=utf8; - --- --- Table structure for table `term_hierarchy` --- - -DROP TABLE IF EXISTS `term_hierarchy`; -CREATE TABLE `term_hierarchy` ( - `tid` int(10) unsigned NOT NULL default '0', - `parent` int(10) unsigned NOT NULL default '0', - PRIMARY KEY (`tid`,`parent`), - KEY `parent` (`parent`) -) ENGINE=MyISAM DEFAULT CHARSET=utf8; - --- --- Table structure for table `term_node` --- - -DROP TABLE IF EXISTS `term_node`; -CREATE TABLE `term_node` ( - `nid` int(10) unsigned NOT NULL default '0', - `vid` int(10) unsigned NOT NULL default '0', - `tid` int(10) unsigned NOT NULL default '0', - PRIMARY KEY (`tid`,`vid`), - KEY `vid` (`vid`), - KEY `nid` (`nid`) -) ENGINE=MyISAM DEFAULT CHARSET=utf8; - --- --- Table structure for table `term_relation` --- - -DROP TABLE IF EXISTS `term_relation`; -CREATE TABLE `term_relation` ( - `trid` int(11) NOT NULL auto_increment, - `tid1` int(10) unsigned NOT NULL default '0', - `tid2` int(10) unsigned NOT NULL default '0', - PRIMARY KEY (`trid`), - UNIQUE KEY `tid1_tid2` (`tid1`,`tid2`), - KEY `tid2` (`tid2`) -) ENGINE=MyISAM DEFAULT CHARSET=utf8; - --- --- Table structure for table `term_synonym` --- - -DROP TABLE IF EXISTS `term_synonym`; -CREATE TABLE `term_synonym` ( - `tsid` int(11) NOT NULL auto_increment, - `tid` int(10) unsigned NOT NULL default '0', - `name` varchar(255) NOT NULL default '', - PRIMARY KEY (`tsid`), - KEY `tid` (`tid`), - KEY `name_tid` (`name`,`tid`) -) ENGINE=MyISAM DEFAULT CHARSET=utf8; - --- --- Table structure for table `translation_overview_priority` --- - -DROP TABLE IF EXISTS `translation_overview_priority`; -CREATE TABLE `translation_overview_priority` ( - `tnid` int(10) unsigned NOT NULL, - `lang_en` tinyint(3) unsigned NOT NULL default '1', - `lang_fr` tinyint(3) unsigned NOT NULL default '1', - `lang_de` tinyint(3) unsigned NOT NULL default '1', - `lang_ptbr` tinyint(3) unsigned NOT NULL default '1', - `lang_zhhant` tinyint(3) unsigned NOT NULL default '1', - PRIMARY KEY (`tnid`), - KEY `lang_en` (`lang_en`), - KEY `lang_fr` (`lang_fr`), - KEY `lang_de` (`lang_de`), - KEY `lang_ptbr` (`lang_ptbr`), - KEY `lang_zhhant` (`lang_zhhant`) -) ENGINE=MyISAM DEFAULT CHARSET=utf8; - --- --- Table structure for table `twitter` --- - -DROP TABLE IF EXISTS `twitter`; -CREATE TABLE `twitter` ( - `twitter_id` decimal(20,0) unsigned NOT NULL default '0', - `screen_name` varchar(255) NOT NULL default '', - `created_at` varchar(64) NOT NULL default '', - `created_time` int(11) NOT NULL, - `text` varchar(255) default NULL, - `source` varchar(255) default NULL, - `in_reply_to_status_id` decimal(20,0) unsigned default NULL, - `in_reply_to_user_id` decimal(20,0) unsigned default NULL, - `in_reply_to_screen_name` varchar(255) default NULL, - `truncated` int(10) unsigned NOT NULL default '0', - PRIMARY KEY (`twitter_id`), - KEY `screen_name` (`screen_name`) -) ENGINE=MyISAM DEFAULT CHARSET=utf8; - --- --- Table structure for table `twitter_account` --- - -DROP TABLE IF EXISTS `twitter_account`; -CREATE TABLE `twitter_account` ( - `twitter_uid` decimal(20,0) unsigned NOT NULL default '0', - `screen_name` varchar(255) default NULL, - `name` varchar(64) NOT NULL default '', - `description` varchar(255) default NULL, - `location` varchar(255) default NULL, - `followers_count` int(11) NOT NULL default '0', - `profile_image_url` varchar(255) default NULL, - `url` varchar(255) default NULL, - `protected` int(10) unsigned NOT NULL default '0', - `last_refresh` int(11) NOT NULL default '0', - PRIMARY KEY (`twitter_uid`), - KEY `screen_name` (`screen_name`) -) ENGINE=MyISAM DEFAULT CHARSET=utf8; - --- --- Table structure for table `twitter_user` --- - -DROP TABLE IF EXISTS `twitter_user`; -CREATE TABLE `twitter_user` ( - `uid` int(11) NOT NULL, - `screen_name` varchar(255) NOT NULL default '', - `password` varchar(64) default NULL, - `import` int(10) unsigned NOT NULL default '1', - PRIMARY KEY (`uid`,`screen_name`), - KEY `screen_name` (`screen_name`), - KEY `uid` (`uid`), - KEY `import` (`import`) -) ENGINE=MyISAM DEFAULT CHARSET=utf8; - --- --- Table structure for table `upload` --- - -DROP TABLE IF EXISTS `upload`; -CREATE TABLE `upload` ( - `fid` int(10) unsigned NOT NULL default '0', - `nid` int(10) unsigned NOT NULL default '0', - `vid` int(10) unsigned NOT NULL default '0', - `description` varchar(255) NOT NULL default '', - `list` tinyint(3) unsigned NOT NULL default '0', - `weight` tinyint(4) NOT NULL default '0', - PRIMARY KEY (`vid`,`fid`), - KEY `fid` (`fid`), - KEY `nid` (`nid`) -) ENGINE=MyISAM DEFAULT CHARSET=utf8; - --- --- Table structure for table `url_alias` --- - -DROP TABLE IF EXISTS `url_alias`; -CREATE TABLE `url_alias` ( - `pid` int(10) unsigned NOT NULL auto_increment, - `src` varchar(128) NOT NULL default '', - `dst` varchar(128) NOT NULL default '', - `language` varchar(12) NOT NULL default '', - PRIMARY KEY (`pid`), - UNIQUE KEY `dst_language` (`dst`,`language`), - KEY `src_language` (`src`,`language`) -) ENGINE=MyISAM DEFAULT CHARSET=utf8; - --- --- Table structure for table `users` --- - -DROP TABLE IF EXISTS `users`; -CREATE TABLE `users` ( - `uid` int(10) unsigned NOT NULL auto_increment, - `name` varchar(60) NOT NULL default '', - `pass` varchar(32) NOT NULL default '', - `mail` varchar(64) default '', - `mode` tinyint(4) NOT NULL default '0', - `sort` tinyint(4) default '0', - `threshold` tinyint(4) default '0', - `theme` varchar(255) NOT NULL default '', - `signature` varchar(255) NOT NULL default '', - `signature_format` smallint(6) NOT NULL default '0', - `created` int(11) NOT NULL default '0', - `access` int(11) NOT NULL default '0', - `login` int(11) NOT NULL default '0', - `status` tinyint(4) NOT NULL default '0', - `timezone` varchar(8) default NULL, - `language` varchar(12) NOT NULL default '', - `picture` varchar(255) NOT NULL default '', - `init` varchar(64) default '', - `data` longtext, - PRIMARY KEY (`uid`), - UNIQUE KEY `name` (`name`), - KEY `access` (`access`), - KEY `created` (`created`), - KEY `mail` (`mail`) -) ENGINE=MyISAM AUTO_INCREMENT=611 DEFAULT CHARSET=utf8; - --- --- Table structure for table `users_roles` --- - -DROP TABLE IF EXISTS `users_roles`; -CREATE TABLE `users_roles` ( - `uid` int(10) unsigned NOT NULL default '0', - `rid` int(10) unsigned NOT NULL default '0', - PRIMARY KEY (`uid`,`rid`), - KEY `rid` (`rid`) -) ENGINE=MyISAM DEFAULT CHARSET=utf8; - --- --- Table structure for table `variable` --- - -DROP TABLE IF EXISTS `variable`; -CREATE TABLE `variable` ( - `name` varchar(128) NOT NULL default '', - `value` longtext NOT NULL, - PRIMARY KEY (`name`) -) ENGINE=MyISAM DEFAULT CHARSET=utf8; - --- --- Table structure for table `vocabulary` --- - -DROP TABLE IF EXISTS `vocabulary`; -CREATE TABLE `vocabulary` ( - `vid` int(10) unsigned NOT NULL auto_increment, - `name` varchar(255) NOT NULL default '', - `description` longtext, - `help` varchar(255) NOT NULL default '', - `relations` tinyint(3) unsigned NOT NULL default '0', - `hierarchy` tinyint(3) unsigned NOT NULL default '0', - `multiple` tinyint(3) unsigned NOT NULL default '0', - `required` tinyint(3) unsigned NOT NULL default '0', - `tags` tinyint(3) unsigned NOT NULL default '0', - `module` varchar(255) NOT NULL default '', - `weight` tinyint(4) NOT NULL default '0', - PRIMARY KEY (`vid`), - KEY `list` (`weight`,`name`) -) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8; - --- --- Table structure for table `vocabulary_node_types` --- - -DROP TABLE IF EXISTS `vocabulary_node_types`; -CREATE TABLE `vocabulary_node_types` ( - `vid` int(10) unsigned NOT NULL default '0', - `type` varchar(32) NOT NULL default '', - PRIMARY KEY (`type`,`vid`), - KEY `vid` (`vid`) -) ENGINE=MyISAM DEFAULT CHARSET=utf8; - --- --- Table structure for table `watchdog` --- - -DROP TABLE IF EXISTS `watchdog`; -CREATE TABLE `watchdog` ( - `wid` int(11) NOT NULL auto_increment, - `uid` int(11) NOT NULL default '0', - `type` varchar(16) NOT NULL default '', - `message` longtext NOT NULL, - `variables` longtext NOT NULL, - `severity` tinyint(3) unsigned NOT NULL default '0', - `link` varchar(255) NOT NULL default '', - `location` text NOT NULL, - `referer` text, - `hostname` varchar(128) NOT NULL default '', - `timestamp` int(11) NOT NULL default '0', - PRIMARY KEY (`wid`), - KEY `type` (`type`) -) ENGINE=MyISAM AUTO_INCREMENT=10149 DEFAULT CHARSET=utf8; -/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */; - -/*!40101 SET SQL_MODE=@OLD_SQL_MODE */; -/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */; -/*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */; -/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */; -/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */; -/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; -/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; - --- Dump completed on 2010-12-22 8:55:59 diff -r f80f311578f7 -r 5c348f41a718 forum/system-config/apache/forum.slitaz.org.conf --- a/forum/system-config/apache/forum.slitaz.org.conf Sun Apr 03 04:11:27 2011 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,36 +0,0 @@ - - ServerAdmin webmaster@forum.slitaz.org - DocumentRoot /home/slitaz/www/forum - ServerName forum.slitaz.org - ErrorLog /home/slitaz/logs/error_log - CustomLog /home/slitaz/logs/access_log combined - - RewriteEngine On - - ScriptAlias /cgi-bin/ /usr/lib/cgi-bin/ - - AllowOverride None - Options ExecCGI -MultiViews +SymLinksIfOwnerMatch - Order allow,deny - Allow from all - - - - - AllowOverride all - Options FollowSymLinks SymLinksIfOwnerMatch IncludesNoExec - DirectoryIndex index.php index.htm index.html - AddDefaultCharset iso8859-1 - - - - Order allow,deny - Allow from all - - - Order deny,allow - Deny from all - - - - diff -r f80f311578f7 -r 5c348f41a718 forum/system-config/awstats/awstats.forum.slitaz.org.conf --- a/forum/system-config/awstats/awstats.forum.slitaz.org.conf Sun Apr 03 04:11:27 2011 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,240 +0,0 @@ -# AWSTATS CONFIGURE FILE 6.0 -#----------------------------------------------------------------------------- -# Copy this file into awstats.www.mydomain.conf and edit this new config file -# to setup AWStats (See documentation in docs/ directory). -# The config file must be in /etc/awstats, /usr/local/etc/awstats or /etc (for -# Unix/Linux) or same directory than awstats.pl (Windows, Mac, Unix/Linux...) -# To include an environment variable in any parameter (AWStats will replace -# it with its value when reading it), follow the example: -# Parameter="__ENVNAME__" -# Note that environment variable AWSTATS_CURRENT_CONFIG is always defined with -# the config value in an AWStats running session and can be used like others. -#----------------------------------------------------------------------------- -# $Revision: 1.271 $ - $Author: eldy $ - $Date: 2004/01/25 15:35:11 $ - - - -#----------------------------------------------------------------------------- -# MAIN SETUP SECTION (Required to make AWStats work) -#----------------------------------------------------------------------------- -LogFile="/home/slitaz/logs/access_log" -LogType=W -LogFormat=1 -LogSeparator=" " -SiteDomain="forum.slitaz.org" -HostAliases="localhost 127.0.0.1 REGEX[forum\.slitaz\.org$]" -DNSLookup=0 -DirData="/var/db/awstats/forum.slitaz.org" -DirCgi="/cgi-bin" -DirIcons="/icon" -AllowToUpdateStatsFromBrowser=0 -AllowFullYearView=1 - - -#----------------------------------------------------------------------------- -# OPTIONAL SETUP SECTION (Not required but increase AWStats features) -#----------------------------------------------------------------------------- -EnableLockForUpdate=0 -DNSStaticCacheFile="dnscache.txt" -DNSLastUpdateCacheFile="dnscachelastupdate.txt" -SkipDNSLookupFor="" -AllowAccessFromWebToAuthenticatedUsersOnly=0 -AllowAccessFromWebToFollowingAuthenticatedUsers="" -AllowAccessFromWebToFollowingIPAddresses="" -CreateDirDataIfNotExists=0 -BuildHistoryFormat=text -BuildReportFormat=html -SaveDatabaseFilesWithPermissionsForEveryone=0 -PurgeLogFile=0 -ArchiveLogRecords=0 -KeepBackupOfHistoricFiles=0 -DefaultFile="index.htm" -SkipHosts="81.80.143.121" -SkipUserAgents="" -SkipFiles="" -OnlyHosts="" -OnlyUserAgents="" -OnlyFiles="" -NotPageList="css js class gif jpg jpeg png bmp ico" -ValidHTTPCodes="200 304" -ValidSMTPCodes="1 250" -AuthenticatedUsersNotCaseSensitive=0 -URLNotCaseSensitive=0 -URLWithAnchor=0 -URLQuerySeparators="?;" -URLWithQuery=0 -URLWithQueryWithOnlyFollowingParameters="" -URLWithQueryWithoutFollowingParameters="" -URLReferrerWithQuery=0 -WarningMessages=1 -ErrorMessages="" -DebugMessages=1 -NbOfLinesForCorruptedLog=50 -WrapperScript="" -DecodeUA=0 -MiscTrackerUrl="/js/awstats_misc_tracker.js" - -#----------------------------------------------------------------------------- -# OPTIONAL ACCURACY SETUP SECTION (Not required but increase AWStats features) -#----------------------------------------------------------------------------- -LevelForBrowsersDetection=2 # 0 disables Browsers detection. - # 2 reduces AWStats speed by 2% -LevelForOSDetection=2 # 0 disables OS detection. - # 2 reduces AWStats speed by 3% -LevelForRefererAnalyze=2 # 0 disables Origin detection. - # 2 reduces AWStats speed by 14% -LevelForRobotsDetection=2 # 0 disables Robots detection. - # 2 reduces AWStats speed by 2.5% -LevelForSearchEnginesDetection=2 # 0 disables Search engines detection. - # 2 reduces AWStats speed by 9% -LevelForKeywordsDetection=2 # 0 disables Keyphrases/Keywords detection. - # 2 reduces AWStats speed by 1% -LevelForFileTypesDetection=2 # 0 disables File types detection. - # 2 reduces AWStats speed by 1% -LevelForWormsDetection=0 # 0 disables Worms detection. - # 2 reduces AWStats speed by 15% - - - -#----------------------------------------------------------------------------- -# OPTIONAL APPEARANCE SETUP SECTION (Not required but increase AWStats features) -#----------------------------------------------------------------------------- -UseFramesWhenCGI=1 -DetailedReportsOnNewWindows=1 -Expires=0 -MaxRowsInHTMLOutput=1000 -Lang="auto" -DirLang="./lang" -ShowMenu=1 -ShowMonthStats=UVPHB -ShowDaysOfMonthStats=VPHB -ShowDaysOfWeekStats=PHB -ShowHoursStats=PHB -ShowDomainsStats=PHB -ShowHostsStats=PHBL -ShowAuthenticatedUsers=0 -ShowRobotsStats=HBL -ShowWormsStats=0 -ShowEMailSenders=0 -ShowEMailReceivers=0 -ShowSessionsStats=1 -ShowPagesStats=PBEX -ShowFileTypesStats=HB -ShowFileSizesStats=0 -ShowOSStats=1 -ShowBrowsersStats=1 -ShowScreenSizeStats=0 -ShowOriginStats=PH -ShowKeyphrasesStats=1 -ShowKeywordsStats=1 -ShowMiscStats=a -ShowHTTPErrorsStats=1 -ShowSMTPErrorsStats=0 -ShowClusterStats=0 - -AddDataArrayMonthStats=1 -AddDataArrayShowDaysOfMonthStats=1 -AddDataArrayShowDaysOfWeekStats=1 -AddDataArrayShowHoursStats=1 - -MaxNbOfDomain = 10 -MinHitDomain = 1 -MaxNbOfHostsShown = 10 -MinHitHost = 1 -MaxNbOfLoginShown = 10 -MinHitLogin = 1 -MaxNbOfRobotShown = 10 -MinHitRobot = 1 -MaxNbOfPageShown = 10 -MinHitFile = 1 -MaxNbOfOsShown = 10 -MinHitOs = 1 -MaxNbOfBrowsersShown = 10 -MinHitBrowser = 1 -MaxNbOfScreenSizesShown = 5 -MinHitScreenSize = 1 -MaxNbOfRefererShown = 10 -MinHitRefer = 1 -MaxNbOfKeyphrasesShown = 10 -MinHitKeyphrase = 1 -MaxNbOfKeywordsShown = 10 -MinHitKeyword = 1 -MaxNbOfEMailsShown = 20 -MinHitEMail = 1 -FirstDayOfWeek=1 - -ShowFlagLinks="" -ShowLinksOnUrl=1 -UseHTTPSLinkForUrl="" -MaxLengthOfShownURL=64 -HTMLHeadSection="" -HTMLEndSection="" -Logo="slitaz-logo.png" -LogoLink="http://forum.slita.org" -BarWidth = 260 -BarHeight = 90 -StyleSheet="" -color_Background="FFFFFF" # Background color for main page (Default = "FFFFFF") -color_TableBGTitle="CCCCDD" # Background color for table title (Default = "CCCCDD") -color_TableTitle="000000" # Table title font color (Default = "000000") -color_TableBG="CCCCDD" # Background color for table (Default = "CCCCDD") -color_TableRowTitle="FFFFFF" # Table row title font color (Default = "FFFFFF") -color_TableBGRowTitle="ECECEC" # Background color for row title (Default = "ECECEC") -color_TableBorder="ECECEC" # Table border color (Default = "ECECEC") -color_text="000000" # Color of text (Default = "000000") -color_textpercent="606060" # Color of text for percent values (Default = "606060") -color_titletext="000000" # Color of text title within colored Title Rows (Default = "000000") -color_weekend="EAEAEA" # Color for week-end days (Default = "EAEAEA") -color_link="0011BB" # Color of HTML links (Default = "0011BB") -color_hover="605040" # Color of HTML on-mouseover links (Default = "605040") -color_u="FFAA66" # Background color for number of unique visitors (Default = "FFAA66") -color_v="F4F090" # Background color for number of visites (Default = "F4F090") -color_p="4477DD" # Background color for number of pages (Default = "4477DD") -color_h="66DDEE" # Background color for number of hits (Default = "66DDEE") -color_k="2EA495" # Background color for number of bytes (Default = "2EA495") -color_s="8888DD" # Background color for number of search (Default = "8888DD") -color_e="CEC2E8" # Background color for number of entry pages (Default = "CEC2E8") -color_x="C1B2E2" # Background color for number of exit pages (Default = "C1B2E2") - - - -#----------------------------------------------------------------------------- -# PLUGINS -#----------------------------------------------------------------------------- -#LoadPlugin="tooltips" -#LoadPlugin="decodeutfkeys" -#LoadPlugin="ipv6" -#LoadPlugin="hashfiles" -LoadPlugin="geoipfree" -#LoadPlugin="geoip" -#LoadPlugin="userinfo" -#LoadPlugin="hostinfo" -#LoadPlugin="urlalias" -#LoadPlugin="timehires" -#LoadPlugin="timezone +2" -#LoadPlugin="rawlog" -#LoadPlugin="graphapplet /awstatsclasses" # EXPERIMENTAL FEATURE - - - -#----------------------------------------------------------------------------- -# EXTRA SECTIONS -#----------------------------------------------------------------------------- -#ExtraSectionName1="Product orders" -#ExtraSectionCondition1="URL,\/cgi\-bin\/order\.cgi|URL,\/cgi\-bin\/order2\.cgi" -#ExtraSectionFirstColumnTitle1="Product ID" -#ExtraSectionFirstColumnValues1="QUERY_STRING,productid=([^&]+)" -#ExtraSectionFirstColumnFormat1="%s" -#ExtraSectionStatTypes1=PL -#ExtraSectionAddAverageRow1=0 -#ExtraSectionAddSumRow1=1 -#MaxNbOfExtra1=20 -#MinHitExtra1=1 - - - -#----------------------------------------------------------------------------- -# INCLUDES -#----------------------------------------------------------------------------- -#Include "" - diff -r f80f311578f7 -r 5c348f41a718 forum/system-config/logrotate.d/slitaz-forum --- a/forum/system-config/logrotate.d/slitaz-forum Sun Apr 03 04:11:27 2011 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,21 +0,0 @@ -/home/slitaz/logs/access_log { - missingok - daily - rotate 5 - prerotate - /usr/local/bin/awsupdate forum.slitaz.org - endscript - postrotate - /usr/bin/killall -HUP apache2 2> /dev/null || true - endscript -} - -/home/slitaz/logs/error_log { - missingok - daily - rotate 5 - postrotate - /usr/bin/killall -HUP apache2 2> /dev/null || true - endscript -} - diff -r f80f311578f7 -r 5c348f41a718 forum/vanilla/conf/config.php --- a/forum/vanilla/conf/config.php Sun Apr 03 04:11:27 2011 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,72 +0,0 @@ - 'SliTaz', - 'Description' => "SliTaz official theme for Vanilla 2 ", - 'Version' => '4.0', - 'Author' => "Christophe Lincoln", - 'AuthorEmail' => 'pankso@slitaz.org', - 'AuthorUrl' => 'http://www.slitaz.org/' -); diff -r f80f311578f7 -r 5c348f41a718 forum/vanilla/themes/slitaz/design/favicon.png Binary file forum/vanilla/themes/slitaz/design/favicon.png has changed diff -r f80f311578f7 -r 5c348f41a718 forum/vanilla/themes/slitaz/design/header-img.png Binary file forum/vanilla/themes/slitaz/design/header-img.png has changed diff -r f80f311578f7 -r 5c348f41a718 forum/vanilla/themes/slitaz/design/style.css --- a/forum/vanilla/themes/slitaz/design/style.css Sun Apr 03 04:11:27 2011 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,2717 +0,0 @@ -/* -Welcome to the Generic Style CSS File! Some things you should know: - -1. This file is included on all front-end/user-facing pages. Applications can - override this file in their own custom files (ie. vanilla.css or - conversations.css). - -2. This file is broken down into the following sections: - + General Styles & Typography - + Header - + Main Menu - + Panels / Sidebars - + Activities - + Profile Page - + Profile Tab Menu - + Thumbnail Cropper - + Footer -*/ - -/* ================================================================ Reset CSS */ -html, body, div, span, applet, object, iframe, -h1, h2, h3, h4, h5, h6, p, blockquote, pre, -a, abbr, acronym, address, big, cite, code, -del, dfn, em, font, img, ins, kbd, q, s, samp, -small, strike, strong, sub, sup, tt, var, -dl, dt, dd, ol, ul, li, -fieldset, form, label, legend, -table, caption, tbody, tfoot, thead, tr, th, td { - margin: 0; - padding: 0; - border: 0; - outline: 0; - font-weight: inherit; - font-style: inherit; - font-size: 100%; - font-family: inherit; - vertical-align: baseline; -} -/* remember to define focus styles! */ -:focus { - outline: 0; -} -body { - line-height: 1; - color: black; - background: white; - border-top: 34px solid #f1f1f1; -} -ol, ul { - list-style: none; -} -/* tables still need 'cellspacing="0"' in the markup */ -table { - border-collapse: separate; - border-spacing: 0; -} -caption, th, td { - text-align: left; - font-weight: normal; -} -blockquote:before, blockquote:after, -q:before, q:after { - content: ""; -} -blockquote, q { - quotes: "" ""; -} - -/* ============================================== General Styles & Typography */ -body { - color: #000; - font-family: 'lucida grande','Lucida Sans Unicode', tahoma, sans-serif; - font-size: 75%; - line-height: 1.7em; - background: #fff; - margin: 0; - padding: 0; - text-align: center; - font-size: small; -} -#Body { - width: 960px; - text-align: left; - margin: 15px auto 0; -} -#Content { - float: left; - width: 680px; - margin: 0 0 40px; -} -.Hidden { - display: none; -} -.nowrap { - white-space: nowrap; -} -.Center { - text-align: center; -} -.Right { - text-align: right; -} -h1, h2, h3, h4, h5, h6 { - color: #000; - font-family: "Helvetica Neue",Helvetica,arial,sans-serif; - font-weight: normal; - margin: 0; -} -p { - margin: 0.5em 0 0 0; - line-height: 1.6em; -} -h1, h2 { - border-bottom:1px solid #bbb; - font-size:140%; - font-weight:bold; - margin-bottom:10px; -} -h3 { - font-size:140%; -} -h4 { - font-size: 120%; - color: #6C6C6C; -} -h5 { - font-size: 120%; - color: #6C6C6C; -} -a, -a:link, -a:visited, -a:active { - text-decoration: none; - color: #2571B1; -} -a:hover { - text-decoration: none; - color: blue; -} -input.DateBox, -input.InputBox, -input.SmallInput, -textarea { - font-family: 'lucida grande','Lucida Sans Unicode', tahoma, sans-serif; - color: #333; - font-size: 15px; - padding: 3px; - margin: 0; - width: 250px; - border: 1px solid #aaa; - border-radius: 2px; - -moz-border-radius: 2px; - -webkit-border-radius: 2px; -} -textarea.TextBox { - width: 500px; - height: 100px; - min-height: 100px; -} -#Popup textarea.TextBox { - width: 100%; -} -input.SmallInput, -input.InputBox { - padding: 6px 3px; -} -input.SmallInput:focus, -input.InputBox:focus, -textarea:focus { - background: #ffe; -} -textarea { - line-height: 128%; -} -select { - font-family: arial; - font-size: 14px; - color: #222; - margin: 0; - padding: 3px; - } -a.Button, -.Button { - cursor: pointer; - margin: 0; - font-size: 11px; - padding: 4px; - background: url('images/buttonbg.png') repeat-x center left #f8f8f8; - color: #02475A; - text-shadow: 0 1px 0 #fff; - border: 1px solid #999; - border-radius: 3px; - -moz-border-radius: 3px; - -webkit-border-radius: 3px; - box-shadow: 0px 0px 2px #999; - -moz-box-shadow: 0px 0px 2px #999; - -webkit-box-shadow: 0px 0px 2px #999; - } -input.Button { - font-size: 14px; - font-weight: bold; -} -.Button:hover { - color: #111; - border: 1px solid #666; -} -.Button:focus { - background: #eee; -} -.Loading { - height: 100px; - padding: 0 20px; - background: url('images/progress.gif') center center no-repeat; -} -.Progress { - padding: 10px 40px 10px 0; - background: url('images/progress.gif') center center no-repeat; -} -.TinyProgress { - padding: 10px 40px 10px 0; - background: url('images/progress_sm.gif') center center no-repeat; -} -/* Note: Messages are the yellow notices that appear at the top/center of the - page to notify users of things like drafts being saved, etc. */ -div.Messages { - text-align: center !important; - position: fixed; - top: 0; - left: 0; - z-index: 200; - margin: 0 !important; - padding: 0 !important; - list-style: none !important; - font-size: 12px; - display: block; - width: 100%; -} -* html div.Messages { - position: absolute; - width: 100%;/*IE5.5*/ - top: 0; - left: 0; - overflow: visible; - top: expression(eval(document.compatMode && document.compatMode=='CSS1Compat') ? documentElement.scrollTop : document.body.scrollTop); -} -div.Messages ul { - cursor: pointer; - width: auto !important; - border: 0 !important; - margin: 0 auto !important; - padding: 4px 8px !important; - border-bottom-left-radius: 2px; - border-bottom-right-radius: 2px; - -moz-border-radius-bottomleft: 2px; - -moz-border-radius-bottomright: 2px; - -webkit-border-bottom-left-radius: 2px; - -webkit-border-bottom-right-radius: 2px; - background: #ff9 !important; - display:-moz-inline-stack; - display:inline-block; - zoom:1; - *display:inline; - box-shadow: 0px 0px 2px #333; - -moz-box-shadow: 0px 0px 2px #333; - -webkit-box-shadow: 0px 0px 2px #333; -} -div.Messages ul li { - text-align: left !important; - border: 0 !important; - color: #000 !important; - padding: 0 !important; - margin: 0 !important; - list-style-position: outside; -} -div.Errors ul { - background: #d50a0a !important; -} -div.Errors ul li { - color: #fff !important; - background: #d50a0a !important; -} -.Conversations .Deleted { - text-decoration: line-through; -} -div.Deleted { - background: #f5f5f5; - border: 1px solid #dddddd; - margin: 10px 0 0; - padding: 6px 10px; - border-radius: 3px; - -moz-border-radius: 3px; - -webkit-border-radius: 3px; -} -/* Note: Warning, Alert & Info are simple boxes that can be used to wrap message - strings & imply importance. */ -.Warning { - background: #ffc; - border: 1px solid #ff9; - color: #000; - padding: 6px 8px; - border-radius: 3px; - -moz-border-radius: 3px; - -webkit-border-radius: 3px; -} -.Alert { - background: #d00; - border: 1px solid #b00; - color: #fff; - padding: 3px 6px; - border-radius: 3px; - -moz-border-radius: 3px; - -webkit-border-radius: 3px; -} -.Alert a { - color: #fff; -} -.Alert a:hover { - text-decoration: underline; -} -div.Info { - font-size: 13px; - background: #fafafa; - border: 1px solid #eee; - color: #666666; - -moz-border-radius: 4px; - -webkit-border-radius: 4px; - border-radius: 4px; - padding: 8px; - margin: 0 0 10px; -} -div.Info strong { - font-weight: bold; -} -/* Note: The MessageModule (in /applications/dashboard/modules) wraps all messages - that it renders in a div with this DismissMessage class. */ -div.DismissMessage { - margin: 6px 0 10px; - text-align: left; - position: relative; -} -div.DismissMessage p { - margin: 2px 0; -} -div.DismissMessage a.Dismiss { - font-family: arial; - position: absolute; - font-size: 22px; - font-weight: bold; - line-height: 1; - color: #999; - top: 3px; - right: 5px; -} -div.DismissMessage a.Dismiss:hover { - color: #ff0084; -} -#PagerLess { - -moz-border-radius-topright: 2px; - -moz-border-radius-topleft: 2px; - -webkit-border-top-right-radius: 2px; - -webkit-border-top-left-radius: 2px; - border-radius-topright: 2px; - border-radius-topleft: 2px; - margin-bottom: 1px; - text-align: left; -} -div.MorePager a.Loading { - border: 0 !important; - padding: 0 20px !important; - background: url('images/progress.gif') center center no-repeat !important; -} -#PagerMore { - margin-bottom: 1px; -} -.NumberedPager { - margin: 1px 0 0; - text-align: right; - font-weight: bold; - font-size: 16px; -} -#PagerBefore { - margin: 1px 0; -} -.NumberedPager a, -.NumberedPager span { - padding: 0 4px; -} -.NumberedPager span, -.NumberedPager a.Highlight { - color: #777; -} -.NumberedPager a.Next, -.NumberedPager span.Next, -.NumberedPager a.Previous, -.NumberedPager span.Previous { - font-size: 16px; - line-height: 10px; -} -.NumberedPager a.Next, -.NumberedPager span.Next { - margin-left: 6px; -} -.NumberedPager a.Previous, -.NumberedPager span.Previous { - margin-right: 6px; -} - - -/* =================================================================== Header */ -#Head { - background: #351a0a url(header-img.png) no-repeat top right; - padding: 10px 0 0 0; - border-top: 1px solid black; - border-bottom: 1px solid #999; -} -div.Search:after, -div#Search:after { - content: "."; - display: block; - height: 0; - clear: both; - visibility: hidden; -} -body #Head h1 { - display: inline-block; - font-weight: bold; - margin: 0; - padding: 0 10px 5px 0; - border: 0; -} -#Head h1 a span { - font-size: 18px; - color: #f1f1f1; -} -#Head h1 a:hover span { - color: #b64b22; -} -#Head form { - float: right; - width: 250px; - background: #fff; - padding: 0; - margin: 15px 0 0; - -moz-border-radius: 2px; - -webkit-border-radius: 2px; - border-radius: 2px; -} -#Head form input.InputBox { - width: 204px; - border: 0; - padding: 4px 2px 4px 0; - background: #fff; - margin: 0; - -moz-border-radius-topleft: 2px; - -moz-border-radius-bottomleft: 2px; - -webkit-border-top-left-radius: 2px; - -webkit-border-bottom-left-radius: 2px; - border-top-left-radius: 2px; - border-bottom-left-radius: 2px; - color: #969696; - font-size: 13px; -} -#Head form input.Button { - border: 0; - width: 38px; - height: 26px; - background: #eaeaea; - color: #222222; - padding: 3px 0 4px; - margin: 0; - -moz-border-radius: 0; - -webkit-border-radius: 0; - border-radius: 0; - -moz-border-radius-topright: 2px; - -moz-border-radius-bottomright: 2px; - -webkit-border-top-right-radius: 2px; - -webkit-border-bottom-right-radius: 2px; - border-top-right-radius: 2px; - border-bottom-right-radius: 2px; - box-shadow: none; - -moz-box-shadow: none; - -webkit-box-shadow: none; -} -#Menu ul { - display: none; -} -#Menu li { - line-height: 27px; - float: left; - position: relative; - display: block; - list-style: none; - padding: 0; - margin: 0 4px 0 0; - font-weight: bold; - text-align: left; -} -* html #Menu li { - display: inline; -} -#Menu a { - border: 0; - text-decoration: none; - position: relative; - display: block; - padding: 0 7px; - white-space: nowrap; - font-size: 11px; - height: 28px; -} -* html #Menu a { - display: inline; - padding: 6px 10px; -} -#Menu li.NonTab, -#Menu li.NonTab a { - background: transparent; - border: 0; - font-weight: normal; -} -#Menu a span, -#Menu li.Active a span, -#Menu li.Highlight a:hover span { - -moz-border-radius: 2px; - -webkit-border-radius: 2px; - border-radius: 2px; - padding: 0 2px; - font-size: 9px; - line-height: 12px; - font-weight: normal; -} - -/* Option (dropdown) Menus - -Menu takes a z-index of 100 -Option menu takes a z-index of 300 - -*/ -ul.Options, -ul.Options ul { - margin: 0; - padding: 0; - display: none; -} -ul.Options { - z-index: 298; -} -ul.Options ul { - z-index: 300; - position: absolute; -} -ul.Options li { - float: right; - position: relative; - display: block; - list-style: none outside none; - padding: 0; - font-size: 11px; - line-height: 22px; -} -ul.Options h3 { - display: block; - cursor: pointer; - margin: 0; - padding: 0; -} -ul.Options li ul li { - float: none; - text-align: left; - margin: 0; - font-weight: normal; -} -ul.Options li ul li a { - width: 104px; - padding: 0 6px; - height: auto; -} -ul.Options a { - text-decoration: none; - display: block; - position: relative; - white-space: nowrap; - font-size: 11px; -} -ul.Options ul li { - display: block; - float: none; -} -ul.Options li.Parent strong { - display: block; - padding: 4px; - margin: 3px 4px 0 0; - font-size: 10px; - font-weight: normal; - background: url('images/buttonbg.png') repeat-x center left #f8f8f8; - border: 1px solid #bbb; - -moz-border-radius: 2px; - -webkit-border-radius: 2px; - border-radius: 2px; - color: #555; - cursor: pointer; - line-height: 100%; -} -ul.Options li.Parent strong:focus, -ul.Options li.Parent strong:hover { - color: #333; - border: 1px solid #888; -} -ul.Options li.Parent strong:focus { - background: #eee; -} -ul.Options li.Active strong:hover, -ul.Options li.Active strong { - color: #fff; - background: #9c9c9c !important; - border: 1px solid #9c9c9c; - -moz-border-radius-bottomleft: 0; - -moz-border-radius-bottomright: 0; - -webkit-border-bottom-left-radius: 0; - -webkit-border-bottom-right-radius: 0; - border-bottom-left-radius: 0; - border-bottom-right-radius: 0; -} -ul.Options li.Active { - background: none; -} -ul.Options li.Active ul { - border: 1px solid #9c9c9c; - background: #fafafa; - -moz-border-radius-bottomleft: 2px; - -moz-border-radius-bottomright: 2px; - -webkit-border-bottom-left-radius: 2px; - -webkit-border-bottom-right-radius: 2px; - border-bottom-left-radius: 2px; - border-bottom-right-radius: 2px; -} -ul.Options li.Active ul li a { - background: none; -} -ul.Options li.Active a { - background: #efefef; - color: #595959; -} -ul.Options li.Active a:hover { - background: #8d8d8d; - color: #fff; -} -ul.Options li.Parent strong:hover, -ul.Options li.Active strong:hover, -ul.Options li.Active strong, -ul.Options li.Active ul { - box-shadow: 0px 0px 2px #999; - -moz-box-shadow: 0 0 2px #999; - -webkit-box-shadow: 0px 0px 2px #999; -} -.Center { - text-align: center; -} - - -/* ================================================================ Main Menu */ -div.Menu { - width: 960px; - margin: 0 auto; - position: relative; - text-align: left; - vertical-align: bottom; -} -ul#Menu { - display: inline-block; - margin-right: 280px; - vertical-align: bottom; -} -#Menu ul, -#Menu li.Active { - background: #38abe3; -} -#Menu a, -#Menu li.Active a { - color: #fff; -} -#Menu a:hover { - background: #a3431f; -} -#Menu a:hover, -#Menu li.NonTab a:hover { - color: #fff !important; -} -/* Numbers next to menu items */ -#Menu a span, -#Menu li.Active a span, -#Menu li.Highlight a:hover span { - background: #f2fcff; - color: #299fc7; -} - -#Head .Search, #Head #Search { - position: absolute; - right: 0; - bottom: 6px; - text-align: right; -} - -/* ======================================================== Panels / Sidebars */ -#Panel { - width: 250px; - float: right; -} -div.Box { - background: #eaeaea; - color: #888; - padding: 6px 10px; - margin: 0 0 10px; - border-radius: 2px; - -moz-border-radius: 2px; - -webkit-border-radius: 2px; - box-shadow: 0px 0px 2px #999; - -moz-box-shadow: 0px 0px 2px #999; - -webkit-box-shadow: 0px 0px 2px #999; -} -div.Box h4 { - font-size: 110%; - color: #666666; - font-weight: bold; - margin: 0; - padding: 0 0 1px; -} -div.Box h4 a { - color: #666666; -} -div.Box dl { - overflow: hidden; -} -div.Box dl dt { - font-size: 12px; - float: left; - width: 80px; - color: #555; -} -div.Box dl dd { - font-size: 12px; - margin-left: 80px; -} -div.Box p { - font-size: 100%; - padding: 0 0 4px; - color: #555; -} -ul.PanelActivity { - border-top: 1px solid #C8C8C8; - border-bottom: 0; -} -ul.PanelActivity li { - background: #f1f1f1; - border-bottom: 1px solid #C8C8C8; - padding: 2px 4px; - color: #555; - font-size: 11px; - line-height: 1.6; -} -ul.PanelActivity li a { - font-size: 13px; -} -ul.PanelActivity li a.Name { - margin-right: 2px; -} -ul.PanelActivity span { - padding: 0 4px; -} -ul.PanelActivity p { - padding: 0 4px; - display: inline; - font-size: 90%; -} -ul.PanelActivity li em { - padding-left: 5px; - color: #777; - font-size: 80%; -} -ul.PanelActivity li div.Story { - font-size: 85%; -} -ul.PanelInfo li { - background: #f1f1f1; - border-bottom: 1px solid #C8C8C8; - padding: 2px 4px; - text-align: right; -} -ul.PanelInfo li.Heading { - text-align: left; - color: #000; - font-weight: bold; -} -ul.PanelInfo { - border-top: 1px solid #C8C8C8; - border-bottom: 0; -} -ul.PanelInfo li strong { - font-weight: normal; - text-align: left; - font-weight: normal; -} -ul.PanelInfo li a { - float: left; -} -ul.PanelInfo div.Meta { - font-size: 11px; -} -ul.PanelInfo div.Meta span, -ul.PanelInfo div.Meta strong { - margin-right: 8px; -} -ul.PanelInfo div.Meta span a { - margin-left: 8px; -} -ul.PanelInfo div.Meta strong { - display: inline; - border-radius: 2px; - -moz-border-radius: 2px; - -webkit-border-radius: 2px; - /* - box-shadow: 0px 0px 2px #777; - -moz-box-shadow: 0px 0px 2px #777; - -webkit-box-shadow: 0px 0px 2px #777; - */ - background: #FF0; - color:#000; - font-size:9px; - font-weight:bold; - padding: 3px; - line-height: 1; -} -ul.PanelInfo li.Parent { - text-align: left; - font-weight: bold; - background: none; - color: #333; - padding: 2px 0; -} -ul.PanelInfo li.Active { - background: #f8f8f8; - border-bottom: 1px solid #444444; -} -ul.PanelInfo li.Active a { - color: #1e79a7; -} -ul.PanelActivity li.ShowAll, -ul.PanelInfo li.ShowAll { - font-weight: bold; - border: 0; - text-align: right; - background: none; -} -#UserOptions { - margin-bottom: 10px; -} -body.Profile ul.PanelInfo { - border-bottom: 1px solid #C8C8C8; -} -body.Profile ul.PanelInfo li { - border-bottom: 0; - text-align: left; -} -body.Profile ul.PanelInfo li a { - float: none; -} -a.BigButton { - text-align: center; - display: block; - cursor: pointer; - margin: 0 0 10px; - font-size: 15px; - font-weight: bold; - padding: 8px 0; - background: url('images/buttonbg.png') repeat-x center left #f8f8f8; - color: #02475A; - text-shadow: 0 1px 0 #fff; - border: 1px solid #999; - border-radius: 3px; - -moz-border-radius: 3px; - -webkit-border-radius: 3px; - box-shadow: 0px 0px 2px #999; - -moz-box-shadow: 0px 0px 2px #999; - -webkit-box-shadow: 0px 0px 2px #999; - } -a.BigButton:hover { - color: #111; - border: 1px solid #666; - box-shadow: 0px 0px 5px #aaa; - -moz-box-shadow: 0px 0px 5px #aaa; - -webkit-box-shadow: 0px 0px 5px #aaa; -} -a.BigButton:focus { - background: #eee; - box-shadow: 0px 0px 2px #999; - -moz-box-shadow: 0px 0px 2px #999; - -webkit-box-shadow: 0px 0px 2px #999; -} -/* Category Depths */ -ul.PanelCategories li.Depth2 { padding-left: 8px; } -ul.PanelCategories li.Depth3 { padding-left: 12px; } -ul.PanelCategories li.Depth4 { padding-left: 16px; } -ul.PanelCategories li.Depth5 { padding-left: 20px; } -ul.PanelCategories li.Depth6 { padding-left: 24px; } -ul.PanelCategories li.Depth7 { padding-left: 28px; } -ul.PanelCategories li.Depth8 { padding-left: 32px; } -ul.PanelCategories li.Depth9 { padding-left: 36px; } -ul.PanelCategories li.Depth10 { padding-left: 40px; } -ul.PanelCategories li.Depth11 { padding-left: 44px; } -ul.PanelCategories li.Depth12 { padding-left: 48px; } -ul.CategoryList li.Depth2 { padding-left: 25px !important; } -ul.CategoryList li.Depth3 { padding-left: 50px !important; } -ul.CategoryList li.Depth4 { padding-left: 75px !important; } -ul.CategoryList li.Depth5 { padding-left: 100px !important; } -ul.CategoryList li.Depth6 { padding-left: 125px !important; } -ul.CategoryList li.Depth7 { padding-left: 150px !important; } -ul.CategoryList li.Depth8 { padding-left: 175px !important; } -ul.CategoryList li.Depth9 { padding-left: 200px !important; } -ul.CategoryList li.Depth10 { padding-left: 225px !important; } -ul.CategoryList li.Depth11 { padding-left: 250px !important; } -ul.CategoryList li.Depth12 { padding-left: 275px !important; } -ul.CategoryListWithHeadings li.Depth2 { padding-left: 0 !important; } -ul.CategoryListWithHeadings li.Depth3 { padding-left: 25px !important; } -ul.CategoryListWithHeadings li.Depth4 { padding-left: 50px !important; } -ul.CategoryListWithHeadings li.Depth5 { padding-left: 75px !important; } -ul.CategoryListWithHeadings li.Depth6 { padding-left: 100px !important; } -ul.CategoryListWithHeadings li.Depth7 { padding-left: 125px !important; } -ul.CategoryListWithHeadings li.Depth8 { padding-left: 150px !important; } -ul.CategoryListWithHeadings li.Depth9 { padding-left: 175px !important; } -ul.CategoryListWithHeadings li.Depth10 { padding-left: 200px !important; } -ul.CategoryListWithHeadings li.Depth11 { padding-left: 225px !important; } -ul.CategoryListWithHeadings li.Depth12 { padding-left: 250px !important; } - -div.Box.RecentUsers { - float: left; -} -div.Icons a { - display: block; - margin: 0 2px 2px 0; - float: left; -} -div.Icons img { - display: block; - height: 44px; - width: 44px; - overflow: hidden; - background: #c4cde0; - color: #c4cde0; - text-indent: 50px; -} - -/* ================================================ DataList (Search Results) */ -/* Note: DataList is used in search results, vanilla discussions & drafts */ -div.Empty { - margin: 10px 0; -} -ul.DataList li.Item { - margin: 0; - padding: 4px 0; - border-bottom: 1px solid #bec8cc; -} -ul.DataList li.Item li.Item { - border-bottom: none; -} -ul.DataList li { - border: 0; - padding: 0; - position: relative; -} -ul.DataList div.Options { - position: absolute; - right: 0; - width:100px; -} -ul.DataList div.OptionButton { - position: absolute; - top: 0; - right: 0; -} -ul.DataList a.Title { - display: block; - margin: 0; - font-size: 14px; - font-weight: bold; -} -ul.DataList div.Title { - display: block; - margin: 0; -} -ul.DataList div.Title a { - font-size: 120%; - font-weight: bold; -} -ul.DataList div.Meta { - font-size: 11px; - color: #70727c; -} -ul.DataList div.Excerpt { - font-size: 12px; - line-height: 1.4; -} -ul.DataList div.Excerpt a { - color: #333; - display: block; -} -ul.DataList div.Excerpt p { - display: inline; - padding: 0; -} -/* ul.DataList div.Meta span a, */ -ul.DataList div.Meta span, -ul.DataList div.Meta strong { - margin-right: 12px; -} -ul.DataList div.Meta strong { - border-radius: 2px; - -moz-border-radius: 2px; - -webkit-border-radius: 2px; - /* - box-shadow: 0px 0px 2px #777; - -moz-box-shadow: 0px 0px 2px #777; - -webkit-box-shadow: 0px 0px 2px #777; - */ - background: #FF0; - color:#000; - font-size:9px; - font-weight:bold; - padding: 3px; - line-height: 1; -} -ul.DataList div.Meta a { - color: #2b2d33; -} -ul.DataList a.Delete { - width: auto; - padding: 0 5px; - margin: 0 1px 0 0; - font-size: 11px; - font-weight: normal; - border-radius: 2px; - -moz-border-radius: 2px; - -webkit-border-radius: 2px; - color: #555; - cursor: pointer; - line-height: 1; -} -ul.DataList a.Delete:hover { - padding: 4px; - color: #333; - border: 1px solid #888; - background: url('images/buttonbg.png') repeat-x center left #f8f8f8; -} -ul.DataList a.Delete:focus { - background: #f8f8f8; -} -/* Condensed datalists make the main link & excerpt inline. */ -ul.DataList div.Photo { - float: left; - padding: 0 10px 0 0; - font-size: 11px; -} -ul.DataList div.Photo img { - display: block; - height: 43px; - width: 43px; - overflow: hidden; - background: #eee; -} -ul.Condensed li, -li.Condensed { - clear: left; -} -ul.Condensed a.Title, -li.Condensed a.Title, -ul.Condensed div.Title, -li.Condensed div.Title { - display: inline; - padding: 0; -} -ul.Condensed div.Excerpt, -li.Condensed div.Excerpt { - display: inline; -} -ul.Condensed div.Excerpt a, -li.Condensed div.Excerpt a { - display: block; - padding: 3px 0; -} - -/* =============================================================== Activities */ - -body.Activity h1 { - margin: 0; -} -body.Profile ul.Activities { - margin-top: 10px; - border-top: 1px solid #ddd; -} -ul.Activities li.HasPhoto div.Title { - padding: 0; -} -ul.Activities a.Title, -ul.Activities div.Title, -ul.Activities div.Title a { - font-size: 14px; -} -ul.Activities div.Excerpt { - color: #80828C; -} -ul.Activities li.Condensed div.Excerpt { - color: #000; - font-size: 13px; - padding: 0 0 0 4px; -} -ul.Activities div.Excerpt a, -ul.Activities div.Meta a { - color: #1e79a7; -} -ul.Activities div.Excerpt a:hover, -ul.Activities div.Meta a:hover { - color: #ff0084; -} -ul.Activities div.Excerpt img { - padding: 2px; - border: 1px solid #999; -} -ul.Activities ul.DataList { - margin-left: 50px; - width: 400px; -} -ul.Activities div.ItemContent { - width: 631px; -} -ul.Activities li.HasPhoto div.ItemContent { - margin-left: 53px; - width: 578px; -} -ul.Activities li.Item li.HasPhoto div.ItemContent { - width: auto; - margin-left: 42px; -} -ul.Activities ul.DataList li { - background: #D7E7FF; - margin-bottom: 2px; - padding: 6px; -} -ul.Activities ul.DataList a.Title, -ul.Activities ul.DataList div.Title, -ul.Activities ul.DataList div.Title a, -ul.Activities ul.DataList div.Excerpt p { - font-size: 13px; - line-height: 1; -} -ul.HasPhoto div.Excerpt, -ul.HasPhoto div.Meta { - padding-left: 49px !important; - display: block; -} -ul.Activities ul.DataList .HasPhoto div.Meta { - padding: 2px 0 0; - line-height: 1; -} -ul.Activities ul.DataList div.Photo img { - height: 32px; - width: 32px; -} -ul.Activities a.CommentLink, -ul.Activities a.CommentLink:hover { - font-size: 12px; - cursor: text; - background: #fff; - color: #bbb !important; - padding: 5px; - text-decoration: none; - border: 1px solid #aaa; - display: block; - line-height: 100%; - font-weight: normal; -} -ul.Activities li.CommentForm form div { - text-align: right; -} -ul.Activities li.CommentForm textarea.TextBox { - width: 380px; - min-height: 40px; - height: 40px; - margin-bottom: 2px; - font-size: 12px; -} -ul.Activities li.CommentForm input.Button { - font-size: 12px; - box-shadow: 0 0 1px #999; - -moz-box-shadow: 0 0 1px #999; - -webkit-box-shadow: 0 0 1px #999; -} - - -/* ============================================================== MessageList */ -/* used for lists of message-based content (discussion comments, private -conversation messages, etc). */ - -ul.MessageList, -ul.MessageList li { - list-style: none; - margin: 0; - padding: 0; -} -ul.MessageList li.Item { - border-bottom: 1px solid #ddd; - padding: 10px 4px 4px 10px; -} -ul.MessageList div.Meta { - font-size: 11px; - color: #777; - min-height: 40px; -} -ul.MessageList div.Meta span.Author img { - height: 40px; - width: 40px; - border: 0; - margin: 0 10px 0 0; - float: left; - overflow: hidden; - background: #eee; -} -ul.MessageList div.Meta span { - line-height: 2.5; - padding-left: 10px; -} -ul.MessageList div.Meta span.Author { - padding: 0; -} -ul.MessageList div.Meta span.Author a { - font-size: 15px; - font-weight: bold; -} - -ul.MessageList div.Comment div.Meta span { - line-height: inherit; -} - -ul.MessageList div.Comment div.Meta div.CommentInfo { - line-height: normal; -} - -ul.MessageList div.Comment div.Meta div.CommentInfo span { - padding-left: 0px; - padding-right: 10px; -} - -div.Preview { - text-align: left; - background: #f1f1f1; - padding: 1px 8px; - margin: 4px 0 8px; -} -div.Popup div.Preview { - padding: 8px; - margin: 0; -} -body.Post div.Popup a.Close { - color: #1e79a7; -} -div.Preview div.Message, -ul.MessageList div.Message { - clear: both; - line-height: 140%; - font-size: 100%; - word-wrap: break-word; -} -div.Preview div.Message, -div.Preview div.Message p, -ul.MessageList div.Message, -ul.MessageList div.Message p { - margin: 8px 0; -} -div.Preview div.Message blockquote, -ul.MessageList div.Message blockquote { - padding: 4px 16px; - margin: 4px 0; -} - -code, pre { - border-radius: 2px; - -moz-border-radius: 2px; - -webkit-border-radius: 2px; - background: #ff9; - padding: 4px 8px; - white-space: pre; - font-family: monospace; - overflow: auto; - border: 1px solid #eec; -} -pre { - display: block; -} -div.Preview div.Message strong, -ul.MessageList div.Message strong { - font-weight: bold; -} -div.Preview div.Message em, -ul.MessageList div.Message em { - font-style: oblique; -} -div.Preview div.Message ul, -div.Preview div.Message ol, -ul.MessageList div.Message ul, -ul.MessageList div.Message ol { - margin-left: 3em ! important; -} -div.Preview div.Message ol li, -ul.MessageList div.Message ol li { - list-style: decimal ! important; -} -div.Preview div.Message ul li, -ul.MessageList div.Message ul li { - list-style: disc ! important; -} -div.Message h1, -div.Message h2, -div.Message h3, -div.Message h4, -div.Message h5 { - font-family: 'lucida grande','Lucida Sans Unicode', tahoma, sans-serif; - font-weight: bold; - border: none; - color: #000; -} -div.Message h1 { font-size: 22px; } -div.Message h2 { font-size: 20px; } -div.Message h3 { font-size: 18px; } -div.Message h4 { font-size: 16px; } -div.Message h5 { font-size: 14px; } -div.Message div.ImageResized { - font-size: 11px; - font-weight: normal; - cursor: pointer; - margin-bottom: 10px; -} -/* The "Foot" is at the bottom of the #Content section. Used for more results -links, sign in buttons, etc */ -.Foot { - border-bottom: 1px solid #C8C8C8; - padding: 6px; - background: #eaeaea; - text-align: right; - border-bottom-right-radius: 2px; - border-bottom-left-radius: 2px; - -moz-border-radius-bottomright: 2px; - -moz-border-radius-bottomleft: 2px; - -webkit-border-bottom-right-radius: 2px; - -webkit-border-bottom-left-radius: 2px; - } -.Foot a.TabLink { - margin-left: 10px; -} -.Foot .Note { - line-height: 2.6; - float: left; - padding: 0 0 0 8px; - font-weight: bold; -} - -/* =============================================================== Categories */ -ul.CategoryList li.Item { - margin: 0; - padding: 0; - border: 0 !important; -} -ul.CategoryList .ItemContent { - position: relative; - margin-top: -1px; - border: 1px solid #BEC8CC; - border-width: 1px 0; - padding: 4px 9px; -} -div.Meta span.ChildCategories { - border-top: 1px dotted #ddd; - display: block; -} -ul.DataList div.Meta span.RSS { - margin-right: 6px; -} -div.Meta span.RSS img { - vertical-align: text-bottom; -} -ul.CategoryList li.CategoryHeading { - font-weight: bold; - font-size: 14px; -} - -/* ============================================================= Profile Page */ -body.Profile #Content { - width: auto; - margin: 0 0 40px 20px; - width: 690px; - float: right; -} -body.Profile #Panel { - float: left; - width: 250px; -} -ul.SideMenu { - border-radius: 0; - -moz-border-radius: 0; - -webkit-border-radius: 0; - background: none; - padding: 0; - margin: 0 0 10px; -} -ul.SideMenu li ul { - margin: 0; - padding: 0; - border: 0; - background: none; -} -ul.SideMenu li ul li { - border-bottom: 1px solid #bec8cc; -} -ul.SideMenu li ul li a { - padding: 0 8px; - display: block; -} -ul.SideMenu li ul li a:hover { - text-decoration: none; - background: #eaeaea; -} -div.User { - line-height: 150%; -} -div.User, -div.User a { - text-decoration: none; -} -div.User h1 { - padding: 0 0 8px; - margin: 0; - line-height: 100%; - border: 0; -} -#Status { - border-top-left-radius: 2px; - border-top-right-radius: 2px; - -moz-border-radius-topleft: 2px; - -moz-border-radius-topright: 2px; - -webkit-border-top-left-radius: 2px; - -webkit-border-top-right-radius: 2px; - background: #f1f1f1; - margin: 0; - padding: 8px 8px 0; - color: #999; - font-weight: normal; - line-height: 1.5; -} -#Status p { - font-size: 120%; - color: #6c6c6c; - display: inline; - margin: 0; - padding: 0; - line-height: 1; -} -#Status a.Change { - text-transform: lowercase; - font-size: 11px; - text-decoration: none; -} -#Status a:hover { - text-decoration: underline; -} -div.User form { - border-top-left-radius: 2px; - border-top-right-radius: 2px; - -moz-border-radius-topleft: 2px; - -moz-border-radius-topright: 2px; - -webkit-border-top-left-radius: 2px; - -webkit-border-top-right-radius: 2px; - background: #f1f1f1; - padding: 8px 8px 0; -} -div.User form input.InputBox { - width: 618px; - margin-right: 2px; -} -form.Activity { - display: block; - padding: 10px 10px 0 10px; - text-align: right; -} -form.Activity textarea { - width: 99%; - margin-bottom: 2px; - height: 60px; - min-height: 60px; -} - -/* Invitations Form */ -#Form_Invitation table { - width: 100%; - border-collapse: collapse; - margin: 10px 0; - background: #f1f1f1; - border: 1px solid #DDDDDD; -} -#Form_Invitation table label { - font-size: 12px; - padding: 0px; -} -#Form_Invitation table tr.Last td, -#Form_Invitation table tr.Last th { - border-bottom: 0px; -} -#Form_Invitation table th, -#Form_Invitation table td { - font-weight: normal; - color: #555; - padding: 6px; -} -#Form_Invitation table thead th, -#Form_Invitation table thead td { - border-bottom: 1px solid #DDDDDD; -} -#Form_Invitation table tbody th { - font-weight: bold; - color: #000; -} -#Form_Invitation table tbody th, -#Form_Invitation table tbody td { - border-bottom: 1px solid #DDDDDD; - line-height: 150%; -} -#Form_Invitation table thead th { - font-weight: bold; - font-size: 13px; - color: #000; -} -#Form_Invitation table.AltRows tr.Alt th, -#Form_Invitation table.AltRows tr.Alt td, -#Form_Invitation table.AltColumns th.Alt, -#Form_Invitation table.AltColumns td.Alt { - background: #f1f1f1; -} -#Form_Invitation table.AltColumns tr.Alt { - background: none; -} -body.Profile ul.Notifications { - border-top: 0; - margin-top: 0; -} - - -/* ================================================= Tabs, Headings & Footers */ -div.MessageForm { - text-align: right; -} -div.MessageForm, -div.Tabs, -div.Headings { - display: block; - border-bottom: 1px solid #C8C8C8; - padding: 5px 8px; - margin: 0; - background: #f1f1f1; -} -div.MessageForm div.Tabs { - padding: 0; - border: 0; - background: none; - text-align: left; -} -div.MessageForm div.Tabs ul { - display: inline; -} -div.Tabs li { - display: inline; - margin: 0; -} -div.MorePager a, -div.MorePager a:link, -div.MorePager a:hover, -div.MorePager a:active, -div.MorePager a:visited, -a.TabLink, -a.TabLink:link, -a.TabLink:hover, -a.TabLink:active, -a.TabLink:visited, -div.Tabs li a, -div.Tabs li a:link, -div.Tabs li a:hover, -div.Tabs li a:active, -div.Tabs li a:visited { - margin: 0; - border: 1px solid #C8C8C8; - border-radius: 3px; - -moz-border-radius: 3px; - -webkit-border-radius: 3px; - background: #b64b22; - display: inline; - font-weight: bold; - color: #ffffff; - text-decoration: none; - padding: 5px 10px; - line-height: 2.6; -} -div.MorePager li a:hover, -a.TabLink:hover, -div.Tabs li a:hover { - background: #a3431f; -} -a.Active, -div.Tabs li.Active a { - background: #fff; - color: #474747; -} -div.Tabs li a span { - line-height: 1; - font-size: 80%; - padding: 0 3px; - border-radius: 3px; - -webkit-border-radius: 3px; - -moz-border-radius: 3px; - font-weight: normal; - background: #1e79a7; - color: #eaf4fd; - margin: 0 0 0 4px; -} -div.Tabs div.SubTab { - margin: 10px 0 0; - padding: 4px 8px; - background: #f3fcff; - border-radius: 2px; - -webkit-border-radius: 2px; - -moz-border-radius: 2px; -} -div.HeadingTabs { - padding: 8px 8px 8px 12px; -} -div.HeadingTabs ul { - display: inline; - float: right; -} -div.HeadingTabs div.SubTab { - font-size: 14px; - display: inline; - font-weight: bold; - background: none; - padding: 0; - line-height: 2.4; -} -div.SearchTabs input.InputBox { - width: 560px; - margin-right: 10px; -} -div.Headings { - position: relative; - text-align: left; -} -div.Headings div { - display: inline-block; - padding-right: 10px; -} -div.Headings div.ItemHeading { - font-size: 14px; - font-weight: bold; - line-height: 2; -} -div.Headings div.MetaHeading { - font-size: 11px; -} - -/* ======================================================== Thumbnail Cropper */ -form.Thumbnail table { - width: 100%; -} -form.Thumbnail table td { - width: 50%; -} -form.Thumbnail table tr td { - vertical-align: top; -} -form.Thumbnail table tr th { - padding-right: 10px; -} -.jcropper-holder { - border: 1px black solid; -} -.jcrop-holder { - text-align: left; -} -.jcrop-vline, .jcrop-hline { - font-size: 0; - position: absolute; - background: white url('images/jcrop.gif') top left repeat; -} -.jcrop-vline { height: 100%; width: 1px !important; } -.jcrop-hline { width: 100%; height: 1px !important; } -.jcrop-handle { - font-size: 1px; - width: 7px !important; - height: 7px !important; - border: 1px #eee solid; - background-color: #333; - *width: 9px; - *height: 9px; -} -.jcrop-tracker { - *background-color: gray; - width: 100%; height: 100%; -} -.custom .jcrop-vline, -.custom .jcrop-hline { - background: yellow; -} -.custom .jcrop-handle { - border-color: black; - background-color: #C7BB00; - border-radius: 3px; - -moz-border-radius: 3px; - -webkit-border-radius: 3px; -} -form.Thumbnail table { - width: 100%; -} -form.Thumbnail table td { - font-weight: normal; -} - - -/* =================================================================== Popups */ -div.Popup div.Errors ul { - border: 1px solid #a00 !important; -} -div.Popup div.Messages { - text-align: left; - position: inherit; - top: auto; - left: auto; - z-index: auto; - margin: 10px 0 !important; -} -div.Popup div.Messages ul { - display: block; - border-radius: 2px; - -moz-border-radius: 2px; - -webkit-border-radius: 2px; - box-shadow: none; - -moz-box-shadow: none; - -webkit-box-shadow: none; -} -* html div.Popup div.Messages { - position: inherit; - width: auto; - top: auto; - left: auto; - overflow: auto; -} -div.Popup .Info { - margin-top: 10px; -} -div.Popup .Loading { - display: block; - width: 200px; -} -div.Overlay { - position: absolute; - top: 0; - left: 0; - width: 100%; - height: 100%; -} -div.Popup { - position: absolute; - width: 100%; - top: 0; - left: 0; - z-index: 5000; - text-align: center; -} -div.Popup div.Border { - margin: 0px auto; - text-align: left; - position: relative; - max-width: 500px; - display: inline-block; -} -div.Popup div.Body { - background: #fff; -} -div.Popup div.Legal, -div.Popup .Content form { - max-height: 440px; - overflow: auto; - padding: 0 10px 10px; -} -div.Popup .Loading { - text-align: center; -} -div.Popup h1, -div.Popup h2, -div.Connect h1, -div.Connect h2 { - font-size:120%; - font-weight:bold; - margin-bottom: 0; - color: #fff; - background: #38abe3; - border-bottom: 1px solid #3DB9E5; - padding: 6px 9px 4px; -} -a.Close { - position: absolute; - top: 16px; - right: 20px; - line-height: 1; - color: #E4F7FE; - cursor: pointer; - font-family: arial; - font-size: 22px; - font-weight: bold; - padding: 0; -} -a.Close:hover { - color: #fff; -} -div.Popup .Footer { - border: none; - background: none; - padding: 0; - margin: 0; - text-align: right; -} -div.Popup .Footer input.Button { - font-size: 11px; - margin-right: 2px; -} -div.Popup h3 { - font-size: 120%; - font-weight: bold; - padding: 20px 0 10px; -} -div.Popup p { - padding: 6px 10px 10px; -} -div.Popup div.Legal p { - padding: 6px 0 10px; -} -div.Popup small { - font-size: 11px; -} -div.Popup form p { - padding: 0; -} -body.Profile #Form_Invitation ul li label, -body.Profile #Form_User ul li label, -div.Popup form ul li label { - color:#000; - display:block; - font-size:14px; - font-weight:bold; - margin: 10px 0 0; -} -body.Entry form ul li.Gender label.RadioLabel, -body.Profile #Form_User ul li.Gender label.RadioLabel, -div.Popup form ul li.Gender label.RadioLabel { - display: inline; - padding-right: 20px; -} -li.Gender { - margin-bottom: 10px; -} -body.Profile #Form_User ul li label.RadioLabel, -body.Profile #Form_User ul li label.CheckBoxLabel, -div.Popup form ul li label.RadioLabel, -div.Popup form ul li label.CheckBoxLabel { - font-weight: normal; -} -div.Profile #Form_User input.Button, -div.Popup input.Button { - margin: 4px 0 2px; -} -div.Popup #Form_User div.Warning, -#dashboard_profile_picture #Form_User div.Warning { - margin: 6px 0; -} - -/* Serious Ajax Error Styles */ -div.AjaxError { - white-space: pre; - overflow: auto; - padding: 10px; -} - -/* ==================================================================== Legal */ -div.Legal h3 { - padding: 0; - margin: 20px 0 0; - font-size: 120%; - font-weight: bold; -} -div.Legal ol { - list-style-position:outside; - list-style-type:decimal; - margin:0 30px 10px; -} -div.Legal ul { - list-style-position:outside; - list-style-type:disc; - margin:0 30px 10px; -} -div.Legal li { - padding: 5px 0; -} -div.Legal strong { - font-weight: bold; -} - - -/* =================================================================== Footer */ -#Foot { - clear: both; - text-align: center; - margin: 2px 0; - padding: 4px 9px; - font-size: 13px; - color: #ddd; - line-height: 1; -} -#Foot a { - color: #ccc; -} -#Foot a:hover { - color: #aaa; -} -#Foot div { - width: 960px; - padding: 6px 0; - margin: 20px auto 0; - text-align: left; -} - - - -/* ================================ Vanilla ================================= */ - -#Panel ul.Discussions { - border: 0; -} -ul.PanelDiscussions li { - text-align: left; -} -ul.PanelDiscussions li a { - float: none; -} -ul.PanelDiscussions li strong { - display: block; - line-height: 1.5; -} - -/* ============================================================== Discussions */ - -/* Note: The Vanilla Discussion List has the following classes applied to - individual list elements and can be styled: - + Bookmarked: the user has bookmarked that topic - + Announcement: the discussion has been announced - + Mine: the user created the discussion - + New: there are new comments since the last viewed the discussion -*/ -.Mine { background: #f1f1f1; } - -ul.DataList div.Meta a.Category { - background: #fafafa; - padding: 2px 4px; - border-radius: 2px; - -moz-border-radius: 2px; - -webkit-border-radius: 2px; -} -ul.DataList li.Mine div.Meta a.Category { - background: #eff7ff; -} - -ul.DataList div.Meta span.Announcement { - background: #777777; - color: #ffffff; - padding: 1px 4px; - border-radius: 2px; - -moz-border-radius: 2px; - -webkit-border-radius: 2px; - border-radius: 2px; - font-weight: bold; -} -ul.DataList div.Meta span.Closed { - background: #555555; - color: #ffffff; - font-weight: bold; - padding: 1px 4px; - border-radius: 2px; - -moz-border-radius: 2px; - -webkit-border-radius: 2px; - border-radius: 2px; -} - - -/* ================================================================= Comments */ -body.Discussion #Content { - margin-bottom: 20px; -} -ul.Discussion { - margin-bottom: 1px; -} -/* - Note: Discussion & Comment Option (dropdown) Menu customizations. The layout - css for these is in /applications/garden/design/menu.css. Override them here. -*/ -a.Bookmark, -a.Bookmarking { - float: right; - display: block; - background: url('images/star_sprite.png') top center no-repeat; - height: 22px; - width: 22px; - margin: 2px 4px 0 4px; -} -a.Bookmark span, -a.Bookmarking span { - display: none; -} -a.Bookmarked { - background: url('images/star_sprite.png') center center no-repeat; -} -a.Bookmarking { - background: url('images/star_sprite.png') bottom center no-repeat; -} -body.Discussion a.Bookmark { - margin: 13px 8px; -} - -body.Discussion .Back { - padding: 3px 6px; - text-align: left; -} - - -/* =================================================================== Drafts */ -ul.Discussions div.ItemContent, -ul.Drafts div.ItemContent { - margin: 0 0 0 9px; -} -ul.Drafts div.ItemContent a.Title, -ul.Discussions div.ItemContent a.Title { - max-width: 580px; -} - -/* =============================================== Discussion & Comment Forms */ -li.Editing { - background: #f1f1f1; -} -div.CommentForm textarea { - width: 99%; - height: 100px; - min-height: 100px; - margin: 0 0 6px; -} -div.Comment div.CommentForm { - width: 98%; - background: none; - padding: 6px 4px; - border: 0; -} -div.Comment div.CommentForm textarea { - width: 99%; -} -#DiscussionForm label { - font-size: 14px; - font-weight: bold; - color: #666; -} -body.Post #Panel { - display: none; -} -body.Post #Content { - width: 100%; -} -#DiscussionForm h2 { - border: none; - color: #02475A; - font-size: 140%; - font-weight: bold; - margin: 0; - padding: 6px; -} -#DiscussionForm form { - border-radius: 2px; - -moz-border-radius: 2px; - -webkit-border-radius: 2px; - background: #f1f1f1 none repeat scroll 0 0; - border: 1px solid #DDDDDD; - margin: 0; - padding: 20px; -} -#DiscussionForm textarea { - width: 99%; - height: 100px; - min-height: 100px; - margin: 0 0 6px; -} -#DiscussionForm input.InputBox { - width: 99%; - margin-bottom: 10px; -} -#DiscussionForm div.Category { - padding: 0 0 10px; -} -#DiscussionForm div.Category label { - padding: 0 8px 0 0; -} -div.CommentForm a.Back, -div.CommentForm a.Cancel { - float: left; -} -#DiscussionForm a.Cancel { - margin-left: 18px; -} -#DiscussionForm ul { - margin: 0 0 20px; -} -#DiscussionForm ul.PostOptions li { - display: inline; - padding: 0 8px 0 0; -} -#DiscussionForm ul.PostOptions label { - display: inline; - font-weight: normal; - font-size: 95%; - color: #555; -} - -/* ============================== Conversations ============================= */ -textarea.MultiComplete { - height: 20px; - padding: 3px 0; - text-align: left; -} -.ac_results { - padding: 0; - border: 1px solid #bbb; - border-top: 0; - background-color: white; - overflow: hidden; - z-index: 99999; -} -.ac_results ul { - width: 100%; - list-style-position: outside; - list-style: none; - padding: 0; - margin: 0; -} -.ac_results li { - margin: 0; - padding: 5px; - cursor: default; - display: block; - /* - if width will be 100% horizontal scrollbar will apear - when scroll mode will be used - */ - /*width: 100%;*/ - font-size: 12px; - /* - it is very important, if line-height not setted or setted - in relative units scroll will be broken in firefox - */ - line-height: 16px; - overflow: hidden; - border-bottom: 1px solid #bbb; - text-align: left; -} -.ac_lastitem { - border-bottom: 0 !important; -} -.ac_results strong { - font-weight: bold; - background: #daf4fd; -} -.ac_over strong { - font-weight: bold; - background: #2ab0de; -} -.ac_over { - background: #44c7f4; - color: #fff; -} -div.AddPeople h4 { - border-bottom: 0px; -} -#Panel input.InputBox, -div.AddPeople textarea.MultiComplete { - width: 228px; - margin-bottom: 2px; -} -div.AddPeople form div { - text-align: right; -} - - -/* ============================================================ Conversations */ -fieldset { - padding: 0px !important; -} -h2.NewConversation { - float: right; -} -h2.NewConversation a { - font-weight: bold; -} -body.Conversations h2 { - margin: 0; -} -ul.Conversations li.Active { - cursor: pointer; - background: #ffe; -} -ul.Conversations li.Item { - padding: 4px 5px; -} -ul.Conversations div.ItemContent { - margin:0 0 0 5px; -} -ul.Conversations div.Meta a.Name { - color: #1E79A7; - font-weight: bold; -} - - -/* ========================================================= Add Message Form */ -#MessageForm { - background: #E9F9FF; - padding: 4px 8px 8px; - margin: 1px 0 0; - border-bottom-left-radius: 2px; - border-bottom-right-radius: 2px; - -moz-border-radius-bottomleft: 2px; - -moz-border-radius-bottomright: 2px; - -webkit-border-bottom-left-radius: 2px; - -webkit-border-bottom-right-radius: 2px; -} -#MessageForm h2 { - font-size: 115%; - color: #2786C2; - font-weight: bold; - border: 0; -} -#MessageForm form div { - text-align: right; -} -#MessageForm textarea { - width: 99%; - height: 100px; - min-height: 100px; - margin-bottom: 2px; -} - - -/* ==================================================== New Conversation Form */ -body.add #Panel { - display: none; -} -body.add #Content { - width: auto; -} -#ConversationForm form { - border-radius: 2px; - -moz-border-radius: 2px; - -webkit-border-radius: 2px; - border-radius: 2px; - background:none repeat scroll 0 0 #c4e1ff; - margin:0; - padding:20px; - text-align: right; -} -#ConversationForm h2 { - color:#02475A; - font-size:140%; - font-weight:bold; - margin:0; - padding:6px; - text-align: left; - border: 0; -} -#ConversationForm label { - display: block; - text-align: left; - color:#666666; - font-size:14px; - font-weight:bold; -} -#ConversationForm .TextBox { - height: 100px; - min-height: 100px; - margin: 8px 0 6px; - padding: 0; -} -body.Conversations a.Cancel { - margin-left: 20px; -} -div.Popup #ConversationForm form { - background: none; - -border-radius: 0; - -moz-border-radius: 0; - -webkit-border-radius: 0; - border-radius: 0; - padding: 10px; -} -div.Popup #ConversationForm h2 { - color: #fff; - font-size: 120%; - font-weight: bold; - padding: 6px 9px 4px; -} -div.Popup #ConversationForm textarea.MultiComplete, -div.Popup #ConversationForm .TextBox { - width: 100%; -} - -/* Upload Progress Bar */ -div.UploadProgress { - margin: 10px 0; - background: url('images/upload-progress-back.gif') repeat; - width: 200px; - z-index: 0; - color: #fff; - text-shadow: 0 1px 1px #333; - border: 1px solid #0c3c7e; - border-radius: 2px; - -moz-border-radius: 2px; - -webkit-border-radius: 2px; - border-radius: 2px; -} -div.UploadProgress div { - padding: 2px 0; -} -div.UploadProgress div strong { - font-weight: bold; -} -div.UploadProgress div.Foreground, -div.UploadProgress div.Background { - position: absolute; -} -div.UploadProgress div.Background { - width: 0; - background: url('images/upload-bg.gif') repeat; - z-index: 1; -} -div.UploadProgress div.Foreground { - text-indent: 6px; - overflow: visible; - white-space: nowrap; - z-index: 2; -} - - -/* Adding CSS for multiple sign-in methods */ - -/* Container */ -div.Border { - border-radius: 8px; - -moz-border-radius: 8px; - -webkit-border-radius: 8px; - background: none repeat scroll 0 0 rgba(82, 82, 82, 0.7); - padding: 10px; -} - -/* Tabs */ -ul.Tabs { - border-bottom: 1px solid #aaa; - text-align: left; - padding-left: 4px; -} -ul.Tabs li { - display: inline-block; -} -ul.Tabs li a, -ul.Tabs li a:link, -ul.Tabs li a:active, -ul.Tabs li a:visited, -ul.Tabs li a:hover { - display: inline-block; - margin-left: 4px; - border: 1px solid #aaa; - border-width: 1px 1px 0 1px; - border-radius: 3px 3px 0 0; - -moz-border-radius: 3px 3px 0 0; - -webkit-border-radius: 3px 3px 0 0; - background: #eee; - color: #888; - position: relative; - top: 1px; - padding: 2px 8px 1px; -} -ul.Tabs li a:hover { - background: #f5f5f5; - color: #444; -} -ul.Tabs li a.Active { - padding: 2px 8px; - background: #fff; - color: #000; -} - -/* Icons */ -ul.Tabs li a.EntryTabFor_password { - padding-left: 22px; - background-image: url('../../../themes/default/design/favicon.png'); - background-position: 3px 4px; - background-repeat: no-repeat; -} - - -/* ============================================================ Entry Screens */ -body.Entry { - text-align: center; -} -body.Entry #Panel { - display: none; -} -body.Entry #Content { - float: none; - margin: 0 auto; - width: 360px; - text-align: center; -} -body.Entry #Content h1 { - border: none; - color: #02475A; - font-size:140%; - font-weight:bold; - padding: 6px; - margin: 0; - text-align: left; -} -body.Entry #Content form { - text-align: left; - padding: 10px; -} -body.Entry form ul li label { - font-size: 14px; - color: #474747; - font-weight: bold; - padding: 6px 0 0; - display: block; -} -body.Entry form ul li label.CheckBoxLabel, -body.Entry form ul li label.RadioLabel { - font-size: 12px; - font-weight: normal; - width: auto; -} -body.Entry input.DateBox, -body.Entry input.InputBox, -body.Entry textarea { - width: 310px; -} -span.Incorrect { - display: block; - color: red; -} - -/* Sign In Page & Popup */ -div.SignInPopup div.Box { - margin: 0; - padding: 0; - background: none; - border: 0; - border-radius: 0; - -moz-border-radius: 0; - -webkit-border-radius: 0; - box-shadow: none; - -moz-box-shadow: none; - -webkit-box-shadow: none; -} -body#dashboard_entry_password #Content, -body#dashboard_entry_signin #Content, -body#dashboard_entry_index #Content { - width: auto; -} -div.SignInPopup .Content form { - padding: 0 10px 10px; -} -body#dashboard_entry_password #Content form, -body#dashboard_entry_index #Content form, -body#dashboard_entry_signin #Content form { - padding: 0; - text-align:left; -} -body#dashboard_entry_password #Content form, -body#dashboard_entry_signin #Content form, -body#dashboard_entry_index #Content form, -div.SignInPopup form { - width: 270px; -} -div.SingleEntryMethod { - width: 290px; - margin: 0 auto; -} -div.MultipleEntryMethods { - width: 500px; - margin: 0 auto; -} -body#dashboard_entry_handshake #Content input.InputBox, -body#dashboard_entry_signin #Content input.InputBox, -body#dashboard_entry_index #Content input.InputBox, -body#dashboard_entry_password #Content input.InputBox, -div.SignInPopup input.DateBox, -div.SignInPopup input.InputBox, -div.SignInPopup textarea { - width: 260px; - padding: 3px; -} -div.SignInPopup form ul li label, -body#dashboard_entry_signin form ul li label, -body#dashboard_entry_index form ul li label, -body#dashboard_entry_password form ul li label, -body#dashboard_entry_handshake form ul li label { - font-size: 13px; - line-height: 1.5; - padding: 0; -} -body#dashboard_entry_password #Content form ul li input#Form_Email, -body#dashboard_entry_signin #Content form ul li input#Form_Email, -body#dashboard_entry_index #Content form ul li input#Form_Email { - margin-bottom: 6px; -} -body#dashboard_entry_password #Content input.Password, -body#dashboard_entry_signin #Content input.Password, -body#dashboard_entry_index #Content input.Password, -div.SignInPopup input.Password { - width: 180px; -} -a.ForgotPassword { - margin-left: 10px; -} -li.Buttons div a.ForgotPassword { - margin: 0; -} -body#dashboard_entry_password ul li label.CheckBoxLabel, -body#dashboard_entry_signin ul li label.CheckBoxLabel, -body#dashboard_entry_index ul li label.CheckBoxLabel, -div.SignInPopup ul li label.CheckBoxLabel { - color: #777; - display: inline; - font-size: 12px; - font-weight: normal; - margin: 10px 0 0 10px; -} -body.Entry li.Buttons input.Button, -div.SignInPopup li.Buttons input.Button { - margin: 10px 0; -} -div.Entry { - position: relative; -} -div.Methods { - text-align: left; - font-size: 14px; - font-weight: bold; - position: absolute; - top: 33px; - bottom: 0; - right: 0; - padding: 12px 20px 6px; - line-height: 1; -} -body#dashboard_entry_password div.Methods, -body#dashboard_entry_signin div.Methods, -body#dashboard_entry_index div.Methods { - padding: 10px 6px 6px; - background: none; -} -div.Methods div.Method { - padding: 10px 0 0; - text-align: left; -} - -/* Handshake */ -body#dashboard_entry_handshake #Content { - width: 720px; -} -body#dashboard_entry_handshake #Content form { - padding: 20px 30px 26px; -} -body#dashboard_entry_handshake ul.NewAccount { - float: left; - width: 315px; - margin-right: 44px; - border-right: 1px solid #A5D0E7; -} -body#dashboard_entry_handshake ul.LinkAccount { - margin-left: 315px; -} -ul.NewAccount h2, -ul.LinkAccount h2 { - padding-left: 36px !important; - background: url('images/dashboard-sprites.png') 0 -542px no-repeat; -} -ul.LinkAccount h2 { - padding-left: 84px !important; - background-position: 45px -296px; -} -body#dashboard_entry_handshake div.Info { - border: 1px solid #A5D0E7; - background: #D3F0FF; - color: #02475A; -} -body#dashboard_entry_handshake #Content h2 { - border: none; - color: #02475A; - font-size:140%; - font-weight:bold; - padding: 6px 0; - margin: 0; - text-align: left; -} - - -/* Leaving Page */ -body#dashboard_entry_leave p { - margin: 0; - padding: 20px 10px; -} -body#dashboard_entry_leave p.Leaving { - background: url('images/progress.gif') left center no-repeat; - margin: 0 0 0 14px; - padding: 20px 0 20px 50px; -} - - - -/* External App Connect Designs */ -div.Connect h1, -div.Connect h2 { - text-align: left; -} -body.connect div.Box { - border-radius: none; - -moz-border-radius: none; - -webkit-border-radius: none; - box-shadow: none; - -moz-box-shadow: none; - -webkit-box-shadow: none; - width: 320px; - margin: 0 auto; - text-align: left; - background: none; -} -div.ConnectInfo { - margin: 10px 0 0; - position: relative; -} -div.ConnectInfo img { - position: absolute; - height: 36px; - width: 36px; - top: 0; - left: 0; -} -div.ConnectInfo span.Name { - padding-left: 46px; - font-weight: bold; - line-height: 1; - font-size: 13px; - color: #444; - display: block; -} -div.ConnectInfo h3 { - font-family: 'lucida grande','Lucida Sans Unicode', tahoma, sans-serif; - font-size: 15px; - font-weight: bold; - line-height: 1.6; - color: #333; - padding: 0 0 10px 46px; - border: none; -} -div.Connect form ul li label, -div.SignInPopup form ul li label, -body#dashboard_entry_password form ul li label, -body#dashboard_entry_signin form ul li label, -body#dashboard_entry_index form ul li label { - font-size: 13px; - line-height: 1.5; - padding: 0; -} -div.Connect form ul li#ConnectPassword label, -div.SignInPopup form ul li#ConnectPassword label { - padding: 10px 0 0; -} -div.Connect .FinePrint, -div.SignInPopup .FinePrint { - font-size: 11px; - color: #777; -} -body#dashboard_entry_password input.InputBox, -body#dashboard_entry_signin input.InputBox, -body#dashboard_entry_index input.InputBox, -div.Connect input.InputBox, -div.SignInPopup input.InputBox { - padding: 3px -} -div.Connect .ExistingUsername, -div.SignInPopup .ExistingUsername { - font-weight: bold; - line-height: 1; - font-size: 13px; - color: #000; - display: block; -} diff -r f80f311578f7 -r 5c348f41a718 forum/vanilla/themes/slitaz/design/style.css.org --- a/forum/vanilla/themes/slitaz/design/style.css.org Sun Apr 03 04:11:27 2011 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,2712 +0,0 @@ -/* -Welcome to the Generic Style CSS File! Some things you should know: - -1. This file is included on all front-end/user-facing pages. Applications can - override this file in their own custom files (ie. vanilla.css or - conversations.css). - -2. This file is broken down into the following sections: - + General Styles & Typography - + Header - + Main Menu - + Panels / Sidebars - + Activities - + Profile Page - + Profile Tab Menu - + Thumbnail Cropper - + Footer -*/ - -/* ================================================================ Reset CSS */ -html, body, div, span, applet, object, iframe, -h1, h2, h3, h4, h5, h6, p, blockquote, pre, -a, abbr, acronym, address, big, cite, code, -del, dfn, em, font, img, ins, kbd, q, s, samp, -small, strike, strong, sub, sup, tt, var, -dl, dt, dd, ol, ul, li, -fieldset, form, label, legend, -table, caption, tbody, tfoot, thead, tr, th, td { - margin: 0; - padding: 0; - border: 0; - outline: 0; - font-weight: inherit; - font-style: inherit; - font-size: 100%; - font-family: inherit; - vertical-align: baseline; -} -/* remember to define focus styles! */ -:focus { - outline: 0; -} -body { - line-height: 1; - color: black; - background: white; -} -ol, ul { - list-style: none; -} -/* tables still need 'cellspacing="0"' in the markup */ -table { - border-collapse: separate; - border-spacing: 0; -} -caption, th, td { - text-align: left; - font-weight: normal; -} -blockquote:before, blockquote:after, -q:before, q:after { - content: ""; -} -blockquote, q { - quotes: "" ""; -} - -/* ============================================== General Styles & Typography */ -body { - color: #000; - font-family: 'lucida grande','Lucida Sans Unicode', tahoma, sans-serif; - font-size: 75%; - line-height: 1.7em; - background: #fff; - margin: 0; - padding: 0; - text-align: center; - font-size: small; -} -#Body { - width: 960px; - text-align: left; - margin: 15px auto 0; -} -#Content { - float: left; - width: 680px; - margin: 0 0 40px; -} -.Hidden { - display: none; -} -.nowrap { - white-space: nowrap; -} -.Center { - text-align: center; -} -.Right { - text-align: right; -} -h1, h2, h3, h4, h5, h6 { - color: #000; - font-family: "Helvetica Neue",Helvetica,arial,sans-serif; - font-weight: normal; - margin: 0; -} -p { - margin: 0.5em 0 0 0; - line-height: 1.6em; -} -h1, h2 { - border-bottom:1px solid #bbb; - font-size:140%; - font-weight:bold; - margin-bottom:10px; -} -h3 { - font-size:140%; -} -h4 { - font-size: 120%; - color: #6C6C6C; -} -h5 { - font-size: 120%; - color: #6C6C6C; -} -a, -a:link, -a:visited, -a:active { - text-decoration: none; - color: #1e79a7; -} -a:hover { - text-decoration: none; - color: #ff0084; -} -input.DateBox, -input.InputBox, -input.SmallInput, -textarea { - font-family: 'lucida grande','Lucida Sans Unicode', tahoma, sans-serif; - color: #333; - font-size: 15px; - padding: 3px; - margin: 0; - width: 250px; - border: 1px solid #aaa; - border-radius: 2px; - -moz-border-radius: 2px; - -webkit-border-radius: 2px; -} -textarea.TextBox { - width: 500px; - height: 100px; - min-height: 100px; -} -#Popup textarea.TextBox { - width: 100%; -} -input.SmallInput, -input.InputBox { - padding: 6px 3px; -} -input.SmallInput:focus, -input.InputBox:focus, -textarea:focus { - background: #ffe; -} -textarea { - line-height: 128%; -} -select { - font-family: arial; - font-size: 14px; - color: #222; - margin: 0; - padding: 3px; - } -a.Button, -.Button { - cursor: pointer; - margin: 0; - font-size: 11px; - padding: 4px; - background: url('images/buttonbg.png') repeat-x center left #f8f8f8; - color: #02475A; - text-shadow: 0 1px 0 #fff; - border: 1px solid #999; - border-radius: 3px; - -moz-border-radius: 3px; - -webkit-border-radius: 3px; - box-shadow: 0px 0px 2px #999; - -moz-box-shadow: 0px 0px 2px #999; - -webkit-box-shadow: 0px 0px 2px #999; - } -input.Button { - font-size: 14px; - font-weight: bold; -} -.Button:hover { - color: #111; - border: 1px solid #666; -} -.Button:focus { - background: #eee; -} -.Loading { - height: 100px; - padding: 0 20px; - background: url('images/progress.gif') center center no-repeat; -} -.Progress { - padding: 10px 40px 10px 0; - background: url('images/progress.gif') center center no-repeat; -} -.TinyProgress { - padding: 10px 40px 10px 0; - background: url('images/progress_sm.gif') center center no-repeat; -} -/* Note: Messages are the yellow notices that appear at the top/center of the - page to notify users of things like drafts being saved, etc. */ -div.Messages { - text-align: center !important; - position: fixed; - top: 0; - left: 0; - z-index: 200; - margin: 0 !important; - padding: 0 !important; - list-style: none !important; - font-size: 12px; - display: block; - width: 100%; -} -* html div.Messages { - position: absolute; - width: 100%;/*IE5.5*/ - top: 0; - left: 0; - overflow: visible; - top: expression(eval(document.compatMode && document.compatMode=='CSS1Compat') ? documentElement.scrollTop : document.body.scrollTop); -} -div.Messages ul { - cursor: pointer; - width: auto !important; - border: 0 !important; - margin: 0 auto !important; - padding: 4px 8px !important; - border-bottom-left-radius: 2px; - border-bottom-right-radius: 2px; - -moz-border-radius-bottomleft: 2px; - -moz-border-radius-bottomright: 2px; - -webkit-border-bottom-left-radius: 2px; - -webkit-border-bottom-right-radius: 2px; - background: #ff9 !important; - display:-moz-inline-stack; - display:inline-block; - zoom:1; - *display:inline; - box-shadow: 0px 0px 2px #333; - -moz-box-shadow: 0px 0px 2px #333; - -webkit-box-shadow: 0px 0px 2px #333; -} -div.Messages ul li { - text-align: left !important; - border: 0 !important; - color: #000 !important; - padding: 0 !important; - margin: 0 !important; - list-style-position: outside; -} -div.Errors ul { - background: #d50a0a !important; -} -div.Errors ul li { - color: #fff !important; - background: #d50a0a !important; -} -.Conversations .Deleted { - text-decoration: line-through; -} -div.Deleted { - background: #f5f5f5; - border: 1px solid #dddddd; - margin: 10px 0 0; - padding: 6px 10px; - border-radius: 3px; - -moz-border-radius: 3px; - -webkit-border-radius: 3px; -} -/* Note: Warning, Alert & Info are simple boxes that can be used to wrap message - strings & imply importance. */ -.Warning { - background: #ffc; - border: 1px solid #ff9; - color: #000; - padding: 6px 8px; - border-radius: 3px; - -moz-border-radius: 3px; - -webkit-border-radius: 3px; -} -.Alert { - background: #d00; - border: 1px solid #b00; - color: #fff; - padding: 3px 6px; - border-radius: 3px; - -moz-border-radius: 3px; - -webkit-border-radius: 3px; -} -.Alert a { - color: #fff; -} -.Alert a:hover { - text-decoration: underline; -} -div.Info { - font-size: 13px; - background: #fafafa; - border: 1px solid #eee; - color: #888; - -moz-border-radius: 4px; - -webkit-border-radius: 4px; - border-radius: 4px; - padding: 6px; - margin: 0 0 10px; -} -div.Info strong { - font-weight: bold; -} -/* Note: The MessageModule (in /applications/dashboard/modules) wraps all messages - that it renders in a div with this DismissMessage class. */ -div.DismissMessage { - margin: 6px 0 10px; - text-align: left; - position: relative; -} -div.DismissMessage p { - margin: 2px 0; -} -div.DismissMessage a.Dismiss { - font-family: arial; - position: absolute; - font-size: 22px; - font-weight: bold; - line-height: 1; - color: #999; - top: 3px; - right: 5px; -} -div.DismissMessage a.Dismiss:hover { - color: #ff0084; -} -#PagerLess { - -moz-border-radius-topright: 2px; - -moz-border-radius-topleft: 2px; - -webkit-border-top-right-radius: 2px; - -webkit-border-top-left-radius: 2px; - border-radius-topright: 2px; - border-radius-topleft: 2px; - margin-bottom: 1px; - text-align: left; -} -div.MorePager a.Loading { - border: 0 !important; - padding: 0 20px !important; - background: url('images/progress.gif') center center no-repeat !important; -} -#PagerMore { - margin-bottom: 1px; -} -.NumberedPager { - margin: 1px 0 0; - text-align: right; - font-weight: bold; - font-size: 16px; -} -#PagerBefore { - margin: 1px 0; -} -.NumberedPager a, -.NumberedPager span { - padding: 0 4px; -} -.NumberedPager span, -.NumberedPager a.Highlight { - color: #777; -} -.NumberedPager a.Next, -.NumberedPager span.Next, -.NumberedPager a.Previous, -.NumberedPager span.Previous { - font-size: 16px; - line-height: 10px; -} -.NumberedPager a.Next, -.NumberedPager span.Next { - margin-left: 6px; -} -.NumberedPager a.Previous, -.NumberedPager span.Previous { - margin-right: 6px; -} - - -/* =================================================================== Header */ -#Head { - background: #38abe3; - padding: 0; -} -div.Search:after, -div#Search:after { - content: "."; - display: block; - height: 0; - clear: both; - visibility: hidden; -} -body #Head h1 { - display: inline-block; - font-weight: bold; - margin: 0; - padding: 21px 10px 4px 0; - border: 0; -} -#Head h1 a span { - font-size: 24px; - color:#E4F7FE; - text-shadow:0 1px 0 #2595ba; -} -#Head h1 a:hover span { - color:#f3fcff; -} -#Head form { - float: right; - width: 250px; - background: #fff; - padding: 0; - margin: 15px 0 0; - -moz-border-radius: 2px; - -webkit-border-radius: 2px; - border-radius: 2px; -} -#Head form input.InputBox { - width: 204px; - border: 0; - padding: 4px 2px 4px 0; - background: #fff; - margin: 0; - -moz-border-radius-topleft: 2px; - -moz-border-radius-bottomleft: 2px; - -webkit-border-top-left-radius: 2px; - -webkit-border-bottom-left-radius: 2px; - border-top-left-radius: 2px; - border-bottom-left-radius: 2px; - color: #969696; - font-size: 13px; -} -#Head form input.Button { - border: 0; - width: 38px; - height: 26px; - background: #cfecff; - color: #1e79a7; - padding: 3px 0 4px; - margin: 0; - -moz-border-radius: 0; - -webkit-border-radius: 0; - border-radius: 0; - -moz-border-radius-topright: 2px; - -moz-border-radius-bottomright: 2px; - -webkit-border-top-right-radius: 2px; - -webkit-border-bottom-right-radius: 2px; - border-top-right-radius: 2px; - border-bottom-right-radius: 2px; - box-shadow: none; - -moz-box-shadow: none; - -webkit-box-shadow: none; -} -#Menu ul { - display: none; -} -#Menu li { - line-height: 27px; - float: left; - position: relative; - display: block; - list-style: none; - padding: 0; - margin: 0 4px 0 0; - font-weight: bold; - text-align: left; -} -* html #Menu li { - display: inline; -} -#Menu a { - border: 0; - text-decoration: none; - position: relative; - display: block; - padding: 0 7px; - white-space: nowrap; - font-size: 11px; - height: 28px; -} -* html #Menu a { - display: inline; - padding: 6px 10px; -} -#Menu li.NonTab, -#Menu li.NonTab a { - background: transparent; - border: 0; - font-weight: normal; -} -#Menu a span, -#Menu li.Active a span, -#Menu li.Highlight a:hover span { - -moz-border-radius: 2px; - -webkit-border-radius: 2px; - border-radius: 2px; - padding: 0 2px; - font-size: 9px; - line-height: 12px; - font-weight: normal; -} - -/* Option (dropdown) Menus - -Menu takes a z-index of 100 -Option menu takes a z-index of 300 - -*/ -ul.Options, -ul.Options ul { - margin: 0; - padding: 0; - display: none; -} -ul.Options { - z-index: 298; -} -ul.Options ul { - z-index: 300; - position: absolute; -} -ul.Options li { - float: right; - position: relative; - display: block; - list-style: none outside none; - padding: 0; - font-size: 11px; - line-height: 22px; -} -ul.Options h3 { - display: block; - cursor: pointer; - margin: 0; - padding: 0; -} -ul.Options li ul li { - float: none; - text-align: left; - margin: 0; - font-weight: normal; -} -ul.Options li ul li a { - width: 104px; - padding: 0 6px; - height: auto; -} -ul.Options a { - text-decoration: none; - display: block; - position: relative; - white-space: nowrap; - font-size: 11px; -} -ul.Options ul li { - display: block; - float: none; -} -ul.Options li.Parent strong { - display: block; - padding: 4px; - margin: 3px 4px 0 0; - font-size: 10px; - font-weight: normal; - background: url('images/buttonbg.png') repeat-x center left #f8f8f8; - border: 1px solid #bbb; - -moz-border-radius: 2px; - -webkit-border-radius: 2px; - border-radius: 2px; - color: #555; - cursor: pointer; - line-height: 100%; -} -ul.Options li.Parent strong:focus, -ul.Options li.Parent strong:hover { - color: #333; - border: 1px solid #888; -} -ul.Options li.Parent strong:focus { - background: #eee; -} -ul.Options li.Active strong:hover, -ul.Options li.Active strong { - color: #fff; - background: #9c9c9c !important; - border: 1px solid #9c9c9c; - -moz-border-radius-bottomleft: 0; - -moz-border-radius-bottomright: 0; - -webkit-border-bottom-left-radius: 0; - -webkit-border-bottom-right-radius: 0; - border-bottom-left-radius: 0; - border-bottom-right-radius: 0; -} -ul.Options li.Active { - background: none; -} -ul.Options li.Active ul { - border: 1px solid #9c9c9c; - background: #fafafa; - -moz-border-radius-bottomleft: 2px; - -moz-border-radius-bottomright: 2px; - -webkit-border-bottom-left-radius: 2px; - -webkit-border-bottom-right-radius: 2px; - border-bottom-left-radius: 2px; - border-bottom-right-radius: 2px; -} -ul.Options li.Active ul li a { - background: none; -} -ul.Options li.Active a { - background: #efefef; - color: #595959; -} -ul.Options li.Active a:hover { - background: #8d8d8d; - color: #fff; -} -ul.Options li.Parent strong:hover, -ul.Options li.Active strong:hover, -ul.Options li.Active strong, -ul.Options li.Active ul { - box-shadow: 0px 0px 2px #999; - -moz-box-shadow: 0 0 2px #999; - -webkit-box-shadow: 0px 0px 2px #999; -} -.Center { - text-align: center; -} - - -/* ================================================================ Main Menu */ -div.Menu { - width: 960px; - margin: 0 auto; - position: relative; - text-align: left; - vertical-align: bottom; -} -ul#Menu { - display: inline-block; - margin-right: 280px; - vertical-align: bottom; -} -#Menu ul, -#Menu li.Active { - background: #38abe3; -} -#Menu a, -#Menu li.Active a { - color: #fff; -} -#Menu a:hover { - background: #2595cb; -} -#Menu a:hover, -#Menu li.NonTab a:hover { - color: #fff !important; -} -/* Numbers next to menu items */ -#Menu a span, -#Menu li.Active a span, -#Menu li.Highlight a:hover span { - background: #f2fcff; - color: #299fc7; -} - -#Head .Search, #Head #Search { - position: absolute; - right: 0; - bottom: 6px; - text-align: right; -} - -/* ======================================================== Panels / Sidebars */ -#Panel { - width: 250px; - float: right; -} -div.Box { - border-radius: 1px; - -moz-border-radius: 1px; - -webkit-border-radius: 1px; - background: #cfecff; - color: #888; - padding: 6px 10px; - margin: 0 0 10px; - box-shadow: 0px 0px 2px #999; - -moz-box-shadow: 0px 0px 2px #999; - -webkit-box-shadow: 0px 0px 2px #999; -} -div.Box h4 { - font-size: 110%; - color: #1e79a7; - font-weight: bold; - margin: 0; - padding: 0 0 1px; -} -div.Box dl { - overflow: hidden; -} -div.Box dl dt { - font-size: 12px; - float: left; - width: 80px; - color: #555; -} -div.Box dl dd { - font-size: 12px; - margin-left: 80px; -} -div.Box p { - font-size: 100%; - padding: 0 0 4px; - color: #555; -} -ul.PanelActivity { - border-top: 1px solid #abdafb; - border-bottom: 0; -} -ul.PanelActivity li { - background: #e3f4ff; - border-bottom: 1px solid #abdafb; - padding: 2px 4px; - color: #555; - font-size: 11px; - line-height: 1.6; -} -ul.PanelActivity li a { - font-size: 13px; -} -ul.PanelActivity li a.Name { - margin-right: 2px; -} -ul.PanelActivity span { - padding: 0 4px; -} -ul.PanelActivity p { - padding: 0 4px; - display: inline; - font-size: 90%; -} -ul.PanelActivity li em { - padding-left: 5px; - color: #777; - font-size: 80%; -} -ul.PanelActivity li div.Story { - font-size: 85%; -} -ul.PanelInfo li { - background: #e3f4ff; - border-bottom: 1px solid #abdafb; - padding: 2px 4px; - text-align: right; -} -ul.PanelInfo li.Heading { - text-align: left; - color: #000; - font-weight: bold; -} -ul.PanelInfo { - border-top: 1px solid #abdafb; - border-bottom: 0; -} -ul.PanelInfo li strong { - font-weight: normal; - text-align: left; - font-weight: normal; -} -ul.PanelInfo li a { - float: left; -} -ul.PanelInfo div.Meta { - font-size: 11px; -} -ul.PanelInfo div.Meta span, -ul.PanelInfo div.Meta strong { - margin-right: 8px; -} -ul.PanelInfo div.Meta span a { - margin-left: 8px; -} -ul.PanelInfo div.Meta strong { - display: inline; - border-radius: 2px; - -moz-border-radius: 2px; - -webkit-border-radius: 2px; - /* - box-shadow: 0px 0px 2px #777; - -moz-box-shadow: 0px 0px 2px #777; - -webkit-box-shadow: 0px 0px 2px #777; - */ - background: #FF0; - color:#000; - font-size:9px; - font-weight:bold; - padding: 3px; - line-height: 1; -} -ul.PanelInfo li.Parent { - text-align: left; - font-weight: bold; - background: none; - color: #333; - padding: 2px 0; -} -ul.PanelInfo li.Active { - background: #fff; - border-bottom: 1px solid #a3e6ff; -} -ul.PanelInfo li.Active a { - color: #1e79a7; -} -ul.PanelActivity li.ShowAll, -ul.PanelInfo li.ShowAll { - font-weight: bold; - border: 0; - text-align: right; - background: none; -} -#UserOptions { - margin-bottom: 10px; -} -body.Profile ul.PanelInfo { - border-bottom: 1px solid #abdafb; -} -body.Profile ul.PanelInfo li { - border-bottom: 0; - text-align: left; -} -body.Profile ul.PanelInfo li a { - float: none; -} -a.BigButton { - text-align: center; - display: block; - cursor: pointer; - margin: 0 0 10px; - font-size: 15px; - font-weight: bold; - padding: 8px 0; - background: url('images/buttonbg.png') repeat-x center left #f8f8f8; - color: #02475A; - text-shadow: 0 1px 0 #fff; - border: 1px solid #999; - border-radius: 3px; - -moz-border-radius: 3px; - -webkit-border-radius: 3px; - box-shadow: 0px 0px 2px #999; - -moz-box-shadow: 0px 0px 2px #999; - -webkit-box-shadow: 0px 0px 2px #999; - } -a.BigButton:hover { - color: #111; - border: 1px solid #666; - box-shadow: 0px 0px 5px #aaa; - -moz-box-shadow: 0px 0px 5px #aaa; - -webkit-box-shadow: 0px 0px 5px #aaa; -} -a.BigButton:focus { - background: #eee; - box-shadow: 0px 0px 2px #999; - -moz-box-shadow: 0px 0px 2px #999; - -webkit-box-shadow: 0px 0px 2px #999; -} -/* Category Depths */ -ul.PanelCategories li.Depth2 { padding-left: 8px; } -ul.PanelCategories li.Depth3 { padding-left: 12px; } -ul.PanelCategories li.Depth4 { padding-left: 16px; } -ul.PanelCategories li.Depth5 { padding-left: 20px; } -ul.PanelCategories li.Depth6 { padding-left: 24px; } -ul.PanelCategories li.Depth7 { padding-left: 28px; } -ul.PanelCategories li.Depth8 { padding-left: 32px; } -ul.PanelCategories li.Depth9 { padding-left: 36px; } -ul.PanelCategories li.Depth10 { padding-left: 40px; } -ul.PanelCategories li.Depth11 { padding-left: 44px; } -ul.PanelCategories li.Depth12 { padding-left: 48px; } -ul.CategoryList li.Depth2 { padding-left: 25px !important; } -ul.CategoryList li.Depth3 { padding-left: 50px !important; } -ul.CategoryList li.Depth4 { padding-left: 75px !important; } -ul.CategoryList li.Depth5 { padding-left: 100px !important; } -ul.CategoryList li.Depth6 { padding-left: 125px !important; } -ul.CategoryList li.Depth7 { padding-left: 150px !important; } -ul.CategoryList li.Depth8 { padding-left: 175px !important; } -ul.CategoryList li.Depth9 { padding-left: 200px !important; } -ul.CategoryList li.Depth10 { padding-left: 225px !important; } -ul.CategoryList li.Depth11 { padding-left: 250px !important; } -ul.CategoryList li.Depth12 { padding-left: 275px !important; } -ul.CategoryListWithHeadings li.Depth2 { padding-left: 0 !important; } -ul.CategoryListWithHeadings li.Depth3 { padding-left: 25px !important; } -ul.CategoryListWithHeadings li.Depth4 { padding-left: 50px !important; } -ul.CategoryListWithHeadings li.Depth5 { padding-left: 75px !important; } -ul.CategoryListWithHeadings li.Depth6 { padding-left: 100px !important; } -ul.CategoryListWithHeadings li.Depth7 { padding-left: 125px !important; } -ul.CategoryListWithHeadings li.Depth8 { padding-left: 150px !important; } -ul.CategoryListWithHeadings li.Depth9 { padding-left: 175px !important; } -ul.CategoryListWithHeadings li.Depth10 { padding-left: 200px !important; } -ul.CategoryListWithHeadings li.Depth11 { padding-left: 225px !important; } -ul.CategoryListWithHeadings li.Depth12 { padding-left: 250px !important; } - -div.Box.RecentUsers { - float: left; -} -div.Icons a { - display: block; - margin: 0 2px 2px 0; - float: left; -} -div.Icons img { - display: block; - height: 44px; - width: 44px; - overflow: hidden; - background: #c4cde0; - color: #c4cde0; - text-indent: 50px; -} - -/* ================================================ DataList (Search Results) */ -/* Note: DataList is used in search results, vanilla discussions & drafts */ -div.Empty { - margin: 10px 0; -} -ul.DataList li.Item { - margin: 0; - padding: 4px 0; - border-bottom: 1px solid #bec8cc; -} -ul.DataList li.Item li.Item { - border-bottom: none; -} -ul.DataList li { - border: 0; - padding: 0; - position: relative; -} -ul.DataList div.Options { - position: absolute; - right: 0; - width:100px; -} -ul.DataList div.OptionButton { - position: absolute; - top: 0; - right: 0; -} -ul.DataList a.Title { - display: block; - margin: 0; - font-size: 14px; - font-weight: bold; -} -ul.DataList div.Title { - display: block; - margin: 0; -} -ul.DataList div.Title a { - font-size: 120%; - font-weight: bold; -} -ul.DataList div.Meta { - font-size: 11px; - color: #70727c; -} -ul.DataList div.Excerpt { - font-size: 12px; - line-height: 1.4; -} -ul.DataList div.Excerpt a { - color: #333; - display: block; -} -ul.DataList div.Excerpt p { - display: inline; - padding: 0; -} -/* ul.DataList div.Meta span a, */ -ul.DataList div.Meta span, -ul.DataList div.Meta strong { - margin-right: 12px; -} -ul.DataList div.Meta strong { - border-radius: 2px; - -moz-border-radius: 2px; - -webkit-border-radius: 2px; - /* - box-shadow: 0px 0px 2px #777; - -moz-box-shadow: 0px 0px 2px #777; - -webkit-box-shadow: 0px 0px 2px #777; - */ - background: #FF0; - color:#000; - font-size:9px; - font-weight:bold; - padding: 3px; - line-height: 1; -} -ul.DataList div.Meta a { - color: #2b2d33; -} -ul.DataList a.Delete { - width: auto; - padding: 0 5px; - margin: 0 1px 0 0; - font-size: 11px; - font-weight: normal; - border-radius: 2px; - -moz-border-radius: 2px; - -webkit-border-radius: 2px; - color: #555; - cursor: pointer; - line-height: 1; -} -ul.DataList a.Delete:hover { - padding: 4px; - color: #333; - border: 1px solid #888; - background: url('images/buttonbg.png') repeat-x center left #f8f8f8; -} -ul.DataList a.Delete:focus { - background: #f8f8f8; -} -/* Condensed datalists make the main link & excerpt inline. */ -ul.DataList div.Photo { - float: left; - padding: 0 10px 0 0; - font-size: 11px; -} -ul.DataList div.Photo img { - display: block; - height: 43px; - width: 43px; - overflow: hidden; - background: #eee; -} -ul.Condensed li, -li.Condensed { - clear: left; -} -ul.Condensed a.Title, -li.Condensed a.Title, -ul.Condensed div.Title, -li.Condensed div.Title { - display: inline; - padding: 0; -} -ul.Condensed div.Excerpt, -li.Condensed div.Excerpt { - display: inline; -} -ul.Condensed div.Excerpt a, -li.Condensed div.Excerpt a { - display: block; - padding: 3px 0; -} - -/* =============================================================== Activities */ - -body.Activity h1 { - margin: 0; -} -body.Profile ul.Activities { - margin-top: 10px; - border-top: 1px solid #ddd; -} -ul.Activities li.HasPhoto div.Title { - padding: 0; -} -ul.Activities a.Title, -ul.Activities div.Title, -ul.Activities div.Title a { - font-size: 14px; -} -ul.Activities div.Excerpt { - color: #80828C; -} -ul.Activities li.Condensed div.Excerpt { - color: #000; - font-size: 13px; - padding: 0 0 0 4px; -} -ul.Activities div.Excerpt a, -ul.Activities div.Meta a { - color: #1e79a7; -} -ul.Activities div.Excerpt a:hover, -ul.Activities div.Meta a:hover { - color: #ff0084; -} -ul.Activities div.Excerpt img { - padding: 2px; - border: 1px solid #999; -} -ul.Activities ul.DataList { - margin-left: 50px; - width: 400px; -} -ul.Activities div.ItemContent { - width: 631px; -} -ul.Activities li.HasPhoto div.ItemContent { - margin-left: 53px; - width: 578px; -} -ul.Activities li.Item li.HasPhoto div.ItemContent { - width: auto; - margin-left: 42px; -} -ul.Activities ul.DataList li { - background: #D7E7FF; - margin-bottom: 2px; - padding: 6px; -} -ul.Activities ul.DataList a.Title, -ul.Activities ul.DataList div.Title, -ul.Activities ul.DataList div.Title a, -ul.Activities ul.DataList div.Excerpt p { - font-size: 13px; - line-height: 1; -} -ul.HasPhoto div.Excerpt, -ul.HasPhoto div.Meta { - padding-left: 49px !important; - display: block; -} -ul.Activities ul.DataList .HasPhoto div.Meta { - padding: 2px 0 0; - line-height: 1; -} -ul.Activities ul.DataList div.Photo img { - height: 32px; - width: 32px; -} -ul.Activities a.CommentLink, -ul.Activities a.CommentLink:hover { - font-size: 12px; - cursor: text; - background: #fff; - color: #bbb !important; - padding: 5px; - text-decoration: none; - border: 1px solid #aaa; - display: block; - line-height: 100%; - font-weight: normal; -} -ul.Activities li.CommentForm form div { - text-align: right; -} -ul.Activities li.CommentForm textarea.TextBox { - width: 380px; - min-height: 40px; - height: 40px; - margin-bottom: 2px; - font-size: 12px; -} -ul.Activities li.CommentForm input.Button { - font-size: 12px; - box-shadow: 0 0 1px #999; - -moz-box-shadow: 0 0 1px #999; - -webkit-box-shadow: 0 0 1px #999; -} - - -/* ============================================================== MessageList */ -/* used for lists of message-based content (discussion comments, private -conversation messages, etc). */ - -ul.MessageList, -ul.MessageList li { - list-style: none; - margin: 0; - padding: 0; -} -ul.MessageList li.Item { - border-bottom: 1px solid #ddd; - padding: 10px 4px 4px 10px; -} -ul.MessageList div.Meta { - font-size: 11px; - color: #777; - min-height: 40px; -} -ul.MessageList div.Meta span.Author img { - height: 40px; - width: 40px; - border: 0; - margin: 0 10px 0 0; - float: left; - overflow: hidden; - background: #eee; -} -ul.MessageList div.Meta span { - line-height: 2.5; - padding-left: 10px; -} -ul.MessageList div.Meta span.Author { - padding: 0; -} -ul.MessageList div.Meta span.Author a { - font-size: 15px; - font-weight: bold; -} - -ul.MessageList div.Comment div.Meta span { - line-height: inherit; -} - -ul.MessageList div.Comment div.Meta div.CommentInfo { - line-height: normal; -} - -ul.MessageList div.Comment div.Meta div.CommentInfo span { - padding-left: 0px; - padding-right: 10px; -} - -div.Preview { - text-align: left; - background: #E3F4FF; - padding: 1px 8px; - margin: 4px 0 8px; -} -div.Popup div.Preview { - padding: 8px; - margin: 0; -} -body.Post div.Popup a.Close { - color: #1e79a7; -} -div.Preview div.Message, -ul.MessageList div.Message { - clear: both; - line-height: 140%; - font-size: 100%; - word-wrap: break-word; -} -div.Preview div.Message, -div.Preview div.Message p, -ul.MessageList div.Message, -ul.MessageList div.Message p { - margin: 8px 0; -} -div.Preview div.Message blockquote, -ul.MessageList div.Message blockquote { - padding: 4px 16px; - margin: 4px 0; -} - -code, pre { - border-radius: 2px; - -moz-border-radius: 2px; - -webkit-border-radius: 2px; - background: #ff9; - padding: 4px 8px; - white-space: pre; - font-family: monospace; - overflow: auto; - border: 1px solid #eec; -} -pre { - display: block; -} -div.Preview div.Message strong, -ul.MessageList div.Message strong { - font-weight: bold; -} -div.Preview div.Message em, -ul.MessageList div.Message em { - font-style: oblique; -} -div.Preview div.Message ul, -div.Preview div.Message ol, -ul.MessageList div.Message ul, -ul.MessageList div.Message ol { - margin-left: 3em ! important; -} -div.Preview div.Message ol li, -ul.MessageList div.Message ol li { - list-style: decimal ! important; -} -div.Preview div.Message ul li, -ul.MessageList div.Message ul li { - list-style: disc ! important; -} -div.Message h1, -div.Message h2, -div.Message h3, -div.Message h4, -div.Message h5 { - font-family: 'lucida grande','Lucida Sans Unicode', tahoma, sans-serif; - font-weight: bold; - border: none; - color: #000; -} -div.Message h1 { font-size: 22px; } -div.Message h2 { font-size: 20px; } -div.Message h3 { font-size: 18px; } -div.Message h4 { font-size: 16px; } -div.Message h5 { font-size: 14px; } -div.Message div.ImageResized { - font-size: 11px; - font-weight: normal; - cursor: pointer; - margin-bottom: 10px; -} -/* The "Foot" is at the bottom of the #Content section. Used for more results -links, sign in buttons, etc */ -.Foot { - border-bottom: 1px solid #abdafb; - padding: 6px; - background: #cfecff; - text-align: right; - border-bottom-right-radius: 2px; - border-bottom-left-radius: 2px; - -moz-border-radius-bottomright: 2px; - -moz-border-radius-bottomleft: 2px; - -webkit-border-bottom-right-radius: 2px; - -webkit-border-bottom-left-radius: 2px; - } -.Foot a.TabLink { - margin-left: 10px; -} -.Foot .Note { - line-height: 2.6; - float: left; - padding: 0 0 0 8px; - font-weight: bold; -} - -/* =============================================================== Categories */ -ul.CategoryList li.Item { - margin: 0; - padding: 0; - border: 0 !important; -} -ul.CategoryList .ItemContent { - position: relative; - margin-top: -1px; - border: 1px solid #BEC8CC; - border-width: 1px 0; - padding: 4px 9px; -} -div.Meta span.ChildCategories { - border-top: 1px dotted #ddd; - display: block; -} -ul.DataList div.Meta span.RSS { - margin-right: 6px; -} -div.Meta span.RSS img { - vertical-align: text-bottom; -} -ul.CategoryList li.CategoryHeading { - font-weight: bold; - font-size: 14px; -} - -/* ============================================================= Profile Page */ -body.Profile #Content { - width: auto; - margin: 0 0 40px 20px; - width: 690px; - float: right; -} -body.Profile #Panel { - float: left; - width: 250px; -} -ul.SideMenu { - border-radius: 0; - -moz-border-radius: 0; - -webkit-border-radius: 0; - background: none; - padding: 0; - margin: 0 0 10px; -} -ul.SideMenu li ul { - margin: 0; - padding: 0; - border: 0; - background: none; -} -ul.SideMenu li ul li { - border-bottom: 1px solid #bec8cc; -} -ul.SideMenu li ul li a { - padding: 0 8px; - display: block; -} -ul.SideMenu li ul li a:hover { - text-decoration: none; - background: #cfecff; -} -div.User { - line-height: 150%; -} -div.User, -div.User a { - text-decoration: none; -} -div.User h1 { - padding: 0 0 8px; - margin: 0; - line-height: 100%; - border: 0; -} -#Status { - border-top-left-radius: 2px; - border-top-right-radius: 2px; - -moz-border-radius-topleft: 2px; - -moz-border-radius-topright: 2px; - -webkit-border-top-left-radius: 2px; - -webkit-border-top-right-radius: 2px; - background: #cfecff; - margin: 0; - padding: 8px 8px 0; - color: #999; - font-weight: normal; - line-height: 1.5; -} -#Status p { - font-size: 120%; - color: #6c6c6c; - display: inline; - margin: 0; - padding: 0; - line-height: 1; -} -#Status a.Change { - text-transform: lowercase; - font-size: 11px; - text-decoration: none; -} -#Status a:hover { - text-decoration: underline; -} -div.User form { - border-top-left-radius: 2px; - border-top-right-radius: 2px; - -moz-border-radius-topleft: 2px; - -moz-border-radius-topright: 2px; - -webkit-border-top-left-radius: 2px; - -webkit-border-top-right-radius: 2px; - background: #cfecff; - padding: 8px 8px 0; -} -div.User form input.InputBox { - width: 618px; - margin-right: 2px; -} -form.Activity { - display: block; - padding: 10px 10px 0 10px; - text-align: right; -} -form.Activity textarea { - width: 99%; - margin-bottom: 2px; - height: 60px; - min-height: 60px; -} - -/* Invitations Form */ -#Form_Invitation table { - width: 100%; - border-collapse: collapse; - margin: 10px 0; - background: #F2FBFF; - border: 1px solid #C0E7F5; -} -#Form_Invitation table label { - font-size: 12px; - padding: 0px; -} -#Form_Invitation table tr.Last td, -#Form_Invitation table tr.Last th { - border-bottom: 0px; -} -#Form_Invitation table th, -#Form_Invitation table td { - font-weight: normal; - color: #555; - padding: 6px; -} -#Form_Invitation table thead th, -#Form_Invitation table thead td { - border-bottom: 1px solid #C0E7F5; -} -#Form_Invitation table tbody th { - font-weight: bold; - color: #000; -} -#Form_Invitation table tbody th, -#Form_Invitation table tbody td { - border-bottom: 1px solid #C0E7F5; - line-height: 150%; -} -#Form_Invitation table thead th { - font-weight: bold; - font-size: 13px; - color: #000; -} -#Form_Invitation table.AltRows tr.Alt th, -#Form_Invitation table.AltRows tr.Alt td, -#Form_Invitation table.AltColumns th.Alt, -#Form_Invitation table.AltColumns td.Alt { - background: #cfecff; -} -#Form_Invitation table.AltColumns tr.Alt { - background: none; -} -body.Profile ul.Notifications { - border-top: 0; - margin-top: 0; -} - - -/* ================================================= Tabs, Headings & Footers */ -div.MessageForm { - text-align: right; -} -div.MessageForm, -div.Tabs, -div.Headings { - display: block; - border-bottom: 1px solid #abdafb; - padding: 5px 8px; - margin: 0; - background: #cfecff; -} -div.MessageForm div.Tabs { - padding: 0; - border: 0; - background: none; - text-align: left; -} -div.MessageForm div.Tabs ul { - display: inline; -} -div.Tabs li { - display: inline; - margin: 0; -} -div.MorePager a, -div.MorePager a:link, -div.MorePager a:hover, -div.MorePager a:active, -div.MorePager a:visited, -a.TabLink, -a.TabLink:link, -a.TabLink:hover, -a.TabLink:active, -a.TabLink:visited, -div.Tabs li a, -div.Tabs li a:link, -div.Tabs li a:hover, -div.Tabs li a:active, -div.Tabs li a:visited { - margin: 0; - border: 1px solid #abdafb; - border-radius: 3px; - -moz-border-radius: 3px; - -webkit-border-radius: 3px; - background: #bbe2f7; - display: inline; - font-weight: bold; - color: #1e79a7; - text-decoration: none; - padding: 5px 10px; - line-height: 2.6; -} -div.MorePager li a:hover, -a.TabLink:hover, -div.Tabs li a:hover { - background: #f3fcff; -} -a.Active, -div.Tabs li.Active a { - background: #fff; - color: #474747; -} -div.Tabs li a span { - line-height: 1; - font-size: 80%; - padding: 0 3px; - border-radius: 3px; - -webkit-border-radius: 3px; - -moz-border-radius: 3px; - font-weight: normal; - background: #1e79a7; - color: #eaf4fd; - margin: 0 0 0 4px; -} -div.Tabs div.SubTab { - margin: 10px 0 0; - padding: 4px 8px; - background: #f3fcff; - border-radius: 2px; - -webkit-border-radius: 2px; - -moz-border-radius: 2px; -} -div.HeadingTabs { - padding: 8px 8px 8px 12px; -} -div.HeadingTabs ul { - display: inline; - float: right; -} -div.HeadingTabs div.SubTab { - font-size: 14px; - display: inline; - font-weight: bold; - background: none; - padding: 0; - line-height: 2.4; -} -div.SearchTabs input.InputBox { - width: 560px; - margin-right: 10px; -} -div.Headings { - position: relative; - text-align: left; -} -div.Headings div { - display: inline-block; - padding-right: 10px; -} -div.Headings div.ItemHeading { - font-size: 14px; - font-weight: bold; - line-height: 2; -} -div.Headings div.MetaHeading { - font-size: 11px; -} - -/* ======================================================== Thumbnail Cropper */ -form.Thumbnail table { - width: 100%; -} -form.Thumbnail table td { - width: 50%; -} -form.Thumbnail table tr td { - vertical-align: top; -} -form.Thumbnail table tr th { - padding-right: 10px; -} -.jcropper-holder { - border: 1px black solid; -} -.jcrop-holder { - text-align: left; -} -.jcrop-vline, .jcrop-hline { - font-size: 0; - position: absolute; - background: white url('images/jcrop.gif') top left repeat; -} -.jcrop-vline { height: 100%; width: 1px !important; } -.jcrop-hline { width: 100%; height: 1px !important; } -.jcrop-handle { - font-size: 1px; - width: 7px !important; - height: 7px !important; - border: 1px #eee solid; - background-color: #333; - *width: 9px; - *height: 9px; -} -.jcrop-tracker { - *background-color: gray; - width: 100%; height: 100%; -} -.custom .jcrop-vline, -.custom .jcrop-hline { - background: yellow; -} -.custom .jcrop-handle { - border-color: black; - background-color: #C7BB00; - border-radius: 3px; - -moz-border-radius: 3px; - -webkit-border-radius: 3px; -} -form.Thumbnail table { - width: 100%; -} -form.Thumbnail table td { - font-weight: normal; -} - - -/* =================================================================== Popups */ -div.Popup div.Errors ul { - border: 1px solid #a00 !important; -} -div.Popup div.Messages { - text-align: left; - position: inherit; - top: auto; - left: auto; - z-index: auto; - margin: 10px 0 !important; -} -div.Popup div.Messages ul { - display: block; - border-radius: 2px; - -moz-border-radius: 2px; - -webkit-border-radius: 2px; - box-shadow: none; - -moz-box-shadow: none; - -webkit-box-shadow: none; -} -* html div.Popup div.Messages { - position: inherit; - width: auto; - top: auto; - left: auto; - overflow: auto; -} -div.Popup .Info { - margin-top: 10px; -} -div.Popup .Loading { - display: block; - width: 200px; -} -div.Overlay { - position: absolute; - top: 0; - left: 0; - width: 100%; - height: 100%; -} -div.Popup { - position: absolute; - width: 100%; - top: 0; - left: 0; - z-index: 5000; - text-align: center; -} -div.Popup div.Border { - margin: 0px auto; - text-align: left; - position: relative; - max-width: 500px; - display: inline-block; -} -div.Popup div.Body { - background: #fff; -} -div.Popup div.Legal, -div.Popup .Content form { - max-height: 440px; - overflow: auto; - padding: 0 10px 10px; -} -div.Popup .Loading { - text-align: center; -} -div.Popup h1, -div.Popup h2, -div.Connect h1, -div.Connect h2 { - font-size:120%; - font-weight:bold; - margin-bottom: 0; - color: #fff; - background: #38abe3; - border-bottom: 1px solid #3DB9E5; - padding: 6px 9px 4px; -} -a.Close { - position: absolute; - top: 16px; - right: 20px; - line-height: 1; - color: #E4F7FE; - cursor: pointer; - font-family: arial; - font-size: 22px; - font-weight: bold; - padding: 0; -} -a.Close:hover { - color: #fff; -} -div.Popup .Footer { - border: none; - background: none; - padding: 0; - margin: 0; - text-align: right; -} -div.Popup .Footer input.Button { - font-size: 11px; - margin-right: 2px; -} -div.Popup h3 { - font-size: 120%; - font-weight: bold; - padding: 20px 0 10px; -} -div.Popup p { - padding: 6px 10px 10px; -} -div.Popup div.Legal p { - padding: 6px 0 10px; -} -div.Popup small { - font-size: 11px; -} -div.Popup form p { - padding: 0; -} -body.Profile #Form_Invitation ul li label, -body.Profile #Form_User ul li label, -div.Popup form ul li label { - color:#000; - display:block; - font-size:14px; - font-weight:bold; - margin: 10px 0 0; -} -body.Entry form ul li.Gender label.RadioLabel, -body.Profile #Form_User ul li.Gender label.RadioLabel, -div.Popup form ul li.Gender label.RadioLabel { - display: inline; - padding-right: 20px; -} -li.Gender { - margin-bottom: 10px; -} -body.Profile #Form_User ul li label.RadioLabel, -body.Profile #Form_User ul li label.CheckBoxLabel, -div.Popup form ul li label.RadioLabel, -div.Popup form ul li label.CheckBoxLabel { - font-weight: normal; -} -div.Profile #Form_User input.Button, -div.Popup input.Button { - margin: 4px 0 2px; -} -div.Popup #Form_User div.Warning, -#dashboard_profile_picture #Form_User div.Warning { - margin: 6px 0; -} - -/* Serious Ajax Error Styles */ -div.AjaxError { - white-space: pre; - overflow: auto; - padding: 10px; -} - -/* ==================================================================== Legal */ -div.Legal h3 { - padding: 0; - margin: 20px 0 0; - font-size: 120%; - font-weight: bold; -} -div.Legal ol { - list-style-position:outside; - list-style-type:decimal; - margin:0 30px 10px; -} -div.Legal ul { - list-style-position:outside; - list-style-type:disc; - margin:0 30px 10px; -} -div.Legal li { - padding: 5px 0; -} -div.Legal strong { - font-weight: bold; -} - - -/* =================================================================== Footer */ -#Foot { - clear: both; - text-align: center; - margin: 2px 0; - padding: 4px 9px; - font-size: 13px; - color: #ddd; - line-height: 1; -} -#Foot a { - color: #ccc; -} -#Foot a:hover { - color: #aaa; -} -#Foot div { - width: 960px; - padding: 6px 0; - margin: 20px auto 0; - text-align: left; -} - - - -/* ================================ Vanilla ================================= */ - -#Panel ul.Discussions { - border: 0; -} -ul.PanelDiscussions li { - text-align: left; -} -ul.PanelDiscussions li a { - float: none; -} -ul.PanelDiscussions li strong { - display: block; - line-height: 1.5; -} - -/* ============================================================== Discussions */ - -/* Note: The Vanilla Discussion List has the following classes applied to - individual list elements and can be styled: - + Bookmarked: the user has bookmarked that topic - + Announcement: the discussion has been announced - + Mine: the user created the discussion - + New: there are new comments since the last viewed the discussion -*/ -.Mine { background: #e3f4ff; } - -ul.DataList div.Meta a.Category { - background: #fafafa; - padding: 2px 4px; - border-radius: 2px; - -moz-border-radius: 2px; - -webkit-border-radius: 2px; -} -ul.DataList li.Mine div.Meta a.Category { - background: #eff7ff; -} - -ul.DataList div.Meta span.Announcement { - background: #777777; - color: #ffffff; - padding: 1px 4px; - border-radius: 2px; - -moz-border-radius: 2px; - -webkit-border-radius: 2px; - border-radius: 2px; - font-weight: bold; -} -ul.DataList div.Meta span.Closed { - background: #555555; - color: #ffffff; - font-weight: bold; - padding: 1px 4px; - border-radius: 2px; - -moz-border-radius: 2px; - -webkit-border-radius: 2px; - border-radius: 2px; -} - - -/* ================================================================= Comments */ -body.Discussion #Content { - margin-bottom: 20px; -} -ul.Discussion { - margin-bottom: 1px; -} -/* - Note: Discussion & Comment Option (dropdown) Menu customizations. The layout - css for these is in /applications/garden/design/menu.css. Override them here. -*/ -a.Bookmark, -a.Bookmarking { - float: right; - display: block; - background: url('images/star_sprite.png') top center no-repeat; - height: 22px; - width: 22px; - margin: 2px 4px 0 4px; -} -a.Bookmark span, -a.Bookmarking span { - display: none; -} -a.Bookmarked { - background: url('images/star_sprite.png') center center no-repeat; -} -a.Bookmarking { - background: url('images/star_sprite.png') bottom center no-repeat; -} -body.Discussion a.Bookmark { - margin: 13px 8px; -} - -body.Discussion .Back { - padding: 3px 6px; - text-align: left; -} - - -/* =================================================================== Drafts */ -ul.Discussions div.ItemContent, -ul.Drafts div.ItemContent { - margin: 0 0 0 9px; -} -ul.Drafts div.ItemContent a.Title, -ul.Discussions div.ItemContent a.Title { - max-width: 580px; -} - -/* =============================================== Discussion & Comment Forms */ -li.Editing { - background: #E3F4FF; -} -div.CommentForm textarea { - width: 99%; - height: 100px; - min-height: 100px; - margin: 0 0 6px; -} -div.Comment div.CommentForm { - width: 98%; - background: none; - padding: 6px 4px; - border: 0; -} -div.Comment div.CommentForm textarea { - width: 99%; -} -#DiscussionForm label { - font-size: 14px; - font-weight: bold; - color: #666; -} -body.Post #Panel { - display: none; -} -body.Post #Content { - width: 100%; -} -#DiscussionForm h2 { - border: none; - color: #02475A; - font-size: 140%; - font-weight: bold; - margin: 0; - padding: 6px; -} -#DiscussionForm form { - border-radius: 2px; - -moz-border-radius: 2px; - -webkit-border-radius: 2px; - background: #c4e1ff none repeat scroll 0 0; - border: 1px solid #7caccb; - margin: 0; - padding: 20px; -} -#DiscussionForm textarea { - width: 99%; - height: 100px; - min-height: 100px; - margin: 0 0 6px; -} -#DiscussionForm input.InputBox { - width: 99%; - margin-bottom: 10px; -} -#DiscussionForm div.Category { - padding: 0 0 10px; -} -#DiscussionForm div.Category label { - padding: 0 8px 0 0; -} -div.CommentForm a.Back, -div.CommentForm a.Cancel { - float: left; -} -#DiscussionForm a.Cancel { - margin-left: 18px; -} -#DiscussionForm ul { - margin: 0 0 20px; -} -#DiscussionForm ul.PostOptions li { - display: inline; - padding: 0 8px 0 0; -} -#DiscussionForm ul.PostOptions label { - display: inline; - font-weight: normal; - font-size: 95%; - color: #555; -} - -/* ============================== Conversations ============================= */ -textarea.MultiComplete { - height: 20px; - padding: 3px 0; - text-align: left; -} -.ac_results { - padding: 0; - border: 1px solid #bbb; - border-top: 0; - background-color: white; - overflow: hidden; - z-index: 99999; -} -.ac_results ul { - width: 100%; - list-style-position: outside; - list-style: none; - padding: 0; - margin: 0; -} -.ac_results li { - margin: 0; - padding: 5px; - cursor: default; - display: block; - /* - if width will be 100% horizontal scrollbar will apear - when scroll mode will be used - */ - /*width: 100%;*/ - font-size: 12px; - /* - it is very important, if line-height not setted or setted - in relative units scroll will be broken in firefox - */ - line-height: 16px; - overflow: hidden; - border-bottom: 1px solid #bbb; - text-align: left; -} -.ac_lastitem { - border-bottom: 0 !important; -} -.ac_results strong { - font-weight: bold; - background: #daf4fd; -} -.ac_over strong { - font-weight: bold; - background: #2ab0de; -} -.ac_over { - background: #44c7f4; - color: #fff; -} -div.AddPeople h4 { - border-bottom: 0px; -} -#Panel input.InputBox, -div.AddPeople textarea.MultiComplete { - width: 228px; - margin-bottom: 2px; -} -div.AddPeople form div { - text-align: right; -} - - -/* ============================================================ Conversations */ -fieldset { - padding: 0px !important; -} -h2.NewConversation { - float: right; -} -h2.NewConversation a { - font-weight: bold; -} -body.Conversations h2 { - margin: 0; -} -ul.Conversations li.Active { - cursor: pointer; - background: #ffe; -} -ul.Conversations li.Item { - padding: 4px 5px; -} -ul.Conversations div.ItemContent { - margin:0 0 0 5px; -} -ul.Conversations div.Meta a.Name { - color: #1E79A7; - font-weight: bold; -} - - -/* ========================================================= Add Message Form */ -#MessageForm { - background: #E9F9FF; - padding: 4px 8px 8px; - margin: 1px 0 0; - border-bottom-left-radius: 2px; - border-bottom-right-radius: 2px; - -moz-border-radius-bottomleft: 2px; - -moz-border-radius-bottomright: 2px; - -webkit-border-bottom-left-radius: 2px; - -webkit-border-bottom-right-radius: 2px; -} -#MessageForm h2 { - font-size: 115%; - color: #2786C2; - font-weight: bold; - border: 0; -} -#MessageForm form div { - text-align: right; -} -#MessageForm textarea { - width: 99%; - height: 100px; - min-height: 100px; - margin-bottom: 2px; -} - - -/* ==================================================== New Conversation Form */ -body.add #Panel { - display: none; -} -body.add #Content { - width: auto; -} -#ConversationForm form { - border-radius: 2px; - -moz-border-radius: 2px; - -webkit-border-radius: 2px; - border-radius: 2px; - background:none repeat scroll 0 0 #c4e1ff; - margin:0; - padding:20px; - text-align: right; -} -#ConversationForm h2 { - color:#02475A; - font-size:140%; - font-weight:bold; - margin:0; - padding:6px; - text-align: left; - border: 0; -} -#ConversationForm label { - display: block; - text-align: left; - color:#666666; - font-size:14px; - font-weight:bold; -} -#ConversationForm .TextBox { - height: 100px; - min-height: 100px; - margin: 8px 0 6px; - padding: 0; -} -body.Conversations a.Cancel { - margin-left: 20px; -} -div.Popup #ConversationForm form { - background: none; - -border-radius: 0; - -moz-border-radius: 0; - -webkit-border-radius: 0; - border-radius: 0; - padding: 10px; -} -div.Popup #ConversationForm h2 { - color: #fff; - font-size: 120%; - font-weight: bold; - padding: 6px 9px 4px; -} -div.Popup #ConversationForm textarea.MultiComplete, -div.Popup #ConversationForm .TextBox { - width: 100%; -} - -/* Upload Progress Bar */ -div.UploadProgress { - margin: 10px 0; - background: url('images/upload-progress-back.gif') repeat; - width: 200px; - z-index: 0; - color: #fff; - text-shadow: 0 1px 1px #333; - border: 1px solid #0c3c7e; - border-radius: 2px; - -moz-border-radius: 2px; - -webkit-border-radius: 2px; - border-radius: 2px; -} -div.UploadProgress div { - padding: 2px 0; -} -div.UploadProgress div strong { - font-weight: bold; -} -div.UploadProgress div.Foreground, -div.UploadProgress div.Background { - position: absolute; -} -div.UploadProgress div.Background { - width: 0; - background: url('images/upload-bg.gif') repeat; - z-index: 1; -} -div.UploadProgress div.Foreground { - text-indent: 6px; - overflow: visible; - white-space: nowrap; - z-index: 2; -} - - -/* Adding CSS for multiple sign-in methods */ - -/* Container */ -div.Border { - border-radius: 8px; - -moz-border-radius: 8px; - -webkit-border-radius: 8px; - background: none repeat scroll 0 0 rgba(82, 82, 82, 0.7); - padding: 10px; -} - -/* Tabs */ -ul.Tabs { - border-bottom: 1px solid #aaa; - text-align: left; - padding-left: 4px; -} -ul.Tabs li { - display: inline-block; -} -ul.Tabs li a, -ul.Tabs li a:link, -ul.Tabs li a:active, -ul.Tabs li a:visited, -ul.Tabs li a:hover { - display: inline-block; - margin-left: 4px; - border: 1px solid #aaa; - border-width: 1px 1px 0 1px; - border-radius: 3px 3px 0 0; - -moz-border-radius: 3px 3px 0 0; - -webkit-border-radius: 3px 3px 0 0; - background: #eee; - color: #888; - position: relative; - top: 1px; - padding: 2px 8px 1px; -} -ul.Tabs li a:hover { - background: #f5f5f5; - color: #444; -} -ul.Tabs li a.Active { - padding: 2px 8px; - background: #fff; - color: #000; -} - -/* Icons */ -ul.Tabs li a.EntryTabFor_password { - padding-left: 22px; - background-image: url('../../../themes/default/design/favicon.png'); - background-position: 3px 4px; - background-repeat: no-repeat; -} - - -/* ============================================================ Entry Screens */ -body.Entry { - text-align: center; -} -body.Entry #Panel { - display: none; -} -body.Entry #Content { - float: none; - margin: 0 auto; - width: 360px; - text-align: center; -} -body.Entry #Content h1 { - border: none; - color: #02475A; - font-size:140%; - font-weight:bold; - padding: 6px; - margin: 0; - text-align: left; -} -body.Entry #Content form { - text-align: left; - padding: 10px; -} -body.Entry form ul li label { - font-size: 14px; - color: #474747; - font-weight: bold; - padding: 6px 0 0; - display: block; -} -body.Entry form ul li label.CheckBoxLabel, -body.Entry form ul li label.RadioLabel { - font-size: 12px; - font-weight: normal; - width: auto; -} -body.Entry input.DateBox, -body.Entry input.InputBox, -body.Entry textarea { - width: 310px; -} -span.Incorrect { - display: block; - color: red; -} - -/* Sign In Page & Popup */ -div.SignInPopup div.Box { - margin: 0; - padding: 0; - background: none; - border: 0; - border-radius: 0; - -moz-border-radius: 0; - -webkit-border-radius: 0; - box-shadow: none; - -moz-box-shadow: none; - -webkit-box-shadow: none; -} -body#dashboard_entry_password #Content, -body#dashboard_entry_signin #Content, -body#dashboard_entry_index #Content { - width: auto; -} -div.SignInPopup .Content form { - padding: 0 10px 10px; -} -body#dashboard_entry_password #Content form, -body#dashboard_entry_index #Content form, -body#dashboard_entry_signin #Content form { - padding: 0; - text-align:left; -} -body#dashboard_entry_password #Content form, -body#dashboard_entry_signin #Content form, -body#dashboard_entry_index #Content form, -div.SignInPopup form { - width: 270px; -} -div.SingleEntryMethod { - width: 290px; - margin: 0 auto; -} -div.MultipleEntryMethods { - width: 500px; - margin: 0 auto; -} -body#dashboard_entry_handshake #Content input.InputBox, -body#dashboard_entry_signin #Content input.InputBox, -body#dashboard_entry_index #Content input.InputBox, -body#dashboard_entry_password #Content input.InputBox, -div.SignInPopup input.DateBox, -div.SignInPopup input.InputBox, -div.SignInPopup textarea { - width: 260px; - padding: 3px; -} -div.SignInPopup form ul li label, -body#dashboard_entry_signin form ul li label, -body#dashboard_entry_index form ul li label, -body#dashboard_entry_password form ul li label, -body#dashboard_entry_handshake form ul li label { - font-size: 13px; - line-height: 1.5; - padding: 0; -} -body#dashboard_entry_password #Content form ul li input#Form_Email, -body#dashboard_entry_signin #Content form ul li input#Form_Email, -body#dashboard_entry_index #Content form ul li input#Form_Email { - margin-bottom: 6px; -} -body#dashboard_entry_password #Content input.Password, -body#dashboard_entry_signin #Content input.Password, -body#dashboard_entry_index #Content input.Password, -div.SignInPopup input.Password { - width: 180px; -} -a.ForgotPassword { - margin-left: 10px; -} -li.Buttons div a.ForgotPassword { - margin: 0; -} -body#dashboard_entry_password ul li label.CheckBoxLabel, -body#dashboard_entry_signin ul li label.CheckBoxLabel, -body#dashboard_entry_index ul li label.CheckBoxLabel, -div.SignInPopup ul li label.CheckBoxLabel { - color: #777; - display: inline; - font-size: 12px; - font-weight: normal; - margin: 10px 0 0 10px; -} -body.Entry li.Buttons input.Button, -div.SignInPopup li.Buttons input.Button { - margin: 10px 0; -} -div.Entry { - position: relative; -} -div.Methods { - text-align: left; - font-size: 14px; - font-weight: bold; - position: absolute; - top: 33px; - bottom: 0; - right: 0; - padding: 12px 20px 6px; - line-height: 1; -} -body#dashboard_entry_password div.Methods, -body#dashboard_entry_signin div.Methods, -body#dashboard_entry_index div.Methods { - padding: 10px 6px 6px; - background: none; -} -div.Methods div.Method { - padding: 10px 0 0; - text-align: left; -} - -/* Handshake */ -body#dashboard_entry_handshake #Content { - width: 720px; -} -body#dashboard_entry_handshake #Content form { - padding: 20px 30px 26px; -} -body#dashboard_entry_handshake ul.NewAccount { - float: left; - width: 315px; - margin-right: 44px; - border-right: 1px solid #A5D0E7; -} -body#dashboard_entry_handshake ul.LinkAccount { - margin-left: 315px; -} -ul.NewAccount h2, -ul.LinkAccount h2 { - padding-left: 36px !important; - background: url('images/dashboard-sprites.png') 0 -542px no-repeat; -} -ul.LinkAccount h2 { - padding-left: 84px !important; - background-position: 45px -296px; -} -body#dashboard_entry_handshake div.Info { - border: 1px solid #A5D0E7; - background: #D3F0FF; - color: #02475A; -} -body#dashboard_entry_handshake #Content h2 { - border: none; - color: #02475A; - font-size:140%; - font-weight:bold; - padding: 6px 0; - margin: 0; - text-align: left; -} - - -/* Leaving Page */ -body#dashboard_entry_leave p { - margin: 0; - padding: 20px 10px; -} -body#dashboard_entry_leave p.Leaving { - background: url('images/progress.gif') left center no-repeat; - margin: 0 0 0 14px; - padding: 20px 0 20px 50px; -} - - - -/* External App Connect Designs */ -div.Connect h1, -div.Connect h2 { - text-align: left; -} -body.connect div.Box { - border-radius: none; - -moz-border-radius: none; - -webkit-border-radius: none; - box-shadow: none; - -moz-box-shadow: none; - -webkit-box-shadow: none; - width: 320px; - margin: 0 auto; - text-align: left; - background: none; -} -div.ConnectInfo { - margin: 10px 0 0; - position: relative; -} -div.ConnectInfo img { - position: absolute; - height: 36px; - width: 36px; - top: 0; - left: 0; -} -div.ConnectInfo span.Name { - padding-left: 46px; - font-weight: bold; - line-height: 1; - font-size: 13px; - color: #444; - display: block; -} -div.ConnectInfo h3 { - font-family: 'lucida grande','Lucida Sans Unicode', tahoma, sans-serif; - font-size: 15px; - font-weight: bold; - line-height: 1.6; - color: #333; - padding: 0 0 10px 46px; - border: none; -} -div.Connect form ul li label, -div.SignInPopup form ul li label, -body#dashboard_entry_password form ul li label, -body#dashboard_entry_signin form ul li label, -body#dashboard_entry_index form ul li label { - font-size: 13px; - line-height: 1.5; - padding: 0; -} -div.Connect form ul li#ConnectPassword label, -div.SignInPopup form ul li#ConnectPassword label { - padding: 10px 0 0; -} -div.Connect .FinePrint, -div.SignInPopup .FinePrint { - font-size: 11px; - color: #777; -} -body#dashboard_entry_password input.InputBox, -body#dashboard_entry_signin input.InputBox, -body#dashboard_entry_index input.InputBox, -div.Connect input.InputBox, -div.SignInPopup input.InputBox { - padding: 3px -} -div.Connect .ExistingUsername, -div.SignInPopup .ExistingUsername { - font-weight: bold; - line-height: 1; - font-size: 13px; - color: #000; - display: block; -} \ No newline at end of file diff -r f80f311578f7 -r 5c348f41a718 forum/vanilla/themes/slitaz/design/style.diff --- a/forum/vanilla/themes/slitaz/design/style.diff Sun Apr 03 04:11:27 2011 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,343 +0,0 @@ ---- style.css.org -+++ style.css -@@ -44,6 +44,7 @@ - line-height: 1; - color: black; - background: white; -+ border-top: 34px solid #f1f1f1; - } - ol, ul { - list-style: none; -@@ -131,11 +132,11 @@ - a:visited, - a:active { - text-decoration: none; -- color: #1e79a7; -+ color: #2571B1; - } - a:hover { - text-decoration: none; -- color: #ff0084; -+ color: blue; - } - input.DateBox, - input.InputBox, -@@ -321,11 +322,11 @@ - font-size: 13px; - background: #fafafa; - border: 1px solid #eee; -- color: #888; -+ color: #666666; - -moz-border-radius: 4px; - -webkit-border-radius: 4px; - border-radius: 4px; -- padding: 6px; -+ padding: 8px; - margin: 0 0 10px; - } - div.Info strong { -@@ -408,8 +409,10 @@ - - /* =================================================================== Header */ - #Head { -- background: #38abe3; -- padding: 0; -+ background: #351a0a url(header-img.png) no-repeat top right; -+ padding: 10px 0 0 0; -+ border-top: 1px solid black; -+ border-bottom: 1px solid #999; - } - div.Search:after, - div#Search:after { -@@ -423,16 +426,15 @@ - display: inline-block; - font-weight: bold; - margin: 0; -- padding: 21px 10px 4px 0; -+ padding: 0 10px 5px 0; - border: 0; - } - #Head h1 a span { -- font-size: 24px; -- color:#E4F7FE; -- text-shadow:0 1px 0 #2595ba; -+ font-size: 18px; -+ color: #f1f1f1; - } - #Head h1 a:hover span { -- color:#f3fcff; -+ color: #b64b22; - } - #Head form { - float: right; -@@ -463,8 +465,8 @@ - border: 0; - width: 38px; - height: 26px; -- background: #cfecff; -- color: #1e79a7; -+ background: #eaeaea; -+ color: #222222; - padding: 3px 0 4px; - margin: 0; - -moz-border-radius: 0; -@@ -679,7 +681,7 @@ - color: #fff; - } - #Menu a:hover { -- background: #2595cb; -+ background: #a3431f; - } - #Menu a:hover, - #Menu li.NonTab a:hover { -@@ -706,24 +708,27 @@ - float: right; - } - div.Box { -- border-radius: 1px; -- -moz-border-radius: 1px; -- -webkit-border-radius: 1px; -- background: #cfecff; -+ background: #eaeaea; - color: #888; - padding: 6px 10px; - margin: 0 0 10px; -+ border-radius: 2px; -+ -moz-border-radius: 2px; -+ -webkit-border-radius: 2px; - box-shadow: 0px 0px 2px #999; - -moz-box-shadow: 0px 0px 2px #999; - -webkit-box-shadow: 0px 0px 2px #999; - } - div.Box h4 { - font-size: 110%; -- color: #1e79a7; -+ color: #666666; - font-weight: bold; - margin: 0; - padding: 0 0 1px; - } -+div.Box h4 a { -+ color: #666666; -+} - div.Box dl { - overflow: hidden; - } -@@ -743,12 +748,12 @@ - color: #555; - } - ul.PanelActivity { -- border-top: 1px solid #abdafb; -+ border-top: 1px solid #C8C8C8; - border-bottom: 0; - } - ul.PanelActivity li { -- background: #e3f4ff; -- border-bottom: 1px solid #abdafb; -+ background: #f1f1f1; -+ border-bottom: 1px solid #C8C8C8; - padding: 2px 4px; - color: #555; - font-size: 11px; -@@ -777,8 +782,8 @@ - font-size: 85%; - } - ul.PanelInfo li { -- background: #e3f4ff; -- border-bottom: 1px solid #abdafb; -+ background: #f1f1f1; -+ border-bottom: 1px solid #C8C8C8; - padding: 2px 4px; - text-align: right; - } -@@ -788,7 +793,7 @@ - font-weight: bold; - } - ul.PanelInfo { -- border-top: 1px solid #abdafb; -+ border-top: 1px solid #C8C8C8; - border-bottom: 0; - } - ul.PanelInfo li strong { -@@ -834,8 +839,8 @@ - padding: 2px 0; - } - ul.PanelInfo li.Active { -- background: #fff; -- border-bottom: 1px solid #a3e6ff; -+ background: #f8f8f8; -+ border-bottom: 1px solid #444444; - } - ul.PanelInfo li.Active a { - color: #1e79a7; -@@ -851,7 +856,7 @@ - margin-bottom: 10px; - } - body.Profile ul.PanelInfo { -- border-bottom: 1px solid #abdafb; -+ border-bottom: 1px solid #C8C8C8; - } - body.Profile ul.PanelInfo li { - border-bottom: 0; -@@ -1246,7 +1251,7 @@ - - div.Preview { - text-align: left; -- background: #E3F4FF; -+ background: #f1f1f1; - padding: 1px 8px; - margin: 4px 0 8px; - } -@@ -1336,9 +1341,9 @@ - /* The "Foot" is at the bottom of the #Content section. Used for more results - links, sign in buttons, etc */ - .Foot { -- border-bottom: 1px solid #abdafb; -+ border-bottom: 1px solid #C8C8C8; - padding: 6px; -- background: #cfecff; -+ background: #eaeaea; - text-align: right; - border-bottom-right-radius: 2px; - border-bottom-left-radius: 2px; -@@ -1419,7 +1424,7 @@ - } - ul.SideMenu li ul li a:hover { - text-decoration: none; -- background: #cfecff; -+ background: #eaeaea; - } - div.User { - line-height: 150%; -@@ -1441,7 +1446,7 @@ - -moz-border-radius-topright: 2px; - -webkit-border-top-left-radius: 2px; - -webkit-border-top-right-radius: 2px; -- background: #cfecff; -+ background: #f1f1f1; - margin: 0; - padding: 8px 8px 0; - color: #999; -@@ -1471,7 +1476,7 @@ - -moz-border-radius-topright: 2px; - -webkit-border-top-left-radius: 2px; - -webkit-border-top-right-radius: 2px; -- background: #cfecff; -+ background: #f1f1f1; - padding: 8px 8px 0; - } - div.User form input.InputBox { -@@ -1495,8 +1500,8 @@ - width: 100%; - border-collapse: collapse; - margin: 10px 0; -- background: #F2FBFF; -- border: 1px solid #C0E7F5; -+ background: #f1f1f1; -+ border: 1px solid #DDDDDD; - } - #Form_Invitation table label { - font-size: 12px; -@@ -1514,7 +1519,7 @@ - } - #Form_Invitation table thead th, - #Form_Invitation table thead td { -- border-bottom: 1px solid #C0E7F5; -+ border-bottom: 1px solid #DDDDDD; - } - #Form_Invitation table tbody th { - font-weight: bold; -@@ -1522,7 +1527,7 @@ - } - #Form_Invitation table tbody th, - #Form_Invitation table tbody td { -- border-bottom: 1px solid #C0E7F5; -+ border-bottom: 1px solid #DDDDDD; - line-height: 150%; - } - #Form_Invitation table thead th { -@@ -1534,7 +1539,7 @@ - #Form_Invitation table.AltRows tr.Alt td, - #Form_Invitation table.AltColumns th.Alt, - #Form_Invitation table.AltColumns td.Alt { -- background: #cfecff; -+ background: #f1f1f1; - } - #Form_Invitation table.AltColumns tr.Alt { - background: none; -@@ -1553,10 +1558,10 @@ - div.Tabs, - div.Headings { - display: block; -- border-bottom: 1px solid #abdafb; -+ border-bottom: 1px solid #C8C8C8; - padding: 5px 8px; - margin: 0; -- background: #cfecff; -+ background: #f1f1f1; - } - div.MessageForm div.Tabs { - padding: 0; -@@ -1587,14 +1592,14 @@ - div.Tabs li a:active, - div.Tabs li a:visited { - margin: 0; -- border: 1px solid #abdafb; -+ border: 1px solid #C8C8C8; - border-radius: 3px; - -moz-border-radius: 3px; - -webkit-border-radius: 3px; -- background: #bbe2f7; -+ background: #b64b22; - display: inline; - font-weight: bold; -- color: #1e79a7; -+ color: #ffffff; - text-decoration: none; - padding: 5px 10px; - line-height: 2.6; -@@ -1602,7 +1607,7 @@ - div.MorePager li a:hover, - a.TabLink:hover, - div.Tabs li a:hover { -- background: #f3fcff; -+ background: #a3431f; - } - a.Active, - div.Tabs li.Active a { -@@ -1962,7 +1967,7 @@ - + Mine: the user created the discussion - + New: there are new comments since the last viewed the discussion - */ --.Mine { background: #e3f4ff; } -+.Mine { background: #f1f1f1; } - - ul.DataList div.Meta a.Category { - background: #fafafa; -@@ -2049,7 +2054,7 @@ - - /* =============================================== Discussion & Comment Forms */ - li.Editing { -- background: #E3F4FF; -+ background: #f1f1f1; - } - div.CommentForm textarea { - width: 99%; -@@ -2089,8 +2094,8 @@ - border-radius: 2px; - -moz-border-radius: 2px; - -webkit-border-radius: 2px; -- background: #c4e1ff none repeat scroll 0 0; -- border: 1px solid #7caccb; -+ background: #f1f1f1 none repeat scroll 0 0; -+ border: 1px solid #DDDDDD; - margin: 0; - padding: 20px; - } -@@ -2709,4 +2714,4 @@ - font-size: 13px; - color: #000; - display: block; --} -\ No newline at end of file -+} diff -r f80f311578f7 -r 5c348f41a718 forum/vanilla/themes/slitaz/screenshot.png Binary file forum/vanilla/themes/slitaz/screenshot.png has changed