diff --git a/web/forums/skin/template/index_body.html b/web/forums/skin/template/index_body.html index 67b218c959..f94e517bf5 100644 --- a/web/forums/skin/template/index_body.html +++ b/web/forums/skin/template/index_body.html @@ -2,11 +2,17 @@
-
@@ -36,10 +42,10 @@

{L_LOGIN_LOGOUT}
-

{L_WHO_IS_ONLINE}

{L_WHO_IS_ONLINE}

-

{TOTAL_USERS_ONLINE} ({L_ONLINE_EXPLAIN}).

+

{L_WHO_IS_ONLINE}({L_ONLINE_EXPLAIN})

{L_WHO_IS_ONLINE}

{LOGGED_IN_USER_LIST}

-

{L_LEGEND}: {LEGEND}

+

{L_LEGEND}: {LEGEND}

+

Totals: {TOTAL_USERS_ONLINE})

diff --git a/web/forums/skin/template/overall_footer.html b/web/forums/skin/template/overall_footer.html index 49a25049e4..221d2e4c73 100644 --- a/web/forums/skin/template/overall_footer.html +++ b/web/forums/skin/template/overall_footer.html @@ -1,12 +1,11 @@ diff --git a/web/forums/skin/template/overall_header.html b/web/forums/skin/template/overall_header.html index a269d2ee9f..e483500dd7 100644 --- a/web/forums/skin/template/overall_header.html +++ b/web/forums/skin/template/overall_header.html @@ -4,7 +4,7 @@ - + @@ -118,6 +118,10 @@

Forums

diff --git a/web/forums/skin/theme/stylesheet.css b/web/forums/skin/theme/stylesheet.css index 86b5a6f4ce..1a234eaa4b 100644 --- a/web/forums/skin/theme/stylesheet.css +++ b/web/forums/skin/theme/stylesheet.css @@ -48,7 +48,7 @@ ul.linklist li { ul.linklist li.rightside, p.rightside { float: right; margin-right: 0; - margin-left: 5px; + /*margin-left: 5px;*/ text-align: right; } @@ -77,7 +77,7 @@ ul.navlinks { .rightside { float: right; margin-left: 5px; - margin-right: -5px; + /*margin-right: -5px;*/ text-align: right; } @@ -555,7 +555,7 @@ ul.topiclist dd.searchextra { .post header .profile-icons { position: relative; - top: -15px;/*-1em; /*equal to post font size*/ + top: -1.2em; /*block padding*/ right: -1.3em; margin: 0; } @@ -569,7 +569,7 @@ ul.topiclist dd.searchextra { .post header h1 { font-size: 10pt; - margin-top: 15px; + /*margin-top: 15px;*/ margin-right: 0; } diff --git a/web/style.css b/web/style.css index 12105afa44..f08722cd3f 100644 --- a/web/style.css +++ b/web/style.css @@ -1,6 +1,8 @@ @import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,700italic,400,700,300); +.clearfix { height: 1%; overflow: hidden; } + body { background: #282D2B url(panoramarotator) no-repeat fixed; background-position: center 100%; @@ -28,7 +30,7 @@ body { margin: 1.2em; } h1, h2, h3, h4, h5, h6 { margin-bottom: 0; - margin-top: .6em; + margin-top: 0;/*.6em;*/ font-weight: normal; font-variant: normal; font-weight: 300; @@ -169,11 +171,20 @@ hr.dashed { .block { padding: 1.2em; margin: 1.2em .6em 0 .6em; + height: 1%; overflow: hidden; +} + +.block article { + margin-top: 0; +} + +.block section { + margin-top: 1.2em; } .block article:first-of-type, .block section:first-of-type { - margin-top: -1.2em; + margin-top: 0; } .block article header { @@ -194,6 +205,7 @@ hr.dashed { right: -1.3em; float: right; font-size: 8pt; + height:0; } /* @@ -239,6 +251,7 @@ hr.dashed { .nobackground { background:none; box-shadow:none; + padding: 0; } .rules h1, .rules h2, .rules h3, .rules h4, .rules h5, .rules h6 { color:#FFD9BB; } @@ -790,6 +803,7 @@ div.clear { top: -150px; /* minus (image height - divider height) */ font-size: xx-small; text-align: right; + height: auto; } @media only screen and (min-width: 767px) {