source: website/doc/index.css @ 3148

Last change on this file since 3148 was 1543, checked in by plg, 18 years ago

PhpWebGallery homepage sources moved from Pierrick's local CVS repository to
Gna! Subversion repository. Homepage modifications are now shared between
team members.

File size: 1.1 KB
Line 
1BODY {
2  padding: 0;
3  margin: 0;
4  font-size: 90%;
5}
6
7A {
8  color: #005e89;
9  text-decoration: none;
10  border-bottom: 1px dotted #005e89;
11}
12
13H1 {
14  font-size: 1.5em;
15  text-align: center;
16}
17
18H2 {
19  font-size: 1.3em;
20  padding: 0;
21  margin: 0;
22}
23
24UL {
25  list-style: square;
26}
27
28.section {
29  width: 760px;
30  margin: 1em auto;
31  padding: 5px;
32  background-color: #eee;
33  border: 2px solid gray;
34  background-repeat: no-repeat;
35  background-position: 736px 10px;
36}
37
38#sectionFR {
39  background-image: url(http://phpwebgallery.net/images/french.gif);
40}
41
42#sectionEN {
43  background-image: url(http://phpwebgallery.net/images/english.gif);
44}
45
46#pwgHeader {
47  text-align:center;
48}
49
50#pwgHeader .menu a {
51   text-decoration:none;
52   font-weight:bold;
53   color:#005e89;
54   padding:2px;
55   border:1px solid gray;
56   background-color:white;
57}
58
59#pwgHeader .menu a:visited {
60  color:#895900;
61}
62
63#pwgHeader .menu a:hover {
64   background-color:gray;
65   color:white;
66   text-decoration:none;
67}
68
69#pwgTitle {
70  font-size: 18px;
71  font-weight: bold;
72  text-align: center;
73  margin: 0.5em 0 1em 0;
74}
75
76#footer {
77  text-align:center;
78}
Note: See TracBrowser for help on using the repository browser.