]> git.p6c8.net - jirafeau_mojo42.git/blobdiff - media/dark-courgette/style.css.php
[FEATURE] option to randomize file hash
[jirafeau_mojo42.git] / media / dark-courgette / style.css.php
index b39a05dcdb6dd1c01dcecda763c6218197ef4436..93b52d6c8de112a65be244a41372d4c8dda6fac6 100644 (file)
@@ -24,8 +24,6 @@
  * The content is dynamically generated for easier handling.
  */
 
  * The content is dynamically generated for easier handling.
  */
 
-$dark = '#8B4513';
-
 header('Content-type: text/css');
 
 ?>
 header('Content-type: text/css');
 
 ?>
@@ -114,7 +112,7 @@ input[type="submit"] {
   padding: 0.4em 2.2em;
   font-size: 1.1em;
   color: #FFF;
   padding: 0.4em 2.2em;
   font-size: 1.1em;
   color: #FFF;
-  border-bottom: 5px solid #fff;
+  border-bottom: 5px solid #FFF;
   cursor: pointer;
   margin: 10px;
 }
   cursor: pointer;
   margin: 10px;
 }
@@ -132,8 +130,10 @@ select { width: 100%; }
 input[type="submit"]:hover,
 input[type="submit"]:focus {
   border: 0;
 input[type="submit"]:hover,
 input[type="submit"]:focus {
   border: 0;
+  color: #555;
   position: relative;
   position: relative;
-  top: 5px;
+  background: #FFF;
+  border-bottom: 5px solid #555;
   margin-bottom: 15px;
 }
 
   margin-bottom: 15px;
 }
 

patrick-canterino.de