Last change
on this file since 13566 was
4446,
checked in by grum, 15 years ago
|
[Template:Gally] Add template to subversion
|
-
Property svn:executable set to
*
|
File size:
1.6 KB
|
Line | |
---|
1 | /* ----------------------------------------------------------------------------- |
---|
2 | GALLY |
---|
3 | Template for Piwigo |
---|
4 | ------------------------------------------------------------------------------ |
---|
5 | file: gally/menubar.css |
---|
6 | file version: 1.1.0 |
---|
7 | ------------------------------------------------------------------------------ |
---|
8 | author: grum at grum.dnsalias.com |
---|
9 | << May the Little SpaceFrog be with you >> |
---|
10 | ------------------------------------------------------------------------------ |
---|
11 | CSS file for the menu |
---|
12 | |
---|
13 | see the release_notes.txt file for more informations |
---|
14 | ----------------------------------------------------------------------------- */ |
---|
15 | |
---|
16 | #menubar { |
---|
17 | margin:0px; |
---|
18 | padding:1px; |
---|
19 | margin-right:8px; |
---|
20 | /*float:left; |
---|
21 | position:relative; |
---|
22 | top:-1px; |
---|
23 | left:4px;*/ |
---|
24 | position:absolute; |
---|
25 | top:0px; |
---|
26 | left:4px; |
---|
27 | width:240px; |
---|
28 | display:block; |
---|
29 | z-index:1000; |
---|
30 | visibility:hidden; |
---|
31 | overflow:hidden; |
---|
32 | height:0px; |
---|
33 | } |
---|
34 | |
---|
35 | #menubar dl { |
---|
36 | margin:0px; |
---|
37 | padding:0px; |
---|
38 | } |
---|
39 | |
---|
40 | #menubar dt { |
---|
41 | margin:0px; |
---|
42 | padding:6px; |
---|
43 | } |
---|
44 | |
---|
45 | #menubar dd { |
---|
46 | margin:0 0 0 10px; |
---|
47 | } |
---|
48 | |
---|
49 | #menubar ul { |
---|
50 | margin:0px; |
---|
51 | padding-top:4px; |
---|
52 | padding-bottom:4px; |
---|
53 | padding-left:10px; |
---|
54 | } |
---|
55 | |
---|
56 | .totalImages { |
---|
57 | margin:2px; |
---|
58 | text-align:right; |
---|
59 | } |
---|
60 | |
---|
61 | .menuInfoCat, .menuInfoCatByChild { |
---|
62 | font-size:80%; |
---|
63 | left:-3px; |
---|
64 | position:relative; |
---|
65 | top:-3px; |
---|
66 | } |
---|
67 | |
---|
68 | #menubar dd p { |
---|
69 | margin:4px; |
---|
70 | } |
---|
71 | |
---|
72 | #menubar dd input { |
---|
73 | padding:2px; |
---|
74 | margin:1px 1px 1px 8px; |
---|
75 | } |
---|
76 | |
---|
77 | #menubar dt .button{ |
---|
78 | float:right; |
---|
79 | position:relative; |
---|
80 | top:-7px; |
---|
81 | right:-5px; |
---|
82 | } |
---|
83 | |
---|
84 | #ipassword, #iusername { |
---|
85 | display:block; |
---|
86 | } |
---|
87 | |
---|
88 | #menubar form ul { |
---|
89 | list-style:none; |
---|
90 | } |
---|
91 | |
---|
92 | #quickconnect p { |
---|
93 | float:left; |
---|
94 | } |
---|
95 | |
---|
96 | #menubar form ul li { |
---|
97 | display:inline; |
---|
98 | float:right; |
---|
99 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.