diff --git a/modules/communication/skins/default/css/black.css b/modules/communication/skins/default/css/black.css index 779f7e158..62be2868f 100644 --- a/modules/communication/skins/default/css/black.css +++ b/modules/communication/skins/default/css/black.css @@ -4,18 +4,11 @@ .memberSmallBox .header h3 { margin:0; border:none; float:left; clear:both; font-size:1.2em; padding:.8em 2em .6em 1.2em; border:none; border-bottom:3px solid #fe3614; background:url(../images/common/lineH3.gif) no-repeat right bottom;} /* button */ -a.button, span.button, del.button, -a.button span, span.button button, span.button input, del.button span{ - background-image:url(../images/black/form_buttons.png); - _background-image:url(../images/black/form_buttons.gif); -} - - -del.button span, -a.button, span.button, del.button, -a.button span, span.button button, span.button input, del.button span{ - color:#FFFFFF; -} +a.button, +a.button span, +span.button, +span.button button, +span.button input { background-image:url(../../../../../common/tpl/images/buttonBlack.gif); color:#fff;} .inputTypeText { background-color:transparent !important; color:#AAAAAA !important; } .inputTypeText:hover, .inputTypeText:focus { background-color:transparent; color:#AAAAAA; } @@ -27,6 +20,11 @@ a.button span, span.button button, span.button input, del.button span{ .memberSmallBox .openid_user_id { color:#AAAAAA; background:transparent url("../images/black/openid_input_bg.gif") no-repeat left 50% !important; } .memberSmallBox .help { background-color:transparent; } +.readMessage { background:#000; border:1px solid #444444;} +.readMessage .messageHeader h4 { color:#BBBBBB; } +.readMessage .messageBody a { color:#BBBBBB;} +.readMessage .deleteOrKeep { background:#282829; border-top:1px solid #444444;} + .memberInfoTable tr.first-child th, .memberInfoTable tr.first-child td { background-color:transparent; color:#AAAAAA; } .memberInfoTable tr th, .memberInfoTable tr td { background-color:transparent; color:#AAAAAA; } .memberInfoTable td input { background-color:transparent; color:#AAAAAA; } @@ -37,7 +35,7 @@ div.checkValue { color:#BBBBBB !important; } .boardHeader { background:transparent url("../images/black/bgH3.gif") no-repeat left bottom; } .boardHeader h3 { border:none; background:transparent url("../images/black/lineH3.gif") no-repeat right bottom; color:#888888; border-bottom:3px solid #888888; } -table.list { border:1px solid #000000 !important; } +table.list { background:#000; border:1px solid #000000 !important; } table.list th { background:#282829 url("../images/black/lineBoardListTh.gif") no-repeat left bottom; border:1px solid #444444 !important; color:#AAAAAA; } table.list tr { background-color:transparent !important; } table.list tr td.title { color:#BBBBBB !important; } diff --git a/modules/communication/skins/default/css/common.css b/modules/communication/skins/default/css/common.css index 4b4d8d9c0..53c218185 100644 --- a/modules/communication/skins/default/css/common.css +++ b/modules/communication/skins/default/css/common.css @@ -85,7 +85,7 @@ .friendNum strong { font:bold 11px Tahoma; color:#ff6600;} /* message */ -.readMessage { border:1px solid #e0e1db; border-top:none; margin-bottom:2em;} +.readMessage { background:#FFF; border:1px solid #e0e1db; border-top:none; margin-bottom:2em;} .readMessage .messageHeader { padding:1.5em; height:1em; overflow:hidden;} .readMessage .messageHeader h4 { margin:0; padding:0; float:left; padding-left:.5em; font-size:1em; background:url(../images/common/iconArrow99.gif) no-repeat left .3em;} .readMessage .messageHeader address { float:right; white-space:nowrap;} diff --git a/modules/communication/skins/default/images/black/form_buttons.gif b/modules/communication/skins/default/images/black/form_buttons.gif deleted file mode 100755 index 965325573..000000000 Binary files a/modules/communication/skins/default/images/black/form_buttons.gif and /dev/null differ diff --git a/modules/communication/skins/default/images/black/form_buttons.png b/modules/communication/skins/default/images/black/form_buttons.png deleted file mode 100755 index ccc6d2f1f..000000000 Binary files a/modules/communication/skins/default/images/black/form_buttons.png and /dev/null differ