|
@@ -675,6 +675,15 @@ div.pagesection div.floatright input, div.pagesection div.floatright select {
|
|
|
-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
|
|
|
}
|
|
|
|
|
|
+.under_message {
|
|
|
+ overflow: visible;
|
|
|
+}
|
|
|
+.under_message:after {
|
|
|
+ clear: both;
|
|
|
+ content: "";
|
|
|
+ display: block;
|
|
|
+}
|
|
|
+
|
|
|
|
|
|
.like_button .like, .like_button .unlike {
|
|
|
width: 16px;
|
|
@@ -837,7 +846,7 @@ dl.settings dt a img {
|
|
|
h3.catbg, h3.catbg2, h3.titlebg, h4.titlebg, h4.catbg {
|
|
|
overflow: hidden;
|
|
|
font-size: 1.1em;
|
|
|
- font-family: tahoma;
|
|
|
+ font-family: "Tahoma", sans-serif;
|
|
|
font-weight: bold;
|
|
|
line-height: 1.5em;
|
|
|
padding: 8px;
|
|
@@ -1465,7 +1474,7 @@ img.sort, .sort {
|
|
|
|
|
|
h1.forumtitle {
|
|
|
font-size: 1.8em;
|
|
|
- font-family: tahoma;
|
|
|
+ font-family: "Tahoma", sans-serif;
|
|
|
margin: 0;
|
|
|
padding: 22px 12px 6px 12px;
|
|
|
float: left;
|
|
@@ -1473,7 +1482,7 @@ h1.forumtitle {
|
|
|
}
|
|
|
h1.forumtitle a {
|
|
|
color: #a85400;
|
|
|
- text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5), 1px 1px 0 #fff;
|
|
|
+ text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
|
|
|
}
|
|
|
|
|
|
#siteslogan, img#smflogo {
|
|
@@ -2287,7 +2296,7 @@ div#pollmoderation {
|
|
|
}
|
|
|
.inner {
|
|
|
padding: 7px 8px 2px 2px;
|
|
|
- margin: 0 8px 0 0;
|
|
|
+ margin: 0;
|
|
|
border-top: 1px solid #bfbfbf;
|
|
|
box-shadow: 0 1px 0 #fff inset;
|
|
|
min-height: 85px;
|