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