From 7964a34f79c99b45bf084c375b81ef989bc16f09 Mon Sep 17 00:00:00 2001
From: "Matteo Nastasi (mop)" <nastasi@alternativeoutput.it>
Date: Fri, 30 Oct 2015 08:44:43 +0100
Subject: [PATCH] summary restyling

---
 web/briskin5/explain.php |  2 +-
 web/room.css             | 27 +++++++++++++++++++++++++++
 2 files changed, 28 insertions(+), 1 deletion(-)

diff --git a/web/briskin5/explain.php b/web/briskin5/explain.php
index dd09f68..2490ab6 100644
--- a/web/briskin5/explain.php
+++ b/web/briskin5/explain.php
@@ -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();
diff --git a/web/room.css b/web/room.css
index 836cee1..ab78151 100644
--- a/web/room.css
+++ b/web/room.css
@@ -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;
+}
-- 
2.17.1