]> mop.ddnsfree.com - git repositories - brisk.git/commitdiff
summary restyling
authorMatteo Nastasi (mop) <nastasi@alternativeoutput.it>
Fri, 30 Oct 2015 07:44:43 +0000 (08:44 +0100)
committerMatteo Nastasi (mop) <nastasi@alternativeoutput.it>
Fri, 30 Oct 2015 07:44:43 +0000 (08:44 +0100)
web/briskin5/explain.php
web/room.css

index dd09f687578defd27a2a59df9851f5c62aac7948..2490ab63ad8a2cb7c12d04964d96870413af0840 100644 (file)
@@ -54,7 +54,7 @@ function main() {
 <link rel="stylesheet" type="text/css" href="../brisk.css">
 <link rel="stylesheet" type="text/css" href="../room.css">
 </head>
-<body>
+<body class="explain">
 <div style="text-align: center;">
 <?php 
 main();
index 836cee19dca0aab17149c7ccf2d8a57845f51413..ab78151ce4ff788f91731e0e4b64c634eb4bed54 100644 (file)
@@ -138,6 +138,9 @@ table.placings td
 }
 
 table.placing {
+    background-image: url('img/najole_light.png');
+    background-attachment: fixed;
+
     border: 1px solid gray;
     border-collapse: collapse;
     border-spacing: 0px;
@@ -584,3 +587,27 @@ table.info td.ro {
     padding-right: 16px;
     }
 
+body.explain h1 {
+    font-size: 200%;
+    background-color: #fafafa;
+}
+
+body.explain h2 {
+    font-size: 180%;
+    background-color: #fafafa;
+}
+
+body.explain h3 {
+    font-size: 160%;
+    background-color: #fafafa;
+}
+
+body.explain h4 {
+    font-size: 140%;
+    background-color: #fafafa;
+}
+
+body.explain h5 {
+    font-size: 120%;
+    background-color: #fafafa;
+}