cc99aef896629d80d26e281fdfe40e2d44481d47
[plewww.git] / planetlab / css / plc_style.css
1 /*
2 expanding links
3 */
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 h2.plc { 
28     text-align: center;
29 }
30
31
32 .plc-foreign {
33     background:  #e0e0e0;
34 }
35
36 .plc-warning {
37     background:  orange;
38 }
39 .plc-error {
40     background: red;
41 }
42
43 *.plc-warning a:link { text-decoration: none; color:white }
44 *.plc-warning a:visited { text-decoration: none; color:white }
45 *.plc-warning a:hover { text-decoration: none; color:black }
46