split extension styles, so other themes can use them better

This commit is contained in:
Shish
2012-02-12 11:25:58 +00:00
parent 67623246e9
commit 6c29ccee40
4 changed files with 76 additions and 73 deletions

37
ext/setup/style.css Normal file
View File

@ -0,0 +1,37 @@
.setupblocks {
column-width: 400px;
-moz-column-width: 400px;
-webkit-column-width: 400px;
max-width: 1200px;
margin: auto;
}
.setupblocks .rr {
break-inside: avoid;
-moz-break-inside: avoid;
-webkit-break-inside: avoid;
column-break-inside: avoid;
-moz-column-break-inside: avoid;
-webkit-column-break-inside: avoid;
}
.setupblock {
text-align: center;
width: 100%;
}
.setupblock TEXTAREA {
width: 100%;
font-size: 0.75em;
resize: vertical;
}
.helpable {
border-bottom: 1px dashed gray;
}
.ok {
background: #AFA;
}
.bad {
background: #FAA;
}