more consistency
[plewww.git] / planetlab / css / plc_style.css
index 7e21a05..a3a1b02 100644 (file)
@@ -1,6 +1,6 @@
-/*
-expanding links
-*/
+/* $Id$ */
+
+/* expanding links */
 
 .example {
     padding:10px; 
@@ -20,28 +20,56 @@ a:hover.expandlink {
     color:#fff
 }
 
+/* -------------------- general */
 body {
     position: relative;
 }
 
-h2.plc { 
-    text-align: center;
+.plc-warning {
+    padding: 4px;
+    background:  #ffa223; 
+}
+.plc-error {
+    background: red;
+    font-weight: bold;
 }
 
+.plc-warning a:link { text-decoration: none; color:white }
+.plc-warning a:visited { text-decoration: none; color:white }
+.plc-warning a:hover { text-decoration: none; color:black }
 
-.plc-foreign {
-    background:  #e0e0e0;
+/* -------------------- the planetlab module area */
+div.block-planetlab a {
+    font-weight:normal;
+    font-style:italic;
 }
+/* -------------------- sites */
+.addresses { text-align: center; font-weight: bold; }
 
-.plc-warning {
-    background:  orange;
+/* -------------------- admin search */
+#admin-search-form {
+    text-align: center;
+    padding: 10px;
 }
-.plc-error {
-    background: red;
-    font-weight:bold;
+
+#admin-search-form label {
+    font-weight : bold;
+    padding-right: 20px;
+}
+
+span.tokens {
+    font-weight: bold;
+    font-style: italic;
 }
 
-*.plc-warning a:link { text-decoration: none; color:white }
-*.plc-warning a:visited { text-decoration: none; color:white }
-*.plc-warning a:hover { text-decoration: none; color:black }
+#admin-search-message {
+    padding: 30px;
+}
+
+p.node_add {
+    font-style: italic;
+    padding: 20px 40px;
+    text-align: center;
+    font-size: larger;
+}