forked from etienne/popcorn-scrolling
-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
86 lines (74 loc) · 994 Bytes
/
style.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
/* Boxes */
body {
color: white;
margin:0px;
font-family: arial;
}
.gdm {
}
.box {
width: 100%;
height: 900px;
padding-top: 150px;
color: #fff;
margin: 0px 0 0 0;
}
.content{
margin-left:auto;
margin-right:auto;
width:900px;
}
.preview {
float:right;
}
.description {
float:left;
width:600px;
}
#player {
border-style: solid;
border-width: 2px;
border-color: white;
position:fixed;
background-color: white ;
opacity: 0.5;
height: 100px;
width: 100%;
padding:10px;
}
#section1 {
background: #797d4e;
}
#section2 {
background: #07a4d1;
}
#section3 {
background: green;
}
#section4 {
background: gray;
}
img {
float:right;
clear:right
}
/* Caracters */
p {
padding-right: 20px;
margin:0px;
margin-bottom:20px;
margin-top:20px;
}
body a {
color: white;
font-style: italic;
text-decoration: none;
font-size: 12px;
}
h1 {
margin-bottom:5px;
margin-top:5px;
}
h2 {
margin:0px;
}