ckp
[plewww.git] / planetlab / css / plc_style.css
index cc99aef..145ba2a 100644 (file)
@@ -1,6 +1,4 @@
-/*
-expanding links
-*/
+/* expanding links */
 
 .example {
     padding:10px; 
@@ -24,23 +22,25 @@ body {
     position: relative;
 }
 
-h2.plc { 
-    text-align: center;
-}
-
-
 .plc-foreign {
     background:  #e0e0e0;
 }
-
 .plc-warning {
-    background:  orange;
+    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-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 }
+
+.addresses { text-align: center; font-weight: bold; }
 
+/* styling the planetlab module area */
+div.block-planetlab a {
+    font-weight:normal;
+    font-style:italic;
+}