default theme optimizations in other themes

This commit is contained in:
Claude 2013-04-18 15:18:14 +02:00
parent 8199fe847b
commit 74bd41958b
3 changed files with 53 additions and 5 deletions

View File

@ -409,6 +409,7 @@ h4 {
margin-left: 10px; margin-left: 10px;
background: #ebf4fb; background: #ebf4fb;
position: relative; position: relative;
color: #000;
} }
.text_formatted ol { .text_formatted ol {

View File

@ -143,6 +143,11 @@ h4 {
display: block; display: block;
} }
#captcha {
position: relative;
left: 140px;
}
.form_wrapper .item_group .item input, .form_wrapper .item_group .item select { .form_wrapper .item_group .item input, .form_wrapper .item_group .item select {
width: 104px; width: 104px;
float: left; float: left;
@ -159,7 +164,7 @@ h4 {
margin-bottom: 10px; margin-bottom: 10px;
} }
.form_wrapper .hidden { .hidden {
display: none; display: none;
} }
@ -331,6 +336,10 @@ h4 {
width: 100px; width: 100px;
} }
.recent .qr {
width: 20px;
}
.recent .hits { .recent .hits {
width: 70px; width: 70px;
} }
@ -386,7 +395,7 @@ h4 {
.detail .item { .detail .item {
color: #ccc; color: #ccc;
width: 50px; width: 60px;
display: block; display: block;
float: left; float: left;
} }
@ -422,6 +431,17 @@ h4 {
list-style: decimal outside; list-style: decimal outside;
} }
.text_formatted ins {
color: green;
background: #dfd;
text-decoration: none;
}
.text_formatted del {
color: red;
background: #fdd;
}
/* !Messages */ /* !Messages */
.message { .message {
width: 100%; width: 100%;

View File

@ -163,6 +163,12 @@ h4 {
display: block; display: block;
} }
#captcha {
position: relative;
left: 140px;
}
.form_wrapper .item_group .item input, .form_wrapper .item_group .item select { .form_wrapper .item_group .item input, .form_wrapper .item_group .item select {
width: 104px; width: 104px;
float: left; float: left;
@ -180,7 +186,7 @@ h4 {
margin-bottom: 10px; margin-bottom: 10px;
} }
.form_wrapper .hidden { .hidden {
display: none; display: none;
} }
@ -358,6 +364,10 @@ h4 {
width: 100px; width: 100px;
} }
.recent .qr {
width: 20px;
}
.recent .hits { .recent .hits {
width: 70px; width: 70px;
} }
@ -380,9 +390,14 @@ h4 {
} }
.recent .even { .recent .even {
color: #000;
background-color: #F1F5FA; background-color: #F1F5FA;
} }
.recent .even a {
color: #000;
}
/* !Pastes */ /* !Pastes */
.meta { .meta {
font-size: 93%; font-size: 93%;
@ -408,7 +423,7 @@ h4 {
.detail .item { .detail .item {
color: #ccc; color: #ccc;
width: 50px; width: 60px;
display: block; display: block;
float: left; float: left;
} }
@ -433,7 +448,7 @@ h4 {
margin-left: 10px; margin-left: 10px;
background: #fff; background: #fff;
position: relative; position: relative;
color: #aaa; color: #000;
} }
.text_formatted ol { .text_formatted ol {
@ -444,6 +459,18 @@ h4 {
list-style: decimal outside; list-style: decimal outside;
} }
.text_formatted ins {
color: green;
background: #dfd;
text-decoration: none;
}
.text_formatted del {
color: red;
background: #fdd;
}
/* !Messages */ /* !Messages */
.message { .message {
width: 100%; width: 100%;