-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrsg_light.css
More file actions
35 lines (33 loc) · 851 Bytes
/
Copy pathrsg_light.css
File metadata and controls
35 lines (33 loc) · 851 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
.gdbar img {
width: 193px;
height: 73px;
}
slides > slide {
display: none;
font-family: 'Open Sans', Arial, sans-serif;
font-size: 26px;
color: #FFFFFF;
width: 1250px;
height: 700px;
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_light.png');
background-size: 100%;
background-repeat: no-repeat;
/*
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%;
*/
}