update bg images
authorMatteo Nastasi (mop) <nastasi@alternativeoutput.it>
Wed, 15 Feb 2017 07:25:44 +0000 (08:25 +0100)
committerMatteo Nastasi (mop) <nastasi@alternativeoutput.it>
Wed, 15 Feb 2017 07:25:44 +0000 (08:25 +0100)
web/brisk.css
web/briskin5/stat-day.php
web/index.php
web/room.css

index 75b4975..c0a99b0 100644 (file)
@@ -28,7 +28,7 @@
 }
 
 body {
-    background-image: url('img/najole_wh.png');
+    background-image: url('img/lines.png');
     background-color: #fafafa;
     background-attachment: fixed;
     margin: 0px;
@@ -110,7 +110,7 @@ img.ib_nobo {
     -moz-border-radius: 8px;
     border-radius: 8px;
 
-    background-image: url('img/najole_wh_light.png');
+    background-image: url('img/lines_light.png');
     background-attachment: fixed;
 
     top: 0;
index 8ba7778..d70d208 100644 (file)
@@ -422,7 +422,8 @@ SELECT p.pts AS pts
 
                         fprintf($fpexp, "<%s class='%s'>%d</%s>",
                                 ($tmt_obj->minus_one_is_old == -1 ? "td" : "th"),
-                                $cla_nam, pow(2,$gam_obj->mult) * $pts,
+                                $cla_nam,
+                                pow(2,$gam_obj->mult) * $pts,
                                 ($tmt_obj->minus_one_is_old == -1 ? "td" : "th"));
                     }
                     if ($tmt_obj->minus_one_is_old != -1) {
index 2cfe731..2a83a6b 100644 (file)
@@ -682,8 +682,9 @@ google_color_url = "000000";
 <table width="100%%" border="0" cols="3"><tr>
 <td align="left"><div style="padding-left: 8px;">'.$banner_top_left.'</div></td>
 <td align="center">'.(($G_with_topbanner || $G_with_donors) ? '<table><tr><td>' : '').'<div style="text-align: center;">
-    <!--<img class="nobo" src="img/brisk_logo64.png">--><img class="nobo" src="img/brisk_logo64_blackribbon.png" title="ciao grrr">
-    '.$mlang_room['headline'][$G_lang].'<br>
+ <img class="nobo" src="img/brisk_logo64.png">'
+/*    <img class="nobo" src="img/brisk_logo64_blackribbon.png" title="ciao Prof" alt="ciao Prof">' */
+    .$mlang_room['headline'][$G_lang].'<br>
     </div>'.( ($G_with_topbanner || $G_with_donors) ? sprintf('</td><td>%s</td></tr></table>',
                                                                 ($G_with_topbanner ? $G_topbanner :
 "<div style='background-color: #ffd780; border: 1px solid black; text-align: center;'><img class='nobo' src=\"donometer.php?c=".$G_donors_cur."&a=".$G_donors_all."\"><div style='padding: 1px; background-color: white;'><b>donatori</b></div></div>") ) : '').'</td>
index 8be8e60..9f4946b 100644 (file)
@@ -138,7 +138,7 @@ table.placings td
 }
 
 table.placing {
-    background-image: url('img/najole_wh_light.png');
+    background-image: url('img/lines_light.png');
     background-attachment: fixed;
 
     border: 1px solid gray;
@@ -202,7 +202,7 @@ table.room_tab td {
     -moz-border-radius: 8px;
     border-radius: 8px;
 
-    background-image: url('img/najole_wh_light.png');
+    background-image: url('img/lines_light.png');
     background-attachment: fixed;
 
     width: 25%;
@@ -250,7 +250,7 @@ table.room_standup {
     border-spacing: 0px;
     padding: 0px;
 
-    background-image: url('img/najole_wh_light.png');
+    background-image: url('img/lines_light.png');
     background-attachment: fixed;
 }
 
@@ -270,7 +270,7 @@ table.login {
     border: 1px solid gray;
     margin-top: 8px;
 
-    background-image: url('img/najole_wh_light.png');
+    background-image: url('img/lines_light.png');
     background-attachment: fixed;
  }
 
@@ -322,7 +322,7 @@ div.esco {
     -moz-border-radius: 4px;
     border-radius: 4px;
 
-    background-image: url('img/najole_wh_light.png');
+    background-image: url('img/lines_light.png');
     background-attachment: fixed;
 }