initial import from onelab svn codebase
[plewww.git] / themes / chameleon / style.css
1 /* $Id: style.css 144 2007-03-28 07:52:20Z thierry $ */
2
3 /*
4 ** HTML elements
5 */
6 a, a:link, a:active {
7   color: #930;
8 }
9 a:visited {
10   color: #630;
11 }
12 body {
13   padding: 5em 0 0 3em;
14   background-image: url(background.png);
15   background-repeat: repeat-x;
16   font-family: trebuchet ms, tahoma, verdana, arial, helvetica;
17   border-top: 10px solid gray;
18 }
19 ul {
20   list-style-type: disc;
21 }
22
23 /*
24 ** Page layout blocks / IDs
25 */
26 #main {
27   width: 500px;
28 }
29 #sidebar-left {
30   border-right: 1px solid gray;
31 }
32 #sidebar-right {
33   border-left: 1px solid gray;
34 }
35
36 /*
37 ** Common declarations for child classes of node, comment, block, box etc
38 */
39 #header .title {
40   font-size: 2em;
41   font-weight: bold;
42   padding-top: .75em;
43 }
44 #header .title a,
45 #header .title a:link,
46 #header .title a:visited,
47 #header .title a:active {
48   text-decoration: none;
49   color: #aaa;
50 }
51 #header .title a:hover {
52   color: #930;
53 }
54 #header .site-slogan {
55   margin-top: -0.1em;
56   font-size: 0.8em;
57 }
58 .node .title {
59   font-size: 1.2em;
60 }
61 .node .title a,
62 .node .title a:link,
63 .node .title a:active,
64 .node .title a:visited {
65   text-decoration: none;
66   font-weight: normal;
67 }
68 .node .title a:hover {
69   text-decoration: underline;
70 }
71 .links {
72   margin: 1em 0 3em 0;
73   text-align: right;
74  }
75 .comment .content, .block .content, .menu {
76   font-size: 0.9em;
77 }
78 .block {
79   padding-bottom: 1em;
80 }
81 .block .title {
82   font-size: 1em;
83 }
84
85 /*
86 ** Module specific styles
87 */
88 .item-list ul li {
89   list-style: square;
90 }