Archived
1
0

css tweaks

This commit is contained in:
jeff 2015-08-06 10:50:39 -04:00
parent b0b7d905dd
commit e70d44a175

View File

@ -44,10 +44,17 @@ textarea {
padding: 10px 10px; padding: 10px 10px;
} }
.post, th, .ukko_thread_header { .reply, th, .ukko_thread_header {
background: #d6daf0; background: #d6daf0;
} }
hr {
height: 0px;
border-width: 1px medium medium;
border-color: #b7c5d9;
border-style: solid none none;
}
.ukko_thread_header { .ukko_thread_header {
padding: 5px 5px; padding: 5px 5px;
margin: 5px 5px; margin: 5px 5px;
@ -62,7 +69,7 @@ th {
} }
body { body {
background: #eef2ff; background: linear-gradient(to top, #eef2ff, #eaf1ff) repeat scroll;
font-family: arial,helvetica,sans-serif; font-family: arial,helvetica,sans-serif;
font-size: 10pt; font-size: 10pt;
margin: 0 4px; margin: 0 4px;
@ -83,7 +90,6 @@ body {
} }
.op { .op {
background: #eef2ff;
margin-right: 20px; margin-right: 20px;
margin-bottom: 10px; margin-bottom: 10px;
} }