otalk theme: Using two columns for notice list
This commit is contained in:
parent
06e012cc71
commit
d8e49a2174
@ -12,7 +12,7 @@ img { display:block; border:0; }
|
|||||||
a abbr { cursor: pointer; border-bottom:0; }
|
a abbr { cursor: pointer; border-bottom:0; }
|
||||||
table { border-collapse:collapse; }
|
table { border-collapse:collapse; }
|
||||||
ol { list-style-position:inside; }
|
ol { list-style-position:inside; }
|
||||||
html { font-size: 87.5%; background-color:#fff; height:100%; }
|
html { font-size: 87.5%; background-color:#fff; }
|
||||||
body {
|
body {
|
||||||
background-color:#fff;
|
background-color:#fff;
|
||||||
color:#000;
|
color:#000;
|
||||||
@ -386,12 +386,12 @@ margin-bottom:1em;
|
|||||||
}
|
}
|
||||||
|
|
||||||
#content {
|
#content {
|
||||||
width:100%;
|
width:67.9%;
|
||||||
min-height:259px;
|
min-height:259px;
|
||||||
padding-top:1.795%;
|
padding-top:1.795%;
|
||||||
padding-bottom:1.795%;
|
padding-bottom:1.795%;
|
||||||
|
|
||||||
float:left;
|
float:left;
|
||||||
|
clear:left;
|
||||||
border-radius:7px;
|
border-radius:7px;
|
||||||
-moz-border-radius:7px;
|
-moz-border-radius:7px;
|
||||||
-moz-border-radius-topleft:0;
|
-moz-border-radius-topleft:0;
|
||||||
@ -409,11 +409,11 @@ float:left;
|
|||||||
}
|
}
|
||||||
|
|
||||||
#aside_primary {
|
#aside_primary {
|
||||||
width:96.3%;
|
width:27.917%;
|
||||||
min-height:259px;
|
min-height:259px;
|
||||||
float:left;
|
float:left;
|
||||||
clear:both;
|
|
||||||
padding:1.795%;
|
padding:1.795%;
|
||||||
|
margin-left:0.385%;
|
||||||
border-radius:7px;
|
border-radius:7px;
|
||||||
-moz-border-radius:7px;
|
-moz-border-radius:7px;
|
||||||
-webkit-border-radius:7px;
|
-webkit-border-radius:7px;
|
||||||
@ -730,7 +730,7 @@ list-style-type:none;
|
|||||||
}
|
}
|
||||||
|
|
||||||
#content .notice {
|
#content .notice {
|
||||||
width:25%;
|
width:37%;
|
||||||
margin-left:17px;
|
margin-left:17px;
|
||||||
margin-bottom:47px;
|
margin-bottom:47px;
|
||||||
clear:none;
|
clear:none;
|
||||||
@ -743,6 +743,10 @@ min-height:235px;
|
|||||||
margin-bottom:18px;
|
margin-bottom:18px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#shownotice #content .notice {
|
||||||
|
width:96%;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
/* NOTICES */
|
/* NOTICES */
|
||||||
#notices_primary {
|
#notices_primary {
|
||||||
|
@ -15,7 +15,6 @@ html {
|
|||||||
html,
|
html,
|
||||||
body,
|
body,
|
||||||
a:active {
|
a:active {
|
||||||
/*background-color:#F0F2F5;*/
|
|
||||||
}
|
}
|
||||||
body {
|
body {
|
||||||
font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
|
font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
|
||||||
|
Loading…
Reference in New Issue
Block a user