]> git.aero2k.de Git - dfde-theme.git/commitdiff
Style fuer Seitenmenue angepasst
authoreggy <eggy@localhost>
Wed, 5 Jul 2017 09:07:36 +0000 (11:07 +0200)
committereggy <eggy@localhost>
Wed, 5 Jul 2017 09:07:36 +0000 (11:07 +0200)
theme/debianforum.css [new file with mode: 0644]
theme/stylesheet.css

diff --git a/theme/debianforum.css b/theme/debianforum.css
new file mode 100644 (file)
index 0000000..a39e4d5
--- /dev/null
@@ -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;
+}
+
+
+
index f235f6030eca6c24dabbce4e43d10f0d5290d524..2745fbf7f118ca511e0861bf075610910f63761d 100644 (file)
@@ -19,3 +19,4 @@
 @import url("icons.css");
 @import url("colours.css");
 @import url("responsive.css");
+@import url("debianforum.css");