diff --git a/css/beach.css b/css/beach.css index 067f80589740e8b5045978ac12b1bb021e2f4819..bf67f063ae1633b896dfe5a91f2a35ef3eb9f6ab 100644 --- a/css/beach.css +++ b/css/beach.css @@ -508,7 +508,13 @@ div.terms { } .preview .node { - background: #ffd; + background: #ffe; +} + +.node-unpublished, +.comment-unpublished { + background: #fdd; + opacity: 0.8; } /* block */ @@ -702,7 +708,7 @@ div.terms { /*#main-content table,*/ #main-content fieldset { - font-size: 0.9em; + /*font-size: 0.9em;*/ background: transparent url(../images/white-trans-50.png) 0 0 repeat; } @@ -788,13 +794,6 @@ div#comments { #comments a:active { color: #e63; } -/* -#comments .username a { - color: #b30; -} -#comments .username a:hover { - color: #ffe; -}*/ .comment .links { padding: 0; @@ -855,7 +854,6 @@ div.comment-info { margin: 0 0 10px 10px; padding: 3px 10px; background: url(../images/white-trans-90.png) 0 0 repeat; - /*border: 1px solid #ddd;*/ -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; @@ -863,12 +861,14 @@ div.comment-info { div.comment-content { margin: 0 130px 10px 10px; - /*padding: 15px 0 0 30px;*/ background: url(../images/white-trans-90.png) 0 0 repeat; padding: 10px; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; + /*overflow: hidden; + overflow-x: visible; + overflow-y: hidden;*/ } #comments .box { @@ -924,12 +924,10 @@ div.comment-content { */ #mission { font-size: 1.4em; - /*font-style: italic;*/ padding: 20px; margin-bottom: 20px; color: #000/*#157/*#7a4*/; background: url(../images/white-trans-50.png) 0 0 repeat; - /*border: 1px solid #ddd;*/ } .top-breadcrumb .breadcrumb, @@ -1056,7 +1054,6 @@ ul.secondary li.active a { margin-top: 20px; font-size: 12px; background: transparent; - /*border: 1px solid #fff;*/ } #forum table a:hover { @@ -1065,8 +1062,6 @@ ul.secondary li.active a { #forum thead tr { color: #ffe; - /*background: #143241/*#1E4C62*/; - /*background: transparent url(../images/black-trans-50.png) 0 0 repeat;*/ border-bottom: 1px solid #999; }