diff static/style.css @ 32:b288abf2ea9f

Wersja ostateczna
author Michał Rudowicz <michal.rudowicz@fl9.eu>
date Mon, 13 Jun 2011 09:54:20 +0200
parents 50708627f3c7
children
line wrap: on
line diff
--- a/static/style.css	Sun Jun 05 23:58:36 2011 +0200
+++ b/static/style.css	Mon Jun 13 09:54:20 2011 +0200
@@ -1,5 +1,5 @@
 body {
-    background: url(http://localhost/static/pic/backgroundbody.jpg);
+    background: url(/static/pic/backgroundbody.jpg);
     font-family: "tahoma", "arial", "helvetica", "sans-serif";
     font-size: 8pt;
     color: #000000;
@@ -42,16 +42,16 @@
   margin-bottom: 20px;
 }
 .tbll {
-  background : url(http://localhost/static/pic/tb4_l.gif) no-repeat;
+  background : url(/static/pic/tb4_l.gif) no-repeat;
   width : 8px;
 }
 .tblbot {
-  background : url(http://localhost/static/pic/tb4_m.gif) repeat-x;
+  background : url(/static/pic/tb4_m.gif) repeat-x;
   width : 100%;
   height: 22px;
 }
 .tblr {
-  background : url(http://localhost/static/pic/tb4_r.gif) no-repeat;
+  background : url(/static/pic/tb4_r.gif) no-repeat;
   width : 8px;
 }
 .tbt {
@@ -61,19 +61,19 @@
   border : 0;
 }
 .tbtl {
-  background : url(http://localhost/static/pic/tb2_l.gif) no-repeat;
+  background : url(/static/pic/tb2_l.gif) no-repeat;
   width : 22px;
   height: 22px;
   display: block;  
 }
 .tbtbot {
-  background : url(http://localhost/static/pic/tb2_m.gif) repeat-x;
+  background : url(/static/pic/tb2_m.gif) repeat-x;
   width : 100%;
   font-size : 13px;
   color : #445588;
 }
 .tbtr {
-  background : url(http://localhost/static/pic/tb2_r.gif) no-repeat;
+  background : url(/static/pic/tb2_r.gif) no-repeat;
   width : 124px;
   height: 22px;
   display: block;
@@ -85,7 +85,7 @@
   font-size : 11px;
 }
 .tbtr_block {
-  background : url(http://localhost/static/pic/tb2_r_block.gif) no-repeat;
+  background : url(/static/pic/tb2_r_block.gif) no-repeat;
   width : 70px;
 }
 .row1 {
@@ -122,7 +122,7 @@
 }
 .state100
 {
-  background-image : url(http://localhost/static/pic/100.gif);
+  background-image : url(/static/pic/100.gif);
   background-repeat: no-repeat;
   background-position: center left;
   width : 31px;
@@ -133,7 +133,7 @@
 }
 .state87
 {
-  background : url(http://localhost/static/pic/87.gif) no-repeat;
+  background : url(/static/pic/87.gif) no-repeat;
   background-position: center left;
   width : 31px;
   height: 23px;
@@ -143,7 +143,7 @@
 }
 .state75
 {
-  background : url(http://localhost/static/pic/75.gif) no-repeat;
+  background : url(/static/pic/75.gif) no-repeat;
   background-position: center left;
   width : 31px;
   height: 23px;
@@ -153,7 +153,7 @@
 }
 .state62
 {
-  background : url(http://localhost/static/pic/62.gif) no-repeat;
+  background : url(/static/pic/62.gif) no-repeat;
   background-position: center left;
   width : 31px;
   height: 23px;
@@ -162,7 +162,7 @@
   font-size: 11px;
 }.state50
 {
-  background : url(http://localhost/static/pic/50.gif) no-repeat;
+  background : url(/static/pic/50.gif) no-repeat;
   background-position: center left;
   width : 31px;
   height: 23px;
@@ -172,7 +172,7 @@
 }
 .state37
 {
-  background : url(http://localhost/static/pic/37.gif) no-repeat;
+  background : url(/static/pic/37.gif) no-repeat;
   background-position: center left;
   width : 31px;
   height: 23px;
@@ -182,7 +182,7 @@
 }
 .state25
 {
-  background : url(http://localhost/static/pic/25.gif) no-repeat;
+  background : url(/static/pic/25.gif) no-repeat;
   background-position: center left;
   width : 31px;
   height: 23px;
@@ -192,7 +192,7 @@
 }
 .state12
 {
-  background : url(http://localhost/static/pic/12.gif) no-repeat;
+  background : url(/static/pic/12.gif) no-repeat;
   background-position: center left;
   width : 31px;
   height: 23px;
@@ -202,7 +202,7 @@
 }
 .state0
 {
-  background : url(http://localhost/static/pic/0.gif) no-repeat;
+  background : url(/static/pic/0.gif) no-repeat;
   background-position: center left;
   width : 31px;
   height: 23px;
@@ -227,7 +227,7 @@
 
 .button {
 display: inline-block;
-  background : url(http://localhost/static/pic/buttons/button1.gif) no-repeat;
+  background : url(/static/pic/buttons/button1.gif) no-repeat;
   background-position: bottom center;
   width: 140px;
   height: 20px;
@@ -242,4 +242,4 @@
     font-weight: bold;
   text-decoration: none;
   font-size: small;
-}
\ No newline at end of file
+}