otalk theme update to overflows
This commit is contained in:
parent
a37bfcbb43
commit
802c1f121b
|
@ -731,14 +731,19 @@ list-style-type:none;
|
||||||
|
|
||||||
#content .notice {
|
#content .notice {
|
||||||
width:25%;
|
width:25%;
|
||||||
margin-left:20px;
|
margin-left:17px;
|
||||||
margin-bottom:47px;
|
margin-bottom:47px;
|
||||||
clear:none;
|
clear:none;
|
||||||
overflow:hidden;
|
overflow:hidden;
|
||||||
padding: 0 0 0 62px;
|
padding: 0 0 0 65px;
|
||||||
min-height:260px;
|
min-height:235px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#aside_primary .notice {
|
||||||
|
margin-bottom:18px;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
/* NOTICES */
|
/* NOTICES */
|
||||||
#notices_primary {
|
#notices_primary {
|
||||||
float:left;
|
float:left;
|
||||||
|
@ -776,8 +781,8 @@ margin-bottom:0;
|
||||||
}
|
}
|
||||||
|
|
||||||
#content .notice .author .photo {
|
#content .notice .author .photo {
|
||||||
margin-left:-80px;
|
margin-left:-83px;
|
||||||
padding-right:14px;
|
padding-right:17px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@ -803,11 +808,11 @@ overflow:hidden;
|
||||||
overflow:visible;
|
overflow:visible;
|
||||||
margin-bottom:11px;
|
margin-bottom:11px;
|
||||||
padding:18px;
|
padding:18px;
|
||||||
width:83%;
|
width:85%;
|
||||||
border-radius:7px;
|
border-radius:7px;
|
||||||
-moz-border-radius:7px;
|
-moz-border-radius:7px;
|
||||||
-webkit-border-radius:7px;
|
-webkit-border-radius:7px;
|
||||||
min-height:165px;
|
min-height:161px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#shownotice .notice .entry-title {
|
#shownotice .notice .entry-title {
|
||||||
|
@ -880,10 +885,9 @@ outline:none;
|
||||||
|
|
||||||
.notice-options {
|
.notice-options {
|
||||||
position:absolute;
|
position:absolute;
|
||||||
bottom:110px;
|
top:120px;
|
||||||
left:29px;
|
left:30px;
|
||||||
font-size:0.95em;
|
font-size:0.95em;
|
||||||
float:right;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.notice-options a {
|
.notice-options a {
|
||||||
|
|
|
@ -74,7 +74,9 @@ color:#8F0000;
|
||||||
border-color:#CEE1E9;
|
border-color:#CEE1E9;
|
||||||
}
|
}
|
||||||
#content .notice .entry-title,
|
#content .notice .entry-title,
|
||||||
input, textarea, select, option {
|
input, textarea, select, option,
|
||||||
|
.pagination .nav_prev a,
|
||||||
|
.pagination .nav_next a {
|
||||||
background-color:rgba(255,255,255,0.8);
|
background-color:rgba(255,255,255,0.8);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -84,19 +86,15 @@ background-color:rgba(255,255,255,0.9);
|
||||||
|
|
||||||
#content .notice:nth-child(1) .entry-title {
|
#content .notice:nth-child(1) .entry-title {
|
||||||
background-color:rgba(255,255,255,0.95);
|
background-color:rgba(255,255,255,0.95);
|
||||||
font-size:2em;
|
|
||||||
}
|
}
|
||||||
#content .notice:nth-child(2) .entry-title {
|
#content .notice:nth-child(2) .entry-title {
|
||||||
background-color:rgba(255,255,255,0.9);
|
background-color:rgba(255,255,255,0.9);
|
||||||
font-size:1.9em;
|
|
||||||
}
|
}
|
||||||
#content .notice:nth-child(3) .entry-title {
|
#content .notice:nth-child(3) .entry-title {
|
||||||
background-color:rgba(255,255,255,0.8);
|
background-color:rgba(255,255,255,0.8);
|
||||||
font-size:1.8em;
|
|
||||||
}
|
}
|
||||||
#content .notice:nth-child(4) .entry-title {
|
#content .notice:nth-child(4) .entry-title {
|
||||||
background-color:rgba(255,255,255,0.7);
|
background-color:rgba(255,255,255,0.7);
|
||||||
font-size:1.7em;
|
|
||||||
}
|
}
|
||||||
#content .notice:nth-child(5) .entry-title {
|
#content .notice:nth-child(5) .entry-title {
|
||||||
background-color:rgba(255,255,255,0.6);
|
background-color:rgba(255,255,255,0.6);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user