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;
background: #ebf4fb;
position: relative;
color: #000;
}
.text_formatted ol {

View File

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

View File

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