|
@@ -201,9 +201,6 @@ input.input_check, input.input_radio {
|
|
|
background: none;
|
|
|
vertical-align: top;
|
|
|
}
|
|
|
-h3.catbg input.input_check {
|
|
|
- margin: 0 7px 0 7px;
|
|
|
-}
|
|
|
|
|
|
/* Give disabled text input elements a different background color. */
|
|
|
input[disabled].input_text {
|
|
@@ -495,15 +492,7 @@ a img {
|
|
|
|
|
|
/* Generic, mostly color-related, classes.
|
|
|
------------------------------------------------------- */
|
|
|
-
|
|
|
-.titlebg, .titlebg2, tr.titlebg th, tr.titlebg td, tr.titlebg2 td {
|
|
|
- color: #444;
|
|
|
- font-size: /*1.1em*/1em;
|
|
|
- font-weight: bold;
|
|
|
- background: -webkit-linear-gradient(bottom, #FFFFFF 1%, #F1F3F5 96%);
|
|
|
- background: linear-gradient(to top, #FFFFFF 1%, #F1F3F5 96%);
|
|
|
-}
|
|
|
-.catbg, .catbg2, tr.catbg td, tr.catbg2 td, tr.catbg th, tr.catbg2 th {
|
|
|
+.catbg, tr.catbg td, tr.catbg th {
|
|
|
color: #fff;
|
|
|
font-size: 1.1em;
|
|
|
font-weight: bold;
|
|
@@ -512,13 +501,10 @@ a img {
|
|
|
}
|
|
|
|
|
|
/* adjust the table versions of headers */
|
|
|
-tr.titlebg th, tr.titlebg2 th, td.titlebg, td.titlebg2, tr.catbg th, tr.catbg2 th, td.catbg, td.catbg2 {
|
|
|
+tr.catbg th, td.catbg {
|
|
|
padding: 0 6px;
|
|
|
}
|
|
|
-tr.titlebg th a:link, tr.titlebg th a:visited, tr.titlebg2 td a:link, tr.titlebg2 td a:visited {
|
|
|
- color: #444;
|
|
|
-}
|
|
|
-tr.catbg th a:link, tr.catbg th a:visited, tr.catbg2 td a:link, tr.catbg2 td a:visited {
|
|
|
+tr.catbg th a:link, tr.catbg th a:visited {
|
|
|
color: #fff;
|
|
|
}
|
|
|
.catbg select {
|
|
@@ -846,7 +832,7 @@ dl.settings dt a img {
|
|
|
|
|
|
/* Styles for rounded headers.
|
|
|
------------------------------------------------------- */
|
|
|
-h3.catbg, h3.catbg2, h3.titlebg, h4.titlebg, h4.catbg {
|
|
|
+h3.catbg, h4.catbg {
|
|
|
overflow: hidden;
|
|
|
font-size: 1.1em;
|
|
|
font-family: "Tahoma", sans-serif;
|
|
@@ -864,29 +850,11 @@ h3.catbg, h3.catbg2, h3.titlebg, h4.titlebg, h4.catbg {
|
|
|
h3.catbg a:link, h3.catbg a:visited, h4.catbg a:link, h4.catbg a:visited, h3.catbg, .table_list tbody.header td, .table_list tbody.header td a {
|
|
|
color: #fff;
|
|
|
}
|
|
|
-h3.catbg2 a, h3.catbg2 {
|
|
|
- color: #feb;
|
|
|
-}
|
|
|
h3.catbg a:hover, h4.catbg a:hover, .table_list tbody.header td a:hover {
|
|
|
color: #ffc178;
|
|
|
text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.4);
|
|
|
text-decoration: none;
|
|
|
}
|
|
|
-h3.catbg2 a:hover {
|
|
|
- color: #fff;
|
|
|
- text-decoration: none;
|
|
|
-}
|
|
|
-h3.titlebg, h4.titlebg {
|
|
|
- color: #fff;
|
|
|
-}
|
|
|
-h3.titlebg a, h4.titlebg a {
|
|
|
- color: #fff;
|
|
|
- text-decoration: underline;
|
|
|
-}
|
|
|
-h3.titlebg a:hover, h4.titlebg a:hover {
|
|
|
- color: #fff;
|
|
|
- text-decoration: none;
|
|
|
-}
|
|
|
h3.catbg .icon {
|
|
|
vertical-align: middle;
|
|
|
margin: 0 5px 0 0;
|
|
@@ -895,38 +863,20 @@ h4.catbg a.toggle img {
|
|
|
vertical-align: middle;
|
|
|
margin: 0 5px 0 5px;
|
|
|
}
|
|
|
-h4.catbg, h4.catbg2, h3.catbg, h3.catbg2, .table_list tbody.header td.catbg {
|
|
|
+h4.catbg, h3.catbg, .table_list tbody.header td.catbg {
|
|
|
background: none;
|
|
|
}
|
|
|
-h4.titlebg, h3.titlebg {
|
|
|
- background: #557EA0;
|
|
|
- border-bottom: 1px solid #777;
|
|
|
- border-radius: 6px 6px 0 0;
|
|
|
- box-shadow: 0 16px 20px rgba(255,255,255,0.15) inset;
|
|
|
- text-shadow: -1px -1px 1px rgba(0,0,0,0.2)
|
|
|
-}
|
|
|
-h4.titlebg .icon {
|
|
|
- float: left;
|
|
|
- margin: 0 8px 0 0;
|
|
|
-}
|
|
|
-/* Fix colors for the stats page */
|
|
|
-h3.statstitle, h4.statstitle {
|
|
|
- color: #a85400;
|
|
|
-}
|
|
|
|
|
|
/* Box-sizing for these should be useful. */
|
|
|
-div.cat_bar, div.title_bar,div.title_barIC {
|
|
|
- -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
|
|
|
- margin-bottom: 1px;
|
|
|
- border-radius: 5px;
|
|
|
-}
|
|
|
div.cat_bar {
|
|
|
background: #557ea0;
|
|
|
border-bottom: 1px solid #777;
|
|
|
padding: 0;
|
|
|
border-radius: 6px 6px 0 0;
|
|
|
box-shadow: 0 16px 20px rgba(255,255,255,0.15) inset;
|
|
|
- text-shadow: -1px -1px 1px rgba(0,0,0,0.2)
|
|
|
+ text-shadow: -1px -1px 1px rgba(0,0,0,0.2);
|
|
|
+ -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
|
|
|
+ margin-bottom: 1px;
|
|
|
}
|
|
|
/* Message index board descriptions*/
|
|
|
.description_header {
|
|
@@ -935,19 +885,6 @@ div.cat_bar {
|
|
|
.cat_bar h3 {
|
|
|
padding: 8px 12px 6px 12px;
|
|
|
}
|
|
|
-div.title_bar {
|
|
|
- background: #557ea0;
|
|
|
- box-shadow: 0 16px 20px rgba(255,255,255,0.15) inset;
|
|
|
- text-shadow: -1px -1px 1px rgba(0,0,0,0.2)
|
|
|
-}
|
|
|
-
|
|
|
-/* Info center title bars are a bit different. */ /* @todo */
|
|
|
-/*div.title_barIC {
|
|
|
- background: #dde3e9 url(../images/theme/bars.png) IMAGE NO LONGER EXISTS;
|
|
|
-}*/
|
|
|
-div.title_barIC h4.titlebg {
|
|
|
- font-size: 1.1em;
|
|
|
-}
|
|
|
|
|
|
/* Upshrinks in cat and title bars. */
|
|
|
#upshrinkHeaderIC p.pminfo {
|
|
@@ -965,15 +902,6 @@ table.table_list a.collapse {
|
|
|
padding: 4px 4px 0 8px;
|
|
|
}
|
|
|
|
|
|
-/* Basic icons in cat and title bars. */
|
|
|
-#upshrinkHeaderIC h4.titlebg a img{
|
|
|
- margin: 0;
|
|
|
- padding: 2px 6px 0 0;
|
|
|
-}
|
|
|
-
|
|
|
-.table_grid th.last_th input {
|
|
|
- margin: 0 7px;
|
|
|
-}
|
|
|
.table_grid th.lefttext {
|
|
|
padding: 0 8px;
|
|
|
}
|
|
@@ -2005,9 +1933,6 @@ p.whoisviewing {
|
|
|
float: right;
|
|
|
margin: 4px;
|
|
|
}
|
|
|
-.titlebg td.qaction_cell {
|
|
|
- font-size: 0.909em;
|
|
|
-}
|
|
|
select.qaction {
|
|
|
padding: 0;
|
|
|
}
|
|
@@ -2215,7 +2140,7 @@ div#pollmoderation {
|
|
|
|
|
|
.poster .profile .profile_icons li, .poster .im_icons li {
|
|
|
display: table-cell;
|
|
|
- padding-left: 5px;
|
|
|
+ padding-right: 5px;
|
|
|
}
|
|
|
|
|
|
/* The visible stuff below the avatar. */
|
|
@@ -2945,13 +2870,6 @@ dl.register_form dd {
|
|
|
}
|
|
|
|
|
|
/* common for all admin sections */
|
|
|
-h3.titlebg img {
|
|
|
- vertical-align: middle;
|
|
|
- margin: 0 5px 0 0;
|
|
|
-}
|
|
|
-tr.titlebg td {
|
|
|
- padding-left: 8px;
|
|
|
-}
|
|
|
#admin_content {
|
|
|
clear: left;
|
|
|
padding-top: 6px;
|
|
@@ -3177,7 +3095,6 @@ tr.windowbg td, tr.windowbg2 td, tr.highlight2 td {
|
|
|
text-align: left;
|
|
|
padding: 7px 10px 7px 10px;
|
|
|
border: 1px solid #c5c5c5;
|
|
|
- border-radius: 7px;
|
|
|
margin: 6px 0;
|
|
|
}
|
|
|
|
|
@@ -3508,42 +3425,19 @@ dl {
|
|
|
#statistics div {
|
|
|
-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
|
|
|
}
|
|
|
-#statistics div.title_bar {
|
|
|
- margin: 4px 0 0 0;
|
|
|
-}
|
|
|
-#statistics .titlebg img {
|
|
|
- margin: 3px 6px 0 3px;
|
|
|
-}
|
|
|
-#statistics .cat_bar {
|
|
|
- margin: 4px 0 0 0;
|
|
|
-}
|
|
|
-#statistics .flow_hidden {
|
|
|
- background: #f0f4f7;
|
|
|
- margin: 4px 0;
|
|
|
- padding: 2px 6px;
|
|
|
- border-radius: 7px;
|
|
|
-}
|
|
|
#statistics div.windowbg2 {
|
|
|
background: none;
|
|
|
}
|
|
|
-#stats_left, #top_posters, #top_topics_replies, #top_topics_starter {
|
|
|
+#top_posters, #top_topics_replies, #top_topics_starter {
|
|
|
float: left;
|
|
|
width: 50%;
|
|
|
padding: 0 3px 0 0;
|
|
|
}
|
|
|
-#stats_right, #top_boards, #top_topics_views, #most_online {
|
|
|
+#top_boards, #top_topics_views, #most_online {
|
|
|
float: right;
|
|
|
width: 50%;
|
|
|
padding: 0 0 0 3px;
|
|
|
}
|
|
|
-#stats_left{
|
|
|
- border-right: 1px solid #bbb;
|
|
|
- margin-top: 8px;
|
|
|
-}
|
|
|
-#stats_right{
|
|
|
- border-left: 1px solid #fff;
|
|
|
- margin-top: 8px;
|
|
|
-}
|
|
|
.stats_icon {
|
|
|
width: 16px;
|
|
|
height: 16px;
|
|
@@ -3575,9 +3469,6 @@ dl.stats {
|
|
|
margin: 0 0 0 0;
|
|
|
padding: 0 0 0 0;
|
|
|
}
|
|
|
-#stats_left dl.stats, #stats_right dl.stats{
|
|
|
- margin: -8px 0 -12px 0;
|
|
|
-}
|
|
|
dl.stats dt {
|
|
|
width: 50%;
|
|
|
float: left;
|
|
@@ -3601,21 +3492,6 @@ dl.stats dd {
|
|
|
border-radius: 2px;
|
|
|
position: relative;
|
|
|
}
|
|
|
-/* Methinks topic links, etc need a little more oomph next to the orange bars. */
|
|
|
-/* Open to suggestions. */
|
|
|
-#stats_left dt a {
|
|
|
- color: #232f46;
|
|
|
-}
|
|
|
-.top_row dl.stats dd {
|
|
|
- background: none; border: none;
|
|
|
-}
|
|
|
-/* Give a bit more room for the date here. */
|
|
|
-#stats_left dt {
|
|
|
- width: 35%;
|
|
|
-}
|
|
|
-#stats_left dd {
|
|
|
- width: 65%;
|
|
|
-}
|
|
|
.statsbar div.bar {
|
|
|
float: left;
|
|
|
background: orange;
|
|
@@ -3623,7 +3499,6 @@ dl.stats dd {
|
|
|
border-radius: 1px 0 0 1px;
|
|
|
box-shadow: 4px -4px 8px rgba(0,0,0,0.1) inset, 4px 4px 8px rgba(255,255,255,0.3) inset;
|
|
|
display: block;
|
|
|
-
|
|
|
margin: 0 4px 0 0;
|
|
|
height: 1.4em;
|
|
|
}
|
|
@@ -3652,7 +3527,7 @@ dl.stats dd span {
|
|
|
#stats th.first_th {
|
|
|
padding-left: 8px;
|
|
|
}
|
|
|
-#stats tr.windowbg2 th.lefttext, #stats tr.titlebg th.lefttext {
|
|
|
+#stats tr.windowbg2 th.lefttext {
|
|
|
border-left: 1px solid #fff;
|
|
|
text-align: left;
|
|
|
}
|
|
@@ -3775,7 +3650,7 @@ dl.addrules dt.floatleft {
|
|
|
}
|
|
|
#main_grid .cat_bar {
|
|
|
border-radius: 5px 5px 0 0;
|
|
|
- margin: 0 1px;
|
|
|
+ margin: 0 0 0 1px;
|
|
|
}
|
|
|
#month_grid table th:first-child {
|
|
|
background: #e7eaef;
|
|
@@ -3991,9 +3866,6 @@ span.hidelink {
|
|
|
#searchform p.clear {
|
|
|
clear: both;
|
|
|
}
|
|
|
-#searchform .roundframe h4.titlebg {
|
|
|
- border-bottom: none;
|
|
|
-}
|
|
|
|
|
|
/* Styles for the search results page.
|
|
|
------------------------------------------------- */
|
|
@@ -4194,7 +4066,7 @@ span.hidelink {
|
|
|
/* Forum posts may require some special treatment for dealing with clearing floated content. */
|
|
|
/* Suspect it will be necessary to use float: left; width: 100%; on the windowbg and windowbg2 divs. */
|
|
|
|
|
|
-#forumposts .windowbg, #forumposts .windowbg2, #statistics .flow_hidden, #forumposts .approvebg, #forumposts .approvebg2, #personal_messages .windowbg, #personal_messages .windowbg2 {
|
|
|
+#forumposts .windowbg, #forumposts .windowbg2, #forumposts .approvebg, #forumposts .approvebg2, #personal_messages .windowbg, #personal_messages .windowbg2 {
|
|
|
background: /*#e8eff5;*/#f0f4f7;
|
|
|
margin: 12px 0 0 0;
|
|
|
padding: 8px 8px 16px 8px;
|
|
@@ -4205,28 +4077,6 @@ span.hidelink {
|
|
|
#forumposts .windowbg2, #personal_messages .windowbg2 {
|
|
|
background: #eaf1f4;
|
|
|
}
|
|
|
-#statistics .flow_hidden {
|
|
|
- background: #e8eff5;
|
|
|
- margin: 12px 0 0 0;
|
|
|
- padding: 8px 8px 16px 8px;
|
|
|
- border: 1px solid #ccc;
|
|
|
- border-radius: 5px;
|
|
|
- box-shadow: 0 -2px 2px rgba(0,0,0,0.1);
|
|
|
-}
|
|
|
-#statistics div.title_bar {
|
|
|
- background: none;
|
|
|
- border-bottom: 2px solid #f5f5f5;
|
|
|
- border-radius: 2px 2px 0 0;
|
|
|
- margin: 1px 4px 0 4px;
|
|
|
-}
|
|
|
-#statistics h4.titlebg {
|
|
|
- background: none;
|
|
|
- border-bottom: 1px solid #bbb;
|
|
|
- border-radius: 0;
|
|
|
- padding: 6px 0;
|
|
|
- margin: 0;
|
|
|
- font-size: 1.1em;
|
|
|
-}
|
|
|
/* The generic wrapper thingy for teh awesome cool looks innit. */
|
|
|
/* This lot will be simplified once I get all the styling hooks in place. */
|
|
|
.generic_list_wrapper, .action_profile #permissions, #postmodify .roundframe, .add_buddy, #creator .windowbg2,
|
|
@@ -4241,19 +4091,6 @@ span.hidelink {
|
|
|
overflow: auto;
|
|
|
-moz-box-sizing: border-box; box-sizing: border-box; -webkit-box-sizing: border-box;
|
|
|
}
|
|
|
-.generic_list_wrapper {
|
|
|
- margin-top: -5px;
|
|
|
-}
|
|
|
-.generic_list_wrapper .title_bar{
|
|
|
- background: none;
|
|
|
- border-bottom: 1px solid #fff;
|
|
|
- border-radius: 0;
|
|
|
-}
|
|
|
-.generic_list_wrapper .titlebg {
|
|
|
- background: none;
|
|
|
- border-bottom: 1px solid #aaa;
|
|
|
- font-size: /*1.1em*/1em;
|
|
|
-}
|
|
|
.generic_list_wrapper .additional_row {
|
|
|
margin: 0;
|
|
|
padding: 5px 0;
|
|
@@ -4285,7 +4122,7 @@ span.hidelink {
|
|
|
box-shadow: 0 -2px 2px rgba(0,0,0,0.1);
|
|
|
overflow: auto;
|
|
|
}
|
|
|
-.add_buddy .roundframe, .add_buddy .title_bar {
|
|
|
+.add_buddy .roundframe {
|
|
|
background: none;
|
|
|
border: none;
|
|
|
max-width: 100%;
|
|
@@ -4325,12 +4162,12 @@ div#editlang_desc {
|
|
|
padding: 3px 4px;
|
|
|
margin: 0 0 -10px 0;
|
|
|
}
|
|
|
-#info_center{
|
|
|
+#info_center {
|
|
|
background: #f8f8f8;
|
|
|
margin: 12px 0 0 0;
|
|
|
padding: 16px 12px 6px 12px;
|
|
|
}
|
|
|
-#info_center .cat_bar, .table_grid tr.catbg th, #searchform .roundframe .title_bar {
|
|
|
+.table_grid tr.catbg th{
|
|
|
border-top: 2px solid #ff9400;
|
|
|
border-bottom: 2px solid #bf6900;
|
|
|
background: #fff;
|
|
@@ -4344,11 +4181,6 @@ div#editlang_desc {
|
|
|
.table_grid tr.catbg th.centercol, .table_grid tr.windowbg2 td.centercol, .table_grid tr.windowbg td.centercol, .table_grid tr.highlight2 td.centercol {
|
|
|
text-align: center;
|
|
|
}
|
|
|
-#info_center .cat_bar, #searchform .roundframe .title_bar {
|
|
|
- border-right: 1px solid #ddd;
|
|
|
- border-left: 1px solid #ddd;
|
|
|
- margin: 0 -1px;
|
|
|
-}
|
|
|
.table_grid tr.catbg th {
|
|
|
padding: 4px 3px 3px 8px;
|
|
|
}
|
|
@@ -4358,62 +4190,10 @@ tr.catbg th:first-child {
|
|
|
tr.catbg th:last-child {
|
|
|
border-right: 1px solid #ddd;
|
|
|
}
|
|
|
-#info_center .catbg, #searchform .roundframe .titlebg {
|
|
|
- padding: 6px 12px 5px 12px;
|
|
|
- background: none;
|
|
|
- font-size: 1.1em;
|
|
|
-}
|
|
|
-#info_center .catbg, #info_center .catbg a, .table_grid tr.catbg th a, #searchform .roundframe .titlebg {
|
|
|
+.table_grid tr.catbg th a {
|
|
|
color: #555;
|
|
|
text-shadow: none;
|
|
|
}
|
|
|
-#info_center .title_barIC, #postmodify .roundframe .title_bar,
|
|
|
-#activitytime .cat_bar, #popularposts .cat_bar, #popularactivity .cat_bar {
|
|
|
- background: none;
|
|
|
- border-top: 1px solid #999;
|
|
|
- border-bottom: 1px solid #fff;
|
|
|
- border-radius: 0;
|
|
|
-}
|
|
|
-#info_center h4.titlebg, #postmodify .roundframe .titlebg,
|
|
|
-#activitytime .catbg, #popularposts .catbg, #popularactivity .catbg {
|
|
|
- border-bottom: 1px solid #ccc;
|
|
|
- border-top: 1px solid #ccc;
|
|
|
- box-shadow: 0 1px 0 #fff inset, 0 -1px 0 #999 inset;
|
|
|
- padding: 6px 6px 5px 6px;
|
|
|
- font-size: 1em;
|
|
|
- color: #444;
|
|
|
- text-shadow: none;
|
|
|
- background:none;
|
|
|
-}
|
|
|
-#info_center .title_barIC:first-child, #info_center .title_barIC:first-child .titlebg {
|
|
|
- border-top: none;
|
|
|
- box-shadow: 0 -1px 0 #999 inset;
|
|
|
- background: none;
|
|
|
-}
|
|
|
-#postmodify .roundframe .title_bar{
|
|
|
- background: #f7f7f7;
|
|
|
- border: 1px solid #aaa;
|
|
|
- border-left: 1px solid #bbb;
|
|
|
- border-top: 1px solid #ccc;
|
|
|
- border-radius: 4px 4px 0 0;
|
|
|
- box-shadow: 0 -1px 2px rgba(0,0,0,0.1) inset;
|
|
|
- margin: 15px 0 0 0;
|
|
|
-}
|
|
|
-#postmodify .roundframe .titlebg{
|
|
|
- background: none;
|
|
|
- border: none;
|
|
|
- box-shadow: none;
|
|
|
- padding: 5px 5px 4px 10px;
|
|
|
-}
|
|
|
-#postmodify .roundframe .titlebg img {
|
|
|
- padding: 4px 4px 0 4px;
|
|
|
- background: none;
|
|
|
- border: none;
|
|
|
-}
|
|
|
-#postmodify .roundframe .titlebg img:hover{
|
|
|
- background: none;
|
|
|
- border: none;
|
|
|
-}
|
|
|
#postmodify .roundframe div{
|
|
|
padding-right: 0;
|
|
|
}
|
|
@@ -4475,4 +4255,80 @@ div#manage_boards dl dd textarea[name=desc] {
|
|
|
|
|
|
.full_width {
|
|
|
width: 100%;
|
|
|
+}
|
|
|
+
|
|
|
+/* Introduce New Title Bar */
|
|
|
+.title_bar {
|
|
|
+ border-right: 1px solid #ddd;
|
|
|
+ border-left: 1px solid #ddd;
|
|
|
+ border-top: 2px solid #ff9400;
|
|
|
+ border-bottom: 2px solid #bf6900;
|
|
|
+ background: #fff;
|
|
|
+ color: #666;
|
|
|
+ border-radius: 2px 2px 0 0;
|
|
|
+ text-align: left;
|
|
|
+ margin: 0 -1px;
|
|
|
+}
|
|
|
+.sub_bar {
|
|
|
+ border-bottom: 1px solid #ccc;
|
|
|
+ text-shadow: none;
|
|
|
+ background: none;
|
|
|
+ box-shadow: 0 -1px 0 #999 inset;
|
|
|
+}
|
|
|
+h3.titlebg, h4.titlebg, .titlebg, h3.subbg, h4.subbg, .subbg {
|
|
|
+ background: none;
|
|
|
+ color: #555;
|
|
|
+ font-family: "Tahoma", sans-serif;
|
|
|
+ font-weight: bold;
|
|
|
+ overflow: hidden;
|
|
|
+ padding: 6px 12px 5px 12px;
|
|
|
+ text-shadow: none;
|
|
|
+}
|
|
|
+.titlebg a, .subbg a {
|
|
|
+ background: none;
|
|
|
+ color: #555;
|
|
|
+ text-decoration: none;
|
|
|
+}
|
|
|
+.title_top {
|
|
|
+ margin-top: 10px;
|
|
|
+}
|
|
|
+
|
|
|
+/* This place is about Info Center on BoardIndex */
|
|
|
+#info_center .sub_bar {
|
|
|
+ border-top: 1px solid #ccc;
|
|
|
+}
|
|
|
+#info_center .sub_bar:first-child {
|
|
|
+ border-top: none;
|
|
|
+}
|
|
|
+
|
|
|
+/* This place is about stats page */
|
|
|
+.stats_left {
|
|
|
+ float: left;
|
|
|
+ margin-top: 8px;
|
|
|
+ padding: 6px 15px;
|
|
|
+ border-right: 1px solid #bbb;
|
|
|
+}
|
|
|
+.stats_right{
|
|
|
+ float: right;
|
|
|
+ padding: 6px 15px;
|
|
|
+ margin-top: 8px;
|
|
|
+}
|
|
|
+.stats_left dl.stats, .stats_right dl.stats {
|
|
|
+ margin: -8px 0 -12px 0;
|
|
|
+}
|
|
|
+.stats_left dt a {
|
|
|
+ color: #232f46;
|
|
|
+}
|
|
|
+.stats_left dt {
|
|
|
+ width: 35%;
|
|
|
+}
|
|
|
+.stats_left dd {
|
|
|
+ width: 65%;
|
|
|
+}
|
|
|
+.top_row dl.stats dd {
|
|
|
+ background: none;
|
|
|
+ border: none;
|
|
|
+}
|
|
|
+.half {
|
|
|
+ width: 50%;
|
|
|
}
|