|
From: <be...@us...> - 2014-10-20 11:53:05
|
Revision: 12818
http://sourceforge.net/p/xoops/svn/12818
Author: beckmi
Date: 2014-10-20 11:53:00 +0000 (Mon, 20 Oct 2014)
Log Message:
-----------
removing shadow box around icons for new topics/forums
Modified Paths:
--------------
XoopsModules/modulepacks/x257basicmodulepack/trunk/modules/newbb/templates/css/language/english/style.css
Modified: XoopsModules/modulepacks/x257basicmodulepack/trunk/modules/newbb/templates/css/language/english/style.css
===================================================================
--- XoopsModules/modulepacks/x257basicmodulepack/trunk/modules/newbb/templates/css/language/english/style.css 2014-10-19 21:17:38 UTC (rev 12817)
+++ XoopsModules/modulepacks/x257basicmodulepack/trunk/modules/newbb/templates/css/language/english/style.css 2014-10-20 11:53:00 UTC (rev 12818)
@@ -4,14 +4,14 @@
overflow : hidden;
border : 1px solid #aaaaaa;
width : 100%;
-}
+}
.forum_title {
- float : left;
- text-align : left;
+ float : left;
+ text-align : left;
padding : 5px;
width : 100%;
-
+
}
.forum_title a {
@@ -21,20 +21,20 @@
.forum_stats {
float:center;
- overflow:hidden;
- text-align:left;
+ overflow:hidden;
+ text-align:left;
/* border:1px solid #aaaaaa; */
padding:5px;
}
.forum_stats_left {
- float: left;
+ float: left;
text-align: left;
- width:45%;
+ width:45%;
}
.forum_stats_right {
- float: right;
+ float: right;
text-align: right;
width:45%;
}
@@ -54,19 +54,19 @@
}
.index_category{
- border: 0px;
+ border: 0px;
/*margin-top: -10px;
margin-bottom: 5px;*/
}
.ThreadUserName a {
- font-weight: bold;
+ font-weight: bold;
margin-bottom: 2px;
/*color: #000; irmtfan */
}
.ThreadTitle, .ThreadTitle a{
- font-weight: bold;
+ font-weight: bold;
margin-bottom: 2px;
/*color: #fff; irmtfan */
}
@@ -108,7 +108,7 @@
div.signature {
bottom: 10px;
border-top-width:1px;
- border-top-style: inherit;
+ border-top-style: inherit;
}
div#index_welcome{
@@ -116,7 +116,7 @@
margin-bottom: 10px;
}
html>body div#index_welcome {
- margin-bottom: 15px;
+ margin-bottom: 15px;
}
#index_welcome div.title{
@@ -139,7 +139,7 @@
.left { text-align: left; }
.right { text-align: right; }
.floatleft { float: left;}
-.floatright { float: right;}
+.floatright { float: right;}
#index_forum a{
font-weight: bold;
@@ -259,10 +259,10 @@
* From http://www.positioniseverything.net/easyclearing.html
*/
.clear:after {
- content: ".";
- display: block;
- height: 0;
- clear: both;
+ content: ".";
+ display: block;
+ height: 0;
+ clear: both;
visibility: hidden;
}
.clear {display: inline-table;}
@@ -372,14 +372,14 @@
.topic-read {
}
.topic-new {
-box-shadow: inset 0px 10px 10px 0px rgba(0, 0, 0, 0.5);
+/*box-shadow: inset 0px 10px 10px 0px rgba(0, 0, 0, 0.5);*/
}
.forum-read {
}
.forum-new {
-box-shadow: inset 0px 10px 10px 0px rgba(0, 0, 0, 0.5);
+/*box-shadow: inset 0px 10px 10px 0px rgba(0, 0, 0, 0.5);*/
}
.newbb_select_text {
}
-/* color - end */
\ No newline at end of file
+/* color - end */
|