diff options
author | Sarven Capadisli <csarven@controlyourself.ca> | 2009-04-20 01:00:40 +0000 |
---|---|---|
committer | Sarven Capadisli <csarven@controlyourself.ca> | 2009-04-20 01:00:40 +0000 |
commit | 802c1f121b58651cf2d68207781c09bd8958e546 (patch) | |
tree | 6214a746c6e6cc3e2e292721ef7c9e2955908f51 /theme/otalk/css/display.css | |
parent | a37bfcbb4344948497f3055c641f174314f07d7b (diff) |
otalk theme update to overflows
Diffstat (limited to 'theme/otalk/css/display.css')
-rw-r--r-- | theme/otalk/css/display.css | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/theme/otalk/css/display.css b/theme/otalk/css/display.css index b6ee9aaea..c03920339 100644 --- a/theme/otalk/css/display.css +++ b/theme/otalk/css/display.css @@ -74,7 +74,9 @@ color:#8F0000; border-color:#CEE1E9; } #content .notice .entry-title, -input, textarea, select, option { +input, textarea, select, option, +.pagination .nav_prev a, +.pagination .nav_next a { background-color:rgba(255,255,255,0.8); } @@ -84,19 +86,15 @@ background-color:rgba(255,255,255,0.9); #content .notice:nth-child(1) .entry-title { background-color:rgba(255,255,255,0.95); -font-size:2em; } #content .notice:nth-child(2) .entry-title { background-color:rgba(255,255,255,0.9); -font-size:1.9em; } #content .notice:nth-child(3) .entry-title { background-color:rgba(255,255,255,0.8); -font-size:1.8em; } #content .notice:nth-child(4) .entry-title { background-color:rgba(255,255,255,0.7); -font-size:1.7em; } #content .notice:nth-child(5) .entry-title { background-color:rgba(255,255,255,0.6); |