-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCSSRobis.css
More file actions
81 lines (69 loc) · 1.2 KB
/
Copy pathCSSRobis.css
File metadata and controls
81 lines (69 loc) · 1.2 KB
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
@import url(http://fonts.googleapis.com/css?family=Lato:900);
#logo
{
max-width: 100%;
}
body
{
color:white;
background-color:black;
font-family: Trebuchet MS, Helvetica, sans-serif;
list-style-position: inside;
max-width:100%;
}
.lielais
{
text-align:center;
padding: 25px;
}
.centretajs
{
Background-color: rgba(0,0,0, 0.5);
margin:auto;
width:700px;
text-align:left;
padding: 25px;
}
.centretajs div, .centretajs li, .centretajs p
{
font-size:24px;
}
h1, h2, h3
{
font-family:Lato,Helvetica, sans-serif;
text-align:center;
font-size:4em;
}
#paralax_1
{
position:fixed;
background: url("http://i.imgur.com/eQmley1.png") no-repeat;
width:100%;
height:100%;
z-index:-3;
min-width: 960px;
min-height: 720px;
background-size:100%;
}
#paralax_2
{
position:fixed;
background: url("http://i.imgur.com/cuSW3na.png") no-repeat;
width:100%;
height:100%;
z-index:-2;
min-width: 960px;
min-height: 720px;
background-size:100%;
}
#paralax_3
{
position:fixed;
background: url("http://i.imgur.com/1mxnwmu.png") no-repeat 0px 50px;
width:100%;
height:100%;
z-index:-1;
min-width: 960px;
min-height: 720px;
background-size:100%;
}