comparison www/m/css/nodescore.css @ 25:8ac67b784a8c

added svgs instead of raster notation also css for svg and bash script to add reference to svg files
author tzara <rc-web@kiben.net>
date Sun, 15 Jul 2012 01:14:27 +0100
parents 22f1c38007ff
children ac9641ecf84f
comparison
equal deleted inserted replaced
24:22f1c38007ff 25:8ac67b784a8c
1 body{ 1 body{
2 background-color: black; 2 background-color: gray;
3 color: white; 3 color: white;
4 font: 12px Helvetica, Arial; 4 font: 12px Helvetica, Arial;
5 } 5 }
6 6
7 h3,h4,h5,h6 { 7 h3,h4,h5,h6 {
27 padding:0; 27 padding:0;
28 margin:0; 28 margin:0;
29 list-style:none; 29 list-style:none;
30 } 30 }
31 31
32
33 .page{ 32 .page{
34 height: 1000px;; 33 height: 1000px;;
35 width: 1280px; 34 width: 1280px;
36 } 35 }
37 36
41 border: 1px solid blue; 40 border: 1px solid blue;
42 position: relative; 41 position: relative;
43 padding: 5px 5px 5px 5px ; 42 padding: 5px 5px 5px 5px ;
44 color: black; 43 color: black;
45 top: 10% 44 top: 10%
45 +filter: invert(100%);
46 } 46 }
47 47
48 #preview{ 48 #preview{
49 height: 240px; 49 height: 240px;
50 width: 400px; 50 width: 400px;
112 opacity: 0.8; 112 opacity: 0.8;
113 height: 25px; 113 height: 25px;
114 text-align: center; 114 text-align: center;
115 width: 130px; 115 width: 130px;
116 font-size:1.5em; 116 font-size:1.5em;
117 color: red; 117 font-weight: bold;
118 color: white;
118 ! border: 1px solid blue; 119 ! border: 1px solid blue;
119 position: absolute; 120 position: absolute;
120 float: left; 121 float: left;
121 left: 210px; 122 left: 210px;
122 top: 25px; 123 top: 25px;
171 172
172 #client_chronometer{ 173 #client_chronometer{
173 border: 1px solid blue ; 174 border: 1px solid blue ;
174 background-color: black; 175 background-color: black;
175 color: white; 176 color: white;
176 font-size: 3.5em; 177 font-size: 3em;
177 text-align: center; 178 text-align: center;
178 opacity:0.7; 179 opacity:0.7;
179 position: absolute; 180 position: absolute;
180 right: 0px; 181 right: 0px;
181 top: 0px; 182 top: 0px;