From 14778ce673277f2df41f963aa70df1cbed427294 Mon Sep 17 00:00:00 2001 From: plegall Date: Sat, 13 Mar 2010 00:00:52 +0000 Subject: feature 1502: based on Dotclear model, P@t has reorganized the way Piwigo manages template/theme in a simpler "theme only level" architecture. It supports multiple level inheritance. git-svn-id: http://piwigo.org/svn/trunk@5123 68402e56-0260-453c-a942-63ccdbb3a9ee --- themes/default/menubar.css | 87 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 87 insertions(+) create mode 100644 themes/default/menubar.css (limited to 'themes/default/menubar.css') diff --git a/themes/default/menubar.css b/themes/default/menubar.css new file mode 100644 index 000000000..27eb1ac38 --- /dev/null +++ b/themes/default/menubar.css @@ -0,0 +1,87 @@ +#menubar { + float: left; + margin: 0 0 10px 1em; + padding: 0; + display: inline; +} + +#menubar DL, #menubar DT, #menubar DD { + margin: 0; padding: 0; display: block; +} + +#menubar .button { + margin: -2px 2px 2px; + width: auto; + padding: 0; + text-indent: 0; + list-style: none; + text-align: center; + float: right; +} + +/* H2 properties copied here */ +#menubar DT { + font-weight: bold; + padding: 5px 5px 5px 5px; + font-size: 120%; + text-align: center; +} + +#menubar UL, +#menubar FORM, +#menubar P { + font-size: 92%; + margin: 10px 0 10px 5px; +} +#menubar UL { + list-style-type: square; + list-style-position: inside; + padding: 0 0 0 2px; +} +#menubar UL UL { + font-size: 100%; + margin-top: 0; + margin-bottom: 0; +} + +#menubar LI.selected A { + font-weight: bold; +} + +#menubar LI.selected LI A { + font-weight: normal; +} + +#menubar .menuInfoCatByChild { + font-size: 80%; + font-style: italic; +} + +#menubar INPUT { + text-indent: 2px; +} + +/* quickconnect form */ +FORM#quickconnect { + margin: 5px; + padding: 0; +} + +FORM#quickconnect FIELDSET { + margin: 0; + padding: 0; /*IE6 requires padding 0*/ +} + +FORM#quickconnect FIELDSET DIV { + margin: 8px 5px; + padding: 0; +} + +#menubar #menuTagCloud { + text-align: center; + margin: 5px 0; +} + +#menubar #menuTagCloud SPAN { + white-space: nowrap; +} -- cgit v1.2.3