From cd56f4b0b161edb2bab5e7f67036812226566ff8 Mon Sep 17 00:00:00 2001 From: eggy Date: Thu, 21 Sep 2017 07:17:09 +0200 Subject: [PATCH] Stylesheet.css aufgeraeumt --- theme/stylesheet.css | 160 +++++++++++++++++++++---------------------- 1 file changed, 77 insertions(+), 83 deletions(-) diff --git a/theme/stylesheet.css b/theme/stylesheet.css index 26f1e3e..44f7291 100644 --- a/theme/stylesheet.css +++ b/theme/stylesheet.css @@ -1,9 +1,9 @@ /* phpBB3 Style Sheet -------------------------------------------------------------- - Style name: prosilver (the default phpBB 3.2.x style) - Based on style: + Style name: debianforumde + Based on style: prosilver (this is the default phpBB3 style) Original author: Tom Beddard ( http://www.subblue.com/ ) - Modified by: phpBB Limited ( https://www.phpbb.com/ ) + Modified by: debianforum.de style team: https://debianforum.de/forum/viewtopic.php?f=14&t=165818 -------------------------------------------------------------- */ @@ -25,40 +25,38 @@ @media only screen and (max-width: 710px) { -#dfdeSubHeader { - - font-size:0; - -} + #dfdeSubHeader { + font-size:0; + } } -#debianforum-contact-icons { - background-color: "#ff0000"; - display: block; - padding: 5px; - font-size:0; - height: 16px; - width: 16px; -background-image: url("./images/icons_contact.png"); +#debianforum-contact-icons { + background-color: "#ff0000"; + display: block; + padding: 5px; + font-size:0; + height: 16px; + width: 16px; + background-image: url("./images/icons_contact.png"); } - .debianforum-contact-icon { -background-image: url("./images/icons_contact.png"); - background-repeat: no-repeat; - display: block; - height: 16px; - width: 16px; - font-size:0; + background-image: url("./images/icons_contact.png"); + background-repeat: no-repeat; + display: block; + height: 16px; + width: 16px; + font-size:0; } + .contact-icons a { - border-bottom: 1px dotted; - border-right: 1px dotted; - display: block; - /*float: left;*/ - padding: 8px; + border-bottom: 1px dotted; + border-right: 1px dotted; + display: block; + /*float: left;*/ + padding: 8px; } @@ -66,22 +64,24 @@ background-image: url("./images/icons_contact.png"); /* #debianforum_content { */ #page-body { - /*flex: 1;*/ + /*flex: 1;*/ } + + #debianforum_nav { } - .debianforumde-sidebar { - width: 150px; + width: 150px; } -#debianforum-outer { - display: flex; +#debianforum-outer { + display: flex; } + @media only screen and (min-width: 480px) { .page-body { /* margin-left: 160px; @@ -93,61 +93,55 @@ background-image: url("./images/icons_contact.png"); .debianforumde-sidebar { width: 150px; } - - -#debianforum_outer { - display: flex; -} - -/* #debianforum_content { */ -#page-body { - /* overflow:hidden; */ - /* background-color: red; */ -/* flex: 1; */ -} -#debianforum_nav { - /* background-color: blue; */ -} - -.debianforum_nav:after { - content: "."; - display: block; - clear: both; - visibility: hidden; - height: 0; -overflow:hidden; -} - - - -#debianforum-outer { -/* display: flex; */ - /* flex-direction: row-reverse; */ - -} - - - -} - - - -@media only screen and (max-width: 680px), only screen and (max-device-width: 680px) -{ - -.debianforumde-sidebar { - visibility: hidden; - width: 1px; - height: 1px; -} - + + #debianforum_outer { + display: flex; + } + + /* #debianforum_content { */ + #page-body { + /* overflow:hidden; */ + /* background-color: red; */ + /* flex: 1; */ + } + + #debianforum_nav { + /* background-color: blue; */ + } + + .debianforum_nav:after { + content: "."; + display: block; + clear: both; + visibility: hidden; + height: 0; + overflow:hidden; + } + + #debianforum-outer { + /* + display: flex; + */ + /* + flex-direction: row-reverse; + */ + } +} + + + +@media only screen and (max-width: 680px), only screen and (max-device-width: 680px) { + .debianforumde-sidebar { + visibility: hidden; + width: 1px; + height: 1px; + } } #DebianforumLeisteUnten { -overflow:hidden; + overflow:hidden; clear:both; - } -- 2.39.2