From: eggy Date: Wed, 5 Jul 2017 09:07:36 +0000 (+0200) Subject: Style fuer Seitenmenue angepasst X-Git-Url: https://git.aero2k.de/?a=commitdiff_plain;h=38ea2ddc0485c913b7a8a5190b70693b119ab072;p=dfde-theme.git Style fuer Seitenmenue angepasst --- diff --git a/theme/debianforum.css b/theme/debianforum.css new file mode 100644 index 0000000..a39e4d5 --- /dev/null +++ b/theme/debianforum.css @@ -0,0 +1,39 @@ + +.menuitem { + -moz-border-bottom-colors: none; + -moz-border-left-colors: none; + -moz-border-right-colors: none; + -moz-border-top-colors: none; + background-color: #f0f0f0; + border-color: #d0d0d0 #d0d0d0 #d0d0d0 #d70751; + border-image: none; + border-style: solid; + border-width: 1px 1px 1px 3px; + color: #000000; + margin: 0.5em 0 0; + padding: 0.1em 0.2em; + text-transform: uppercase; + width: 80%; + border-radius: 3px; + font-size: 0.8rem; +} + + +.menusubitem { + -moz-border-bottom-colors: none; + -moz-border-left-colors: none; + -moz-border-right-colors: none; + -moz-border-top-colors: none; + /* background-color: #f0f0f0; */ + border-color: #d0d0d0 #d0d0d0 #d0d0d0 #dd0d0d0; + border-image: none; + color: #000000; + margin: 0.5em 0.2em 0; + padding: 0.1em 0.2em; + border-radius: 3px; + width: 80%; + font-size: 0.75rem; +} + + + diff --git a/theme/stylesheet.css b/theme/stylesheet.css index f235f60..2745fbf 100644 --- a/theme/stylesheet.css +++ b/theme/stylesheet.css @@ -19,3 +19,4 @@ @import url("icons.css"); @import url("colours.css"); @import url("responsive.css"); +@import url("debianforum.css");