slice page complete
[plewww.git] / planetlab / css / plc_style.css
1 /* $Id$ */
2
3 /* expanding links */
4
5 .example {
6     padding:10px; 
7     color:#000; 
8     background:#fcf7ff; 
9     width:80%; 
10     clear:left; 
11     margin:2em auto 3em auto; 
12     border:1px solid #69c;
13 }
14 a.expandlink {
15     color:#00c
16 }
17 a:active.expandlink,
18 a:focus.expandlink,
19 a:hover.expandlink {
20     color:#fff
21 }
22
23 body {
24     position: relative;
25 }
26
27 .plc-foreign {
28     background:  #e0e0e0;
29 }
30 .plc-warning {
31     background:  #ffa223; 
32 }
33 .plc-error {
34     background: red;
35     font-weight:bold;
36 }
37
38 .plc-warning a:link { text-decoration: none; color:white }
39 .plc-warning a:visited { text-decoration: none; color:white }
40 .plc-warning a:hover { text-decoration: none; color:black }
41
42 /* styling the planetlab module area */
43 div.block-planetlab a {
44     font-weight:normal;
45     font-style:italic;
46 }
47 /* -------------------- sites */
48 .addresses { text-align: center; font-weight: bold; }
49