mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-12 22:38:52 +00:00
Nothing major, just a cleanup for ultimate grayness git-svn-id: file:///svn/phpbb/trunk@7639 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
e327c74d6c
commit
20ff6c35e2
4 changed files with 7 additions and 7 deletions
|
@ -369,7 +369,7 @@ table.table1 tbody tr:hover, table.table1 tbody tr.hover {
|
||||||
}
|
}
|
||||||
|
|
||||||
table.table1 td {
|
table.table1 td {
|
||||||
color: #536482;
|
color: #6a6a6a;
|
||||||
font-size: 1.1em;
|
font-size: 1.1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -502,11 +502,11 @@ li.pagination {
|
||||||
.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: #5C758C;
|
color: #747474;
|
||||||
margin: 0 2px;
|
margin: 0 2px;
|
||||||
padding: 0 2px;
|
padding: 0 2px;
|
||||||
background-color: #eeeeee;
|
background-color: #eeeeee;
|
||||||
border: 1px solid #B4BAC0;
|
border: 1px solid #bababa;
|
||||||
font-size: 0.9em;
|
font-size: 0.9em;
|
||||||
line-height: 1.5em;
|
line-height: 1.5em;
|
||||||
}
|
}
|
||||||
|
|
|
@ -413,14 +413,14 @@ blockquote {
|
||||||
|
|
||||||
blockquote blockquote {
|
blockquote blockquote {
|
||||||
/* Nested quotes */
|
/* Nested quotes */
|
||||||
background-color:#EFEED9;
|
background-color:#bababa;
|
||||||
font-size:1em;
|
font-size:1em;
|
||||||
margin:0.5em 1px 0pt 15px;
|
margin:0.5em 1px 0pt 15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
blockquote blockquote blockquote {
|
blockquote blockquote blockquote {
|
||||||
/* Nested quotes */
|
/* Nested quotes */
|
||||||
background-color: #EBEADD;
|
background-color: #e4e4e4;
|
||||||
}
|
}
|
||||||
|
|
||||||
blockquote cite {
|
blockquote cite {
|
||||||
|
|
|
@ -280,7 +280,7 @@ fieldset.submit-buttons input {
|
||||||
|
|
||||||
.inputbox:focus {
|
.inputbox:focus {
|
||||||
border: 1px solid #eaeaea;
|
border: 1px solid #eaeaea;
|
||||||
color: #0F4987;
|
color: #4b4b4b;
|
||||||
}
|
}
|
||||||
|
|
||||||
input.checkbox {
|
input.checkbox {
|
||||||
|
|
|
@ -93,7 +93,7 @@ a.topictitle:active {
|
||||||
.postlink:hover {
|
.postlink:hover {
|
||||||
background-color: #f6f6f6;
|
background-color: #f6f6f6;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
color: #0D4473;
|
color: #404040;
|
||||||
}
|
}
|
||||||
|
|
||||||
.signature a, .signature a:visited, .signature a:active, .signature a:hover {
|
.signature a, .signature a:visited, .signature a:active, .signature a:hover {
|
||||||
|
|
Loading…
Add table
Reference in a new issue