diff --git a/upload/styles/cb_2014/theme/css/main.css b/upload/styles/cb_2014/theme/css/main.css index 1b738f91..dc69d8ce 100755 --- a/upload/styles/cb_2014/theme/css/main.css +++ b/upload/styles/cb_2014/theme/css/main.css @@ -2560,17 +2560,18 @@ a:hover { } .photoname { - background-color: #ffffff; - color: #000000; + background-color: #000000; + color: #ffffff; font-family: cursive; font-size: 13px; padding-left: 8px; - opacity: 0.7; + opacity: 0.8; position: absolute; - top: 9px; - left: 17px; - width: 280px; - height: 25px; + top: 4px; + left: 4px; + width: 301px; + height: 41px; + display: none; } .like { @@ -2725,4 +2726,5 @@ a:hover { font-weight: bold; display: block; color: #333333; -} \ No newline at end of file +} +