2012-02-12 11:25:58 +00:00
|
|
|
.setupblocks {
|
|
|
|
column-width: 400px;
|
|
|
|
-moz-column-width: 400px;
|
|
|
|
-webkit-column-width: 400px;
|
|
|
|
max-width: 1200px;
|
|
|
|
margin: auto;
|
|
|
|
}
|
2015-01-06 13:12:21 +00:00
|
|
|
.setupblocks > .setupblock:first-of-type { margin-top: 0; }
|
|
|
|
|
2012-03-12 05:31:19 +00:00
|
|
|
.setupblock {
|
2012-02-12 11:25:58 +00:00
|
|
|
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;
|
|
|
|
text-align: center;
|
2012-06-26 19:41:20 +01:00
|
|
|
width: 90%;
|
2012-02-12 11:25:58 +00:00
|
|
|
}
|
|
|
|
.setupblock TEXTAREA {
|
|
|
|
width: 100%;
|
|
|
|
font-size: 0.75em;
|
|
|
|
resize: vertical;
|
|
|
|
}
|
|
|
|
|
|
|
|
.helpable {
|
|
|
|
border-bottom: 1px dashed gray;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ok {
|
|
|
|
background: #AFA;
|
|
|
|
}
|
|
|
|
.bad {
|
|
|
|
background: #FAA;
|
|
|
|
}
|
|
|
|
|
2012-03-12 05:31:19 +00:00
|
|
|
#Setupmain .blockbody {
|
|
|
|
background: none;
|
|
|
|
border: none;
|
|
|
|
box-shadow: none;
|
2020-03-13 09:23:54 +00:00
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
2012-03-12 05:31:19 +00:00
|
|
|
}
|