-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.css
54 lines (49 loc) · 962 Bytes
/
index.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
h1,h2,h3{margin:0;padding:0;}
h2{
text-align: right;
}
h3{
text-align: center;
margin: 2px auto ;
}
h3 a{
font-size: 10px;
}
body{
width : 1113px;
height: 100%;
margin:0 auto;padding:49px 7px 0 7px;
background-color:#EFEFEF;
}
p{margin:0 0 7px;}
div.tower{
float:left;
width: 93px;
margin: 0 3px;
background-color: white;
}
p.brick{
margin:0;padding:0;
text-align: center;
padding-top: 6px;
height: 23px;
width : 133px;
border: 1px solid #888;
border-top: none;
border-bottom: 1px solid #333;
margin: 0 auto;
color:#FFF;
text-shadow: 2px 2px 2px #282828;
font-family:Ubuntu;
border-radius:3px;
}
p.warning{
background:yellow;padding: 8px 3px;
-webkit-animation: blink .75s linear infinite;
}
@-webkit-keyframes blink {
0% { color: black; }
70% { color: black; }
70.01% { color: yellow; }
100% { color: yellow; }
}