.notice style update
This commit is contained in:
parent
dce8cf6845
commit
8abf935186
|
@ -633,11 +633,7 @@ padding-left:28px;
|
||||||
|
|
||||||
|
|
||||||
.notice .author {
|
.notice .author {
|
||||||
float:left;
|
margin-right:11px;
|
||||||
width:96px;
|
|
||||||
width:199px;
|
|
||||||
margin-left:-217px;
|
|
||||||
margin-left:-199px;
|
|
||||||
}
|
}
|
||||||
.notice .author a {
|
.notice .author a {
|
||||||
}
|
}
|
||||||
|
@ -647,34 +643,29 @@ content:":";
|
||||||
|
|
||||||
.vcard .photo {
|
.vcard .photo {
|
||||||
display:inline;
|
display:inline;
|
||||||
margin-right:11px;
|
margin-right:7px;
|
||||||
margin-right:4px;
|
margin-bottom:7px;
|
||||||
vertical-align:top;
|
float:left;
|
||||||
}
|
}
|
||||||
.vcard .url {
|
.vcard .url {
|
||||||
text-decoration:none;
|
text-decoration:none;
|
||||||
}
|
}
|
||||||
|
.vcard .url:hover {
|
||||||
|
text-decoration:underline;
|
||||||
|
}
|
||||||
.vcard .fn {
|
.vcard .fn {
|
||||||
border-bottom-width:1px;
|
|
||||||
border-bottom-style:dotted;
|
|
||||||
font-style:italic;
|
font-style:italic;
|
||||||
}
|
}
|
||||||
.vcard .fn:hover {
|
.vcard .fn:hover {
|
||||||
border-bottom-width:1px;
|
|
||||||
border-bottom-style:solid;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
.notice .entry-title {
|
.notice .entry-title {
|
||||||
float:left;
|
float:left;
|
||||||
margin-bottom:11px;
|
|
||||||
margin-left:217px;
|
|
||||||
margin-left:199px;
|
|
||||||
}
|
}
|
||||||
.notice p.entry-content {
|
.notice p.entry-content {
|
||||||
float:left;
|
display:inline;
|
||||||
width:427px;
|
|
||||||
width:100%;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.notice_video p.entry-content,
|
.notice_video p.entry-content,
|
||||||
|
@ -683,8 +674,6 @@ width:100%;
|
||||||
.notice_location p.entry-content,
|
.notice_location p.entry-content,
|
||||||
.notice_event p.entry-content,
|
.notice_event p.entry-content,
|
||||||
.notice_document p.entry-content {
|
.notice_document p.entry-content {
|
||||||
width:322px;
|
|
||||||
width:75.41%;
|
|
||||||
}
|
}
|
||||||
#laconicat .notice p.entry-content {
|
#laconicat .notice p.entry-content {
|
||||||
/*margin-left:199px;*/
|
/*margin-left:199px;*/
|
||||||
|
@ -707,11 +696,7 @@ width:75.41%;
|
||||||
/*border:1px solid blue;*/
|
/*border:1px solid blue;*/
|
||||||
clear:left;
|
clear:left;
|
||||||
float:left;
|
float:left;
|
||||||
margin-left:11px;
|
width:48%;
|
||||||
margin-left:0;
|
|
||||||
margin-bottom:4px;
|
|
||||||
width:199px;
|
|
||||||
width:149px;
|
|
||||||
}
|
}
|
||||||
.notice div.entry-content,
|
.notice div.entry-content,
|
||||||
.notice .notice-options a,
|
.notice .notice-options a,
|
||||||
|
@ -741,12 +726,9 @@ text-transform:lowercase;
|
||||||
}
|
}
|
||||||
.notice div.entry-content a {
|
.notice div.entry-content a {
|
||||||
text-decoration:none;
|
text-decoration:none;
|
||||||
border-bottom-width:1px;
|
|
||||||
border-bottom-style:dotted;
|
|
||||||
}
|
}
|
||||||
.notice div.entry-content a:hover {
|
.notice div.entry-content a:hover {
|
||||||
border-bottom-width:1px;
|
text-decoration:underline;
|
||||||
border-bottom-style:solid;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@ -770,11 +752,7 @@ outline:none;
|
||||||
|
|
||||||
|
|
||||||
.notice-options {
|
.notice-options {
|
||||||
margin-left:18px;
|
margin-left:2%;
|
||||||
margin-left:260px;
|
|
||||||
margin-left:304px;
|
|
||||||
margin-left:18px;
|
|
||||||
margin-left:50px;
|
|
||||||
float:left;
|
float:left;
|
||||||
}
|
}
|
||||||
.notice-options .reply,
|
.notice-options .reply,
|
||||||
|
@ -783,6 +761,9 @@ float:left;
|
||||||
float:left;
|
float:left;
|
||||||
margin-right:11px;
|
margin-right:11px;
|
||||||
}
|
}
|
||||||
|
.notice-options .reply {
|
||||||
|
margin-top:1px;
|
||||||
|
}
|
||||||
.notice-options .reply dt {
|
.notice-options .reply dt {
|
||||||
display:none;
|
display:none;
|
||||||
}
|
}
|
||||||
|
@ -790,21 +771,15 @@ display:none;
|
||||||
.notice-options form input.submit {
|
.notice-options form input.submit {
|
||||||
display:block;
|
display:block;
|
||||||
border:0;
|
border:0;
|
||||||
padding-left:20px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.notice-options .reply a {
|
.notice-options .reply a {
|
||||||
text-decoration:none;
|
text-decoration:none;
|
||||||
|
padding-left:20px;
|
||||||
}
|
}
|
||||||
.notice-options form input.submit {
|
.notice-options form input.submit {
|
||||||
cursor:pointer;
|
cursor:pointer;
|
||||||
width:16px;
|
padding:0 0 0 17px;
|
||||||
width:auto;
|
|
||||||
height:16px;
|
|
||||||
height:auto;
|
|
||||||
padding-top:0;
|
|
||||||
padding-right:0;
|
|
||||||
padding-bottom:0;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.notice-options .notice_delete legend,
|
.notice-options .notice_delete legend,
|
||||||
|
|
|
@ -130,10 +130,8 @@ color:#555;
|
||||||
|
|
||||||
|
|
||||||
.vcard .fn {
|
.vcard .fn {
|
||||||
border-bottom-color:#ccc;
|
|
||||||
}
|
}
|
||||||
.vcard .fn:hover {
|
.vcard .fn:hover {
|
||||||
border-bottom-color:#555;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@ -142,10 +140,8 @@ border-bottom-color:#555;
|
||||||
/* NOTICES */
|
/* NOTICES */
|
||||||
.notice div.entry-content a {
|
.notice div.entry-content a {
|
||||||
color:#333;
|
color:#333;
|
||||||
border-bottom-color:#ccc;
|
|
||||||
}
|
}
|
||||||
.notice div.entry-content a:hover {
|
.notice div.entry-content a:hover {
|
||||||
border-bottom-color:#555;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@ -190,6 +186,7 @@ background:transparent url(../images/icons/twotone/green/trash.gif) no-repeat 0
|
||||||
.notice-options a,
|
.notice-options a,
|
||||||
.notice-options input {
|
.notice-options input {
|
||||||
opacity:0.1;
|
opacity:0.1;
|
||||||
|
color:#333;
|
||||||
}
|
}
|
||||||
.notices li.hover {
|
.notices li.hover {
|
||||||
background-color:#fcfcfc;
|
background-color:#fcfcfc;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user