details can be updated inline - old forms still to be cleaned up
[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 /* tmp - for visual checking */
32 .plc-local {
33     border: 1px solid #00f;
34 }
35 .plc-foreign {
36     background:  #e0e0e0;
37 }
38 .plc-warning {
39     background:  orange;
40 }
41 .plc-error {
42     background: red;
43     font-weight:bold;
44 }
45
46 *.plc-warning a:link { text-decoration: none; color:white }
47 *.plc-warning a:visited { text-decoration: none; color:white }
48 *.plc-warning a:hover { text-decoration: none; color:black }
49
50 /* separator below the minitabs area */
51 p.plc-minitabs {
52     height:15px;
53 }