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

Last change on this file since 21997 was 6109, checked in by grum, 14 years ago

Gally's themes compatibles with piwigo 2.1

  • Property svn:executable set to *
File size: 1.8 KB
Line 
1/* -----------------------------------------------------------------------------
2  GALLY
3  Template for Piwigo
4  ------------------------------------------------------------------------------
5  file: gally/content.css
6  file version: 1.2.0
7  ------------------------------------------------------------------------------
8  author: grum at grum.dnsalias.com
9  << May the Little SpaceFrog be with you >>
10  ------------------------------------------------------------------------------
11  CSS file for all pages
12
13  see the release_notes.txt file for more informations
14----------------------------------------------------------------------------- */
15
16body {
17  font-family:sans-serif;
18  font-size:12px;
19  margin:0px;
20  overflow-x:hidden;
21}
22
23img {
24  border:none;
25}
26
27a {
28  text-decoration:none;
29}
30
31hr {
32  border:none;
33  border-top:1px #999999 solid;
34}
35
36#the_page {
37  margin:0px;
38  padding:0px;
39}
40
41#theHeader {
42  text-align:center;
43  margin:0px;
44  padding:0px;
45}
46
47.ui-dialog-titlebar {
48  display:none;
49}
50
51
52/*
53  tags
54*/
55.tagLevel5 { font-size:150%; }
56.tagLevel4 { font-size:130%; }
57.tagLevel3 { font-size:115%; }
58.tagLevel2 { font-size:100%; }
59.tagLevel1 { font-size:90%; }
60
61#fullTagCloud {
62  font-size: 120%;
63  text-align: justify;
64  padding: 0;
65  margin: 1em 2em 1em 2em;
66}
67
68#fullTagCloud SPAN {
69  white-space: nowrap;
70  margin: 0 2px;
71}
72
73#fullTagCloud SPAN a {
74  padding:2px;
75  margin:0px;
76}
77
78.tagLetterContent {
79  width:100%;
80}
81
82ul.tagSelection li {
83  display: inline;
84}
85
86
87/*
88  actions
89*/
90ul.categoryActions {
91  list-style:none;
92  float:right;
93  margin:0;
94  padding:0;
95}
96
97ul.categoryActions li {
98  display:inline;
99}
100
101ul.categoryActions li.selector {
102  position:relative;
103  top:-10px;
104}
105
106
107
108/*
109  page copyright
110*/
111#copyright {
112  padding:3px;
113  clear:both;
114  bottom:0;
115  position:fixed;
116  width:100%;
117  z-index:8500;
118}
119
120/*
121 vd language switch plugin
122*/
123li.menuf div ul li {
124  z-index:500;
125}
Note: See TracBrowser for help on using the repository browser.