diff options
Diffstat (limited to 'public/assets/css/bucky.css')
| -rw-r--r-- | public/assets/css/bucky.css | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/public/assets/css/bucky.css b/public/assets/css/bucky.css index 9f19341..5305999 100644 --- a/public/assets/css/bucky.css +++ b/public/assets/css/bucky.css @@ -55,6 +55,10 @@ h1 { top: 1px; margin-bottom: 5px; } +a:link { color: #2050ca; text-decoration: underline; } +a:visited { color: #1030aa; text-decoration: none; } +a:active { color: #a0a0c7; text-decoration: underline; } +a:hover { color: #2040f0; text-decoration: underline; } hr { border-color: #000; } @@ -220,3 +224,37 @@ tr:nth-child(even) td.black:hover { background-color: #f8f8f8; color: #000000; .old { color: #425050; } .older { color: #5D6464; } .quiet { color: #787878; } + + +#comments, #comments tr { + margin: 0; padding: 0; + border-spacing: 0; +} +.comment { + padding: 4px 6px 8px 6px; + border-bottom: 1px solid #ccc; + border-left: 1px solid #ccc; + border-right: 1px solid #ccc; +} +tr .user { + padding: 4px; + text-align: center; +} +tr .user img { + border: 1px solid; +} +tr:first-child .comment { + border-top: 1px solid #ccc; +} +.comment div { + font-size: 12px; + padding-top: 3px; + padding-bottom: 20px; +} +.comment .date { + float: right; +} +.comment .edit-links { +} +tr:nth-child(even) td.comment { background-color: #f3f1f2; } +tr:nth-child(odd) td.comment { background-color: #fcf8f8; } |
