aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDominik Dröscher <dhn2@users.sourceforge.net>2007-05-19 11:18:00 +0000
committerDominik Dröscher <dhn2@users.sourceforge.net>2007-05-19 11:18:00 +0000
commit20ff6c35e29bce24e761221c83d93a943f3f176d (patch)
tree9c62613c22e1c0f455d504320f772be7ddd0e621
parente327c74d6c3b9c481ea06601b266aa26dadf63d7 (diff)
downloadforums-20ff6c35e29bce24e761221c83d93a943f3f176d.tar
forums-20ff6c35e29bce24e761221c83d93a943f3f176d.tar.gz
forums-20ff6c35e29bce24e761221c83d93a943f3f176d.tar.bz2
forums-20ff6c35e29bce24e761221c83d93a943f3f176d.tar.xz
forums-20ff6c35e29bce24e761221c83d93a943f3f176d.zip
#10337
Nothing major, just a cleanup for ultimate grayness git-svn-id: file:///svn/phpbb/trunk@7639 89ea8834-ac86-4346-8a33-228a782c2dd0
-rw-r--r--phpBB/styles/prosilver/theme/common.css6
-rw-r--r--phpBB/styles/prosilver/theme/content.css4
-rw-r--r--phpBB/styles/prosilver/theme/forms.css2
-rw-r--r--phpBB/styles/prosilver/theme/links.css2
4 files changed, 7 insertions, 7 deletions
diff --git a/phpBB/styles/prosilver/theme/common.css b/phpBB/styles/prosilver/theme/common.css
index 0a5bc48409..4bbad79d84 100644
--- a/phpBB/styles/prosilver/theme/common.css
+++ b/phpBB/styles/prosilver/theme/common.css
@@ -369,7 +369,7 @@ table.table1 tbody tr:hover, table.table1 tbody tr.hover {
}
table.table1 td {
- color: #536482;
+ color: #6a6a6a;
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 {
font-weight: normal;
text-decoration: none;
- color: #5C758C;
+ color: #747474;
margin: 0 2px;
padding: 0 2px;
background-color: #eeeeee;
- border: 1px solid #B4BAC0;
+ border: 1px solid #bababa;
font-size: 0.9em;
line-height: 1.5em;
}
diff --git a/phpBB/styles/prosilver/theme/content.css b/phpBB/styles/prosilver/theme/content.css
index 3360a4ef58..60bc15d76d 100644
--- a/phpBB/styles/prosilver/theme/content.css
+++ b/phpBB/styles/prosilver/theme/content.css
@@ -413,14 +413,14 @@ blockquote {
blockquote blockquote {
/* Nested quotes */
- background-color:#EFEED9;
+ background-color:#bababa;
font-size:1em;
margin:0.5em 1px 0pt 15px;
}
blockquote blockquote blockquote {
/* Nested quotes */
- background-color: #EBEADD;
+ background-color: #e4e4e4;
}
blockquote cite {
diff --git a/phpBB/styles/prosilver/theme/forms.css b/phpBB/styles/prosilver/theme/forms.css
index 006ed3b026..2b517cdceb 100644
--- a/phpBB/styles/prosilver/theme/forms.css
+++ b/phpBB/styles/prosilver/theme/forms.css
@@ -280,7 +280,7 @@ fieldset.submit-buttons input {
.inputbox:focus {
border: 1px solid #eaeaea;
- color: #0F4987;
+ color: #4b4b4b;
}
input.checkbox {
diff --git a/phpBB/styles/prosilver/theme/links.css b/phpBB/styles/prosilver/theme/links.css
index f8d06afcba..736e7aaeef 100644
--- a/phpBB/styles/prosilver/theme/links.css
+++ b/phpBB/styles/prosilver/theme/links.css
@@ -93,7 +93,7 @@ a.topictitle:active {
.postlink:hover {
background-color: #f6f6f6;
text-decoration: none;
- color: #0D4473;
+ color: #404040;
}
.signature a, .signature a:visited, .signature a:active, .signature a:hover {