-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.css
74 lines (64 loc) · 1.44 KB
/
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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
.center-screen {
position: absolute;
top: 10%;
left: 20%;
right: 20%;
text-align:"center";
/*transform: translate(-50%, -50%);*/
}
h1 {
color: #545454;
font-family: arial,sans-serif;
font-size: 14px;
}
.txt {
background-color: #FFF;
border-radius: 5px;
color: #444;
font-size: 13px;
width: 145px;
border: 1px solid #DDD;
margin-bottom: 8px;
padding: 3px 8px;
}
.btn {
background-color: rgb(225, 48, 108);
border-radius: 5px;
border: 1px solid rgb(5,10,230);
display: inline-block;
cursor: pointer;
color: rgb(255, 255, 255);
font-family: Arial;
font-size: 13px;
padding: 3px 8px;
text-decoration: none;
text-shadow: rgb(47, 102, 39) 0px 1px 0px;
}
.tbl { font-size:13px;width:150px;}
.td-left {width:60%;}
.td-right {background-color:#eae9e9;border-radius: 5px;}
.div-right {background-color:red; float:left;}
.outsideWrapper{
width:150px; height:150px;
}
.insideWrapper{
width:100%; height:100%;
position:relative;}
.coveredImage{
width:100%; height:100%;
position:absolute; top:0px; left:0px;
}
.coveringCanvas{
width:200%; height:100%;
position:absolute; top:0px; left:0px;
}
.loader {
position: fixed;
left: 0px;
top: 0px;
width: 100%;
height: 100%;
z-index: 9999;
background: url('preloader.gif') 50% 50% no-repeat rgb(249,249,249);
opacity: .8;
}