[feature/prosilver-cleanup/duplicate-colors] Removing duplicate colors

Removing color values from files other than colours.css

PHPBB3-10619
This commit is contained in:
Vjacheslav Trushkin 2012-02-04 11:11:48 +02:00
parent 6ad87d3aaf
commit f17449e5ff
6 changed files with 80 additions and 365 deletions

View file

@ -26,10 +26,6 @@ hr {
border-top-color: #CCCCCC; border-top-color: #CCCCCC;
} }
hr.dashed {
border-top-color: #CCCCCC;
}
/* Search box /* Search box
--------------------------------------------- */ --------------------------------------------- */
@ -452,6 +448,10 @@ dl.faq dt {
color: #BC2A4D; color: #BC2A4D;
} }
.announce, .unreadpost {
/* Highlight the announcements & unread posts box */
}
/* Post signature */ /* Post signature */
.signature { .signature {
border-top-color: #CCCCCC; border-top-color: #CCCCCC;
@ -963,7 +963,7 @@ dl.mini dt {
/* Avatar gallery */ /* Avatar gallery */
#gallery label { #gallery label {
background-color: #FFFFFF; background: #FFFFFF;
border-color: #CCC; border-color: #CCC;
} }
@ -998,6 +998,10 @@ dd label {
color: #333; color: #333;
} }
fieldset.fields1 {
background-color: transparent;
}
/* Hover effects */ /* Hover effects */
fieldset dl:hover dt label { fieldset dl:hover dt label {
color: #000000; color: #000000;

View file

@ -16,8 +16,6 @@ html {
body { body {
/* Text-Sizing with ems: http://www.clagnut.com/blog/348/ */ /* Text-Sizing with ems: http://www.clagnut.com/blog/348/ */
font-family: Verdana, Helvetica, Arial, sans-serif; font-family: Verdana, Helvetica, Arial, sans-serif;
color: #828282;
background-color: #FFFFFF;
/*font-size: 62.5%; This sets the default font size to be equivalent to 10px */ /*font-size: 62.5%; This sets the default font size to be equivalent to 10px */
font-size: 10px; font-size: 10px;
margin: 0; margin: 0;
@ -28,7 +26,6 @@ h1 {
/* Forum name */ /* Forum name */
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
margin-right: 200px; margin-right: 200px;
color: #FFFFFF;
margin-top: 15px; margin-top: 15px;
font-weight: bold; font-weight: bold;
font-size: 2em; font-size: 2em;
@ -38,7 +35,6 @@ h2 {
/* Forum header titles */ /* Forum header titles */
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-weight: normal; font-weight: normal;
color: #3f3f3f;
font-size: 2em; font-size: 2em;
margin: 0.8em 0 0.2em 0; margin: 0.8em 0 0.2em 0;
} }
@ -52,11 +48,10 @@ h3 {
font-family: Arial, Helvetica, sans-serif; font-family: Arial, Helvetica, sans-serif;
font-weight: bold; font-weight: bold;
text-transform: uppercase; text-transform: uppercase;
border-bottom: 1px solid #CCCCCC; border-bottom: 1px solid transparent;
margin-bottom: 3px; margin-bottom: 3px;
padding-bottom: 2px; padding-bottom: 2px;
font-size: 1.05em; font-size: 1.05em;
color: #989898;
margin-top: 20px; margin-top: 20px;
} }
@ -78,8 +73,8 @@ img {
hr { hr {
/* Also see tweaks.css */ /* Also see tweaks.css */
border: 0 none #FFFFFF; border: 0 solid transparent;
border-top: 1px solid #CCCCCC; border-top-width: 1px;
height: 1px; height: 1px;
margin: 5px 0; margin: 5px 0;
display: block; display: block;
@ -87,7 +82,7 @@ hr {
} }
hr.dashed { hr.dashed {
border-top: 1px dashed #CCCCCC; border-top-style: dashed;
margin: 10px 0; margin: 10px 0;
} }
@ -136,7 +131,6 @@ a#logo:hover {
/* Search box /* Search box
--------------------------------------------- */ --------------------------------------------- */
#search-box { #search-box {
color: #FFFFFF;
position: relative; position: relative;
margin-top: 30px; margin-top: 30px;
margin-right: 5px; margin-right: 5px;
@ -148,11 +142,10 @@ a#logo:hover {
#search-box #keywords { #search-box #keywords {
width: 95px; width: 95px;
background-color: #FFF;
} }
#search-box input { #search-box input {
border: 1px solid #b0b0b0; border: 1px solid transparent;
} }
/* .button1 style defined later, just a few tweaks for the search button version */ /* .button1 style defined later, just a few tweaks for the search button version */
@ -183,26 +176,24 @@ a#logo:hover {
/* Round cornered boxes and backgrounds /* Round cornered boxes and backgrounds
---------------------------------------- */ ---------------------------------------- */
.headerbar { .headerbar {
background: #ebebeb none repeat-x 0 0; background: transparent none repeat-x 0 0;
color: #FFFFFF;
margin-bottom: 4px; margin-bottom: 4px;
padding: 0 5px; padding: 0 5px;
} }
.navbar { .navbar {
background-color: #ebebeb;
padding: 0 10px; padding: 0 10px;
} }
.forabg { .forabg {
background: #b1b1b1 none repeat-x 0 0; background: transparent none repeat-x 0 0;
margin-bottom: 4px; margin-bottom: 4px;
padding: 0 5px; padding: 0 5px;
clear: both; clear: both;
} }
.forumbg { .forumbg {
background: #ebebeb none repeat-x 0 0; background: transparent none repeat-x 0 0;
margin-bottom: 4px; margin-bottom: 4px;
padding: 0 5px; padding: 0 5px;
clear: both; clear: both;
@ -211,8 +202,6 @@ a#logo:hover {
.panel { .panel {
margin-bottom: 4px; margin-bottom: 4px;
padding: 0 10px; padding: 0 10px;
background-color: #f3f3f3;
color: #3f3f3f;
} }
.post { .post {
@ -222,31 +211,10 @@ a#logo:hover {
background-position: 100% 0; background-position: 100% 0;
} }
.post:target .content {
color: #000000;
}
.post:target h3 a {
color: #000000;
}
.bg1 { background-color: #f7f7f7;}
.bg2 { background-color: #f2f2f2; }
.bg3 { background-color: #ebebeb; }
.rowbg { .rowbg {
margin: 5px 5px 2px 5px; margin: 5px 5px 2px 5px;
} }
.ucprowbg {
background-color: #e2e2e2;
}
.fieldsbg {
/*border: 1px #DBDEE2 solid;*/
background-color: #eaeaea;
}
span.corners-top, span.corners-bottom, span.corners-top span, span.corners-bottom span { span.corners-top, span.corners-bottom, span.corners-top span, span.corners-bottom span {
font-size: 1px; font-size: 1px;
line-height: 1px; line-height: 1px;
@ -321,7 +289,7 @@ ul.linklist li.rightside, p.rightside {
ul.navlinks { ul.navlinks {
padding-bottom: 1px; padding-bottom: 1px;
margin-bottom: 1px; margin-bottom: 1px;
border-bottom: 1px solid #FFFFFF; border-bottom: 1px solid transparent;
font-weight: bold; font-weight: bold;
} }
@ -352,7 +320,6 @@ table.table1 {
table.table1 thead th { table.table1 thead th {
font-weight: normal; font-weight: normal;
text-transform: uppercase; text-transform: uppercase;
color: #FFFFFF;
line-height: 1.3em; line-height: 1.3em;
font-size: 1em; font-size: 1em;
padding: 0 0 4px 3px; padding: 0 0 4px 3px;
@ -363,30 +330,22 @@ table.table1 thead th span {
} }
table.table1 tbody tr { table.table1 tbody tr {
border: 1px solid #cfcfcf; border: 1px solid transparent;
}
table.table1 tbody tr:hover, table.table1 tbody tr.hover {
background-color: #f6f6f6;
color: #000;
} }
table.table1 td { table.table1 td {
color: #6a6a6a;
font-size: 1.1em; font-size: 1.1em;
} }
table.table1 tbody td { table.table1 tbody td {
padding: 5px; padding: 5px;
border-top: 1px solid #FAFAFA; border-top: 1px solid transparent;
} }
table.table1 tbody th { table.table1 tbody th {
padding: 5px; padding: 5px;
border-bottom: 1px solid #000000; border-bottom: 1px solid transparent;
text-align: left; text-align: left;
color: #333333;
background-color: #FFFFFF;
} }
/* Specific column styles */ /* Specific column styles */
@ -413,7 +372,6 @@ table.info tbody th {
padding: 3px; padding: 3px;
text-align: right; text-align: right;
vertical-align: top; vertical-align: top;
color: #000000;
font-weight: normal; font-weight: normal;
} }
@ -460,7 +418,6 @@ dl.details dt {
clear: left; clear: left;
width: 30%; width: 30%;
text-align: right; text-align: right;
color: #000000;
display: block; display: block;
} }
@ -468,7 +425,6 @@ dl.details dd {
margin-left: 0; margin-left: 0;
padding-left: 5px; padding-left: 5px;
margin-bottom: 5px; margin-bottom: 5px;
color: #828282;
float: left; float: left;
width: 65%; width: 65%;
} }
@ -499,28 +455,21 @@ li.pagination {
padding: 0 2px; padding: 0 2px;
margin: 0 2px; margin: 0 2px;
font-weight: normal; font-weight: normal;
color: #FFFFFF; border: 1px solid transparent;
background-color: #bfbfbf;
border: 1px solid #bfbfbf;
font-size: 0.9em; font-size: 0.9em;
} }
.pagination span a, .pagination span a:link, .pagination span a:visited, .pagination span a:active { .pagination span a, .pagination span a:link, .pagination span a:visited, .pagination span a:active {
font-weight: normal; font-weight: normal;
text-decoration: none; text-decoration: none;
color: #747474;
margin: 0 2px; margin: 0 2px;
padding: 0 2px; padding: 0 2px;
background-color: #eeeeee; border: 1px solid transparent;
border: 1px solid #bababa;
font-size: 0.9em; font-size: 0.9em;
line-height: 1.5em; line-height: 1.5em;
} }
.pagination span a:hover { .pagination span a:hover {
border-color: #d2d2d2;
background-color: #d2d2d2;
color: #FFF;
text-decoration: none; text-decoration: none;
} }
@ -539,14 +488,6 @@ li.pagination {
background: none 0 50% no-repeat; background: none 0 50% no-repeat;
} }
.row .pagination span a, li.pagination span a {
background-color: #FFFFFF;
}
.row .pagination span a:hover, li.pagination span a:hover {
background-color: #d2d2d2;
}
/* Miscellaneous styles /* Miscellaneous styles
---------------------------------------- */ ---------------------------------------- */
#forum-permissions { #forum-permissions {
@ -561,7 +502,6 @@ li.pagination {
.copyright { .copyright {
padding: 5px; padding: 5px;
text-align: center; text-align: center;
color: #555555;
} }
.small { .small {
@ -577,22 +517,11 @@ li.pagination {
} }
.error { .error {
color: #bcbcbc;
font-weight: bold; font-weight: bold;
font-size: 1em; font-size: 1em;
} }
.reported {
background-color: #f7f7f7;
}
li.reported:hover {
background-color: #ececec;
}
div.rules { div.rules {
background-color: #ececec;
color: #bcbcbc;
padding: 0 10px; padding: 0 10px;
margin: 10px 0; margin: 10px 0;
font-size: 1.1em; font-size: 1.1em;
@ -603,7 +532,6 @@ div.rules ul, div.rules ol {
} }
p.rules { p.rules {
background-color: #ececec;
background-image: none; background-image: none;
padding: 5px; padding: 5px;
} }

View file

@ -8,13 +8,12 @@ ul.topiclist {
} }
ul.forums { ul.forums {
background: #f9f9f9 none repeat-x 0 0; background: transparent none repeat-x 0 0;
} }
ul.topiclist li { ul.topiclist li {
display: block; display: block;
list-style-type: none; list-style-type: none;
color: #777777;
margin: 0; margin: 0;
} }
@ -38,7 +37,7 @@ ul.topiclist dt {
ul.topiclist dd { ul.topiclist dd {
display: block; display: block;
float: left; float: left;
border-left: 1px solid #FFFFFF; border-left: 1px solid transparent;
padding: 4px 0; padding: 4px 0;
} }
@ -65,28 +64,18 @@ ul.topiclist li.row dt a.subforum {
} }
li.row { li.row {
border-top: 1px solid #FFFFFF; border-top: 1px solid transparent;
border-bottom: 1px solid #8f8f8f; border-bottom: 1px solid transparent;
} }
li.row strong { li.row strong {
font-weight: normal; font-weight: normal;
color: #000000;
}
li.row:hover {
background-color: #f6f6f6;
}
li.row:hover dd {
border-left-color: #CCCCCC;
} }
li.header dt, li.header dd { li.header dt, li.header dd {
line-height: 1em; line-height: 1em;
border-left-width: 0; border-left-width: 0;
margin: 2px 0 4px 0; margin: 2px 0 4px 0;
color: #FFFFFF;
padding-top: 2px; padding-top: 2px;
padding-bottom: 2px; padding-bottom: 2px;
font-size: 1em; font-size: 1em;
@ -205,7 +194,6 @@ ul.topiclist dd.searchextra {
margin-left: 5px; margin-left: 5px;
padding: 0.2em 0; padding: 0.2em 0;
font-size: 1.1em; font-size: 1.1em;
color: #333333;
border-left: none; border-left: none;
clear: both; clear: both;
width: 98%; width: 98%;
@ -228,7 +216,6 @@ div[class].topic-actions {
.postbody { .postbody {
padding: 0; padding: 0;
line-height: 1.48em; line-height: 1.48em;
color: #333333;
width: 76%; width: 76%;
float: left; float: left;
clear: both; clear: both;
@ -320,14 +307,12 @@ div[class].topic-actions {
line-height: 1.4em; line-height: 1.4em;
font-family: "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif; font-family: "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
font-size: 1em; font-size: 1em;
color: #333333;
padding-bottom: 1px; padding-bottom: 1px;
} }
.content h2, .panel h2 { .content h2, .panel h2 {
font-weight: normal; font-weight: normal;
color: #989898; border-bottom: 1px solid transparent;
border-bottom: 1px solid #CCCCCC;
font-size: 1.6em; font-size: 1.6em;
margin-top: 0.5em; margin-top: 0.5em;
margin-bottom: 0.5em; margin-bottom: 0.5em;
@ -361,7 +346,6 @@ dl.faq {
dl.faq dt { dl.faq dt {
font-weight: bold; font-weight: bold;
color: #333333;
} }
.content dl.faq { .content dl.faq {
@ -379,17 +363,9 @@ dl.faq dt {
} }
.posthilit { .posthilit {
background-color: #f3f3f3;
color: #BCBCBC;
padding: 0 2px 1px 2px; padding: 0 2px 1px 2px;
} }
.announce, .unreadpost {
/* Highlight the announcements & unread posts box */
border-left-color: #BCBCBC;
border-right-color: #BCBCBC;
}
/* Post author */ /* Post author */
p.author { p.author {
margin: 0 15em 0.6em 0; margin: 0 15em 0.6em 0;
@ -404,7 +380,7 @@ p.author {
margin-top: 1.5em; margin-top: 1.5em;
padding-top: 0.2em; padding-top: 0.2em;
font-size: 1.1em; font-size: 1.1em;
border-top: 1px solid #CCCCCC; border-top: 1px solid transparent;
clear: left; clear: left;
line-height: 140%; line-height: 140%;
overflow: hidden; overflow: hidden;
@ -434,7 +410,7 @@ dd .signature {
margin-top: 1.5em; margin-top: 1.5em;
padding-top: 0.2em; padding-top: 0.2em;
font-size: 1em; font-size: 1em;
border-top: 1px dashed #CCCCCC; border-top: 1px dashed transparent;
clear: left; clear: left;
line-height: 130%; line-height: 130%;
} }
@ -450,8 +426,8 @@ ul.searchresults {
----------------------------------------*/ ----------------------------------------*/
/* Quote block */ /* Quote block */
blockquote { blockquote {
background: #ebebeb none 6px 8px no-repeat; background: transparent none 6px 8px no-repeat;
border: 1px solid #dbdbdb; border: 1px solid transparent;
font-size: 0.95em; font-size: 0.95em;
margin: 0.5em 1px 0 25px; margin: 0.5em 1px 0 25px;
overflow: hidden; overflow: hidden;
@ -460,16 +436,10 @@ blockquote {
blockquote blockquote { blockquote blockquote {
/* Nested quotes */ /* Nested quotes */
background-color: #bababa;
font-size: 1em; font-size: 1em;
margin: 0.5em 1px 0 15px; margin: 0.5em 1px 0 15px;
} }
blockquote blockquote blockquote {
/* Nested quotes */
background-color: #e4e4e4;
}
blockquote cite { blockquote cite {
/* Username/source of quoter */ /* Username/source of quoter */
font-style: normal; font-style: normal;
@ -490,14 +460,13 @@ blockquote.uncited {
/* Code block */ /* Code block */
dl.codebox { dl.codebox {
padding: 3px; padding: 3px;
background-color: #FFFFFF; border: 1px solid transparent;
border: 1px solid #d8d8d8;
font-size: 1em; font-size: 1em;
} }
dl.codebox dt { dl.codebox dt {
text-transform: uppercase; text-transform: uppercase;
border-bottom: 1px solid #CCCCCC; border-bottom: 1px solid transparent;
margin-bottom: 3px; margin-bottom: 3px;
font-size: 0.8em; font-size: 0.8em;
font-weight: bold; font-weight: bold;
@ -518,17 +487,9 @@ dl.codebox code {
padding-top: 5px; padding-top: 5px;
font: 0.9em Monaco, "Andale Mono","Courier New", Courier, mono; font: 0.9em Monaco, "Andale Mono","Courier New", Courier, mono;
line-height: 1.3em; line-height: 1.3em;
color: #8b8b8b;
margin: 2px 0; margin: 2px 0;
} }
.syntaxbg { color: #FFFFFF; }
.syntaxcomment { color: #000000; }
.syntaxdefault { color: #bcbcbc; }
.syntaxhtml { color: #000000; }
.syntaxkeyword { color: #585858; }
.syntaxstring { color: #a7a7a7; }
/* Attachments /* Attachments
----------------------------------------*/ ----------------------------------------*/
.attachbox { .attachbox {
@ -536,15 +497,10 @@ dl.codebox code {
width: auto; width: auto;
margin: 5px 5px 5px 0; margin: 5px 5px 5px 0;
padding: 6px; padding: 6px;
background-color: #FFFFFF; border: 1px dashed transparent;
border: 1px dashed #d8d8d8;
clear: left; clear: left;
} }
.pm-message .attachbox {
background-color: #f3f3f3;
}
.attachbox dt { .attachbox dt {
font-family: Arial, Helvetica, sans-serif; font-family: Arial, Helvetica, sans-serif;
text-transform: uppercase; text-transform: uppercase;
@ -554,7 +510,7 @@ dl.codebox code {
margin-top: 4px; margin-top: 4px;
padding-top: 4px; padding-top: 4px;
clear: left; clear: left;
border-top: 1px solid #d8d8d8; border-top: 1px solid transparent;
} }
.attachbox dd dd { .attachbox dd dd {
@ -563,7 +519,6 @@ dl.codebox code {
.attachbox p { .attachbox p {
line-height: 110%; line-height: 110%;
color: #666666;
font-weight: normal; font-weight: normal;
clear: left; clear: left;
} }
@ -571,7 +526,6 @@ dl.codebox code {
.attachbox p.stats .attachbox p.stats
{ {
line-height: 110%; line-height: 110%;
color: #666666;
font-weight: normal; font-weight: normal;
clear: left; clear: left;
} }
@ -584,7 +538,7 @@ dl.codebox code {
} }
.attach-image img { .attach-image img {
border: 1px solid #999999; border: 1px solid transparent;
/* cursor: move; */ /* cursor: move; */
cursor: default; cursor: default;
} }
@ -613,19 +567,16 @@ dl.file dt {
} }
dl.file dd { dl.file dd {
color: #666666;
margin: 0; margin: 0;
padding: 0; padding: 0;
} }
dl.thumbnail img { dl.thumbnail img {
padding: 3px; padding: 3px;
border: 1px solid #666666; border: 1px solid transparent;
background-color: #FFF;
} }
dl.thumbnail dd { dl.thumbnail dd {
color: #666666;
font-style: italic; font-style: italic;
font-family: Verdana, Arial, Helvetica, sans-serif; font-family: Verdana, Arial, Helvetica, sans-serif;
} }
@ -634,12 +585,8 @@ dl.thumbnail dd {
font-size: 100%; font-size: 100%;
} }
dl.thumbnail dt a:hover {
background-color: #EEEEEE;
}
dl.thumbnail dt a:hover img { dl.thumbnail dt a:hover img {
border: 1px solid #d2d2d2; border: 1px solid transparent;
} }
/* Post poll styles /* Post poll styles
@ -650,15 +597,13 @@ fieldset.polls {
fieldset.polls dl { fieldset.polls dl {
margin-top: 5px; margin-top: 5px;
border-top: 1px solid #e2e2e2; border-top: 1px solid transparent;
padding: 5px 0 0 0; padding: 5px 0 0 0;
line-height: 120%; line-height: 120%;
color: #666666;
} }
fieldset.polls dl.voted { fieldset.polls dl.voted {
font-weight: bold; font-weight: bold;
color: #000000;
} }
fieldset.polls dt { fieldset.polls dt {
@ -692,41 +637,15 @@ fieldset.polls dd input {
fieldset.polls dd div { fieldset.polls dd div {
text-align: right; text-align: right;
font-family: Arial, Helvetica, sans-serif; font-family: Arial, Helvetica, sans-serif;
color: #FFFFFF;
font-weight: bold; font-weight: bold;
padding: 0 2px; padding: 0 2px;
overflow: visible; overflow: visible;
min-width: 2%; min-width: 2%;
} }
.pollbar1 { .pollbar1, .pollbar2, .pollbar3, .pollbar4, .pollbar5 {
background-color: #aaaaaa; border-bottom: 1px solid transparent;
border-bottom: 1px solid #747474; border-right: 1px solid transparent;
border-right: 1px solid #747474;
}
.pollbar2 {
background-color: #bebebe;
border-bottom: 1px solid #8c8c8c;
border-right: 1px solid #8c8c8c;
}
.pollbar3 {
background-color: #D1D1D1;
border-bottom: 1px solid #aaaaaa;
border-right: 1px solid #aaaaaa;
}
.pollbar4 {
background-color: #e4e4e4;
border-bottom: 1px solid #bebebe;
border-right: 1px solid #bebebe;
}
.pollbar5 {
background-color: #f8f8f8;
border-bottom: 1px solid #D1D1D1;
border-right: 1px solid #D1D1D1;
} }
/* Poster profile block /* Poster profile block
@ -735,15 +654,11 @@ fieldset.polls dd div {
/* Also see tweaks.css */ /* Also see tweaks.css */
margin: 5px 0 10px 0; margin: 5px 0 10px 0;
min-height: 80px; min-height: 80px;
color: #666666; border-left: 1px solid transparent;
border-left: 1px solid #FFFFFF;
width: 22%; width: 22%;
float: right; float: right;
display: inline; display: inline;
} }
.pm .postprofile {
border-left: 1px solid #DDDDDD;
}
.postprofile dd, .postprofile dt { .postprofile dd, .postprofile dt {
line-height: 1.2em; line-height: 1.2em;
@ -752,7 +667,6 @@ fieldset.polls dd div {
.postprofile strong { .postprofile strong {
font-weight: normal; font-weight: normal;
color: #000000;
} }
.avatar { .avatar {

View file

@ -20,10 +20,6 @@
padding: 0; padding: 0;
} }
#cp-main h3, #cp-main hr, #cp-menu hr {
border-color: #bfbfbf;
}
#cp-main .panel p { #cp-main .panel p {
font-size: 1.1em; font-size: 1.1em;
} }
@ -34,17 +30,16 @@
} }
#cp-main .panel li.row { #cp-main .panel li.row {
border-bottom: 1px solid #cbcbcb; border-bottom: 1px solid transparent;
border-top: 1px solid #F9F9F9; border-top: 1px solid transparent;
} }
ul.cplist { ul.cplist {
margin-bottom: 5px; margin-bottom: 5px;
border-top: 1px solid #cbcbcb; border-top: 1px solid transparent;
} }
#cp-main .panel li.header dd, #cp-main .panel li.header dt { #cp-main .panel li.header dd, #cp-main .panel li.header dt {
color: #000000;
margin-bottom: 2px; margin-bottom: 2px;
} }
@ -53,9 +48,8 @@ ul.cplist {
} }
#cp-main table.table1 thead th { #cp-main table.table1 thead th {
color: #333333;
font-weight: bold; font-weight: bold;
border-bottom: 1px solid #333333; border-bottom: 1px solid transparent;
padding: 5px; padding: 5px;
} }
@ -76,9 +70,8 @@ ul.cplist {
} }
#cp-main .pm-message { #cp-main .pm-message {
border: 1px solid #e2e2e2; border: 1px solid transparent;
margin: 10px 0; margin: 10px 0;
background-color: #FFFFFF;
width: auto; width: auto;
float: none; float: none;
} }
@ -141,23 +134,17 @@ ul.cplist {
display: block; display: block;
background: none no-repeat 100% -35px; background: none no-repeat 100% -35px;
padding: 6px 10px 6px 5px; padding: 6px 10px 6px 5px;
color: #828282;
white-space: nowrap; white-space: nowrap;
} }
#tabs a:hover span {
color: #bcbcbc;
}
#tabs .activetab a { #tabs .activetab a {
background-position: 0 0; background-position: 0 0;
border-bottom: 1px solid #ebebeb; border-bottom: 1px solid transparent;
} }
#tabs .activetab a span { #tabs .activetab a span {
background-position: 100% 0; background-position: 100% 0;
padding-bottom: 7px; padding-bottom: 7px;
color: #333333;
} }
#tabs a:hover { #tabs a:hover {
@ -173,7 +160,6 @@ ul.cplist {
} }
#tabs .activetab a:hover span { #tabs .activetab a:hover span {
color: #000000;
background-position: 100% 0; background-position: 100% 0;
} }
@ -196,7 +182,6 @@ ul.cplist {
padding: 0 10px 4px 10px; padding: 0 10px 4px 10px;
font-size: 1em; font-size: 1em;
font-weight: bold; font-weight: bold;
background-color: #f2f2f2;
margin-left: 2px; margin-left: 2px;
} }
@ -207,14 +192,6 @@ ul.cplist {
text-decoration: none; text-decoration: none;
} }
#minitabs li.activetab {
background-color: #F9F9F9;
}
#minitabs li.activetab a, #minitabs li.activetab a:hover {
color: #333333;
}
/* UCP navigation menu /* UCP navigation menu
----------------------------------------*/ ----------------------------------------*/
/* Container for sub-navigation list */ /* Container for sub-navigation list */
@ -242,43 +219,25 @@ ul.cplist {
margin: 1px 0; margin: 1px 0;
text-decoration: none; text-decoration: none;
font-weight: bold; font-weight: bold;
color: #333; background: transparent none repeat-y 100% 0;
background: #cfcfcf none repeat-y 100% 0;
} }
#navigation a:hover { #navigation a:hover {
text-decoration: none; text-decoration: none;
background-color: #c6c6c6;
color: #bcbcbc;
background-image: none; background-image: none;
} }
#navigation #active-subsection a { #navigation #active-subsection a {
display: block; display: block;
color: #d3d3d3;
background-color: #F9F9F9;
background-image: none; background-image: none;
} }
#navigation #active-subsection a:hover {
color: #d3d3d3;
}
/* Preferences pane layout /* Preferences pane layout
----------------------------------------*/ ----------------------------------------*/
#cp-main h2 { #cp-main h2 {
border-bottom: none; border-bottom: none;
padding: 0; padding: 0;
margin-left: 10px; margin-left: 10px;
color: #333333;
}
#cp-main .panel {
background-color: #F9F9F9;
}
#cp-main .pm {
background-color: #FFFFFF;
} }
#cp-main span.corners-top, #cp-menu span.corners-top { #cp-main span.corners-top, #cp-menu span.corners-top {
@ -316,7 +275,6 @@ ul.cplist {
/* Friends list */ /* Friends list */
.cp-mini { .cp-mini {
background-color: #f9f9f9;
padding: 0 5px; padding: 0 5px;
margin: 10px 15px 10px 5px; margin: 10px 15px 10px 5px;
} }
@ -327,7 +285,6 @@ ul.cplist {
dl.mini dt { dl.mini dt {
font-weight: bold; font-weight: bold;
color: #676767;
} }
dl.mini dd { dl.mini dd {
@ -352,7 +309,7 @@ dl.mini dd {
.pm-panel-header { .pm-panel-header {
margin: 0; margin: 0;
padding-bottom: 10px; padding-bottom: 10px;
border-bottom: 1px dashed #A4B3BF; border-bottom: 1px dashed transparent;
} }
.reply-all { .reply-all {
@ -373,12 +330,7 @@ dl.mini dd {
#cp-main .pm-message-nav { #cp-main .pm-message-nav {
margin: 0; margin: 0;
padding: 2px 10px 5px 10px; padding: 2px 10px 5px 10px;
border-bottom: 1px dashed #A4B3BF; border-bottom: 1px dashed transparent;
}
/* PM Message history */
.current {
color: #999999;
} }
/* Defined rules list for PM options */ /* Defined rules list for PM options */
@ -401,31 +353,16 @@ ol.def-rules li {
} }
.pmlist li.pm_message_reported_colour, .pm_message_reported_colour { .pmlist li.pm_message_reported_colour, .pm_message_reported_colour {
border-left-color: #bcbcbc; border-left-color: transparent;
border-right-color: #bcbcbc; border-right-color: transparent;
}
.pmlist li.pm_marked_colour, .pm_marked_colour {
padding: 0;
border: solid 3px #ffffff;
border-width: 0 3px;
}
.pmlist li.pm_replied_colour, .pm_replied_colour {
padding: 0;
border: solid 3px #c2c2c2;
border-width: 0 3px;
}
.pmlist li.pm_friend_colour, .pm_friend_colour {
padding: 0;
border: solid 3px #bdbdbd;
border-width: 0 3px;
} }
.pmlist li.pm_marked_colour, .pm_marked_colour,
.pmlist li.pm_replied_colour, .pm_replied_colour,
.pmlist li.pm_friend_colour, .pm_friend_colour,
.pmlist li.pm_foe_colour, .pm_foe_colour { .pmlist li.pm_foe_colour, .pm_foe_colour {
padding: 0; padding: 0;
border: solid 3px #000000; border: solid 3px transparent;
border-width: 0 3px; border-width: 0 3px;
} }
@ -444,11 +381,6 @@ ol.def-rules li {
margin: 10px; margin: 10px;
padding: 5px; padding: 5px;
width: auto; width: auto;
background: #FFFFFF; border: 1px solid transparent;
border: 1px solid #CCC;
text-align: center; text-align: center;
} }
#gallery label:hover {
background-color: #EEE;
}

View file

@ -23,9 +23,8 @@ select {
font-weight: normal; font-weight: normal;
cursor: pointer; cursor: pointer;
vertical-align: middle; vertical-align: middle;
border: 1px solid #666666; border: 1px solid transparent;
padding: 1px; padding: 1px;
background-color: #FAFAFA;
font-size: 1em; font-size: 1em;
} }
@ -33,10 +32,6 @@ option {
padding-right: 1em; padding-right: 1em;
} }
option.disabled-option {
color: graytext;
}
textarea { textarea {
font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif; font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
width: 60%; width: 60%;
@ -48,7 +43,6 @@ textarea {
label { label {
cursor: default; cursor: default;
padding-right: 5px; padding-right: 5px;
color: #676767;
} }
label input { label input {
@ -89,10 +83,6 @@ fieldset.fields1 dd {
border-left-width: 0; border-left-width: 0;
} }
fieldset.fields1 {
background-color: transparent;
}
fieldset.fields1 div { fieldset.fields1 div {
margin-bottom: 3px; margin-bottom: 3px;
} }
@ -121,7 +111,6 @@ dt label {
dd label { dd label {
white-space: nowrap; white-space: nowrap;
color: #333;
} }
dd input, dd textarea { dd input, dd textarea {
@ -137,14 +126,6 @@ dd textarea {
} }
/* Hover effects */ /* Hover effects */
fieldset dl:hover dt label {
color: #000000;
}
fieldset.fields2 dl:hover dt label {
color: inherit;
}
#timezone { #timezone {
width: 95%; width: 95%;
} }
@ -166,7 +147,6 @@ fieldset.quick-login input.inputbox {
width: 15%; width: 15%;
vertical-align: middle; vertical-align: middle;
margin-right: 5px; margin-right: 5px;
background-color: #f3f3f3;
} }
fieldset.quick-login label { fieldset.quick-login label {
@ -268,7 +248,6 @@ fieldset.submit-buttons input {
min-width: 100%; min-width: 100%;
max-width: 100%; max-width: 100%;
font-size: 1.2em; font-size: 1.2em;
color: #333333;
} }
/* Emoticons panel */ /* Emoticons panel */
@ -284,20 +263,13 @@ fieldset.submit-buttons input {
/* Input field styles /* Input field styles
---------------------------------------- */ ---------------------------------------- */
.inputbox { .inputbox {
background-color: #FFFFFF; border: 1px solid transparent;
border: 1px solid #c0c0c0;
color: #333333;
padding: 2px; padding: 2px;
cursor: text; cursor: text;
} }
.inputbox:hover { .inputbox:hover, .inputbox:focus {
border: 1px solid #eaeaea; border: 1px solid transparent;
}
.inputbox:focus {
border: 1px solid #eaeaea;
color: #4b4b4b;
} }
input.inputbox { width: 85%; } input.inputbox { width: 85%; }
@ -324,13 +296,12 @@ a.button1, input.button1, input.button3, a.button2, input.button2 {
padding-top: 1px; padding-top: 1px;
padding-bottom: 1px; padding-bottom: 1px;
font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif; font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
color: #000; background: transparent none repeat-x top left;
background: #FAFAFA none repeat-x top left;
} }
a.button1, input.button1 { a.button1, input.button1 {
font-weight: bold; font-weight: bold;
border: 1px solid #666666; border: 1px solid transparent;
} }
input.button3 { input.button3 {
@ -344,13 +315,12 @@ input.button3 {
/* Alternative button */ /* Alternative button */
a.button2, input.button2, input.button3 { a.button2, input.button2, input.button3 {
border: 1px solid #666666; border: 1px solid transparent;
} }
/* <a> button in the style of the form buttons */ /* <a> button in the style of the form buttons */
a.button1, a.button1:link, a.button1:visited, a.button1:active, a.button2, a.button2:link, a.button2:visited, a.button2:active { a.button1, a.button1:link, a.button1:visited, a.button1:active, a.button2, a.button2:link, a.button2:visited, a.button2:active {
text-decoration: none; text-decoration: none;
color: #000000;
padding: 2px 8px; padding: 2px 8px;
line-height: 250%; line-height: 250%;
vertical-align: text-bottom; vertical-align: text-bottom;
@ -359,14 +329,12 @@ a.button1, a.button1:link, a.button1:visited, a.button1:active, a.button2, a.but
/* Hover states */ /* Hover states */
a.button1:hover, input.button1:hover, a.button2:hover, input.button2:hover, input.button3:hover { a.button1:hover, input.button1:hover, a.button2:hover, input.button2:hover, input.button3:hover {
border: 1px solid #BCBCBC; border: 1px solid transparent;
background-position: 0 100%; background-position: 0 100%;
color: #BCBCBC;
} }
input.disabled { input.disabled {
font-weight: normal; font-weight: normal;
color: #666666;
} }
/* Topic and forum Search */ /* Topic and forum Search */

View file

@ -7,10 +7,17 @@ a {
unicode-bidi: embed; unicode-bidi: embed;
} }
a:link { color: #898989; text-decoration: none; } a:link, a:visited {
a:visited { color: #898989; text-decoration: none; } text-decoration: none;
a:hover { color: #d3d3d3; text-decoration: underline; } }
a:active { color: #d2d2d2; text-decoration: none; }
a:hover {
text-decoration: underline;
}
a:active {
text-decoration: none;
}
/* Coloured usernames */ /* Coloured usernames */
.username-coloured { .username-coloured {
@ -21,22 +28,18 @@ a:active { color: #d2d2d2; text-decoration: none; }
/* Links on gradient backgrounds */ /* Links on gradient backgrounds */
#search-box a:link, .navbg a:link, .forumbg .header a:link, .forabg .header a:link, th a:link { #search-box a:link, .navbg a:link, .forumbg .header a:link, .forabg .header a:link, th a:link {
color: #FFFFFF;
text-decoration: none; text-decoration: none;
} }
#search-box a:visited, .navbg a:visited, .forumbg .header a:visited, .forabg .header a:visited, th a:visited { #search-box a:visited, .navbg a:visited, .forumbg .header a:visited, .forabg .header a:visited, th a:visited {
color: #FFFFFF;
text-decoration: none; text-decoration: none;
} }
#search-box a:hover, .navbg a:hover, .forumbg .header a:hover, .forabg .header a:hover, th a:hover { #search-box a:hover, .navbg a:hover, .forumbg .header a:hover, .forabg .header a:hover, th a:hover {
color: #ffffff;
text-decoration: underline; text-decoration: underline;
} }
#search-box a:active, .navbg a:active, .forumbg .header a:active, .forabg .header a:active, th a:active { #search-box a:active, .navbg a:active, .forumbg .header a:active, .forabg .header a:active, th a:active {
color: #ffffff;
text-decoration: none; text-decoration: none;
} }
@ -45,96 +48,65 @@ a.forumtitle {
font-family: "Trebuchet MS", Helvetica, Arial, Sans-serif; font-family: "Trebuchet MS", Helvetica, Arial, Sans-serif;
font-size: 1.2em; font-size: 1.2em;
font-weight: bold; font-weight: bold;
color: #898989;
text-decoration: none; text-decoration: none;
} }
/* a.forumtitle:visited { color: #898989; } */
a.forumtitle:hover { a.forumtitle:hover {
color: #bcbcbc;
text-decoration: underline; text-decoration: underline;
} }
a.forumtitle:active {
color: #898989;
}
a.topictitle { a.topictitle {
font-family: "Trebuchet MS", Helvetica, Arial, Sans-serif; font-family: "Trebuchet MS", Helvetica, Arial, Sans-serif;
font-size: 1.2em; font-size: 1.2em;
font-weight: bold; font-weight: bold;
color: #898989;
text-decoration: none; text-decoration: none;
} }
/* a.topictitle:visited { color: #d2d2d2; } */
a.topictitle:hover { a.topictitle:hover {
color: #bcbcbc;
text-decoration: underline; text-decoration: underline;
} }
a.topictitle:active {
color: #898989;
}
/* Post body links */ /* Post body links */
.postlink { .postlink {
text-decoration: none; text-decoration: none;
color: #d2d2d2; border-bottom: 1px solid transparent;
border-bottom: 1px solid #d2d2d2;
padding-bottom: 0; padding-bottom: 0;
} }
/* .postlink:visited { color: #bdbdbd; } */
.postlink:active {
color: #d2d2d2;
}
.postlink:hover { .postlink:hover {
background-color: #f6f6f6;
text-decoration: none; text-decoration: none;
color: #404040;
} }
.signature a, .signature a:visited, .signature a:hover, .signature a:active { .signature a, .signature a:visited, .signature a:hover, .signature a:active {
border: none; border: none;
text-decoration: underline; text-decoration: underline;
background-color: transparent;
} }
/* Profile links */ /* Profile links */
.postprofile a:link, .postprofile a:visited, .postprofile dt.author a { .postprofile a:link, .postprofile a:visited, .postprofile dt.author a {
font-weight: bold; font-weight: bold;
color: #898989;
text-decoration: none; text-decoration: none;
} }
.postprofile a:hover, .postprofile dt.author a:hover { .postprofile a:hover, .postprofile dt.author a:hover {
text-decoration: underline; text-decoration: underline;
color: #d3d3d3;
} }
/* CSS spec requires a:link, a:visited, a:hover and a:active rules to be specified in this order. */ /* CSS spec requires a:link, a:visited, a:hover and a:active rules to be specified in this order. */
/* See http://www.phpbb.com/bugs/phpbb3/59685 */ /* See http://www.phpbb.com/bugs/phpbb3/59685 */
.postprofile a:active { .postprofile a:active {
font-weight: bold; font-weight: bold;
color: #898989;
text-decoration: none; text-decoration: none;
} }
/* Profile searchresults */ /* Profile searchresults */
.search .postprofile a { .search .postprofile a {
color: #898989;
text-decoration: none; text-decoration: none;
font-weight: normal; font-weight: normal;
} }
.search .postprofile a:hover { .search .postprofile a:hover {
color: #d3d3d3;
text-decoration: underline; text-decoration: underline;
} }
@ -177,7 +149,6 @@ a.up, a.up:link, a.up:active, a.up:visited {
a.up:hover { a.up:hover {
background-position: left top; background-position: left top;
background-color: transparent;
} }
a.down, a.down:link, a.down:active, a.down:visited { a.down, a.down:link, a.down:active, a.down:visited {
@ -194,7 +165,6 @@ a.left, a.left:active, a.left:visited {
} }
a.left:hover { a.left:hover {
color: #d2d2d2;
text-decoration: none; text-decoration: none;
background-position: 0 60%; background-position: 0 60%;
} }
@ -204,7 +174,6 @@ a.right, a.right:active, a.right:visited {
} }
a.right:hover { a.right:hover {
color: #d2d2d2;
text-decoration: none; text-decoration: none;
background-position: 100% 60%; background-position: 100% 60%;
} }