source: extensions/gally/gally-default/css/theme.css @ 21997

Last change on this file since 21997 was 21997, checked in by flop25, 11 years ago

gally * themes of grum checked for 2.5 compatibility
-navig bar
-lang switch menu display

  • Property svn:executable set to *
File size: 1.4 KB
Line 
1/* -----------------------------------------------------------------------------
2  GRUM:DARK-II
3  Theme for Piwigo
4  ------------------------------------------------------------------------------
5  file: gally/grum-dark II/theme.css
6  file version: 1.2.0
7  ------------------------------------------------------------------------------
8  author: grum at piwigo.org
9  << May the Little SpaceFrog be with you >>
10  ------------------------------------------------------------------------------
11  Grum-dark II for template "Gally"
12----------------------------------------------------------------------------- */
13
14
15.thumbnailCategory {
16  cursor:pointer;
17}
18
19.button {
20  cursor:pointer;
21  display:inline-block;
22}
23
24.switchBox {
25  padding: 0.5em 5px;
26  border-radius: 4px;
27  z-index: 100;
28  text-align:left;
29  display: none;
30  position: absolute;
31  left: 0; top: 0; /*left, right set through js*/
32}
33
34.switchBoxTitle {
35  padding-bottom:5px;
36  margin-bottom:5px;
37}
38
39.relSwitchBox {
40  position: relative;
41}
42
43#derivativeSwitchBox a {
44  cursor:pointer;
45}
46
47.pwg-button-text {
48  display: none;
49}
50.pwg-icon {
51        display: inline-block; /*IE6 does not get this correctly*/
52        text-indent: -9999px; overflow: hidden; background-repeat: no-repeat;
53        width: 26px; height: 26px;
54        vertical-align: bottom;
55}
56.pwg-button-text { display:none; }
57
58
59.pwg-button {
60        display: inline-block;
61        vertical-align: top;
62  cursor:pointer;
63}
64
Note: See TracBrowser for help on using the repository browser.