Cleaning styles
This commit is contained in:
parent
ea2e908bc0
commit
2fb53cdae4
|
@ -696,6 +696,12 @@ border-top:1px dashed #D1D9E4;
|
||||||
list-style-type:none;
|
list-style-type:none;
|
||||||
/*margin-bottom:11px;*/
|
/*margin-bottom:11px;*/
|
||||||
}
|
}
|
||||||
|
.notices li.hover {
|
||||||
|
border-radius:4px;
|
||||||
|
-moz-border-radius:4px;
|
||||||
|
-webkit-border-radius:4px;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
/* NOTICES */
|
/* NOTICES */
|
||||||
#notices_primary {
|
#notices_primary {
|
||||||
|
@ -761,19 +767,16 @@ display:inline;
|
||||||
#laconicat .notice p.entry-content {
|
#laconicat .notice p.entry-content {
|
||||||
/*margin-left:199px;*/
|
/*margin-left:199px;*/
|
||||||
}
|
}
|
||||||
.notice p.entry-content a {
|
.notice p.entry-content a:visited {
|
||||||
|
border-radius:4px;
|
||||||
|
-moz-border-radius:4px;
|
||||||
|
-webkit-border-radius:4px;
|
||||||
}
|
}
|
||||||
.notice p.entry-content a:hover {
|
.notice p.entry-content .vcard a {
|
||||||
|
border-radius:4px;
|
||||||
|
-moz-border-radius:4px;
|
||||||
|
-webkit-border-radius:4px;
|
||||||
}
|
}
|
||||||
.notice p.entry-content .tag a {
|
|
||||||
|
|
||||||
}
|
|
||||||
.notice p.entry-content .tag a:hover {
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
.notice div.entry-content {
|
.notice div.entry-content {
|
||||||
/*border:1px solid blue;*/
|
/*border:1px solid blue;*/
|
||||||
|
|
|
@ -38,15 +38,9 @@ color:#002E6E;
|
||||||
|
|
||||||
.notice p.entry-content a:visited {
|
.notice p.entry-content a:visited {
|
||||||
background-color:#fcfcfc;
|
background-color:#fcfcfc;
|
||||||
border-radius:4px;
|
|
||||||
-moz-border-radius:4px;
|
|
||||||
-webkit-border-radius:4px;
|
|
||||||
}
|
}
|
||||||
.notice p.entry-content .vcard a {
|
.notice p.entry-content .vcard a {
|
||||||
background-color:#fcfffc;
|
background-color:#fcfffc;
|
||||||
border-radius:4px;
|
|
||||||
-moz-border-radius:4px;
|
|
||||||
-webkit-border-radius:4px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#aside_primary,
|
#aside_primary,
|
||||||
|
@ -78,8 +72,16 @@ font-weight:bold;
|
||||||
padding:2px 4px;
|
padding:2px 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#content,
|
||||||
#site_nav_local_views a {
|
#site_nav_local_views a {
|
||||||
border-color:#fff;
|
border-color:#fff;
|
||||||
|
}
|
||||||
|
#content,
|
||||||
|
#site_nav_local_views .current a {
|
||||||
|
background-color:#fff;
|
||||||
|
}
|
||||||
|
|
||||||
|
#site_nav_local_views a {
|
||||||
background-color:rgba(255, 255, 255, 0.2);
|
background-color:rgba(255, 255, 255, 0.2);
|
||||||
}
|
}
|
||||||
#site_nav_local_views a:hover {
|
#site_nav_local_views a:hover {
|
||||||
|
@ -87,10 +89,6 @@ background-color:rgba(255, 255, 255, 0.7);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
#content,
|
|
||||||
#site_nav_local_views .current a {
|
|
||||||
background-color:#fff;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
#page_notice .error {
|
#page_notice .error {
|
||||||
|
@ -193,7 +191,9 @@ background:transparent url(../images/icons/twotone/green/trash.gif) no-repeat 0
|
||||||
div.notice-options {
|
div.notice-options {
|
||||||
opacity:0.3;
|
opacity:0.3;
|
||||||
}
|
}
|
||||||
|
.notices li.hover div.notice-options {
|
||||||
|
opacity:1;
|
||||||
|
}
|
||||||
div.entry-content {
|
div.entry-content {
|
||||||
color:#333;
|
color:#333;
|
||||||
}
|
}
|
||||||
|
@ -204,11 +204,6 @@ font-family:sans-serif;
|
||||||
.notices li.hover {
|
.notices li.hover {
|
||||||
background-color:#fcfcfc;
|
background-color:#fcfcfc;
|
||||||
}
|
}
|
||||||
.notices li.hover div.entry-content,
|
|
||||||
.notices li.hover div.notice-options {
|
|
||||||
opacity:1;
|
|
||||||
}
|
|
||||||
|
|
||||||
/*END: NOTICES */
|
/*END: NOTICES */
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -38,15 +38,9 @@ color:#002E6E;
|
||||||
|
|
||||||
.notice p.entry-content a:visited {
|
.notice p.entry-content a:visited {
|
||||||
background-color:#fcfcfc;
|
background-color:#fcfcfc;
|
||||||
border-radius:4px;
|
|
||||||
-moz-border-radius:4px;
|
|
||||||
-webkit-border-radius:4px;
|
|
||||||
}
|
}
|
||||||
.notice p.entry-content .vcard a {
|
.notice p.entry-content .vcard a {
|
||||||
background-color:#fcfffc;
|
background-color:#fcfffc;
|
||||||
border-radius:4px;
|
|
||||||
-moz-border-radius:4px;
|
|
||||||
-webkit-border-radius:4px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#aside_primary,
|
#aside_primary,
|
||||||
|
@ -78,8 +72,16 @@ font-weight:bold;
|
||||||
padding:2px 4px;
|
padding:2px 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#content,
|
||||||
#site_nav_local_views a {
|
#site_nav_local_views a {
|
||||||
border-color:#fff;
|
border-color:#fff;
|
||||||
|
}
|
||||||
|
#content,
|
||||||
|
#site_nav_local_views .current a {
|
||||||
|
background-color:#fff;
|
||||||
|
}
|
||||||
|
|
||||||
|
#site_nav_local_views a {
|
||||||
background-color:rgba(255, 255, 255, 0.2);
|
background-color:rgba(255, 255, 255, 0.2);
|
||||||
}
|
}
|
||||||
#site_nav_local_views a:hover {
|
#site_nav_local_views a:hover {
|
||||||
|
@ -87,10 +89,6 @@ background-color:rgba(255, 255, 255, 0.7);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
#content,
|
|
||||||
#site_nav_local_views .current a {
|
|
||||||
background-color:#fff;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
#page_notice .error {
|
#page_notice .error {
|
||||||
|
@ -193,7 +191,9 @@ background:transparent url(../images/icons/twotone/green/trash.gif) no-repeat 0
|
||||||
div.notice-options {
|
div.notice-options {
|
||||||
opacity:0.3;
|
opacity:0.3;
|
||||||
}
|
}
|
||||||
|
.notices li.hover div.notice-options {
|
||||||
|
opacity:1;
|
||||||
|
}
|
||||||
div.entry-content {
|
div.entry-content {
|
||||||
color:#333;
|
color:#333;
|
||||||
}
|
}
|
||||||
|
@ -204,11 +204,6 @@ font-family:sans-serif;
|
||||||
.notices li.hover {
|
.notices li.hover {
|
||||||
background-color:#fcfcfc;
|
background-color:#fcfcfc;
|
||||||
}
|
}
|
||||||
.notices li.hover div.entry-content,
|
|
||||||
.notices li.hover div.notice-options {
|
|
||||||
opacity:1;
|
|
||||||
}
|
|
||||||
|
|
||||||
/*END: NOTICES */
|
/*END: NOTICES */
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user