]> git.p6c8.net - jirafeau.git/commitdiff
Minor changes to styles
authorSpanti Nicola (RyDroid) <dev@nicola-spanti.info>
Sat, 11 Jul 2015 14:15:26 +0000 (16:15 +0200)
committerJerome Jutteau <mojo@couak.net>
Thu, 16 Jul 2015 08:51:28 +0000 (10:51 +0200)
media/courgette/style.css.php
media/industrial/style.css.php
media/jyraphe/style.css.php
media/modern/style.css.php

index 0e88ed5abf7a328b65ed168e5b5d0fb1e14b59ea..f3d087910a234b8067bcd2dedd3a0cebb660a20a 100644 (file)
@@ -16,7 +16,7 @@
  *  GNU Affero General Public License for more details.
  *
  *  You should have received a copy of the GNU Affero General Public License
  *  GNU Affero General Public License for more details.
  *
  *  You should have received a copy of the GNU Affero General Public License
- *  along with this program.  If not, see <http://www.gnu.org/licenses/>.
+ *  along with this program.  If not, see <https://www.gnu.org/licenses/>.
  */
 
 /*
  */
 
 /*
 
 $dark = '#8B4513';
 
 
 $dark = '#8B4513';
 
-header("Content-type: text/css");
+header('Content-type: text/css');
 
 ?>
 
 /* ==========================================================================
 
 ?>
 
 /* ==========================================================================
-   Sommaire
+   Summary
 
    1 = Basic Style
    2 = Copyright
 
    1 = Basic Style
    2 = Copyright
@@ -94,12 +94,14 @@ legend {
   text-align: center;
 }
 
   text-align: center;
 }
 
-table a { color: #000;}
+table a {
+  color: #000;
+}
 
 
-  table a:hover,
-  table a:focus {
-    text-decoration: none;
-  }
+table a:hover,
+table a:focus {
+  text-decoration: none;
+}
 
 input[type="submit"] {
   background: #0D9CB2;
 
 input[type="submit"] {
   background: #0D9CB2;
@@ -453,4 +455,3 @@ textarea[readonly="readonly"] + p + p a:focus {
   padding-top: 10px;
   padding-bottom: 10px;
 }
   padding-top: 10px;
   padding-bottom: 10px;
 }
-
index 7c1cf563899a01a7ff0797aca59c0d8078917427..d4c02bdc5237c96420e9fda3bb643ed47306c951 100644 (file)
@@ -14,7 +14,7 @@
  *  GNU Affero General Public License for more details.
  *
  *  You should have received a copy of the GNU Affero General Public License
  *  GNU Affero General Public License for more details.
  *
  *  You should have received a copy of the GNU Affero General Public License
- *  along with this program.  If not, see <http://www.gnu.org/licenses/>.
+ *  along with this program.  If not, see <https://www.gnu.org/licenses/>.
  */
 
 /*
  */
 
 /*
@@ -24,7 +24,7 @@
 
 $dark = '#8B4513';
 
 
 $dark = '#8B4513';
 
-header("Content-type: text/css");
+header('Content-type: text/css');
 
 ?>
 
 
 ?>
 
@@ -44,6 +44,7 @@ fieldset {
   border: 2px solid #02233f;
   -moz-border-radius: 10px;
   -webkit-border-radius: 10px;
   border: 2px solid #02233f;
   -moz-border-radius: 10px;
   -webkit-border-radius: 10px;
+  border-radius: 10px;
 }
 
 fieldset legend {
 }
 
 fieldset legend {
@@ -53,6 +54,7 @@ fieldset legend {
   padding: 1px 5px;
   -moz-border-radius: 5px;
   -webkit-border-radius: 5px;
   padding: 1px 5px;
   -moz-border-radius: 5px;
   -webkit-border-radius: 5px;
+  border-radius: 5px;
 }
 
 h1 {
 }
 
 h1 {
@@ -99,9 +101,9 @@ input:hover {
   position: fixed;
   bottom: 0;
   right: 0;
   position: fixed;
   bottom: 0;
   right: 0;
-       height: 100px;
+  height: 100px;
   width: 100px;
   width: 100px;
-       clear:both;
+  clear:both;
 }
 
 #copyright {
 }
 
 #copyright {
@@ -143,6 +145,7 @@ input:hover {
   border: 2px solid #02233f;
   -moz-border-radius: 10px;
   -webkit-border-radius: 10px;
   border: 2px solid #02233f;
   -moz-border-radius: 10px;
   -webkit-border-radius: 10px;
+  border-radius: 10px;
 }
 
 .info h2 {
 }
 
 .info h2 {
@@ -186,4 +189,3 @@ input:hover {
   margin-left: 10px;
   background: url(email.png) no-repeat;
 }
   margin-left: 10px;
   background: url(email.png) no-repeat;
 }
-
index 376703bda54648159b500f918d776e90e66b8b62..76c59c772eb5bca807bfec4b6bb5fcc7540cab03 100644 (file)
@@ -14,7 +14,7 @@
  *  GNU Affero General Public License for more details.
  *
  *  You should have received a copy of the GNU Affero General Public License
  *  GNU Affero General Public License for more details.
  *
  *  You should have received a copy of the GNU Affero General Public License
- *  along with this program.  If not, see <http://www.gnu.org/licenses/>.
+ *  along with this program.  If not, see <https://www.gnu.org/licenses/>.
  */
 
 /*
  */
 
 /*
 
 $dark = '#8B4513';
 
 
 $dark = '#8B4513';
 
-header("Content-type: text/css");
+header('Content-type: text/css');
 
 ?>
 
 
 ?>
 
+@charset "UTF-8";
+
 body {
   text-align: center;
   font-family: sans-serif;
 body {
   text-align: center;
   font-family: sans-serif;
index 122be064a6fe4b52cc4478319892e7f1c7977ce4..6daff465e8ec98c5dd802ea884f2e48f946e3192 100644 (file)
@@ -16,7 +16,7 @@
  *  GNU Affero General Public License for more details.
  *
  *  You should have received a copy of the GNU Affero General Public License
  *  GNU Affero General Public License for more details.
  *
  *  You should have received a copy of the GNU Affero General Public License
- *  along with this program.  If not, see <http://www.gnu.org/licenses/>.
+ *  along with this program.  If not, see <https://www.gnu.org/licenses/>.
  */
 
 /*
  */
 
 /*
 
 $dark = '#8B4513';
 
 
 $dark = '#8B4513';
 
-header("Content-type: text/css");
+header('Content-type: text/css');
 
 ?>
 
 body {
 
 ?>
 
 body {
-font-family:"Lucida Grande","Lucida Sans Unicode",Tahoma,sans-serif;
-font-size: 100%;
-color:#333333;
-margin:0;
-background:#e5e5e5;
+    font-family:"Lucida Grande","Lucida Sans Unicode",Tahoma,sans-serif;
+    font-size: 100%;
+    color:#333333;
+    margin:0;
+    background:#e5e5e5;
 }
 
 a, a:link, a:visited {
 }
 
 a, a:link, a:visited {
@@ -50,25 +50,23 @@ fieldset {
   margin: auto;
   background: white;
   border: 2px solid #dbdbdb;
   margin: auto;
   background: white;
   border: 2px solid #dbdbdb;
--webkit-border-radius: 5px;
-    -moz-border-radius: 5px;
-    border-radius: 5px;
+  -webkit-border-radius: 5px;
+  -moz-border-radius: 5px;
+  border-radius: 5px;
 }
 
 fieldset legend {
 }
 
 fieldset legend {
-
   color: white;
   font-size:130%;
   background: #cf3b19;
   border: 1px solid #A52E13;
   padding: 5px 20px;
   color: white;
   font-size:130%;
   background: #cf3b19;
   border: 1px solid #A52E13;
   padding: 5px 20px;
--webkit-border-radius: 5px;
-    -moz-border-radius: 5px;
-    border-radius: 5px;
+  -webkit-border-radius: 5px;
+  -moz-border-radius: 5px;
+  border-radius: 5px;
 }
 
 h1 {
 }
 
 h1 {
-
   font-size: 175%;
   width: 100%;
   text-align: center;
   font-size: 175%;
   width: 100%;
   text-align: center;
@@ -134,13 +132,13 @@ text-align: center;
   padding-bottom: 1ex;
   border: #FB7373 2px solid;
   background-color: #FBB;
   padding-bottom: 1ex;
   border: #FB7373 2px solid;
   background-color: #FBB;
-    -webkit-border-radius: 5px;
+  -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   border-radius: 5px;
 }
 
 .error p:before {
   -moz-border-radius: 5px;
   border-radius: 5px;
 }
 
 .error p:before {
-text-align: center;
+  text-align: center;
   content: url('error.png');
   padding-right: 1ex;
     -webkit-border-radius: 5px;
   content: url('error.png');
   padding-right: 1ex;
     -webkit-border-radius: 5px;
@@ -153,7 +151,7 @@ text-align: center;
   padding: 1ex;
   border: #91C27C 2px solid;
   background-color: #BFB;
   padding: 1ex;
   border: #91C27C 2px solid;
   background-color: #BFB;
-    -webkit-border-radius: 5px;
+  -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   border-radius: 5px;
 }
   -moz-border-radius: 5px;
   border-radius: 5px;
 }
@@ -217,8 +215,8 @@ font-size:90%;
   border: 2px solid #91C27C;
   margin: auto;
   -webkit-border-radius: 5px;
   border: 2px solid #91C27C;
   margin: auto;
   -webkit-border-radius: 5px;
-    -moz-border-radius: 5px;
-    border-radius: 5px;
+  -moz-border-radius: 5px;
+  border-radius: 5px;
 }
 
 #self_destruct {
 }
 
 #self_destruct {

patrick-canterino.de