optimized for speed - OK for nodes, but 4000+ persons is still one second per keystro...
[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 .plc-foreign {
28     background:  #e0e0e0;
29 }
30 .plc-warning {
31     background:  orange;
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 /* separator below the linetabs area */
43 p.plc-linetabs {
44     height:15px;
45 }