-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle2.css
110 lines (108 loc) · 2.31 KB
/
style2.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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
.content{
text-align: center;
}
.box:hover{
color: #fff;
transform:scale(1.15);
transition: 1s;
transition: scale(1.5);
box-shadow : insert 0 0 0 22px #3A5795;
}
.box{
height:50;
width: 100;
text-align:right;
border-radius: 50;
font-family: entypo;
color: #212121;
background: #fff;
line-height: 2;
font-size:25px;
display: block;
cursor: pointer;
margin: 30px;
margin-top: 100;
transition: 1s;
}
.void_block{
height: 100px;
width: 100%;
}
.hameid-loader-overlay {
width: 100%;
height: 100%;
background: url('giphy.gif') center no-repeat #FFF;
z-index: 99999;
position: fixed;
}
/*
#vericaltext3{
border-width: 2px 2px 2px 0px;
border-style: solid;
border-color: black;
padding: 1px;
border-radius: 10px;
this is just for good looks */
/* border: 2px solid black;
border-radius: 0px 10x 10px 0px;
}
#vericaltext2{
border-width: 2px 2px 0px 0px ;
border-style: solid;
border-color: black;
border-radius: 10px;
border: 2px solid black;
padding: 1px;
border-radius: 0px 10x 10px 0px;
}
#vericaltext1{
border-width: 2px 2px 2px 0px;
border-style: solid;
border-color: black;
border-radius: 10px;
padding: 1px;
border-radius: 0px 10x 10px 0px;
border: 2px solid black;
}*/
.align-left{
width:1px;
line-height: 85%;
word-wrap: break-word;
font-weight: bold;
/*width:10px;*/
font-family: monospace;
}
.side{
width: 100%;
}/*
#vericaltext3{
border-width: 2px;
border-style: solid;
border-color: black;
padding: 1px;
border-radius: 10px;
border: 2px solid black;
border-radius: 0px 10x 10px 0px;
transform: translateX(-100px);
}
#vericaltext2{
border-width: 2px 2px 0px 0px ;
border-style: solid;
border-color: black;
border-radius: 10px;
border: 2px solid black;
padding: 1px;
border-radius: 0px 10x 10px 0px;
transform: translateX(-100px);
}
#vericaltext1{
border-width: 2px 2px 2px 0px;
border-style: solid;
border-color: black;
border-radius: 10px;
padding: 1px;
border-radius: 0px 10x 10px 0px;
border: 2px solid black;
transform: translateX(-100px);
}*/
}