-
Notifications
You must be signed in to change notification settings - Fork 0
/
rsg_dark.css
41 lines (39 loc) · 936 Bytes
/
rsg_dark.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
.gdbar img {
width: 193px;
height: 73px;
}
slides > slide {
display: none;
font-family: 'Open Sans', Arial, sans-serif;
font-size: 26px;
color: #DCDDDE;
width: 1200px;
height: 600px;
margin-left: -450px;
margin-top: -350px;
padding: 60px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
-o-border-radius: 5px;
border-radius: 5px;
-webkit-transition: all 0.6s ease-in-out;
-moz-transition: all 0.6s ease-in-out;
-o-transition: all 0.6s ease-in-out;
transition: all 0.6s ease-in-out;
background-image: url('images/rsg_background_dark.png');
background-size: 100%;
background-repeat: no-repeat;
background-color: #77787B;
/*
background-image: url(http://rsginc.com/wp-content/uploads/2016/09/RSG_logo.png);
background-size: 100px;
background-repeat: no-repeat;
background-position: 6% 95%;
*/
}
/*
slides > .backdrop {
background-color: #77787B;
}
*/