Pārlūkot izejas kodu

Kalyx's new CSS

pull/41/head
Simon McFarlane pirms 8 gadiem
vecāks
revīzija
36e001f007
15 mainītis faili ar 3299 papildinājumiem un 784 dzēšanām
  1. +372
    -0
      stylesheets/500px.css
  2. +3
    -3
      stylesheets/8ch.cyber.css
  3. +381
    -0
      stylesheets/beta.css
  4. +8
    -0
      stylesheets/cyberpunk.css
  5. +140
    -184
      stylesheets/dark.css
  6. +259
    -0
      stylesheets/darkroot_garden.css
  7. +5
    -0
      stylesheets/fauux.css
  8. +6
    -0
      stylesheets/forest.css
  9. +3
    -0
      stylesheets/heavy_ice.css
  10. +364
    -0
      stylesheets/mono.e.lain.css
  11. +190
    -0
      stylesheets/recent.css
  12. +1549
    -582
      stylesheets/style.css
  13. +16
    -12
      stylesheets/terminal2.css
  14. +1
    -1
      templates/themes/catalog/catalog.html
  15. +2
    -2
      templates/themes/recent/recent.html

+ 372
- 0
stylesheets/500px.css Parādīt failu

@@ -0,0 +1,372 @@
/**
* 500px.css
* kalyx is terrible at css
*/

body
{
display:block;
padding-top: 26px;
background: #0d1010;
color: #d2e7e8;
font-family: sans-serif;
font-size: 13px;
border: solid 1px #803474;

max-width: 568px;
}

html {
/* Size of largest container or bigger */
background-image:url(http://a.pomf.se/qsoodu.png);
max-width: 568px;
margin-left: auto;
margin-right: auto;
border: double 0px #93e0e3;
box-shadow: 2px 3px #803474;
}

.board_image{
display: none;
}

div.sidearrows{
display: none;
}

span.quote
{
color:#6fc58a;
}
@font-face
{
font-family: 'lain';
src: url('./fonts/nrdyyh.woff') format('woff'),
url('./fonts/tojcxo.TTF') format('truetype');
}
h1
{
display: none;
font-family: 'lain', tahoma;

letter-spacing: -2px;
font-size: 42pt;
text-align: center;
color: #d2e7e8;

}
header div.subtitle
{
display: none;
color: #d2e7e8;
font-size: 13px;
margin-left: auto;
margin-right: auto;
max-width:385px;
}
div.title
{
display: none;
color: #ce54ba;
font-family: Arial, Helvetica, sans-serif;

}
div.title p
{
font-size: 8px;
color: #ce54ba;
}
a:link, a:visited, p.intro a.email span.name
{
color: #d2e7e8;
text-transform: uppercase;
font-size: 10px;
text-decoration: none;
font-family: sans-serif;
}
a:link, a:visited, p.intro a.email span.name
{
-moz-transition: 0.15s text-shadow, 0.15s color;
-webkit-transition: 0.15s text-shadow, 0.15s color;
-khtml-transition: 0.15s text-shadow, 0.15s color;
-o-transition: 0.15s text-shadow, 0.15s color;
-ms-transition: 0.15s text-shadow, 0.15s color;
transition: 0.15s text-shadow, 0.15s color;
}
input[type="text"], textarea
{
-moz-transition: 0.15s border-color;
-webkit-transition: 0.15s border-color;
-khtml-transition: 0.15s border-color;
-o-transition: 0.15s border-color;
-ms-transition: 0.15s border-color;
transition: 0.15s border-color;
}
input[type="submit"]
{
-moz-transition: 0.15s border-color, 0.15s background-color, 0.15s color;
-webkit-transition: 0.15s border-color, 0.15s background-color, 0.15s color;
-khtml-transition: 0.15s border-color, 0.15s background-color, 0.15s color;
-o-transition: 0.15s border-color, 0.15s background-color, 0.15s color;
-ms-transition: 0.15s border-color, 0.15s background-color, 0.15s color;
transition: 0.15s border-color, 0.15s background-color, 0.15s color;
}
a:link:hover, a:visited:hover
{
color: #ce54ba;
font-family: sans-serif;
text-decoration: none;
text-shadow: 0px 0px 5px #ce54ba;
}
a.post_no
{
color: #ce54ba;
text-decoration: none;
}
p.intro a.post_no:hover
{
color: #32DD72!important;
}
div.post.reply
{
background: #0d1010;
align: center;
max-width:96% !important;
min-width: 96%!important;
border: solid 1px #ce54ba;
box-shadow: 2px 2px #803474;


}

div.postcontainer
{
max-width:100% !important;
min-width: 100%!important;

}
div.post.reply.highlighted
{
background: #1e2324;
border: solid 1px #93e0e3;
box-shadow: 3px 5px #5c8c8e;
margin-left: auto;
margin-right: auto;
}
div.post.reply div.body a:link, div.post.reply div.body a:visited
{
color: #CCCCCC;

}
div.post.reply div.body a:link:hover, div.post.reply div.body a:visited:hover
{
color: #ce54ba;

}
p.intro span.subject
{
font-size: 12px;
font-family: sans-serif;
color: #ce54ba;
font-weight: 800;

}
p.intro span.name
{
color: #32DD72;
font-weight: 800;
}
p.intro a.capcode, p.intro a.nametag
{
color: magenta;
margin-left: 0;
}
p.intro a.email, p.intro a.email span.name, p.intro a.email:hover, p.intro a.email:hover span.name
{
color: #32ddaf;

}
input[type="text"], textarea, select
{
background: #0d1010!important;
color: #CCCCCC!important;
border: solid 1px #ce54ba;
box-shadow: 1px 1px #803474;
margin-left: auto;
margin-right: auto;


}
input[type="password"]
{
background: #0d1010!important;
color: #CCCCCC!important;
border: #d2e7e8 1px double!important;
}
form table tr th
{
background: #0d1010!important;
color: #d2e7e8!important;
border: solid 1px #ce54ba;
box-shadow: 1px 1px #803474;
text-align: right;

}
div.banner
{

background: #E04000;
border: 0px solid hsl(17, 100%, 60%);
color: #EEE;
text-align: center;
height: 15px;
padding: 1px 1px 4px 1px;
margin-left: auto;
margin-right: auto;
}
div.banner a
{
color:#000;
}
input[type="submit"]
{
background: #333333;
border: #666 1px solid;
color: #CCCCCC;
}
input[type="submit"]:hover
{
background: #555;
border: #888 1px solid;
color: #32DD72;
}
input[type="text"]:focus, textarea:focus
{
border:#888 1px solid!important;
}
p.fileinfo a:hover
{
text-decoration: underline;
}
span.trip
{
color: #AAA;
}
.bar
{
background: #0c0c0c!important;
-moz-box-shadow: 0 0 40px #000;
-webkit-box-shadow: 0 0 40px #000;




}
.bar.top
{
border: solid 1px #803474;
box-shadow: 6px 2px #803474;

}
.bar.bottom
{
border-top: 0px solid #666;
border: solid 1px #803474;


}
div.pages
{
color: #d2e7e8 ;
background: #333;
border: #666 0px solid;
font-family: sans-serif;
font-size: 10pt;
}
div.pages a.selected
{
color: #d2e7e8 ;
}
hr
{
height: 0px;
border: #d2e7e8 2px solid;

}
div.boardlist
{
color: #d2e7e8;
}

div.ban
{
background-color: #0d1010;
border: 0px solid #555;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 2px;
text-align: left!important;
font-size: 13px;

}
div.ban h2
{
background: #333;
color: #d2e7e8;
padding: 3px 7px;
font-size: 12pt;
border-bottom: 1px solid #555;
}
div.ban h2:not(:nth-child(1))
{
border-top: 0px solid #555;
}
table.modlog tr th
{
background: #333;
color: #AAA;
}

div.report
{
color: #666;
}
.pages, .board_image, input, .reply, form table th, textarea, a img, select, .banner
{
-webkit-border-radius: 2px;
-khtml-border-radius: 2px;
-moz-border-radius: 2px;
-o-border-radius: 2px;
-ms-border-radius: 2px;
border-radius: 2px;
}
.blur
{
filter: blur(20px);
-webkit-filter: blur(23px);
-moz-filter: blur(23px);
-o-filter: blur(23px);
-ms-filter: blur(23px);
filter: url(svg/blur.svg#blur);
}

/* options.js */
#options_div
{
background: #333333;
}
.options_tab_icon
{
color: #AAAAAA;
}
.options_tab_icon.active
{
color: #FFFFFF;
}



.blotter
{
color: #DCA1F5!important;
}

+ 3
- 3
stylesheets/8ch.cyber.css Parādīt failu

@@ -168,9 +168,9 @@ margin-right: 35px;

/*gives posting table its border/shadow*/
form table {
width: 100%;
minimum-width: 960px;
min-height: 250px;
max-width: 500px;
min-width: 100%
display: inline-block;
margin: 5px auto;
background-color: #2b2b2b;


+ 381
- 0
stylesheets/beta.css Parādīt failu

@@ -0,0 +1,381 @@
/**
* Beta.css
* by kalyx
*this might work well on phones
*/

body
{
display:block;
padding-top: 26px;
background: #0d1010;
color: #e8e8e3;
font-family: sans-serif;
font-size: 18px;


width: 100%;
}

html {
/* Size of largest container or bigger */
background:#0d1010;
width: 100%;
margin-left: auto;
margin-right: auto;

}
/*banner*/
.board_image{
border: double 0px #e8e8e3;
box-shadow: 2px 2px #e8e8e3;
}

/*gives images border/shadow*/
div.files img.post-image {
border: solid 1px #e8e8e3;
box-shadow: 2px 2px #e8e8e3;
padding: 0px;
border-radius: 0;
margin-bottom: 5px;
}
div.sidearrows{
display: none;
}

span.quote
{
color:#e8d928;
}
@font-face
{
font-family: 'lain';
src: url('./fonts/nrdyyh.woff') format('woff'),
url('./fonts/tojcxo.TTF') format('truetype');
}
h1
{
display: none;
font-family: 'lain', tahoma;

letter-spacing: -2px;
font-size: 42pt;
text-align: center;
color: #e8e8e3;

}
header div.subtitle
{
display: none;
color: #e8e8e3;
font-size: 13px;
margin-left: auto;
margin-right: auto;
max-width:385px;
}
div.title
{
display: none;
color: #e8e8e3;
font-family: Arial, Helvetica, sans-serif;

}
div.title p
{
font-size: 8px;
color: #e8e8e3;
}
a:link, a:visited, p.intro a.email span.name
{
color: #e8e8e3;
text-transform: uppercase;
font-size: 10px;
text-decoration: none;
font-family: sans-serif;
}
a:link, a:visited, p.intro a.email span.name
{
-moz-transition: 0.15s text-shadow, 0.15s color;
-webkit-transition: 0.15s text-shadow, 0.15s color;
-khtml-transition: 0.15s text-shadow, 0.15s color;
-o-transition: 0.15s text-shadow, 0.15s color;
-ms-transition: 0.15s text-shadow, 0.15s color;
transition: 0.15s text-shadow, 0.15s color;
}
input[type="text"], textarea
{
-moz-transition: 0.15s border-color;
-webkit-transition: 0.15s border-color;
-khtml-transition: 0.15s border-color;
-o-transition: 0.15s border-color;
-ms-transition: 0.15s border-color;
transition: 0.15s border-color;
}
input[type="submit"]
{
-moz-transition: 0.15s border-color, 0.15s background-color, 0.15s color;
-webkit-transition: 0.15s border-color, 0.15s background-color, 0.15s color;
-khtml-transition: 0.15s border-color, 0.15s background-color, 0.15s color;
-o-transition: 0.15s border-color, 0.15s background-color, 0.15s color;
-ms-transition: 0.15s border-color, 0.15s background-color, 0.15s color;
transition: 0.15s border-color, 0.15s background-color, 0.15s color;
}
a:link:hover, a:visited:hover
{
color: #e8d928;
font-family: sans-serif;
text-decoration: none;
text-shadow: 0px 0px 5px #d2e7e8;
}
a.post_no
{
color: #e8d928;
text-decoration: none;
}
p.intro a.post_no:hover
{
color: #e8d928!important;
}
div.post.reply
{
background: #0d1010;
align: center;
max-width:100% !important;
min-width: 100%!important;
border: solid 1px #e8e8e3;
box-shadow: 2px 2px #e8e8e3;


}

div.postcontainer
{
max-width:100% !important;
min-width: 100%!important;

}
div.post.reply.highlighted
{
background: #1e2324;
border: solid 1px #93e0e3;
box-shadow: 3px 5px #5c8c8e;
margin-left: auto;
margin-right: auto;
}
div.post.reply div.body a:link, div.post.reply div.body a:visited
{
color: #CCCCCC;

}
div.post.reply div.body a:link:hover, div.post.reply div.body a:visited:hover
{
color: #e8d928;

}
p.intro span.subject
{
font-size: 12px;
font-family: sans-serif;
color: #e8d928;
font-weight: 800;

}
p.intro span.name
{
color: #c3e849;
font-weight: 800;
}
p.intro a.capcode, p.intro a.nametag
{
color: magenta;
margin-left: 0;
}
p.intro a.email, p.intro a.email span.name, p.intro a.email:hover, p.intro a.email:hover span.name
{
color: #d2e7e8;

}
input[type="text"], textarea, select
{
background: #0d1010!important;
color: #CCCCCC!important;
border: solid 1px #e8e8e3;
box-shadow: 1px 1px #0d1010;
margin-left: auto;
margin-right: auto;


}
input[type="password"]
{
background: #0d1010!important;
color: #CCCCCC!important;
border: #d2e7e8 1px double!important;
}
form table tr th
{
background: #0d1010!important;
color: #e8e8e3!important;
border: solid 1px #d2e7e8;
box-shadow: 1px 1px #0d1010;
text-align: right;

}
div.banner
{

background: #E04000;
border: 0px solid hsl(17, 100%, 60%);
color: #EEE;
text-align: center;
height: 15px;
padding: 1px 1px 4px 1px;
margin-left: auto;
margin-right: auto;
}
div.banner a
{
color:#000;
}
input[type="submit"]
{
background: #333333;
border: #666 1px solid;
color: #CCCCCC;
}
input[type="submit"]:hover
{
background: #555;
border: #888 1px solid;
color: #e8d928;
}
input[type="text"]:focus, textarea:focus
{
border:#888 1px solid!important;
}
p.fileinfo a:hover
{
text-decoration: underline;
}
span.trip
{
color: #AAA;
}
.bar
{
background: #0c0c0c!important;
-moz-box-shadow: 0 0 0px #000;
-webkit-box-shadow: 0 0 0px #000;




}
.bar.top
{
border: solid 1px #e8e8e3;
box-shadow: 0px 1px #d2e7e8;

}
.bar.bottom
{
border-top: 0px solid #666;
border: solid 1px #e8e8e3;


}
div.pages
{
color: #d2e7e8 ;
background: #333;
border: #666 0px solid;
font-family: sans-serif;
font-size: 10pt;
}
div.pages a.selected
{
color: #d2e7e8 ;
}
hr
{
height: 0px;
border: #e8e8e3 2px solid;

}
div.boardlist
{
color: #e8e8e3;
}

div.ban
{
background-color: #0d1010;
border: 0px solid #555;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 2px;
text-align: left!important;
font-size: 13px;

}
div.ban h2
{
background: #333;
color: #e8e8e3;
padding: 3px 7px;
font-size: 12pt;
border-bottom: 1px solid #555;
}
div.ban h2:not(:nth-child(1))
{
border-top: 0px solid #555;
}
table.modlog tr th
{
background: #333;
color: #AAA;
}

div.report
{
color: #666;
}
.pages, .board_image, input, .reply, form table th, textarea, a img, select, .banner
{
-webkit-border-radius: 2px;
-khtml-border-radius: 2px;
-moz-border-radius: 2px;
-o-border-radius: 2px;
-ms-border-radius: 2px;
border-radius: 2px;
}
.blur
{
filter: blur(20px);
-webkit-filter: blur(23px);
-moz-filter: blur(23px);
-o-filter: blur(23px);
-ms-filter: blur(23px);
filter: url(svg/blur.svg#blur);
}

/* options.js */
#options_div
{
background: #333333;
}
.options_tab_icon
{
color: #AAAAAA;
}
.options_tab_icon.active
{
color: #FFFFFF;
}



.blotter
{
color: #e8e8e3!important;
}

+ 8
- 0
stylesheets/cyberpunk.css Parādīt failu

@@ -21,13 +21,21 @@ body {
-moz-box-shadow: none;
box-shadow: none;
}
div.boardlist{
background-color: #0C0001!important;

}
.bar.top
{
border-bottom: 2px solid #3CC!important;
background-color: #0C0001;

}
.bar.bottom
{
border-top: 2px solid #3CC!important;
background-color: #0C0001;

}
@font-face
{


+ 140
- 184
stylesheets/dark.css Parādīt failu

@@ -1,20 +1,19 @@
/**
* dark.css
* Stolen from circlepuller who stole it from derpcat
* For AwsumChan by Circlepuller
*/
body
{
body {
background: #1E1E1E;
color: #999999;
font-family: sans-serif;
font-size: 12px;
}
span.quote
{
.quote {
color:#B8D962;
}
@font-face
{


@font-face {
font-family: 'lain';
src: url('./fonts/nrdyyh.woff') format('woff'),
url('./fonts/tojcxo.TTF') format('truetype');
@@ -27,17 +26,11 @@ h1
text-align: center;
color: #32DD72;
}
header div.subtitle
{
color: #32DD72;
}
div.title
{
div.title, h1 {
color: #32DD72;
font-family: Arial, Helvetica, sans-serif;
}
div.title p
{
div.title p {
font-size: 10px;
}
a:link, a:visited, .intro a.email span.name {
@@ -45,244 +38,207 @@ a:link, a:visited, .intro a.email span.name {
text-decoration: none;
font-family: sans-serif;
}
a:link, a:visited, p.intro a.email span.name
{
-moz-transition: 0.15s text-shadow, 0.15s color;
-webkit-transition: 0.15s text-shadow, 0.15s color;
-khtml-transition: 0.15s text-shadow, 0.15s color;
-o-transition: 0.15s text-shadow, 0.15s color;
-ms-transition: 0.15s text-shadow, 0.15s color;
transition: 0.15s text-shadow, 0.15s color;
}
input[type="text"], textarea
{
-moz-transition: 0.15s border-color;
-webkit-transition: 0.15s border-color;
-khtml-transition: 0.15s border-color;
-o-transition: 0.15s border-color;
-ms-transition: 0.15s border-color;
transition: 0.15s border-color;
}
input[type="submit"]
{
-moz-transition: 0.15s border-color, 0.15s background-color, 0.15s color;
-webkit-transition: 0.15s border-color, 0.15s background-color, 0.15s color;
-khtml-transition: 0.15s border-color, 0.15s background-color, 0.15s color;
-o-transition: 0.15s border-color, 0.15s background-color, 0.15s color;
-ms-transition: 0.15s border-color, 0.15s background-color, 0.15s color;
transition: 0.15s border-color, 0.15s background-color, 0.15s color;
}
a:link:hover, a:visited:hover
{
color: #32DD72;
a:link:hover, a:visited:hover {
color: #fff;
font-family: sans-serif;
text-decoration: none;
text-shadow: 0px 0px 5px #fff;

}
a.post_no
{
color: #AAA;
a.post_no {
color: #AAAAAA;
text-decoration: none;
}
p.intro a.post_no:hover
{
color: #32DD72!important;
a.post_no:hover {
color: #32DD72 !important;
text-decoration: underline overline;
}
div.post.reply
{
div.post.reply {
background: #333333;
border: #555555 1px solid;



}
div.post.reply.highlighted
{
div.post.reply.highlighted {
background: #555;
border: transparent 1px solid;
}
div.post.reply div.body a:link, div.post.reply div.body a:visited
{
div.post.reply div.body a:link, div.post.reply div.body a:visited {
color: #CCCCCC;
}
div.post.reply div.body a:link:hover, div.post.reply div.body a:visited:hover
{
div.post.reply div.body a:link:hover, div.post.reply div.body a:visited:hover {
color: #32DD72;
}
p.intro span.subject {
.intro span.subject {
font-size: 12px;
font-family: sans-serif;
color: #446655;
font-weight: 800;
}
p.intro span.name {
.intro span.name {
color: #32DD72;
font-weight: 800;
}
p.intro a.capcode, p.intro a.nametag {
.intro a.capcode, p.intro a.nametag {
color: magenta;
margin-left: 0;
}
p.intro a.email, p.intro a.email span.name, p.intro a.email:hover, p.intro a.email:hover span.name {
.intro a.email, p.intro a.email span.name, p.intro a.email:hover, p.intro a.email:hover span.name {
color: #32ddaf;
}
input[type="text"], textarea, select
{
background: #333333!important;
color: #CCCCCC!important;
border: #666666 1px solid!important;
input[type="text"], textarea, select {
background: #333333;
color: #CCCCCC;
border: #666666 1px solid;
padding-left: 5px;
padding-right: -5px;
font-family: sans-serif;
font-size: 10pt;
}
input[type="password"]
{
background: #333333!important;
color: #CCCCCC!important;
border: #666666 1px solid!important;
input[type="password"] {
background: #333333;
color: #CCCCCC;
border: #666666 1px solid;
}
form table tr th
{
background: #333333!important;
color: #AAAAAA!important;
border: #333333 1px solid!important;;
form table tr th {
background: #333333;
color: #AAAAAA;
font-weight: 800;
text-align: left;
padding: 0;
}
div.banner
{
background: #E04000;
border: 1px solid hsl(17, 100%, 60%);
color: #EEE;
div.banner {
background: #32DD72;
color: #000;
text-align: center;
height: 15px;
padding: 1px 1px 4px 1px;
width: 250px;
padding: 4px;
padding-left: 12px;
padding-right: 12px;
margin-left: auto;
margin-right: auto;
font-size: 12px;
}
div.banner a
{
div.banner a {
color:#000;
}
input[type="submit"]
{
input[type="submit"] {
background: #333333;
border: #666 1px solid;
border: #888888 1px solid;
color: #CCCCCC;
}
input[type="submit"]:hover
{
background: #555;
border: #888 1px solid;
input[type="submit"]:hover {
background: #555555;
border: #888888 1px solid;
color: #32DD72;
}
input[type="text"]:focus, textarea:focus
{
border:#888 1px solid!important;
input[type="text"]:focus {
border:#aaa 1px solid;
}
p.fileinfo a:hover
{
p.fileinfo a:hover {
text-decoration: underline;
}
span.trip
{
color: #AAA;
span.trip {
color: #AAAAAA;
}
.bar
{
background: #333!important;
-moz-box-shadow: 0 0 40px #000;
-webkit-box-shadow: 0 0 40px #000;
box-shadow: 0 0 40px #000;
div.pages {
background: #333333;
}
.bar.top
{
border-bottom: 1px solid #666;
}
.bar.bottom
{
border-top: 1px solid #666;
}
div.pages
{
color: #AAA;
background: #333;
border: #666 1px solid;
font-family: sans-serif;
font-size: 10pt;
}
div.pages a.selected
{
color: #CCC;
div.pages a.selected {
color: #CCCCCC;
}
hr
{
hr {
height: 1px;
border: #333 1px solid;
border: #333333 1px solid;
}
div.boardlist
{
color: #999;
div.boardlist {
color: #999999;
background-color: rgba(12%, 12%, 12%, 0.10);
}

div.ban
{
background-color: #1e1e1e;
border: 1px solid #555;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 2px;
text-align: left!important;
}
div.ban h2
{
background: #333;
color: #32DD72;
padding: 3px 7px;
font-size: 12pt;
border-bottom: 1px solid #555;
div.ban {
background-color: transparent;
border: transparent 0px solid;
}
div.ban h2:not(:nth-child(1))
{
border-top: 1px solid #555;
div.ban h2 {
background: transparent;
color: lime;
font-size: 12px;
}
table.modlog tr th
{
background: #333;
color: #AAA;
table.modlog tr th {
background: #333333;
color: #AAAAAA;
}

div.report
{
color: #666;
.desktop-style div.boardlist:not(.bottom) {
text-shadow: black 1px 1px 1px, black -1px -1px 1px, black -1px 1px 1px, black 1px -1px 1px;
background-color: #666666;
}
.pages, .board_image, input, .reply, form table th, textarea, a img, select, .banner
{
-webkit-border-radius: 2px;
-khtml-border-radius: 2px;
-moz-border-radius: 2px;
-o-border-radius: 2px;
-ms-border-radius: 2px;
border-radius: 2px;
}
.blur
{
filter: blur(20px);
-webkit-filter: blur(23px);
-moz-filter: blur(23px);
-o-filter: blur(23px);
-ms-filter: blur(23px);
filter: url(svg/blur.svg#blur);




div.report {
color: #666666;
}

/* options.js */
#options_div, #alert_div {
background: #333333;
}
.options_tab_icon
{
color: #AAAAAA;
.options_tab_icon {
color: #AAAAAA;
}
.options_tab_icon.active
{
color: #FFFFFF;
.options_tab_icon.active {
color: #FFFFFF;
}

#quick-reply table {
background: none repeat scroll 0% 0% #333 !important;
}

.modlog tr:nth-child(even), .modlog th {
background-color: #282A2E;
}



.box {
background: #333333;
border-color: #555555;
color: #C5C8C6;
border-radius: 10px;
}
.box-title {
background: transparent;
color: #32DD72;
}

table thead th {
background: #333333;
border-color: #555555;
color: #C5C8C6;
border-radius: 4px;
}
table tbody tr:nth-of-type( even ) {
background-color: #333333;
}

table.board-list-table .board-uri .board-sfw {
color: #CCCCCC;
}
tbody.board-list-omitted td {
background: #333333;
border-color: #555555;
}

table.board-list-table .board-tags .board-cell:hover {
background: #1e1e1e;
}
table.board-list-table tr:nth-of-type( even ) .board-tags .board-cell {
background: #333333;
}

+ 259
- 0
stylesheets/darkroot_garden.css Parādīt failu

@@ -0,0 +1,259 @@
/*cyberpunk mod of ferus by kalyx

B332E6 = dark purp
293728 = teal
59B451 = green
FF46D2 = pink
dark blue = 293728
*/

body {
background: #0B110A;
color: #62C958;
font-family: DejaVuSansMono;
font-size: 10px;
/*text-shadow: 0px 0px 3px #FF46D2;*/
}
div.boardlist{
background-color: #0b110a!important;

}

@font-face
{
font-family: 'lain';
src: url('./fonts/nrdyyh.woff') format('woff'),
url('./fonts/tojcxo.TTF') format('truetype');
}
@font-face
{
font-family: 'DejaVuSansMono';
src: url('./fonts/DejaVuSansMono.ttf') format('truetype');
}
.bar {
-moz-box-shadow: 0 0 40px #293728;
-webkit-box-shadow: 0 0 40px #293728;
box-shadow: 0 0 40px #293728;
background-color: #131C13;
border-color: #293728!important;
background-color: #0b110a!important;
}
h1 {
font-family: DejaVuSansMono, Arial;
font-size: 18pt;
text-align: center;
letter-spacing: 0px;
}
div.title, h1 {
color: #4CADA7;
font-family: lain, DejaVuSansMono, sans-serif;
}
header div.subtitle {
color: #59B451;
text-align: center;
text-shadow: 0px 0px 3px #59B451;
}
div.title p {
font-size: 13px;
}
a:link, a:visited, p.intro a.email span.name {
color: #4CADA7;
/*text-shadow: 0px 0px 10px #59B451;*/
font-family: DejaVuSansMono;
}
pre.prettyprint {
background: #293728;

font-size: 12px;
line-height: 1.5;
border: 1px solid #293728;
padding: 10px;
}

a:link, a:visited, p.intro a.email span.name
{
-moz-transition: 0.15s text-shadow, 0.15s color;
-webkit-transition: 0.15s text-shadow, 0.15s color;
-khtml-transition: 0.15s text-shadow, 0.15s color;
-o-transition: 0.15s text-shadow, 0.15s color;
-ms-transition: 0.15s text-shadow, 0.15s color;
transition: 0.15s text-shadow, 0.15s color;
}
input[type="text"], textarea
{
-moz-transition: 0.15s border-color;
-webkit-transition: 0.15s border-color;
-khtml-transition: 0.15s border-color;
-o-transition: 0.15s border-color;
-ms-transition: 0.15s border-color;
transition: 0.15s border-color;
}
input[type="submit"]
{
-moz-transition: 0.15s border-color, 0.15s background-color, 0.15s color;
-webkit-transition: 0.15s border-color, 0.15s background-color, 0.15s color;
-khtml-transition: 0.15s border-color, 0.15s background-color, 0.15s color;
-o-transition: 0.15s border-color, 0.15s background-color, 0.15s color;
-ms-transition: 0.15s border-color, 0.15s background-color, 0.15s color;
transition: 0.15s border-color, 0.15s background-color, 0.15s color;
}


a:link:hover, a:visited:hover {
color: #59B451;
font-family: DejaVuSansMono;
text-shadow: 0px 0px 5px #59B451;
}
strong {

color: #4CADA7;
}
a.post_no {
color: #293728;
text-decoration: none;
}
span.quote
{
color:#4CADA7;
}
a.post_no:hover {
color: maroon;
/*text-decoration: underline overline;*/
}
div.post.reply {
background: #131C13;
border: #293728 1px solid !important;
border-radius: 0px;
}
.de-pview {
background: rgba(14, 14, 14, 0.84) !important;
}
div.post.reply.highlighted {
background: transparent;
border: #293728 1px solid;
}
div.post.reply div.body a:link, div.post.reply div.body a:visited {
color: #646464;
}
div.post.reply div.body a:link:hover, div.post.reply div.body a:visited:hover {
color: #59B451;
}
p.intro span.subject {
font-size: 12px;
font-family: DejaVuSansMono;
color: #59B451;
font-weight: 800;
text-shadow: 0px 0px 3px #59B451;
}
p.intro span.name {
color: #59B451;
font-weight: 900;
text-shadow: 0px 0px 3px #59B451;
}
p.intro a.capcode, p.intro a.nametag {
color: #59B451;
margin-left: 0;
}
p.intro a.email, p.intro a.email span.name, p.intro a.email:hover, p.intro a.email:hover span.name {
color: #59B451;
font-family: DejaVuSansMono;
}
input[type="text"], textarea, select {
background: #0B110A;
color: #CCCCCC;
border: #293728 1px solid;
padding-left: 5px;
padding-right: -5px;
font-family: DejaVuSansMono;
font-size: 10pt;
border-radius: 5px;
}
input[type="password"] {
background: #0B110A;
color: #CCCCCC;
border: #293728 1px solid;
border-radius: 5px;
}
form table tr th {
background: #0B110A;
color: #59B451;
border: #293728 1px solid;
font-weight: 600;
text-align: center;
padding: 0;
border-radius: 0px;
/*text-shadow: 0px 0px 3px #59B451;*/
}
div.sidearrows{display:none;}

div.banner {
background: #0B110A;
color: #59B451;
text-align: center;
width: 250px;
padding: 4px;
padding-left: 12px;
padding-right: 12px;
margin-left: auto;
margin-right: auto;
font-size: 12px;
text-shadow: 0px 0px 3px #59B451;

}
input[type="submit"] {
background: #0B110A;
color: #59B451;
border: #293728 1px solid;
border-radius: 0px;
}
input[type="submit"]:hover {
background: #0B110A;

border: #293728 1px solid;

color: #FF46D2;
border-radius: 0px;
}
p.fileinfo a:hover {
text-decoration: underline;
}
span.trip {
color: #AAAAAA;
}
.topbar {
background-color: #0B110A;
border-bottom: 1px solid #293728;
}
div.pages {
color: #AAAAAA;
background: #0B110A;
border: #293728 1px solid;
font-family: DejaVuSansMono;
font-size: 10pt;
}
div.pages a.selected {
color: #8C8C8C;
}
hr {
height: 0px;
border: #293728 1px solid;
}
div.boardlist {
font-size: 10pt;
color: #999999;
}
div.ban {
background-color: transparent;
border: #293728 1px solid;
}
div.ban h2 {
background: transparent;
color: #59B451;
font-size: 11px;
text-shadow: 0px 0px 3px #59B451;
}
table.modlog tr th {
background: #FF46D2;
color: #AAAAAA;
/*text-shadow: 0px 0px 3px #59B451;*/
}

+ 5
- 0
stylesheets/fauux.css Parādīt failu

@@ -19,6 +19,11 @@ body {
-moz-box-shadow: none;
-webkit-box-shadow: none;
box-shadow: none;
background-color: #000!important;
}
div.boardlist{
background-color: #000!important;

}
@font-face
{


+ 6
- 0
stylesheets/forest.css Parādīt failu

@@ -14,6 +14,11 @@ body {
font-size: 10px;
/*text-shadow: 0px 0px 3px #FF46D2;*/
}
div.boardlist{
background-color: #0b110a!important;

}

@font-face
{
font-family: 'lain';
@@ -31,6 +36,7 @@ body {
box-shadow: 0 0 40px #293728;
background-color: #131C13;
border-color: #293728!important;
background-color: #0b110a!important;
}
h1 {
font-family: DejaVuSansMono, Arial;


+ 3
- 0
stylesheets/heavy_ice.css Parādīt failu

@@ -16,7 +16,10 @@ body

max-width: 568px;
}
div.boardlist{
background-color: #000!important;

}
html {
/* Size of largest container or bigger */
background:#0d1010;


+ 364
- 0
stylesheets/mono.e.lain.css Parādīt failu

@@ -0,0 +1,364 @@
/*monoelains ez css for VIP quality imageboards. steal this .css and edit it to your liking. */
/* OPTION HIDING */

/*lainchan bottom bar fix*/
.bar{
background-color: #CDCDCD!important;
}
/*removes footer (STI pls dont sue)
footer {
display:none;
color: #ffffff;
}
/* hides AA in catalog */
.theme-catalog span.aa {
display: none !important;
}
/* hides expand all images */
#expand-all-images {
display: none;
}
/* hides hints*/
.hint {
}
/* hides horizontal bar */
hr {
display: none;
}
/*banner stuff*/
img.banner, img.board_image {
border: 8px ridge #B18108;
background-color: #B2A50F;
display: ;
-webkit-box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.5);
box-shadow: 7px 7px rgba(0, 0, 0, 0.5);
margin: 30px auto 0px;
}
/* hides delete options (obsolete) */
div.delete {
display: none;
}
/*makes files align vertically (hw pls fix this shit)*/
.file {
display: block;
margin-right: 11px;
}
}
div.boardlist a {
color: rgb(187, 51, 0);
}
/*expanded image border/shadow*/
.full-image {
border-top-right-radius: 0;
-webkit-box-shadow: 7px 7px 0px 0px #000;
-moz-box-shadow: 7px 7px 0px 0px #000;
-webkit-box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.5);
box-shadow: 7px 7px rgba(0, 0, 0, 0.5);
border: double black;
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
border-top-left-radius: 0;
padding: 5px;
margin: 0px 0px 0px;
/*+border-radius: 0;*/
-moz-border-radius: 0;
-webkit-border-radius: 0;
-khtml-border-radius: 0;
border-radius: 0;
max-width: 80% !important;
float: none;
background-color: rgb(194, 194, 194);
}
/*gives quick reply its border/shadow*/
#quick-reply table {
background: none repeat scroll 0 0 #CBCBCB;
border: 4px double;
margin: 0;
-webkit-box-shadow: 7px 7px 0px 0px #000;
-moz-box-shadow: 7px 7px 0px 0px #000;
-webkit-box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.5);
box-shadow: 7px 7px rgba(0, 0, 0, 0.5);
width: auto !important;
}
/*makes posting form maroon*/
form table tr th {
background-color: rgb(187, 51, 0);
color: #FFFFFF;
font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
}
/*gives images border/shadow*/
div.files img.post-image {
-webkit-box-shadow: 7px 7px 0px 0px #000;
-moz-box-shadow: 7px 7px 0px 0px #000;
-webkit-box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.5);
box-shadow: 7px 7px rgba(0, 0, 0, 0.5);
background-color: #CBCBCB;
border: double black;
padding: 5px;
/*+border-radius: 0;*/
-moz-border-radius: 0;
-webkit-border-radius: 0;
-khtml-border-radius: 0;
border-radius: 0;
margin-bottom: 5px;
}
/* makes Youtube thumbs not obscenely big */
div.video-container {
width: auto !important;
height: auto !important;
max-height: 20% !important;
max-width: 20% !important;
}
/* Image thumbs size limit (make as big as you want)*/
.post-image {
border: double black;
height: auto !important;
width: auto !important;
max-height: 60%;
max-width: 60%;
box-shadow: 7px 7px rgba(0, 0, 0, 0.5);
padding: 5px;
background-color: #cdcdcd;
}
/* Keep small thumbnails in replies */
.post.reply a:not([data-expanded="true"]) .post-image {
width: auto !important;
height: auto !important;
max-height: 60%;
max-width: 60%;
}
/* reply box size */
.input[type="text"], textarea {
min-height: 117px;
min-width: 240px;
}
/*boardwide font stuff goes here also background image*/
body {
padding: 0;
font-family: arial, sans-serif;
font-size: 14px;
background: url("https://i.imgur.com/OUHu2ki.jpg") fixed repeat top #000000;
min-width: 395px;
margin-left: 10px;
margin-right: 35px;

margin-left: 10px;
}
/*saves one pixel of space*/
header {
margin-bottom: 0px;
}
/*gives posting table its border/shadow*/
form table {
width: 100%;
minimum-width: 960px;
min-height: 250px;
display: inline-block;
margin: 5px auto;
background-color: #CDCDCD;
border: double black;
padding: 5px;
-webkit-box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.5);
box-shadow: 7px 5px rgba(0, 0, 0, 0.5);
}
/*gives threads its border/shadow*/
div[id^="thread_"] {
-webkit-box-shadow: 11px 11px 0px 0px #000;
-moz-box-shadow: 11px 11px 0px 0px #000;
background-color: rgb(221, 221, 221);
margin-bottom: 20px;
padding: 10px;
border: 3px double #000000;
width: 100%;
-webkit-box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.5);
box-shadow: 7px 7px rgba(0, 0, 0, 0.5);
}
/*adds horizontal bar below subject*/
p.intro {
background-image: url('https://i.imgur.com/UebGaj5.png');
background-repeat: repeat-x;
background-position: bottom;
min-height: 25px;
}
/*gives replies border/shadow*/
div.post.reply {
max-width: 95% !important;
-webkit-box-shadow: 7px 7px 0px 0px #000;
-moz-box-shadow: 7px 7px 0px 0px #000;
-webkit-box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.5);
box-shadow: 7px 7px rgba(0, 0, 0, 0.5);
padding: 10px;
margin-top: 20px;
border: double 3px #000;
background-color: rgb(194, 194, 194);
}
/*unfucks highlighting replies and gives border/shadow*/
div.post.reply.highlighted {
background-color: #D6BDB0;
}
/*dont touch this*/
div.body {
display: block;
clear: both;
padding-top: 10px;
}
/*makes page bar have border/shadow*/
div.pages {
-webkit-box-shadow: 7px 7px 0px 0px #000;
-moz-box-shadow: 7px 7px 0px 0px #000;
-webkit-box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.5);
box-shadow: 7px 7px rgba(0, 0, 0, 0.5);
width: 100%;
display: block;
clear: both;
border: double black;
background-color: rgb(221, 221, 221);
}
/*hovered links have underline*/
a:hover {
text-decoration: underline;
}
/*stops textbox resizing shenanigans*/
.input[type="text"], textarea {
font-size: 14px;
max-width: 9000px;
min-height: 115px;
min-width: 270px;
}
/*boardname nice font. replace with something classy someday*/
header div.subtitle, h1 {
font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
color: rgb(187, 51, 0);
}
/*announcement font and color*/
div.blotter {
padding: 15px;
color: #000000;
font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
}
/*makes links red*/
a {
color: rgb(187, 51, 0) !important;
text-decoration: none;
}
/*top boardlist stuff. change position to "fixed" to make it behave like normal 8chan*/
div.boardlist:not(.bottom) {
background-color: rgba(221, 221, 221, 1) !important;
text-align: center;
padding: 5px 75px;
box-shadow: 7px 7px rgba(0, 0, 0, 0.5); !important;
color: rgba(0, 0, 0, 0.33);
font-size: 10px;
border: double #000 !important;
position:static !important;
}
/*favorites in a new line*/
div.boardlist span.favorite-boards {
display: block;
}
/*subject color*/
p.intro span.subject {
color: rgb(117, 8, 8);
}
/*bottom boardlist centered*/
div.boardlist.bottom {
text-align: center;
background-color: rgba(228,228,228,1);
border: double #000000;
width: 101%;
}
/*colors name*/
p.intro span.name {
color: rgb(122, 77, 77);
font-family: ;
}
/*catalog stuff*/
.theme-catalog div.thread {
background-color: rgb(221, 221, 221);
border: double;
}
.theme-catalog div.thread:hover {
background-color: #D6BDB0;
border: double;
}
span.trip {
color: rgb(34, 136, 84);
}
#updater, #thread-links {
background-color: rgba(228,228,228,1);
border:double;
padding: 5px;
margin: 5px;
-webkit-box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.5);
box-shadow: 7px 7px rgba(0, 0, 0, 0.5);
}

div.banner {
width: 380px;
display:block;
margin-left:auto;
margin-right:auto;

}

#quick-reply th .close-btn{
color:#ffffff;

}

div.post-hover {

background-color: #D6BDB0 !important;
border: double #000 !important;
box-shadow: 7px 7px rgba(0, 0, 0, 0.5) !important;
max-width: 50%;
}

span.subject:after { content: '\A'; white-space:pre; }
SPAN.controls.op:before { content: '\A'; white-space:pre; }

div.post-menu
{
color: #ffffff;}

+ 190
- 0
stylesheets/recent.css Parādīt failu

@@ -0,0 +1,190 @@
/**
* dark.css
* Stolen from circlepuller who stole it from derpcat
*/
body
{
background: #0b000f;
color: #7fdd57;
font-family: sans-serif;
font-size: 12px;
margin:auto:
}
.lain_banner{
margin-left: auto;
margin-right: auto;
display: block;

}
@font-face {
font-family: 'FontAwesome';
src: url('../fonts/fontawesome-webfont.eot?v=4.4.0');
src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.4.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.4.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.4.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.4.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular') format('svg');
font-weight: normal;
font-style: normal
}


.box-wrap {
max-width: 670px;
margin: 30px auto;
overflow: auto;
padding: 0;
}
.box {
background: #0b000f;
border: 0px solid #98E;
width: 768px;
margin: 0px 0;
padding: 0;
}

div#global.ban{
max-width: 768px
}

.box ul {
padding: 2px 15px;
}
.box ul li {
list-style: none;
margin: 0;
}
.box.left {
background: #0b000f;
color: #7fdd57;
border: 0px solid #060;
float: left;
width: 50%;
}
.box.right {
background: #0b000f;
color: #7fdd57;
border: 0px solid #006;
float: right;
width: 50%;
}

.box h2 {
padding: 3px 7px;
font-size: 12pt;
}
.box.left h2 {
background: #7fdd57;
color: #677965;
}
.box.right h2 {
background: #7fdd57;
color: #0b000f;
}
.box img {
float: none;
margin: 0px auto;
}

span.quote
{
color:#677965;
}
@font-face
{
font-family: 'lain';
src: url('./fonts/nrdyyh.woff') format('woff'),
url('./fonts/tojcxo.TTF') format('truetype');
}
h1
{
font-family: 'arial black', arial;
letter-spacing: -20px;
font-size: 116pt;
text-align: center;
color: #7fdd57;
}
header div.subtitle
{
color: #677965;
}
div.title
{
color: #677965;
font-family: Arial, Helvetica, sans-serif;
}
div.title p
{
font-size: 10px;
}
a:link, a:visited, .intro a.email span.name {
color: #677965;
text-decoration: none;
font-family: sans-serif;
font-size: 11pt;
}

div.post.reply div.body a:link:hover, div.post.reply div.body a:visited:hover
{
color: #7fdd57;
}
p.intro span.subject {
font-size: 12px;
font-family: sans-serif;
color: #7fdd57;
font-weight: 800;
}
p.intro span.name {
color: #7fdd57;
font-weight: 800;
}

p.intro a.email, p.intro a.email span.name, p.intro a.email:hover, p.intro a.email:hover span.name {
color: #7fdd57;
}
.bar
{
background: #0b000f!important;
-moz-box-shadow: 0 0 40px #000;
-webkit-box-shadow: 0 0 40px #000;
box-shadow: 0 0 40px #000;
}
.bar.top
{
border-bottom: 0px solid #0b000f;
}
.bar.bottom
{
border-top: 1px solid #666;
}

div.boardlist
{
color: #0b000f;
}

div.ban
{
background-color: rgba(11, 0, 15, 0);
border: 0px solid #555;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 2px;
text-align: left!important;
}
div.ban h2
{
background: #0b000f;
color: #7fdd57;
padding: 5px 5px;
font-size: 16pt;
border-bottom: 0px solid #555;
}

div.ban h2:not(:nth-child(1))
{
border-top: 0px solid #0b000f;
}




+ 1549
- 582
stylesheets/style.css
Failā izmaiņas netiks attēlotas, jo tās ir par lielu
Parādīt failu


+ 16
- 12
stylesheets/terminal2.css Parādīt failu

@@ -21,18 +21,6 @@ a:link, a:visited, .intro a.email span.name {
text-decoration: underline;
font-family: sans-serif;
}
.bic {
-moz-filter: url(./svg/blur.svg#blur_green);
filter: url(./svg/blur.svg#blur_green);
-webkit-filter: url(svg/blur.svg#blur_green);
}
img.board_image {
-moz-mask: url(./svg/bannermaks.svg#masking);
mask: url(./svg/bannermaks.svg#masking);
-webkit-mask: url(./img/banner_terminal_mask.png);
border: none!important;
}

a:link:hover, a:visited:hover {
color: #00FF00;
font-family: sans-serif;
@@ -180,3 +168,19 @@ table.modlog tr th {
background: none;
}

.bar
{
background: #333!important;
-moz-box-shadow: 0 0 40px #000;
-webkit-box-shadow: 0 0 40px #000;
box-shadow: 0 0 40px #000;
}
.bar.top
{
border-bottom: 1px solid #666;
}
.bar.bottom
{
border-top: 1px solid #666;
}

+ 1
- 1
templates/themes/catalog/catalog.html Parādīt failu

@@ -10,7 +10,7 @@
<title>{{ settings.title }} (/{{ board }}/)</title>
</head>
<body class="theme-catalog board-{{ board }}">
<div class="topbar">
<div class="top bar topbar">
{{ boardlist.top }}
</div>
<header>


+ 2
- 2
templates/themes/recent/recent.html Parādīt failu

@@ -17,12 +17,12 @@

<header>
<center>
<img alt="header" src="static/lainchan_header_console.gif"/>
<img alt="header" class="lain_banner" src="static/lainchan_header_console.gif"/>
</center>
</header>
<br>

<img alt="mascot" src="static/lain_banner1.png"/>
<img alt="mascot" class="lain_banner"src="static/lain_banner1.png"/>

<br>



Notiek ielāde…
Atcelt
Saglabāt