-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
58 lines (45 loc) · 711 Bytes
/
style.css
File metadata and controls
58 lines (45 loc) · 711 Bytes
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
body{
direction:rtl;
background: #0A2A29 !important;
}
.title{
font-family: "Showcard Gothic", Times, serif;
text-align: center;
color:white;
}
.overlay {
position: relative;
text-align: center;
color: white;
width: 100%;
font-weight:bol;
padding: 20px;
bottom: 0;
z-index: 1;
}
.pressed {
font-size: 120%;
background-color: #ff0000 ;
}
.sqs-block-button-element--small {
width: 50% !important;
}
.bt{
position:relative;
float:right;
bottom:5px;
right:25%;
font-size: 8px;
table-layout: fixed;
font-weight: bold;
font-style: italic;
border: 5px;
border-radius: 35px;
text-align: center;
padding:50px;
margin-bottom:5px;
}
.bt:hover
{
opacity:0.8;
}