-
Notifications
You must be signed in to change notification settings - Fork 1
/
styles.css
87 lines (71 loc) · 1.5 KB
/
styles.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
.jam-grid-page-holder {
width: 10000px;
height: 750px;
position: relative;
}
.jam-grid-page-holder ul {
list-style: none;
}
.jam-grid-view-container {
width: 700px;
margin-left: auto;
margin-right: auto;
margin-top: 20px;
}
.jam-grid-view-header {
padding: 5px 10px;
border: 1px solid #9ab461;
background: #b3da62;
background: -moz-linear-gradient(-90deg, #b3da62, #8aa74a);
background: -webkit-gradient(linear, 0 top, 0 bottom, from(#B3DA62), to(#8AA74A));
-webkit-border-top-left-radius: 10px;
-webkit-border-top-right-radius: 10px;
-moz-border-radius-topleft: 10px;
-moz-border-radius-topright: 10px;
}
.jam-grid-view-header h2 {
color: white;
padding:0px;
margin:0px;
}
.jam-grid-view-port {
overflow: hidden;
border: 1px solid #eee;
-webkit-border-bottom-left-radius: 10px;
-webkit-border-bottom-right-radius: 10px;
-moz-border-radius-bottomleft: 10px;
-moz-border-radius-bottomright: 10px;
border-top: none;
padding-top: 10px;
padding-bottom: 10px;
width: 800px;
}
.jam-grid-view-port .page-controls {
text-align: center;
font-size: 1.2em;
margin: 10px;
}
.jam-grid-view-port .page-link.current {
background-image:none;
color: #85B00A;
}
.grid-page p {
font-size: 2em;
margin: 10px;
width: 360px;
height: 360px;
background-color: red;
float:left;
}
.video-page {
width: 700px;
float: left;
}
h2.blank-state {
margin-left: auto;
margin-right: auto;
margin-top: 250px;
font-size: 3em;
width: 500px;
text-align: center;
}