.notice style update

This commit is contained in:
sarven 2009-01-16 17:50:14 +00:00
parent dce8cf6845
commit 8abf935186
2 changed files with 18 additions and 46 deletions

View File

@ -633,11 +633,7 @@ padding-left:28px;
.notice .author {
float:left;
width:96px;
width:199px;
margin-left:-217px;
margin-left:-199px;
margin-right:11px;
}
.notice .author a {
}
@ -647,34 +643,29 @@ content:":";
.vcard .photo {
display:inline;
margin-right:11px;
margin-right:4px;
vertical-align:top;
margin-right:7px;
margin-bottom:7px;
float:left;
}
.vcard .url {
text-decoration:none;
}
.vcard .url:hover {
text-decoration:underline;
}
.vcard .fn {
border-bottom-width:1px;
border-bottom-style:dotted;
font-style:italic;
}
.vcard .fn:hover {
border-bottom-width:1px;
border-bottom-style:solid;
}
.notice .entry-title {
float:left;
margin-bottom:11px;
margin-left:217px;
margin-left:199px;
}
.notice p.entry-content {
float:left;
width:427px;
width:100%;
display:inline;
}
.notice_video p.entry-content,
@ -683,8 +674,6 @@ width:100%;
.notice_location p.entry-content,
.notice_event p.entry-content,
.notice_document p.entry-content {
width:322px;
width:75.41%;
}
#laconicat .notice p.entry-content {
/*margin-left:199px;*/
@ -707,11 +696,7 @@ width:75.41%;
/*border:1px solid blue;*/
clear:left;
float:left;
margin-left:11px;
margin-left:0;
margin-bottom:4px;
width:199px;
width:149px;
width:48%;
}
.notice div.entry-content,
.notice .notice-options a,
@ -741,12 +726,9 @@ text-transform:lowercase;
}
.notice div.entry-content a {
text-decoration:none;
border-bottom-width:1px;
border-bottom-style:dotted;
}
.notice div.entry-content a:hover {
border-bottom-width:1px;
border-bottom-style:solid;
text-decoration:underline;
}
@ -770,11 +752,7 @@ outline:none;
.notice-options {
margin-left:18px;
margin-left:260px;
margin-left:304px;
margin-left:18px;
margin-left:50px;
margin-left:2%;
float:left;
}
.notice-options .reply,
@ -783,6 +761,9 @@ float:left;
float:left;
margin-right:11px;
}
.notice-options .reply {
margin-top:1px;
}
.notice-options .reply dt {
display:none;
}
@ -790,21 +771,15 @@ display:none;
.notice-options form input.submit {
display:block;
border:0;
padding-left:20px;
}
.notice-options .reply a {
text-decoration:none;
padding-left:20px;
}
.notice-options form input.submit {
cursor:pointer;
width:16px;
width:auto;
height:16px;
height:auto;
padding-top:0;
padding-right:0;
padding-bottom:0;
padding:0 0 0 17px;
}
.notice-options .notice_delete legend,

View File

@ -130,10 +130,8 @@ color:#555;
.vcard .fn {
border-bottom-color:#ccc;
}
.vcard .fn:hover {
border-bottom-color:#555;
}
@ -142,10 +140,8 @@ border-bottom-color:#555;
/* NOTICES */
.notice div.entry-content a {
color:#333;
border-bottom-color:#ccc;
}
.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 input {
opacity:0.1;
color:#333;
}
.notices li.hover {
background-color:#fcfcfc;