Initial commit
[2ch-be.git] / dev-test / artist / css / astyle.css
blobf82cd210112a7e9e4f28e3f92c32d0c161bf159d
1 .showcase{
2 padding:5px 8px 3px;
4 #al li{
5 margin-left:10px;
7 .body{
8 margin-top:20px;
10 .main{
11 padding:0px 10px 5px;
13 .optionlistview{
14 padding:10px;
16 .sizecontrol{
17 max-height:800px;
18 overflow-y:auto;
19 overflow-x:hidden;
20 width:100%;
22 .art{
23 background:#f5f5f5;
24 float:left;
25 margin:20px 20px;
26 padding:3px;
27 width:120px;
30 .alist_art{
31 background:#f5f5f5;
32 float:left;
33 margin:3px 5px;
34 padding:3px;
35 width:120px;
37 .wordwrap_ {
38 white-space: pre; /* CSS 2.0 */
39 white-space: pre-wrap; /* CSS 2.1 */
40 white-space: pre-line; /* CSS 3.0 */
41 white-space: -pre-wrap; /* Opera 4-6 */
42 white-space: -o-pre-wrap; /* Opera 7 */
43 white-space: -moz-pre-wrap; /* Mozilla */
44 word-wrap: break-word; /* IE 5+ */
47 .hide{
48 border:none !important;