cosmetic + svn keywords
[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-foreign {
29     background:  #e0e0e0;
30 }
31 .plc-warning {
32     background:  #ffa223; 
33 }
34 .plc-error {
35     background: red;
36     font-weight: bold;
37 }
38
39 .plc-warning a:link { text-decoration: none; color:white }
40 .plc-warning a:visited { text-decoration: none; color:white }
41 .plc-warning a:hover { text-decoration: none; color:black }
42
43 /* -------------------- the planetlab module area */
44 div.block-planetlab a {
45     font-weight:normal;
46     font-style:italic;
47 }
48 /* -------------------- sites */
49 .addresses { text-align: center; font-weight: bold; }
50
51 /* -------------------- admin search */
52 #admin-search-form {
53     text-align: center;
54     padding: 10px;
55 }
56
57 #admin-search-form label {
58     font-weight : bold;
59     padding-right: 20px;
60 }
61
62 span.tokens {
63     font-weight: bold;
64     font-style: italic;
65 }
66
67 #admin-search-message {
68     padding: 30px;
69 }