From: Spanti Nicola (RyDroid) <dev@nicola-spanti.info>
Date: Sat, 11 Jul 2015 14:15:26 +0000 (+0200)
Subject: Minor changes to styles
X-Git-Tag: 1.1~43
X-Git-Url: https://git.p6c8.net/jirafeau.git/commitdiff_plain/6b53e1f444bf339516520686220d409a2900c672?hp=261af8ac3be2c4d9fbdae0f25c036440833d746c

Minor changes to styles
---

diff --git a/media/courgette/style.css.php b/media/courgette/style.css.php
index 0e88ed5..f3d0879 100644
--- a/media/courgette/style.css.php
+++ b/media/courgette/style.css.php
@@ -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
- *  along with this program.  If not, see <http://www.gnu.org/licenses/>.
+ *  along with this program.  If not, see <https://www.gnu.org/licenses/>.
  */
 
 /*
@@ -26,12 +26,12 @@
 
 $dark = '#8B4513';
 
-header("Content-type: text/css");
+header('Content-type: text/css');
 
 ?>
 
 /* ==========================================================================
-   Sommaire
+   Summary
 
    1 = Basic Style
    2 = Copyright
@@ -94,12 +94,14 @@ legend {
   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;
@@ -453,4 +455,3 @@ textarea[readonly="readonly"] + p + p a:focus {
   padding-top: 10px;
   padding-bottom: 10px;
 }
-
diff --git a/media/industrial/style.css.php b/media/industrial/style.css.php
index 7c1cf56..d4c02bd 100644
--- a/media/industrial/style.css.php
+++ b/media/industrial/style.css.php
@@ -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
- *  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';
 
-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-radius: 10px;
 }
 
 fieldset legend {
@@ -53,6 +54,7 @@ fieldset legend {
   padding: 1px 5px;
   -moz-border-radius: 5px;
   -webkit-border-radius: 5px;
+  border-radius: 5px;
 }
 
 h1 {
@@ -99,9 +101,9 @@ input:hover {
   position: fixed;
   bottom: 0;
   right: 0;
-	height: 100px;
+  height: 100px;
   width: 100px;
-	clear:both;
+  clear:both;
 }
 
 #copyright {
@@ -143,6 +145,7 @@ input:hover {
   border: 2px solid #02233f;
   -moz-border-radius: 10px;
   -webkit-border-radius: 10px;
+  border-radius: 10px;
 }
 
 .info h2 {
@@ -186,4 +189,3 @@ input:hover {
   margin-left: 10px;
   background: url(email.png) no-repeat;
 }
-
diff --git a/media/jyraphe/style.css.php b/media/jyraphe/style.css.php
index 376703b..76c59c7 100644
--- a/media/jyraphe/style.css.php
+++ b/media/jyraphe/style.css.php
@@ -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
- *  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,10 +24,12 @@
 
 $dark = '#8B4513';
 
-header("Content-type: text/css");
+header('Content-type: text/css');
 
 ?>
 
+@charset "UTF-8";
+
 body {
   text-align: center;
   font-family: sans-serif;
diff --git a/media/modern/style.css.php b/media/modern/style.css.php
index 122be06..6daff46 100644
--- a/media/modern/style.css.php
+++ b/media/modern/style.css.php
@@ -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
- *  along with this program.  If not, see <http://www.gnu.org/licenses/>.
+ *  along with this program.  If not, see <https://www.gnu.org/licenses/>.
  */
 
 /*
@@ -26,16 +26,16 @@
 
 $dark = '#8B4513';
 
-header("Content-type: text/css");
+header('Content-type: text/css');
 
 ?>
 
 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 {
@@ -50,25 +50,23 @@ fieldset {
   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 {
-
   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 {
-
   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;
-    -webkit-border-radius: 5px;
+  -webkit-border-radius: 5px;
   -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;
@@ -153,7 +151,7 @@ text-align: center;
   padding: 1ex;
   border: #91C27C 2px solid;
   background-color: #BFB;
-    -webkit-border-radius: 5px;
+  -webkit-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;
-    -moz-border-radius: 5px;
-    border-radius: 5px;
+  -moz-border-radius: 5px;
+  border-radius: 5px;
 }
 
 #self_destruct {