- Timestamp:
- Jun 15, 2018 10:38:13 PM (3 years ago)
- Branches:
- master
- Children:
- 8eb6dc0
- Parents:
- 0756306
- Location:
- installer/resources/themes
- Files:
-
- 8 deleted
- 13 edited
Legend:
- Unmodified
- Added
- Removed
-
installer/resources/themes/console/classic/console.css
r0756306 rdd5c4af 2059 2059 min-width: 540px; 2060 2060 background: #eef; 2061 background: #eef url(/themes/snark/ubergine/images/hat.png) no-repeat scroll right bottom !important; 2062 background: url(/themes/snark/ubergine/images/hat.png) no-repeat scroll right bottom, url(images/bg0.png) repeat scroll top left !important; 2063 background: url(/themes/snark/ubergine/images/hat.png) no-repeat scroll right -3px bottom -5px, linear-gradient(to bottom, rgba(255,255,255,0.8), rgba(255,255,255,0.1)) top -1px center, url(images/bg0.png) top -3px center !important; 2061 background: url(images/bg0.png) repeat scroll top left !important; 2062 background: linear-gradient(to bottom, rgba(255,255,255,0.8), rgba(255,255,255,0.1)) top -1px center, url(images/bg0.png) top -3px center !important; 2064 2063 background-size: auto 180px, 100% 100%, 120px 120px !important; 2065 2064 box-shadow: inset 0 0 0 1px #e8e8f5; … … 5655 5654 margin-top: 20px !important; 5656 5655 padding-bottom: 0 !important; 5657 background: linear-gradient(to bottom, rgba(230,230,255,0.5), rgba(230,230,255,0.5)) , url(/themes/snark/ubergine/images/hat.png) no-repeat scroll right bottom!important;5656 background: linear-gradient(to bottom, rgba(230,230,255,0.5), rgba(230,230,255,0.5)) !important; 5658 5657 background-size: 100% 100%, auto 75% !important; 5659 5658 } -
installer/resources/themes/console/dark/console.css
r0756306 rdd5c4af 1 1 /* I2P Theme: Camo aka Dark */ 2 2 /* Description: Military Grade. */ 3 /* Comment: Thanks to Florian Kuhlmann for the hatface images. [http://www.flickr.com/photos/floriankuhlmann/] */4 3 /* Author: dr|z3d */ 5 4 -
installer/resources/themes/console/dark/console_ar.css
r0756306 rdd5c4af 1 1 /* I2P Theme: Camo aka Dark - Arabic override */ 2 2 /* Description: Military Grade. */ 3 /* Comment: Thanks to Florian Kuhlmann for the hatface images. [http://www.flickr.com/photos/floriankuhlmann/] */4 3 /* Author: dr|z3d */ 5 4 -
installer/resources/themes/console/light/console.css
r0756306 rdd5c4af 1350 1350 1351 1351 .news, .main#news, .main#proof, .main#oldconsole, #warning2 { 1352 background: #f8f8ff url(/themes/snark/ubergine/images/hat.png) no-repeat scroll right bottom;1353 background: linear-gradient(to bottom, rgba(248,248,255,0.5), rgba(240,240,255,0.5)), url(/themes/snark/ubergine/images/hat.png) no-repeat right bottom,repeating-linear-gradient(135deg, rgba(255,255,255,0.5) 2px, rgba(221, 221, 255, 0.3) 3px, #fff 5px) #f8f8ff !important;1352 background: #f8f8ff; 1353 background: linear-gradient(to bottom, rgba(248,248,255,0.5), rgba(240,240,255,0.5)), repeating-linear-gradient(135deg, rgba(255,255,255,0.5) 2px, rgba(221, 221, 255, 0.3) 3px, #fff 5px) #f8f8ff !important; 1354 1354 background-size: 100% 100%, auto 160px, 100% 100% !important; 1355 1355 } … … 2181 2181 border: 1px solid #7778bf; 2182 2182 background: #eef; 2183 background: url(/themes/snark/ubergine/images/hat.png) bottom right no-repeat,linear-gradient(to right, #fafaff, #eef);2183 background: linear-gradient(to right, #fafaff, #eef); 2184 2184 background-size: auto 100%, 100% 100%; 2185 2185 font-weight: bold; … … 2190 2190 2191 2191 .main#config_update .messages { 2192 background: url(/themes/console/images/info/newspaper.png) 12px center no-repeat, url(/themes/snark/ubergine/images/hat.png) bottom right no-repeat,linear-gradient(135deg, #fafaff, #f8f8ff);2192 background: url(/themes/console/images/info/newspaper.png) 12px center no-repeat, linear-gradient(135deg, #fafaff, #f8f8ff); 2193 2193 padding: 15px 15px 15px 50px; 2194 2194 background-size: 28px 28px, auto 100%, 100% 100% !important; … … 6228 6228 6229 6229 #help #volunteer, #wrapperlogs pre { 6230 background: linear-gradient(to bottom, #fafaff, rgba(248,248,255,0.3)), url(/themes/snark/ubergine/images/hat.png) no-repeat right -3px bottom -3px / auto 80%,repeating-linear-gradient(135deg, rgba(252,252,255,0.5) 2px, rgba(221, 221, 255, 0.3) 3px, #fafaff 5px) #fafaff !important;6230 background: linear-gradient(to bottom, #fafaff, rgba(248,248,255,0.3)), repeating-linear-gradient(135deg, rgba(252,252,255,0.5) 2px, rgba(221, 221, 255, 0.3) 3px, #fafaff 5px) #fafaff !important; 6231 6231 box-shadow: inset 0 0 0 1px #fff; 6232 6232 } … … 8112 8112 8113 8113 #help #volunteer { 8114 background: #f3f3ff url(/themes/snark/ubergine/images/hat.png) no-repeat right -3px bottom -3px!important;8114 background: #f3f3ff !important; 8115 8115 background-size: auto 80%; 8116 8116 } -
installer/resources/themes/console/midnight/console.css
r0756306 rdd5c4af 1 1 /* I2P Theme: Midnight */ 2 2 /* Description: Dark blue with chrome highlights */ 3 /* Thanks to Florian Kuhlmann for the hatface images. [http://www.flickr.com/photos/floriankuhlmann/] */4 3 /* Additional thanks to NASA for the planet earth image */ 5 4 /* Author: dr|z3d */ -
installer/resources/themes/snark/classic/snark.css
r0756306 rdd5c4af 199 199 text-align: left; 200 200 border-bottom: 1px solid #89f; 201 background: url(images/hat.png) bottom right no-repeat#ddf;202 background: url(images/hat.png) bottom right no-repeat,linear-gradient(to bottom, #eff3ff, #e9efff);203 background: url(images/hat.png) bottom right no-repeat,linear-gradient(to bottom, rgba(239, 243, 255, 0.7), rgba(233, 239, 255, 0.7));201 background: #ddf; 202 background: linear-gradient(to bottom, #eff3ff, #e9efff); 203 background: linear-gradient(to bottom, rgba(239, 243, 255, 0.7), rgba(233, 239, 255, 0.7)); 204 204 box-shadow: inset 0 0 0 1px #f2f2ff; 205 205 } 206 206 207 207 .iframed .snarkMessages { 208 background: url(images/hat.png) bottom right no-repeat,linear-gradient(to bottom, #e3e3ff, #ddf);209 background: url(images/hat.png) bottom right no-repeat,linear-gradient(to bottom, rgba(227, 227, 255, 0.7), rgba(221, 221, 255, 0.7));208 background: linear-gradient(to bottom, #e3e3ff, #ddf); 209 background: linear-gradient(to bottom, rgba(227, 227, 255, 0.7), rgba(221, 221, 255, 0.7)); 210 210 } 211 211 -
installer/resources/themes/snark/dark/snark.css
r0756306 rdd5c4af 255 255 box-shadow: inset 0 0 0 1px #000; 256 256 border-bottom: 1px solid #494; 257 background: #000 url(images/hat.png) no-repeat scroll right bottom;258 background: url(images/hat.png) no-repeat scroll right bottom,linear-gradient(to bottom, #010, #000);257 background: #000; 258 background: linear-gradient(to bottom, #010, #000); 259 259 background-size: auto 95%, 100% 100%; 260 260 background-blend-mode: screen; … … 271 271 /* MS Edge fix */ 272 272 _:-ms-lang(x), .snarkMessages { 273 background: url(/themes/snark/ubergine/images/hat.png) no-repeat scroll right bottom,linear-gradient(to bottom, #010, #000);273 background: linear-gradient(to bottom, #010, #000); 274 274 background-size: auto 95%; 275 275 } -
installer/resources/themes/snark/light/snark.css
r0756306 rdd5c4af 2 2 /* Cat That Got The Cream Edition */ 3 3 /* Author: dr|z3d */ 4 /* Thanks to http://www.luxphile.com/2011/01/creative-commons-cat.html for the kitty image */5 4 6 5 body { … … 265 264 width: auto; 266 265 min-width: 810px; 267 background: #eef url(images/kitty.png) no-repeat scroll right bottom;268 background: url(images/kitty.png) no-repeat right center,linear-gradient(to bottom, #fff, #eef);266 background: #eef; 267 background: linear-gradient(to bottom, #fff, #eef); 269 268 border-top: 1px solid #7778bf; 270 269 border-bottom: 1px solid #7778bf; -
installer/resources/themes/snark/midnight/snark.css
r0756306 rdd5c4af 227 227 color: #778; 228 228 border-bottom: 1px solid #443da0; 229 background: #000 url(images/hat.png) no-repeat scroll right top;230 background: url(images/hat.png) no-repeat scroll right top,linear-gradient(to bottom, #002, #001);229 background: #000; 230 background: linear-gradient(to bottom, #002, #001); 231 231 background-size: auto 110%; 232 232 background-blend-mode: luminosity; -
installer/resources/themes/snark/ubergine/snark.css
r0756306 rdd5c4af 256 256 width: auto; 257 257 width: calc(100% - 12px); 258 background: #2a192a url(images/hat.png) no-repeat scroll right center;259 background: url(images/hat.png) no-repeat scroll right center,linear-gradient(to bottom, #2a192a 0%, #202 100%);258 background: #2a192a; 259 background: linear-gradient(to bottom, #2a192a 0%, #202 100%); 260 260 background-size: 80px auto, 100% 100%; 261 261 box-shadow: inset 0 0 3px 1px rgba(16, 0, 16, 0.6), 0 0 1px 1px rgba(16, 8, 16, 0.3); -
installer/resources/themes/snark/vanilla/snark.css
r0756306 rdd5c4af 291 291 height: 56px; 292 292 width: auto; 293 background: #3f3833 url(images/hat.png) no-repeat scroll right center;293 background: #3f3833; 294 294 background: url(images/whippy.png) no-repeat scroll right 5px bottom -7px, linear-gradient(to bottom, #5f554d, #3f3833); 295 295 background-size: auto 105%, 100% 100%; -
installer/resources/themes/susimail/dark/susimail.css
r0756306 rdd5c4af 1 1 /* Susimail "Camo" theme (aka "dark") */ 2 2 /* Author: dr|z3d */ 3 /* Thanks to Florian Kuhlmann for the hatface images. [http://www.flickr.com/photos/floriankuhlmann/] */4 3 /* Droid Sans font family and css3 compliant browser recommended for optimal results */ 5 4 … … 152 151 border-bottom: 1px solid #494; 153 152 box-shadow: inset 0 0 0 1px #000; 154 background: #000 url(images/hatter_med.png) left bottom no-repeat;155 background: url(images/hatter_med.png) left bottom no-repeat,linear-gradient(to bottom, #002000 0%, #000 100%);156 background: url(images/hatter_med.png) left bottom no-repeat,linear-gradient(to bottom, rgba(0,0,0,0) 50%, #000 50%), repeating-linear-gradient(to right, rgba(0,0,0,0.5) 1px, rgba(0,0,0,0.5) 2px, rgba(0,16,0,0.5) 2px, rgba(0,16,0,0.5) 4px), linear-gradient(to bottom, #002000, #000 75%) !important;153 background: #000; 154 background: linear-gradient(to bottom, #002000 0%, #000 100%); 155 background: linear-gradient(to bottom, rgba(0,0,0,0) 50%, #000 50%), repeating-linear-gradient(to right, rgba(0,0,0,0.5) 1px, rgba(0,0,0,0.5) 2px, rgba(0,16,0,0.5) 2px, rgba(0,16,0,0.5) 4px), linear-gradient(to bottom, #002000, #000 75%) !important; 157 156 background: repeating-linear-gradient(to right, rgba(0,0,0,0.5) 1px, rgba(0,0,0,0.5) 2px, rgba(0,32,0,0.5) 2px, rgba(0,64,0,0.5) 4px), linear-gradient(to bottom, rgba(0,32,0,0.5), rgba(0,0,0,0.8)), url(/themes/console/dark/images/camotile2.png) top left !important; 158 157 box-shadow: inset 0 0 0 2px #000; … … 747 746 background: #001000; 748 747 background: linear-gradient(to bottom, #000 0%, #010 50%); 749 background: url(images/hatter_med.png) right bottom no-repeat,repeating-linear-gradient(135deg, #000 1px, #000 2px, rgba(0,32,0,0.5) 2px, rgba(0,32,0,0.5) 4px), repeating-linear-gradient(45deg, #000 1px, #000 2px, rgba(0,32,0,0.5) 2px, rgba(0,32,0,0.5) 4px), linear-gradient(to bottom, #030 0%, #020);750 background: url(images/hatter_med.png) right bottom no-repeat,linear-gradient(to bottom, #000 0%, #001000 90%);748 background: repeating-linear-gradient(135deg, #000 1px, #000 2px, rgba(0,32,0,0.5) 2px, rgba(0,32,0,0.5) 4px), repeating-linear-gradient(45deg, #000 1px, #000 2px, rgba(0,32,0,0.5) 2px, rgba(0,32,0,0.5) 4px), linear-gradient(to bottom, #030 0%, #020); 749 background: linear-gradient(to bottom, #000 0%, #001000 90%); 751 750 background-blend-mode: normal, darken, darken, normal; 752 751 background-blend-mode: difference, normal; -
installer/resources/themes/susimail/midnight/susimail.css
r0756306 rdd5c4af 1 1 /* Susimail "Midnight" by dr|z3d */ 2 /* Thanks to Florian Kuhlmann for the hatface images. [http://www.flickr.com/photos/floriankuhlmann/] */3 2 /* Droid Sans font family and css3 compliant browser recommended for optimal results */ 4 3 … … 154 153 margin: -1px -1px -4px -1px; 155 154 border-bottom: 1px solid #443da0; 156 background: #000 url(images/hatter_med.png) left bottom no-repeat;157 background: url(images/hatter_med.png) left bottom no-repeat,linear-gradient(to bottom, #020020 0%, #0100100%);155 background: #000; 156 background: linear-gradient(to bottom, #020020 0%, #0100100%); 158 157 background-size: 144px 100px, 100% 100% !important; 159 158 } … … 694 693 border-radius: 2px; 695 694 background: linear-gradient(to bottom, #000000, #060050%, #0100100%); 696 background: url(images/hatter_med.png) right bottom no-repeat,linear-gradient(to bottom, #000000, #000600 50%, #000010 100%);695 background: linear-gradient(to bottom, #000000, #000600 50%, #000010 100%); 697 696 } 698 697
Note: See TracChangeset
for help on using the changeset viewer.