source: extensions/gally/gally-default/css/generic.css @ 16016

Last change on this file since 16016 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.4 KB
Line 
1/* -----------------------------------------------------------------------------
2  GALLY
3  Template for Piwigo
4  ------------------------------------------------------------------------------
5  file: gally/generic.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 all pages excepted categeroes&pictures pages
12
13  see the release_notes.txt file for more informations
14----------------------------------------------------------------------------- */
15
16.titrePage h2 {
17  font-size:12px;
18  margin:0 8px 0 8px;
19  padding-bottom:6px;
20  padding-top:6px;
21}
22
23form {
24  margin:8px;
25}
26
27#content form li {
28  padding:0px;
29  margin:0px;
30  padding-bottom:1px;
31  list-style:none;
32}
33
34div.property {
35  display:block;
36  min-width:275px;
37  float:left;
38}
39
40/*
41  generic
42*/
43#content2 {
44  margin:8px;
45}
46
47/*
48  comment list
49*/
50.commentDetail {
51  clear:both;
52  display:block;
53  min-height:150px;
54}
55div.illustration {
56  float:left;
57  margin:4px;
58}
59
60.commentList {
61  list-style:none;
62  padding-left:8px;
63}
64
65/*
66  help
67*/
68.pageBottomActions {
69  text-align:center;
70}
71
72#thePopuphelpPage h1 {
73  font-size:24px;
74  margin:0px;
75  padding-bottom:6px;
76  padding-top:6px;
77  text-align:center;
78}
Note: See TracBrowser for help on using the repository browser.