forked from ubershmekel/redditp
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathstyle.css
131 lines (110 loc) · 3.83 KB
/
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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
/* BASIC RESET */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input{margin:0; padding:0;}
/* HTML ELEMENTS */
body { overflow:hidden; background-color: #000; color:#fff;}
/* PICTURES */
#pictureSlider {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
z-index:-999;
}
#pictureSlider div { height:100%; width:100%; position:absolute; z-index:-999; }
/* NAVIGATION BOX */
#navigationBoxes {float: left;}
a { text-decoration:none; color:#eee; font-weight: bold; }
a:hover {
opacity: 1.0;
border-bottom:1px dotted;
}
.navbox { width:450px; max-height: 40%; overflow: auto; position:relative; left: 0px; opacity: 0.9; background-color: rgba(0,0,0,0.7);}
/* 108px so the next row is half-visible */
.numberButtonList { overflow: auto; max-height: 108px; }
.navbox ul { list-style-type:none; display:block; margin:0px; right:10px; top:10px; text-align: left;}
.navbox ul li { display: inline-block; list-style-type: none; }
.numberButton {
float: left;
min-width: 15px;
margin-left: 5px;
text-decoration: none;
color: #eee;
font: bold 12px Helvetica, Arial, Sans-serif;
text-align: center;
line-height: 18px;
padding: 3px 5px;
}
.over18 {
color: #f99;
}
.navbox ul li a {
cursor:pointer;
}
.numberButtonList ul li a:hover { background:#888; color:#000; border: 0; }
.numberButtonList ul li a.active:hover {
color: #00f;
cursor: default;
}
.numberButtonList ul li a.active {
color: #00AAAA;
-moz-box-shadow: 2px 2px 3px #eee;
/* For IE 8 */
-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#EEEEEE')";
/* For IE 5.5 - 7 */
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#EEEEEE');
}
#controlsDiv {position: absolute; bottom: 0; left: 0;right: 0;}
#titleDiv {position: absolute; top: 0;left: 0;right: 0;}
.navbox h2 { padding: 10px 20px 10px 10px; font: bold 20px Helvetica, Arial, Sans-serif; }
.navbox h3 { padding: 0px 20px 10px 10px; font: bold 12px Helvetica, Arial, Sans-serif; }
.navbox p { padding:20px 20px 20px 20px; font-family: "Segoe UI","HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",Arial,Tahoma,Verdana,sans-serif; font-size:13px; color:#111; }
.navbox p.bottom { position:absolute; bottom:5px; right:5px; }
.nbmenu {
margin: 0 0 0 5px;
width: 100%;
font-family: "Segoe UI","HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",Arial,Tahoma,Verdana,sans-serif;
font-size:14px;
}
.nbmenu li { text-align: left; padding: 10px 10px; max-width: 300px; overflow: hidden; }
#navboxContents {
padding: 10px 25px 10px 0;
margin:0;
}
label.checkbox { font-weight: bold; }
.cam { background-image:url("../images/bg_cam_txt.png"); }
.clouds { }
.key { background-image:url("../images/bg_key_txt.png"); }
.flowers { background-image:url("../images/bg_flowers_txt.png"); }
.collapser { border: solid 1px #555; font-size: 20px; color: #bbb; padding: 0 10px; float:right; cursor: hand; cursor: pointer;}
.checkbox { cursor: hand; cursor: pointer; }
.prevArrow {
position: absolute;
top: 50%;
left: 10px;
width: 0;
height: 0;
border-top: 15px solid transparent;
border-bottom: 15px solid transparent;
border-right: 30px solid white;
opacity: 0.8;
cursor: hand; cursor: pointer;
}
.nextArrow {
position: absolute;
top: 50%;
right: 10px;
width: 0;
height: 0;
border-top: 15px solid transparent;
border-bottom: 15px solid transparent;
border-left: 30px solid white;
opacity: 0.8;
cursor: hand; cursor: pointer;
}
#fullScreenButton {
width: 20px;
padding-left: 10px;
cursor:pointer;
}
}