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 dd09f68..2490ab6 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 836cee1..ab78151 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;
+}