Browse Source

Add haze addition to Beluga

spaghetti 8 years ago
parent
commit
ac2e3cdb70
2 changed files with 54 additions and 5 deletions
  1. BIN
      static/styles/beluga/images/haze.png
  2. 54
    5
      static/styles/beluga/style.css

BIN
static/styles/beluga/images/haze.png View File


+ 54
- 5
static/styles/beluga/style.css View File

136
 ::-webkit-input-placeholder {
136
 ::-webkit-input-placeholder {
137
   font-family: 'Source Sans Pro',Helvetica,sans-serif
137
   font-family: 'Source Sans Pro',Helvetica,sans-serif
138
 }
138
 }
139
-
140
 :-moz-placeholder {
139
 :-moz-placeholder {
141
   font-family: 'Source Sans Pro',Helvetica,sans-serif
140
   font-family: 'Source Sans Pro',Helvetica,sans-serif
142
 }
141
 }
143
-
144
 ::-moz-placeholder {
142
 ::-moz-placeholder {
145
   font-family: 'Source Sans Pro',Helvetica,sans-serif
143
   font-family: 'Source Sans Pro',Helvetica,sans-serif
146
 }
144
 }
147
-
148
 :-ms-input-placeholder {
145
 :-ms-input-placeholder {
149
   font-family: 'Source Sans Pro',Helvetica,sans-serif
146
   font-family: 'Source Sans Pro',Helvetica,sans-serif
150
 }
147
 }
841
 }
838
 }
842
 
839
 
843
 .colhead {
840
 .colhead {
844
-  background: #565961!important;
841
+  background: #565961;
845
   font-weight: 300;
842
   font-weight: 300;
846
   color: #fff
843
   color: #fff
847
 }
844
 }
1452
 
1449
 
1453
 #forums .box.pad {
1450
 #forums .box.pad {
1454
   padding: 0!important;
1451
   padding: 0!important;
1455
-  background-color: #23252a!important
1452
+  background-color: #23252a;
1456
 }
1453
 }
1457
 
1454
 
1458
 #forums #content .thin>table.forum_post {
1455
 #forums #content .thin>table.forum_post {
2142
 body.style_pink .collage_image:hover {
2139
 body.style_pink .collage_image:hover {
2143
   box-shadow: 0px 0px 0px 3px #ef86d5;
2140
   box-shadow: 0px 0px 0px 3px #ef86d5;
2144
 }
2141
 }
2142
+
2143
+/* Haze Additions */
2144
+
2145
+body.style_haze {
2146
+  background-color: #53565c;
2147
+  background-image: url('images/haze.png');
2148
+  background-attachment: fixed;
2149
+  background-size: cover;
2150
+}
2151
+body.style_haze #logo > a {  color: white;}
2152
+body.style_haze #searchbars {
2153
+  background-color: rgba(24,32,41,0.05);
2154
+}
2155
+body.style_haze #searchbars input {
2156
+  background: rgba(24,32,41,0.3);
2157
+  border: none;
2158
+}
2159
+body.style_haze #menu li:nth-child(1) a { background: rgba(24,32,41,0.7); }
2160
+body.style_haze #menu li:nth-child(2) a { background: rgba(24,32,41,0.65); }
2161
+body.style_haze #menu li:nth-child(3) a { background: rgba(24,32,41,0.6); }
2162
+body.style_haze #menu li:nth-child(4) a { background: rgba(24,32,41,0.55); }
2163
+body.style_haze #menu li:nth-child(5) a { background: rgba(24,32,41,0.5); }
2164
+body.style_haze #menu li:nth-child(6) a { background: rgba(24,32,41,0.45); }
2165
+body.style_haze #menu li:nth-child(7) a { background: rgba(24,32,41,0.4); }
2166
+body.style_haze #menu li:nth-child(8) a { background: rgba(24,32,41,0.35); }
2167
+body.style_haze #menu li:nth-child(9) a { background: rgba(24,32,41,0.3); }
2168
+body.style_haze #menu li:nth-child(10) a { background: rgba(24,32,41,0.25); }
2169
+body.style_haze #menu li a:hover { background: white; color: black; }
2170
+body.style_haze #userinfo_minor > li > ul { background: white; color: black; }
2171
+body.style_haze #alerts .alertbar {background: rgba(24,32,41,0.4);}
2172
+body.style_haze .colhead, body.style_haze .head {background: rgba(24,32,41,0.4);}
2173
+body.style_haze .colhead_dark {background: rgba(24,32,41,0.5);}
2174
+body.style_haze tr {background: rgba(75,75,75,0.35); border-bottom: none;}
2175
+body.style_haze .box {background: rgba(75,75,75,0.35) !important;}
2176
+body.style_haze select, body.style_haze input, body.style_haze textarea {background: rgba(24,32,41,0.3); border: none;}
2177
+body.style_haze table tbody a, body.style_haze .main_column a, body.style_haze .sidebar a, body.style_haze .box a { color: rgba(255,255,255,0.6); }
2178
+body.style_haze #userinfo_stats {color: rgba(255,255,255,0.6);}
2179
+body.style_haze #userinfo_stats a {color: rgba(255,255,255,0.6);}
2180
+body.style_haze #userinfo_stats .stat > span {color: white;}
2181
+body.style_haze #userinfo_stats .stat > a {color: white;}
2182
+body.style_haze .filter_torrents #ft_container tr {background: none;}
2183
+body.style_haze tr.torrent, body.style_haze tr.request {background-color: rgba(24,32,41,0.6);}
2184
+body.style_haze tr.torrent:nth-of-type(even), body.style_haze tr.request:nth-of-type(even) {background-color: rgba(24,32,41,0.4);}
2185
+body.style_haze tr.group {background-color: rgba(24,32,41,0.7);}
2186
+body.style_haze tr.group_torrent {background-color: rgba(24,32,41,0.75);}
2187
+body.style_haze .body {background: none;}
2188
+body.style_haze blockquote {background-color: rgba(24,32,41,0.4) !important; border: 1px solid rgba(255,255,255,0.36)}
2189
+body.style_haze h2 a {color: rgba(255,255,255,0.6);}
2190
+body.style_haze .linkbox a {color: rgba(255,255,255,0.7);}
2191
+body.style_haze .noty_bar {border-left: none;}
2192
+body.style_haze #noty_bottomRight_layout_container li {background-color: rgba(82, 85, 92, 0.59) !important}
2193
+body.style_haze .noty_buttons {background-color: rgba(44, 47, 54, 0.6) !important}

Loading…
Cancel
Save