Merge remote branch 'origin/xorg/maint' into xorg/master
[platal.git] / htdocs / css / bandeau.css
index 5cfd3c0..8c2e225 100644 (file)
@@ -1,5 +1,5 @@
 /***************************************************************************
- *  Copyright (C) 2003-2007 Polytechnique.org                              *
+ *  Copyright (C) 2003-2011 Polytechnique.org                              *
  *  http://opensource.polytechnique.org/                                   *
  *                                                                         *
  *  This program is free software; you can redistribute it and/or modify   *
  *  59 Temple Place, Suite 330, Boston, MA  02111-1307  USA                *
  ***************************************************************************/
 
-#bandeau-X a        { vertical-align: middle; }
-#bandeau-X a:link, #bandeau-X a:visited    { text-decoration: none ; color: #505050; }
-#bandeau-X a:hover   { text-decoration: underline; color: black; }
-#bandeau-X a:active  { color: #CCCCCC ; background: #505050 ; }
-body {margin:0px;}
-#bandeau-X {
-background:#CCCCCC;color:#505050;font-size:10px;font-family:Verdana, Arial, Helvetica, sans-serif;height:15px;border:none;padding:0;margin:0 }
-#bandeau-X img { vertical-align:middle;border:0;padding:0;margin:0 }
+@media screen {
+    #bandeau-X a        { vertical-align: middle; }
+    #bandeau-X a:link, #bandeau-X a:visited    { text-decoration: none ; color: #505050; }
+    #bandeau-X a:hover   { text-decoration: underline; color: black; }
+    #bandeau-X a:active  { color: #CCCCCC ; background: #505050 ; }
+    body {margin:0px;}
+    #bandeau-X {
+    background:#CCCCCC;color:#505050;font-size:10px;font-family:Verdana, Arial, Helvetica, sans-serif;height:15px;border:none;padding:0;margin:0 }
+    #bandeau-X img { vertical-align:middle;border:0;padding:0;margin:0 }
+}