public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/forums:styles/gentoo-light commit in: theme/
@ 2021-06-14 18:57 Jimi Huotari
  0 siblings, 0 replies; only message in thread
From: Jimi Huotari @ 2021-06-14 18:57 UTC (permalink / raw
  To: gentoo-commits

commit:     93c91d0f046064a1b02290410c6a8390bee7a86c
Author:     Marco Genasci <fedeliallalinea <AT> gmail <DOT> com>
AuthorDate: Tue Jun  8 08:08:11 2021 +0000
Commit:     Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
CommitDate: Mon Jun 14 18:52:50 2021 +0000
URL:        https://gitweb.gentoo.org/proj/forums.git/commit/?id=93c91d0f

Fix and tweak various things and stuff.

- Fix postbody position problem in firefox
- Fix back2top position
- Fix table header color and header hover color
- Fix div background color after page-footer

Signed-off-by: Marco Genasci <fedeliallalinea <AT> gmail.com>
Signed-off-by: Jimi Huotari <chiitoo <AT> gentoo.org>

 theme/colours.css    |  4 +--
 theme/common.css     |  4 +++
 theme/links.css      |  1 -
 theme/responsive.css | 74 +++-------------------------------------------------
 4 files changed, 10 insertions(+), 73 deletions(-)

diff --git a/theme/colours.css b/theme/colours.css
index 0279fd093..7135a1dcf 100644
--- a/theme/colours.css
+++ b/theme/colours.css
@@ -69,7 +69,7 @@ a:hover {
 }
 
 .forumbg .header a:hover, .forabg .header a:hover, th a:hover {
-	color: #004768;
+	color: #ff6633;
 }
 
 /* Notification mark read link */
@@ -197,7 +197,7 @@ table.zebra-list tr:nth-child(even) td, ul.zebra-list li:nth-child(even) {
 ----------------------------------------*/
 
 table.table1 thead th {
-	color: #333333;
+	color: #efefef;
 }
 
 table.table1 tbody tr {

diff --git a/theme/common.css b/theme/common.css
index 79a9fa86b..357b09563 100644
--- a/theme/common.css
+++ b/theme/common.css
@@ -153,6 +153,10 @@ a:hover	{ text-decoration: underline; }
 	clear: both;
 }
 
+.page-footer + div {
+    background-color: #000000;
+}
+
 .page-footer h3 {
 	margin-top: 20px;
 }

diff --git a/theme/links.css b/theme/links.css
index 6a61e9a26..12059c049 100644
--- a/theme/links.css
+++ b/theme/links.css
@@ -149,7 +149,6 @@ a.lastsubject:hover {
 
 .back2top .top {
 	float: right;
-	margin-right: -10px;
 	margin-top: 0;
 }
 

diff --git a/theme/responsive.css b/theme/responsive.css
index 9d603e357..9dc935819 100644
--- a/theme/responsive.css
+++ b/theme/responsive.css
@@ -556,76 +556,10 @@
 	}
 }
 
-@media (min-width: 700px) {
-	.postbody { width: 100%; }
-}
-
-@media (min-width: 701px) {
-	.postbody { width: 76%; }
-}
-
-@media (min-width: 750px) {
-	.postbody { width: 78%; }
-}
-
-@media (min-width: 800px) {
-	.postbody { width: 79%; }
-}
-
-@media (min-width: 850px) {
-	.postbody { width: 80%; }
-}
-
-@media (min-width: 900px) {
-	.postbody { width: 81%; }
-}
-
-@media (min-width: 950px) {
-	.postbody { width: 82%; }
-}
-
-@media (min-width: 1000px) {
-	.postbody { width: 83%; }
-}
-
-@media (min-width: 1100px) {
-	.postbody { width: 84%; }
-}
-
-@media (min-width: 1200px) {
-	.postbody { width: 85%; }
-}
-
-@media (min-width: 1300px) {
-	.postbody { width: 86%; }
-}
-
-@media (min-width: 1400px) {
-	.postbody { width: 87%; }
-}
-
-@media (min-width: 1500px) {
-	.postbody { width: 88%; }
-}
-
-@media (min-width: 1600px) {
-	.postbody { width: 89%; }
-}
-
-@media (min-width: 1700px) {
-	.postbody { width: 90%; }
-}
-
-@media (min-width: 1800px) {
-	.postbody { width: 91%; }
-}
-
-@media (min-width: 1900px) {
-	.postbody { width: 92%; }
-}
-
-@media (min-width: 2000px) {
-	.postbody { width: 93%; }
+.postbody {
+	width: auto;
+	float: none;
+	overflow: hidden;
 }
 
 @media (min-width: 701px) and (max-width: 950px) {


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2021-06-14 18:57 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-06-14 18:57 [gentoo-commits] proj/forums:styles/gentoo-light commit in: theme/ Jimi Huotari

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox