ckp
[plewww.git] / planetlab / css / plc_style.css
index 1740333..145ba2a 100644 (file)
@@ -1,6 +1,4 @@
-/*
-expanding links
-*/
+/* expanding links */
 
 .example {
     padding:10px; 
@@ -28,15 +26,21 @@ body {
     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;
+}