rc-web@5
|
1 body{
|
rc-web@5
|
2 background-color: black;
|
rc-web@5
|
3 color: white;
|
rc-web@5
|
4 font: 12px Helvetica, Arial;
|
rc-web@5
|
5 }
|
rc-web@5
|
6
|
rc-web@5
|
7 h3,h4,h5,h6 {
|
rc-web@5
|
8 width: 400px;
|
rc-web@5
|
9 background-color: white;
|
rc-web@5
|
10 display: inline;
|
rc-web@5
|
11 color: #666;
|
rc-web@5
|
12 // padding: 0px 10px 0px 10px ;
|
rc-web@5
|
13 z-index: 2;
|
rc-web@5
|
14 }
|
rc-web@5
|
15
|
rc-web@5
|
16 h1{ background-color: black; color:white;font: 44px Helvetica, Arial; }
|
rc-web@5
|
17 h2{ font: 28px Helvetica, Arial; color:white}
|
rc-web@5
|
18 h3{ font: 12px Helvetica, Arial; color:white }
|
rc-web@5
|
19 h4{ background-color: black; font: 19px Helvetica, Arial;
|
rc-web@5
|
20 text-align: center; margin-left:auto; margin-right:auto; color:white}
|
rc-web@5
|
21
|
rc-web@5
|
22 a:link {color:#666;}
|
rc-web@5
|
23 a:visited {color: #666;}
|
rc-web@5
|
24 a:hover {color: black; background-color:gray;}
|
rc-web@5
|
25 a:active {color: black;background-color:white;}
|
rc-web@5
|
26
|
rc-web@5
|
27 ul, li, h4, h3, h2, h1, p{
|
rc-web@5
|
28 padding:0;
|
rc-web@5
|
29 margin:0;
|
rc-web@5
|
30 list-style:none;
|
rc-web@5
|
31 }
|
rc-web@5
|
32
|
rc-web@5
|
33 .outermaster{
|
rc-web@5
|
34 height: 800px;
|
rc-web@5
|
35 width: 1280px;
|
rc-web@5
|
36 border: 1px solid blue;
|
rc-web@5
|
37 position: relative;
|
rc-web@5
|
38 padding: 5px 5px 5px 5px ;
|
rc-web@5
|
39 color: black;
|
rc-web@5
|
40 }
|
rc-web@5
|
41
|
rc-web@5
|
42
|
rc-web@5
|
43 #fluid {}
|
rc-web@5
|
44 .fluid-img{height:50%; width:50%;}
|
rc-web@5
|
45
|
rc-web@5
|
46 .clear
|
rc-web@5
|
47 {
|
rc-web@5
|
48 clear:both;
|
rc-web@5
|
49 }
|
rc-web@5
|
50
|
rc-web@5
|
51 #client_chronometer{
|
rc-web@5
|
52 border: 2px solid gray ;
|
rc-web@5
|
53 background-color: black;
|
rc-web@5
|
54 color: #666;
|
rc-web@5
|
55 font-size: 6em;
|
rc-web@5
|
56 color: white;
|
rc-web@5
|
57 opacity:0.5;
|
rc-web@5
|
58 position: absolute;
|
rc-web@5
|
59 right: 10px;
|
rc-web@5
|
60 top: 8px;
|
rc-web@5
|
61 padding: 5px 5px 5px 5px;
|
rc-web@5
|
62 width: 350px;
|
rc-web@5
|
63 z-position: 2;
|
rc-web@5
|
64 }
|
rc-web@5
|
65
|
rc-web@5
|
66 #countinnumber{
|
rc-web@5
|
67 background-color: gray;
|
rc-web@5
|
68 font-size: 48em;
|
rc-web@5
|
69 display:inline;
|
rc-web@5
|
70 text-align:center;
|
rc-web@5
|
71 z-index: 2;
|
rc-web@5
|
72 position: absolute;
|
rc-web@5
|
73 opacity:0.5;
|
rc-web@5
|
74 font-weight:bolder;
|
rc-web@5
|
75 width: 1280px;
|
rc-web@5
|
76 height: 800px;
|
rc-web@5
|
77 }
|
rc-web@5
|
78
|
rc-web@5
|
79 .magicsquare {
|
rc-web@5
|
80 background: blue;
|
rc-web@5
|
81 width: 50px;
|
rc-web@5
|
82 height: 50px;
|
rc-web@5
|
83 border-radius: 10px;
|
rc-web@5
|
84 float: left;
|
rc-web@5
|
85 color: black;
|
rc-web@5
|
86 font-size: 2em;
|
rc-web@5
|
87 text-align: center;
|
rc-web@5
|
88 }
|
rc-web@5
|
89
|
rc-web@5
|
90 #disp {
|
rc-web@5
|
91
|
rc-web@5
|
92 }
|
rc-web@5
|
93
|
rc-web@5
|
94 #content-txt {
|
rc-web@5
|
95 // padding: 2px 2px 2px 2px;
|
rc-web@5
|
96 font-size: 3em;
|
rc-web@5
|
97 text-align:center;
|
rc-web@5
|
98 background-color: black;
|
rc-web@5
|
99 border: 1px solid white;
|
rc-web@5
|
100 height: 800px;
|
rc-web@5
|
101 width: 1280px;
|
rc-web@5
|
102 margin-left:auto;
|
rc-web@5
|
103 margin-right:auto;
|
rc-web@5
|
104 display: table-cell;
|
rc-web@5
|
105 vertical-align: middle;
|
rc-web@5
|
106 }
|
rc-web@5
|
107
|
rc-web@5
|
108
|
rc-web@5
|
109 #blanket {
|
rc-web@5
|
110 background-color:#111;
|
rc-web@5
|
111 opacity: 0.65;
|
rc-web@5
|
112 border: 3px solid blue;
|
rc-web@5
|
113 *background:none;
|
rc-web@5
|
114 position:absolute;
|
rc-web@5
|
115 z-index: 9001;
|
rc-web@5
|
116 top:0px;
|
rc-web@5
|
117 left:0px;
|
rc-web@5
|
118 width:100%;
|
rc-web@5
|
119 }
|
rc-web@5
|
120
|
rc-web@5
|
121 #popUpDiv {
|
rc-web@5
|
122 position:absolute;
|
rc-web@5
|
123 *background:url(pop-back.jpg) no-repeat;
|
rc-web@5
|
124 background-color:gray;
|
rc-web@5
|
125 width:300px;
|
rc-web@5
|
126 height:300px;
|
rc-web@5
|
127 border:5px solid blue;
|
rc-web@5
|
128 z-index: 9002;
|
rc-web@5
|
129 }
|
rc-web@5
|
130
|
rc-web@5
|
131 #popUpMetro {
|
rc-web@5
|
132 position:absolute;
|
rc-web@5
|
133 *background:url(pop-back.jpg) no-repeat;
|
rc-web@5
|
134 background-color:gray;
|
rc-web@5
|
135 width:300px;
|
rc-web@5
|
136 height:300px;
|
rc-web@5
|
137 border:5px solid blue;
|
rc-web@5
|
138 z-index: 9002;
|
rc-web@5
|
139 }
|