more consistency
[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 /* -------------------- general */
24 body {
25     position: relative;
26 }
27
28 .plc-warning {
29     padding: 4px;
30     background:  #ffa223; 
31 }
32 .plc-error {
33     background: red;
34     font-weight: bold;
35 }
36
37 .plc-warning a:link { text-decoration: none; color:white }
38 .plc-warning a:visited { text-decoration: none; color:white }
39 .plc-warning a:hover { text-decoration: none; color:black }
40
41 /* -------------------- the planetlab module area */
42 div.block-planetlab a {
43     font-weight:normal;
44     font-style:italic;
45 }
46 /* -------------------- sites */
47 .addresses { text-align: center; font-weight: bold; }
48
49 /* -------------------- admin search */
50 #admin-search-form {
51     text-align: center;
52     padding: 10px;
53 }
54
55 #admin-search-form label {
56     font-weight : bold;
57     padding-right: 20px;
58 }
59
60 span.tokens {
61     font-weight: bold;
62     font-style: italic;
63 }
64
65 #admin-search-message {
66     padding: 30px;
67 }
68
69 p.node_add {
70     font-style: italic;
71     padding: 20px 40px;
72     text-align: center;
73     font-size: larger;
74 }
75