diff options
Diffstat (limited to 'cgi-bin/html/style.css')
-rw-r--r-- | cgi-bin/html/style.css | 71 |
1 files changed, 71 insertions, 0 deletions
diff --git a/cgi-bin/html/style.css b/cgi-bin/html/style.css index 7fbaac9..d3b9e3f 100644 --- a/cgi-bin/html/style.css +++ b/cgi-bin/html/style.css @@ -6,4 +6,75 @@ .cke_top { padding:0px; +} + +#container +{ + width: 500px; + margin: 0 auto; + font-size: 12px; + line-height: 20px; +} + +.whisper_unit_odd +{ + background: #f2f2f2; +} + +.whisper_unit_even +{ +} + +.whisper_unit +{ + box-sizing:border-box; + -moz-box-sizing:border-box; /* Firefox */ + -webkit-box-sizing:border-box; /* Safari */ + padding: 5px; +} + +.whisper_date +{ + float:left; + color : #aaaaaa; +} + +.whisper_edit a +{ + float:right; + color : #cccccc; +} + +.whisper_edit a:hover +{ + float:right; + color : #3ea17c; +} + +.pagejump +{ + color : #3ea17c; +} + +#pagejump_next +{ + float:right; +} + +p { + -webkit-margin-before: 0px; + -webkit-margin-after: 0px; + -webkit-margin-start: 0px; + -webkit-margin-end: 0px; +} + +/*cke*/ +a.cke_button +{ + padding:2px; +} +.cke_editable +{ + font-size: 12px; + line-height: 12px; }
\ No newline at end of file |