Browse Source

Do something with stylesheets. idk, I should keep more up-to-date on this stuff

pull/40/head
Michael Walker 10 years ago
parent
commit
a7bb7e302f
  1. 96
      stylesheets/cupcake.css
  2. 439
      stylesheets/cyberpunk.css
  3. 241
      stylesheets/cyberpunk2.css
  4. 156
      stylesheets/dark.css
  5. 16
      stylesheets/dark_irc.css
  6. 220
      stylesheets/dark_purple.css
  7. 214
      stylesheets/dark_red.css
  8. 71
      stylesheets/dicksinmyass.css
  9. 202
      stylesheets/fauux.css
  10. 54
      stylesheets/ferus.css
  11. BIN
      stylesheets/fonts/DejaVuSans-Bold.ttf
  12. BIN
      stylesheets/fonts/DejaVuSans-BoldOblique.ttf
  13. BIN
      stylesheets/fonts/DejaVuSans-ExtraLight.ttf
  14. BIN
      stylesheets/fonts/DejaVuSans-Oblique.ttf
  15. BIN
      stylesheets/fonts/DejaVuSans.ttf
  16. BIN
      stylesheets/fonts/DejaVuSansCondensed-Bold.ttf
  17. BIN
      stylesheets/fonts/DejaVuSansCondensed-BoldOblique.ttf
  18. BIN
      stylesheets/fonts/DejaVuSansCondensed-Oblique.ttf
  19. BIN
      stylesheets/fonts/DejaVuSansCondensed.ttf
  20. BIN
      stylesheets/fonts/DejaVuSansMono-Bold.ttf
  21. BIN
      stylesheets/fonts/DejaVuSansMono-BoldOblique.ttf
  22. BIN
      stylesheets/fonts/DejaVuSansMono-Oblique.ttf
  23. BIN
      stylesheets/fonts/DejaVuSansMono.ttf
  24. BIN
      stylesheets/fonts/DejaVuSerif-Bold.ttf
  25. BIN
      stylesheets/fonts/DejaVuSerif-BoldItalic.ttf
  26. BIN
      stylesheets/fonts/DejaVuSerif-Italic.ttf
  27. BIN
      stylesheets/fonts/DejaVuSerif.ttf
  28. BIN
      stylesheets/fonts/DejaVuSerifCondensed-Bold.ttf
  29. BIN
      stylesheets/fonts/DejaVuSerifCondensed-BoldItalic.ttf
  30. BIN
      stylesheets/fonts/DejaVuSerifCondensed-Italic.ttf
  31. BIN
      stylesheets/fonts/DejaVuSerifCondensed.ttf
  32. BIN
      stylesheets/fonts/DroidSans-Bold.ttf
  33. BIN
      stylesheets/fonts/DroidSans.ttf
  34. BIN
      stylesheets/fonts/OpenSans-Light-webfont.eot?
  35. 252
      stylesheets/fonts/OpenSans-Light-webfont.svg
  36. BIN
      stylesheets/fonts/OpenSans-Light-webfont.ttf
  37. BIN
      stylesheets/fonts/OpenSans-Light-webfont.woff
  38. 246
      stylesheets/forest.css
  39. BIN
      stylesheets/img/matrix.jpg
  40. BIN
      stylesheets/img/matrix_yellow.gif
  41. 3
      stylesheets/jungle.css
  42. 303
      stylesheets/kalyx_theme.css
  43. 5
      stylesheets/miku.css
  44. 97
      stylesheets/poison.css
  45. 157
      stylesheets/style.css
  46. 4
      stylesheets/terminal_purple.css
  47. 84
      stylesheets/volafile.css
  48. 9
      stylesheets/yotsuba.css

96
stylesheets/cupcake.css

@ -0,0 +1,96 @@
/**
* volafile.css fuck you
color change by kalyx
*/
@import url("/stylesheets/dark.css");
@font-face
{
font-family: "DejaVuSansMono";
src: url("/stylesheets/fonts/DejaVuSansMono.ttf") format("truetype");
}
@font-face
{
font-family: 'lain';
src: url('./fonts/nrdyyh.woff') format('woff'),
url('./fonts/tojcxo.TTF') format('truetype');
}
body {
background: #000000;
color: rgb(193, 180, 146);
font-family: monospace;
font-size: 11px;
}
.boardlist
{
text-shadow: none!important;
}
header h1, header div.subtitle, form table tr th, form table tr td input
{
color: #F12D67!important;
}
header h1
{
font-family: "DejaVuSansMono",sans-serif;
font-style: normal;
font-weight: 400;
font-size: 32px;
letter-spacing: 0px;
margin-top: calc(-16px / 3 - 6.5px);
}
p.intro span.subject {
color: #32BFAB;
}
div.topbar, input[type="text"], select, form table tr th, form table tr td input[type="text"], form table tr td textarea, div.post.reply, [type="submit"], input[type="password"], div.pages
{
background: #303030!important;
border-color: #5A5A5A!important;
color: #F12D67!important;
}
div.post.reply.highlighted{
background-color: #303030!important;
}
form table tr td input[type="text"]:focus, form table tr td textarea:focus
{
border-color: #5A5A5A!important;
}
input[type="submit"][name="post"]
{
color: #3A4040!important;
background-color: #303030!important;
border-color: #5A5A5A!important;
}
.blotter
{
color: #303030!important;
}
hr {
border-color: #5A5A5A;
}
a
{
color: #32BFAB!important;
}
p.intro span.name
{
color: #F12D67;
}
span.quote {
color: #E6E1E9;
}
span[style="color:orange;font-weight:bold"]
{
color: #D880FC!important;
}
a:hover, p.intro a.post_no:hover
{
color: #EDEDED!important;
text-shadow: none!important;
}
i.fa
{
color: #303030;
}

439
stylesheets/cyberpunk.css

@ -1,214 +1,241 @@
@namespace url(http://www.w3.org/1999/xhtml);
/*cyberpunk mod of ferus by kalyx
@-moz-document domain("lainchan.org") {
B332E6 = dark purp
33cccc = teal
00ff00 = green
FF46D2 = pink
dark blue = 00080C
*/
body {
background: #0C0001;
color: #FF46D2;
font-family: monospace;
font-size: 11px;
/*text-shadow: 0px 0px 3px #FF46D2;*/
}
@font-face
{
font-family: 'lain';
src: url('./fonts/nrdyyh.woff') format('woff'),
url('./fonts/tojcxo.TTF') format('truetype');
}
h1 {
font-family: monospace, Arial;
font-size: 18pt;
text-align: center;
letter-spacing: 0px;
}
div.title, h1 {
color: #FF46D2;
font-family: lain, Helvetica, sans-serif;
}
header div.subtitle {
color: #00ff00;
text-align: center;
text-shadow: 0px 0px 3px #00ff00;
}
div.title p {
font-size: 13px;
}
a:link, a:visited, p.intro a.email span.name {
color: #00ff00;
text-shadow: 0px 0px 10px #00ff00;
font-family: monospace;
}
pre.prettyprint {
background: #00080C;
font-size: 12px;
line-height: 1.5;
border: 1px solid #33cccc;
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;
}
body {
background-image: none !important;
background-color: #222 !important;
color: #333 !important;
font-family: "Liberation Sans" ,arial,helvetica,sans-serif !important;
}
div.pagelist {
background-color: #222 !important;
color: #333 !important;
border: none !important;
}
.posteruid,
.dateTime,
div.post div.file div.fileInfo,
div.pagelist strong,
div#absbot {
color: #333 !important;
}
table.postForm > tbody > tr > td:first-child {
color: #555 !important;
background-color: #333 !important;
border-color: #242424 !important;
}
table.postForm > tbody input[type="text"],
input[type="password"],
table.postForm > tbody textarea {
color: #888 !important;
background-color: #333 !important;
border-color: #242424 !important;
}
td.replyhl{
color: #555 !important;
background-color: #333 !important;
border-color: #242424 !important;
}
.reply,
hr{
border-color: #242424 !important;
}
.reply{
color: #555 !important;
background-color: #242424 !important;
}
.replytitle,
.filetitle{
color: #8B3A3A !important;
}
a.quotejs:active,
a.quotejs:link,
.doubledash{
color: #555 !important;
}
blockquote {
color: #9E9E9E !important;
}
blockquote span {
background-color: #5B5678 !important;
color: #A4A987 !important;
}
.postertrip,
.subject,
div.boardBanner > div.boardTitle {
color: #567861 !important;
}
.postername,
.commentpostername,
.name {
color: #566E78 !important;
}
a,
a.quotelink {
color: #7E949E !important;
}
.postblock,
.pages,
th{
background: #333 !important;
color: #566E78 !important;
border: #333 !important;
}
th font{
color: #222 !important;
}
.pages{
background: #242424 !important;
color: #566E78 !important;
border: #242424 !important;
}
.pages td{
color: #333 !important;
}
.pages td b {
color: #8B3A3A !important;
}
a:link:hover, a:visited:hover {
color: #00ff00;
font-family: monospace;;
text-shadow: 0px 0px 10px #00ff00;
}
strong {
color: #00ff00;
}
a.post_no {
color: #33cccc;
text-decoration: none;
}
span.quote
{
color:#00ff00;
}
a.post_no:hover {
color: maroon;
/*text-decoration: underline overline;*/
}
div.post.reply {
background: #0C0001;
border: #33cccc 2px solid !important;
border-radius: 5px;
}
.de-pview {
background: rgba(14, 14, 14, 0.84) !important;
}
div.post.reply.highlighted {
background: transparent;
border: #33cccc 2px 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: #00ff00;
}
p.intro span.subject {
font-size: 12px;
font-family: monospace;
color: #00ff00;
font-weight: 800;
text-shadow: 0px 0px 3px #00ff00;
}
p.intro span.name {
color: #00ff00;
font-weight: 900;
text-shadow: 0px 0px 3px #00ff00;
}
p.intro a.capcode, p.intro a.nametag {
color: #00ff00;
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: #00ff00;
font-family: monospace;
}
input[type="text"], textarea, select {
background: #00080C;
color: #CCCCCC;
border: #33cccc 1px solid;
padding-left: 5px;
padding-right: -5px;
font-family: monospace;
font-size: 10pt;
border-radius: 5px;
}
input[type="password"] {
background: #00080C;
color: #CCCCCC;
border: #33cccc 1px solid;
border-radius: 5px;
}
form table tr th {
background: #00080C;
color: #00ff00;
border: #33cccc 1px solid;
font-weight: 800;
text-align: left;
padding: 0;
border-radius: 5px;
text-shadow: 0px 0px 3px #00ff00;
}
div.sidearrows{display:none;}
.unkfunc {
color: #6E7856 !important;
}
.logo {
color: #566E78 !important;
}
img {
opacity: 0.1 !important;
}
div.banner {
background: #0C0001;
color: #00ff00;
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 #00ff00;
img:hover {
opacity: 1 !important;
}
.logo img {
border: 0px !important;
}
form a img {
opacity: 0.3 !important;
}
form a img:hover {
opacity: 1 !important;
}
.recaptcha_image_cell center img {
opacity: 0.4 !important;
}
.recaptcha_image_cell center img:hover {
opacity: 1 !important;
}
#recaptcha_image {
border: 1px solid #555 !important;
}
#header,
#navbot,
#navbotr,
div#boardNavDesktop {
color: #555 !important;
}
.inputtext,
#recaptcha_response_field {
background-color: #333 !important;
color: #9E9E9E !important;
border-color: #333 !important;
}
input {
background-color: #333333 !important;
border-color: #333 !important;
opacity: 0.5 !important;
}
}
input[type="submit"] {
background: #00080C;
color: #00ff00;
border: #33cccc 1px solid;
border-radius: 5px;
}
input[type="submit"]:hover {
background: #00080C;
.omittedposts {
color: #333 !important;
}
.abbr,
div.postingMode {
background-color: #242424 !important;
color: #555 !important;
border-color: #242424 !important;
}
border: #33cccc 1px solid;
.atn,
.atv,
.com,
.kwd,
.lit,
.prettyprint,
.pun,
.pln,
.str,
.tag,
.typ {
background-color: #262626 !important;
}
.atn { color: #e7f6da !important; }
.atv { color: #e7f6da !important; }
.com { color: #99968b !important; }
.kwd { color: #9F9357 !important; }
.lit { color: #73B041 !important; }
.pun { color: #D0CEC4 !important; }
.pln { color: #C0655B !important; }
.str { color: #73B041 !important; }
.tag { color: #6794B5 !important; }
.typ { color: #64B27A !important; }
color: #FF46D2;
border-radius: 5px;
}
p.fileinfo a:hover {
text-decoration: underline;
}
span.trip {
color: #AAAAAA;
}
.topbar {
background-color: black;
border-bottom: 1px solid #33cccc;
}
div.pages {
color: #AAAAAA;
background: #333333;
border: #33cccc 1px solid;
font-family: sans-serif;
font-size: 10pt;
}
div.pages a.selected {
color: #8C8C8C;
}
hr {
height: 0px;
border: #33cccc 1px solid;
}
div.boardlist {
font-size: 10pt;
color: #999999;
}
div.ban {
background-color: transparent;
border: #33cccc 1px solid;
}
div.ban h2 {
background: transparent;
color: #00ff00;
font-size: 11px;
text-shadow: 0px 0px 3px #00ff00;
}
table.modlog tr th {
background: #FF46D2;
color: #AAAAAA;
/*text-shadow: 0px 0px 3px #00ff00;*/
}

241
stylesheets/cyberpunk2.css

@ -0,0 +1,241 @@
/*cyberpunk mod of ferus by kalyx
B332E6 = dark purp
33cccc = teal
00ff00 = green
FF46D2 = pink
dark blue = 00080C
*/
body {
background: #0C0001;
color: #FF46D2;
font-family: monospace;
font-size: 11px;
/*text-shadow: 0px 0px 3px #FF46D2;*/
}
@font-face
{
font-family: 'lain';
src: url('./fonts/nrdyyh.woff') format('woff'),
url('./fonts/tojcxo.TTF') format('truetype');
}
h1 {
font-family: monospace, Arial;
font-size: 18pt;
text-align: center;
letter-spacing: 0px;
}
div.title, h1 {
color: #FF46D2;
font-family: lain, Helvetica, sans-serif;
}
header div.subtitle {
color: #00ff00;
text-align: center;
text-shadow: 0px 0px 3px #00ff00;
}
div.title p {
font-size: 13px;
}
a:link, a:visited, p.intro a.email span.name {
color: #00ff00;
text-shadow: 0px 0px 10px #00ff00;
font-family: monospace;
}
pre.prettyprint {
background: #00080C;
font-size: 12px;
line-height: 1.5;
border: 1px solid #33cccc;
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: #00ff00;
font-family: monospace;;
text-shadow: 0px 0px 10px #00ff00;
}
strong {
color: #00ff00;
}
a.post_no {
color: #33cccc;
text-decoration: none;
}
span.quote
{
color:#00ff00;
}
a.post_no:hover {
color: maroon;
/*text-decoration: underline overline;*/
}
div.post.reply {
background: #0C0001;
border: #33cccc 2px solid !important;
border-radius: 5px;
}
.de-pview {
background: rgba(14, 14, 14, 0.84) !important;
}
div.post.reply.highlighted {
background: transparent;
border: #33cccc 2px 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: #00ff00;
}
p.intro span.subject {
font-size: 12px;
font-family: monospace;
color: #00ff00;
font-weight: 800;
text-shadow: 0px 0px 3px #00ff00;
}
p.intro span.name {
color: #00ff00;
font-weight: 900;
text-shadow: 0px 0px 3px #00ff00;
}
p.intro a.capcode, p.intro a.nametag {
color: #00ff00;
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: #00ff00;
font-family: monospace;
}
input[type="text"], textarea, select {
background: #00080C;
color: #CCCCCC;
border: #33cccc 1px solid;
padding-left: 5px;
padding-right: -5px;
font-family: monospace;
font-size: 10pt;
border-radius: 5px;
}
input[type="password"] {
background: #00080C;
color: #CCCCCC;
border: #33cccc 1px solid;
border-radius: 5px;
}
form table tr th {
background: #00080C;
color: #00ff00;
border: #33cccc 1px solid;
font-weight: 800;
text-align: left;
padding: 0;
border-radius: 5px;
text-shadow: 0px 0px 3px #00ff00;
}
div.sidearrows{display:none;}
div.banner {
background: #0C0001;
color: #00ff00;
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 #00ff00;
}
input[type="submit"] {
background: #00080C;
color: #00ff00;
border: #33cccc 1px solid;
border-radius: 5px;
}
input[type="submit"]:hover {
background: #00080C;
border: #33cccc 1px solid;
color: #FF46D2;
border-radius: 5px;
}
p.fileinfo a:hover {
text-decoration: underline;
}
span.trip {
color: #AAAAAA;
}
.topbar {
background-color: black;
border-bottom: 1px solid #33cccc;
}
div.pages {
color: #AAAAAA;
background: #333333;
border: #33cccc 1px solid;
font-family: sans-serif;
font-size: 10pt;
}
div.pages a.selected {
color: #8C8C8C;
}
hr {
height: 0px;
border: #33cccc 1px solid;
}
div.boardlist {
font-size: 10pt;
color: #999999;
}
div.ban {
background-color: transparent;
border: #33cccc 1px solid;
}
div.ban h2 {
background: transparent;
color: #00ff00;
font-size: 11px;
text-shadow: 0px 0px 3px #00ff00;
}
table.modlog tr th {
background: #FF46D2;
color: #AAAAAA;
/*text-shadow: 0px 0px 3px #00ff00;*/
}

156
stylesheets/dark.css

@ -2,43 +2,52 @@
* dark.css
* Stolen from circlepuller who stole it from derpcat
*/
body {
body
{
background: #1E1E1E;
color: #999999;
font-family: sans-serif;
font-size: 12px;
}
span.quote {
span.quote
{
color:#B8D962;
}
@font-face {
@font-face
{
font-family: 'lain';
src: url('./fonts/nrdyyh.woff') format('woff'),
url('./fonts/tojcxo.TTF') format('truetype');
}
h1 {
h1
{
font-family: 'lain', tahoma;
letter-spacing: -2px;
font-size: 20pt;
text-align: center;
color: #32DD72;
}
header div.subtitle {
header div.subtitle
{
color: #32DD72;
}
div.title {
div.title
{
color: #32DD72;
font-family: Arial, Helvetica, sans-serif;
}
div.title p {
div.title p
{
font-size: 10px;
}
a:link, a:visited, p.intro a.email span.name {
a:link, a:visited, p.intro a.email span.name
{
color: #CCCCCC;
text-decoration: none;
font-family: sans-serif;
}
a:link, a:visited, p.intro a.email span.name{
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;
@ -46,7 +55,8 @@ a:link, a:visited, p.intro a.email span.name{
-ms-transition: 0.15s text-shadow, 0.15s color;
transition: 0.15s text-shadow, 0.15s color;
}
input[type="text"], textarea {;
input[type="text"], textarea
{
-moz-transition: 0.15s border-color;
-webkit-transition: 0.15s border-color;
-khtml-transition: 0.15s border-color;
@ -54,7 +64,8 @@ input[type="text"], textarea {;
-ms-transition: 0.15s border-color;
transition: 0.15s border-color;
}
input[type="submit"] {
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;
@ -62,117 +73,148 @@ input[type="submit"] {
-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 {
a:link:hover, a:visited:hover
{
color: #32DD72;
font-family: sans-serif;
text-decoration: none;
text-shadow: 0px 0px 5px #fff;
}
a.post_no {
a.post_no
{
color: #AAA;
text-decoration: none;
}
p.intro a.post_no:hover {
p.intro a.post_no:hover
{
color: #32DD72!important;
}
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 {
p.intro span.subject
{
font-size: 12px;
font-family: sans-serif;
color: #446655;
font-weight: 800;
}
p.intro span.name {
p.intro span.name
{
color: #32DD72;
font-weight: 800;
}
p.intro a.capcode, p.intro a.nametag {
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 {
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 {
input[type="text"], textarea, select
{
background: #333333!important;
color: #CCCCCC!important;
border: #666666 1px solid!important;
}
input[type="password"] {
input[type="password"]
{
background: #333333!important;
color: #CCCCCC!important;
border: #666666 1px solid!important;
}
form table tr th {
form table tr th
{
background: #333333!important;
color: #AAAAAA!important;
border: #333333 1px solid!important;;
}
div.banner {
div.banner
{
background: #E04000;
border: 1px solid hsl(17, 100%, 60%);
color: #EEE;
text-align: center;
height: 17px;
padding: 3px 1px;
height: 15px;
padding: 1px 1px 4px 1px;
margin-left: auto;
margin-right: auto;
}
div.banner a {
div.banner a
{
color:#000;
}
input[type="submit"] {
input[type="submit"]
{
background: #333333;
border: #666 1px solid;
color: #CCCCCC;
}
input[type="submit"]:hover {
input[type="submit"]:hover
{
background: #555;
border: #888 1px solid;
color: #32DD72;
}
input[type="text"]:focus, textarea:focus {
input[type="text"]:focus, textarea:focus
{
border:#888 1px solid!important;
}
p.fileinfo a:hover {
p.fileinfo a:hover
{
text-decoration: underline;
}
span.trip {
span.trip
{
color: #AAA;
}
div.pages {
.topbar
{
background: #333;
border-bottom: 1px solid #666;
}
div.pages
{
color: #AAA;
background: #333;
border: #666 1px solid;
font-family: sans-serif;
font-size: 10pt;
}
div.pages a.selected {
div.pages a.selected
{
color: #CCC;
}
hr {
hr
{
height: 1px;
border: #333 1px solid;
}
div.boardlist {
div.boardlist
{
color: #999;
}
div.ban {
div.ban
{
background-color: #1e1e1e;
border: 1px solid #555;
-moz-border-radius: 2px;
@ -180,34 +222,30 @@ div.ban {
border-radius: 2px;
text-align: left!important;
}
div.ban h2 {
div.ban h2
{
background: #333;
color: #32DD72;
padding: 3px 7px;
font-size: 12pt;
border-bottom: 1px solid #555;
}
div.ban h2:not(:nth-child(1)) {
div.ban h2:not(:nth-child(1))
{
border-top: 1px solid #555;
}
table.modlog tr th {
table.modlog tr th
{
background: #333;
color: #AAA;
}
.desktop-style div.boardlist:nth-child(1) {
text-shadow: black 1px 1px 1px, black -1px -1px 1px, black -1px 1px 1px, black 1px -1px 1px;
}
/*.desktop-style div.boardlist:nth-child(1):hover, .desktop-style div.boardlist:nth-child(1).cb-menu {
background-color: rgba(30%, 30%, 30%, 0.65);
}*/
div.report {
div.report
{
color: #666;
}
.pages, .board_image, input, .reply, form table th, textarea, a img, select, .banner{
.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;
@ -215,7 +253,8 @@ div.report {
-ms-border-radius: 2px;
border-radius: 2px;
}
.blur {
.blur
{
filter: blur(20px);
-webkit-filter: blur(23px);
-moz-filter: blur(23px);
@ -225,13 +264,16 @@ div.report {
}
/* options.js */
#options_div {
#options_div
{
background: #333333;
}
.options_tab_icon {
.options_tab_icon
{
color: #AAAAAA;
}
.options_tab_icon.active {
.options_tab_icon.active
{
color: #FFFFFF;
}

16
stylesheets/dark_irc.css

@ -0,0 +1,16 @@
html, body
{
height: 90%!important;
}
div.ban
{
width: 80%!important;
max-width: 80%!important;
height: 100%!important;
}
iframe
{
border: none!important;
width: 100%!important;
height: calc(100% - 24px)!important;
}

220
stylesheets/dark_purple.css

@ -1,223 +1,21 @@
/**
* dark.css
* For AwsumChan by Circlepuller
modified by yuuko and kalyx
* dark.css, purple extension
* Clumps all rules into three rules to determine the new accent color
*/
body {
background: #1e1e1e;
color: #999999;
font-family: sans-serif;
font-size: 12px;
}
span.quote {
color:#B87DF5;
}
div.blotter {
color: #8725EC;
}
@import url("/stylesheets/dark.css");
@font-face {
font-family: 'lain';
src: url('./fonts/nrdyyh.woff') format('woff'),
url('./fonts/tojcxo.TTF') format('truetype');
}
h1 {
font-family: 'lain', tahoma;
letter-spacing: -2px;
font-size: 18pt;
}
h1 {
font-size: 20pt;
text-align: center;
letter-spacing: -2px;
color: #8725EC;
}
h2 {
font-size: 20pt;
text-align: center;
color: #8725EC;
}
header div.subtitle {
color: #8725EC;
}
div.title {
color: #8725EC;
font-family: Arial, Helvetica, sans-serif;
}
div.title p {
font-size: 10px;
}
a:link, a:visited, p.intro a.email span.name {
color: #CCCCCC;
text-decoration: none;
font-family: sans-serif;
}
a:link, a:visited, p.intro a.email span.name, input, textarea, .post {
-moz-transition: 0.15s text-shadow, 0.15s border-color, 0.15s background-color, 0.15s color;
-webkit-transition: 0.15s text-shadow, 0.15s border-color, 0.15s background-color, 0.15s color;
-khtml-transition: 0.15s text-shadow, 0.15s border-color, 0.15s background-color, 0.15s color;
-o-transition: 0.15s text-shadow, 0.15s border-color, 0.15s background-color, 0.15s color;
-ms-transition: 0.15s text-shadow, 0.15s border-color, 0.15s background-color, 0.15s color;
transition: 0.15s text-shadow, 0.15s border-color, 0.15s background-color, 0.15s color;
span.quote {
color:#A6D2FF!important;
}
a:link:hover, a:visited:hover {
div.blotter, h1, h2, header div.subtitle, div.title, a:link:hover, a:visited:hover p.intro a.post_no:hover,
div.post.reply div.body a:link:hover, div.post.reply div.body a:visited:hover, p.intro span.name,
p.intro a.email, p.intro a.email span.name, p.intro a.email:hover, p.intro a.email:hover span.name,
input[type="submit"]:hover, div.ban h2 {
color: #8725EC;
font-family: sans-serif;
text-decoration: none;
text-shadow: 0px 0px 5px #fff;
}
a.post_no {
color: #AAA;
text-decoration: none;
}
p.intro a.post_no:hover {
color: #8725EC!important;
}
div.post.reply {
background: #333333;
border: #555555 1px solid;
}
div.post.reply.highlighted {
background: #555;
border: transparent 1px solid;
}
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: #8725EC;
}
p.intro span.subject {
font-size: 12px;
font-family: sans-serif;
color: #664445;
font-weight: 800;
}
p.intro span.name {
color: #8725EC;
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: #8725EC;
}
input[type="text"], textarea, select {
background: #333333;
color: #CCCCCC;
border: #666666 1px solid;
}
input[type="password"] {
background: #333333;
color: #CCCCCC;
border: #666666 1px solid;
}
form table tr th {
background: #333333;
color: #AAAAAA;
font-weight: 600;
text-align: left;
}
div.banner {
background: #E04000;
border: 1px solid hsl(17, 100%, 60%);
color: #EEE;
text-align: center;
height: 17px;
width: calc(100% - 4px);
padding: 3px 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: #8725EC;
}
input[type="text"]:focus, textarea:focus {
border:#888 1px solid;
}
p.fileinfo a:hover {
text-decoration: underline;
}
span.trip {
color: #AAA;
}
div.pages {
color: #AAA;
background: #333;
border: #666 1px solid;
font-family: sans-serif;
font-size: 10pt;
}
div.pages a.selected {
color: #CCC;
}
hr {
height: 1px;
border: #333 1px solid;
}
div.boardlist {
color: #999;
background-color: rgba(12%, 12%, 12%, 0.10);
}
div.ban {
background-color: transparent;
border: transparent 0px solid;
}
div.ban h2 {
background: transparent;
color: #8725EC;
font-size: 12px;
}
table.modlog tr th {
background: #333;
color: #AAA;
}
.desktop-style div.boardlist:nth-child(1) {
text-shadow: black 1px 1px 1px, black -1px -1px 1px, black -1px 1px 1px, black 1px -1px 1px;
}
.desktop-style div.boardlist:nth-child(1):hover, .desktop-style div.boardlist:nth-child(1).cb-menu {
background-color: rgba(30%, 30%, 30%, 0.65);
}
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);
}

214
stylesheets/dark_red.css

@ -1,215 +1,21 @@
/**
* dark.css
* For AwsumChan by Circlepuller
* dark.css, red extension
* Clumps all rules into three rules to determine the new accent color
*/
body {
background: #1e1e1e;
color: #999999;
font-family: sans-serif;
font-size: 12px;
}
span.quote {
color:#d96262;
}
@font-face {
font-family: 'lain';
src: url('./fonts/nrdyyh.woff') format('woff'),
url('./fonts/tojcxo.TTF') format('truetype');
}
h1 {
font-family: 'lain', tahoma;
letter-spacing: -2px;
font-size: 18pt;
}
h1 {
font-size: 20pt;
text-align: center;
letter-spacing: -2px;
color: #DD3232;
}
h2 {
font-size: 20pt;
text-align: center;
color: #DD3232;
}
header div.subtitle {
color: #DD3232;
}
div.title {
color: #DD3232;
font-family: Arial, Helvetica, sans-serif;
}
div.title p {
font-size: 10px;
}
a:link, a:visited, p.intro a.email span.name {
color: #CCCCCC;
text-decoration: none;
font-family: sans-serif;
}
a:link, a:visited, p.intro a.email span.name, input, textarea, .post {
-moz-transition: 0.15s text-shadow, 0.15s border-color, 0.15s background-color, 0.15s color;
-webkit-transition: 0.15s text-shadow, 0.15s border-color, 0.15s background-color, 0.15s color;
-khtml-transition: 0.15s text-shadow, 0.15s border-color, 0.15s background-color, 0.15s color;
-o-transition: 0.15s text-shadow, 0.15s border-color, 0.15s background-color, 0.15s color;
-ms-transition: 0.15s text-shadow, 0.15s border-color, 0.15s background-color, 0.15s color;
transition: 0.15s text-shadow, 0.15s border-color, 0.15s background-color, 0.15s color;
}
@import url("/stylesheets/dark.css");
a:link:hover, a:visited:hover {
color: #DD3232;
font-family: sans-serif;
text-decoration: none;
text-shadow: 0px 0px 5px #fff;
}
a.post_no {
color: #AAA;
text-decoration: none;
}
p.intro a.post_no:hover {
color: #DD3232!important;
span.quote {
color:#D96262;
}
div.post.reply {
background: #333333;
border: #555555 1px solid;
}
div.post.reply.highlighted {
background: #555;
border: transparent 1px solid;
}
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.blotter, h1, h2, header div.subtitle, div.title, a:link:hover, a:visited:hover p.intro a.post_no:hover,
div.post.reply div.body a:link:hover, div.post.reply div.body a:visited:hover, p.intro span.name,
p.intro a.email, p.intro a.email span.name, p.intro a.email:hover, p.intro a.email:hover span.name,
input[type="submit"]:hover, div.ban h2 {
color: #DD3232;
}
p.intro span.subject {
font-size: 12px;
font-family: sans-serif;
color: #664445;
font-weight: 800;
}
p.intro span.name {
color: #DD3232;
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: #DD3232;
}
input[type="text"], textarea, select {
background: #333333;
color: #CCCCCC;
border: #666666 1px solid;
}
input[type="password"] {
background: #333333;
color: #CCCCCC;
border: #666666 1px solid;
}
form table tr th {
background: #333333;
color: #AAAAAA;
font-weight: 600;
text-align: left;
}
div.banner {
background: #E04000;
border: 1px solid hsl(17, 100%, 60%);
color: #EEE;
text-align: center;
height: 17px;
width: calc(100% - 4px);
padding: 3px 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: #DD3232;
}
input[type="text"]:focus, textarea:focus {
border:#888 1px solid;
}
p.fileinfo a:hover {
text-decoration: underline;
}
span.trip {
color: #AAA;
}
div.pages {
color: #AAA;
background: #333;
border: #666 1px solid;
font-family: sans-serif;
font-size: 10pt;
}
div.pages a.selected {
color: #CCC;
}
hr {
height: 1px;
border: #333 1px solid;
}
div.boardlist {
color: #999;
background-color: rgba(12%, 12%, 12%, 0.10);
}
div.ban {
background-color: transparent;
border: transparent 0px solid;
}
div.ban h2 {
background: transparent;
color: #DD3232;
font-size: 12px;
}
table.modlog tr th {
background: #333;
color: #AAA;
}
.desktop-style div.boardlist:nth-child(1) {
text-shadow: black 1px 1px 1px, black -1px -1px 1px, black -1px 1px 1px, black 1px -1px 1px;
}
.desktop-style div.boardlist:nth-child(1):hover, .desktop-style div.boardlist:nth-child(1).cb-menu {
background-color: rgba(30%, 30%, 30%, 0.65);
}
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);
}

71
stylesheets/dicksinmyass.css

@ -1,22 +1,45 @@
body {
margin: 0px!important;
@import url("/stylesheets/dark.css");
/*body {
color: #CCCCCC;
background: #1E1E1E;
}
header div.subtitle, h1 {
color: #32DD72;
}
/*a:link, a:visited, p.intro a.email span.name {
color: #CCCCCC;
text-decoration: none;
font-family: sans-serif;
transition: text-shadow 0.15s ease 0s color 0.15s ease 0s;
}*/
/*a:link:hover, a:visited:hover {
color: #32DD72;
font-family: sans-serif;
text-decoration: none;
text-shadow: 0px 0px 5px #FFF;
}
*/
.box-wrap {
max-width: 670px;
min-width: 332px;
margin: 30px auto;
overflow: auto;
margin: 0px auto;
padding: 0;
}
.box {
border: 1px dashed #98E;
background: transparent;
border: 1px solid #555555;
width: 330px;
margin: 8px 0;
padding: 0;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 2px;
-webkit-border-radius: 2px;
-khtml-border-radius: 2px;
-moz-border-radius: 2px;
-o-border-radius: 2px;
-ms-border-radius: 2px;
border-radius: 2px;
}
.box ul {
padding: 2px 15px;
@ -24,40 +47,34 @@ body {
.box ul li {
list-style: none;
margin: 0;
color: #32DD72;
}
.left li {
text-align: center;
}
.left li img {
display: block;
max-height: 300px;
max-width: 300px;
}
.box.left {
color: #999;
border: #555 1px solid;
float: left;
text-align: center;
margin-right: 6px;
}
.box.right {
color: #999;
border: #555 1px solid;
float: right;
}
.box.right:nth-child(3) {
float: left;
margin: 0;
}
.box h2 {
padding: 3px 7px;
text-align: left;
font-size: 12pt;
border-bottom: #555555 1px solid;
background: #333333;
color: #32DD72;
color: #32DD72;
background: #333333;
}
.box strong {
color: #32DD72;
}
.box img {
float: none;
margin: 10px auto;
}
.box:nth-child(3){
margin-top: -2px;
position: relative;
right: 0px;
}

202
stylesheets/fauux.css

@ -0,0 +1,202 @@
/*fauux.neocities.org mod of ferus by kalyx
B332E6 = dark purp#d2738a = teal #d2738a = green
rgb(193, 180, 146) = pink
dark blue = 00080C
*/
body {
background: #000000;
color: rgb(193, 180, 146);
font-family: monospace;
font-size: 11px;
}
@font-face
{
font-family: 'lain';
src: url('./fonts/nrdyyh.woff') format('woff'),
url('./fonts/tojcxo.TTF') format('truetype');
}
h1 {
font-family: monospace, Arial;
font-size: 18pt;
text-align: center;
letter-spacing: 0px;
}
div.title, h1 {
color: rgb(193, 180, 146);
font-family: lain, Helvetica, sans-serif;
}
header div.subtitle {
color: #d2738a;
text-align: center;
}
div.title p {
font-size: 13px;
}
a:link, a:visited, p.intro a.email span.name {
color: #d2738a;
text-decoration: underline;
font-family: monospace;
}
pre.prettyprint {
background: #00080C;
font-size: 12px;
line-height: 1.5;
border: 1px solid #d2738a;
padding: 10px;
}
a:link:hover, a:visited:hover {
color: #d2738a;
font-family: monospace;;
text-decoration: underline overline;
}
strong {
color: #d2738a;
}
a.post_no {
color: #d2738a;
text-decoration: none;
}
span.quote
{
color:#d2738a;
}
a.post_no:hover {
color: maroon;
text-decoration: underline overline;
}
div.post.reply {
background: #000000;
border: #d2738a 1px solid !important;
/*border-radius: 5px;*/
}
.de-pview {
background: rgba(14, 14, 14, 0.84) !important;
}
div.post.reply.highlighted {
background: transparent;
border: #d2738a 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: #d2738a;
}
p.intro span.subject {
font-size: 10px;
font-family: monospace;
color: #d2738a;
font-weight: 800;
}
p.intro span.name {
color: #d2738a;
font-weight: 900;
}
p.intro a.capcode, p.intro a.nametag {
color: #d2738a;
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: #d2738a;
font-family: monospace;
}
input[type="text"], textarea, select {
background: #00080C;
color: #CCCCCC;
border: #d2738a 1px solid;
padding-left: 5px;
padding-right: -5px;
font-family: monospace;
font-size: 10pt;
/*border-radius: 5px;*/
}
input[type="password"] {
background: #00080C;
color: #CCCCCC;
border: #d2738a 1px solid;
/*border-radius: 5px;*/
}
form table tr th {
background: #00080C;
color: #d2738a;
border: #d2738a 1px solid;
font-weight: 800;
text-align: left;
padding: 0;
/*border-radius: 5px;*/
}
div.sidearrows{display:none;}
div.banner {
background: #000000;
color: #d2738a;
text-align: center;
width: 250px;
padding: 4px;
padding-left: 12px;
padding-right: 12px;
margin-left: auto;
margin-right: auto;
font-size: 12px;
}
input[type="submit"] {
background: #00080C;
color: #d2738a;
border: #d2738a 1px solid;
/*border-radius: 5px;*/
}
input[type="submit"]:hover {
background: #00080C;
border: #d2738a 1px solid;
color: rgb(193, 180, 146);
/*border-radius: 5px;*/
}
p.fileinfo a:hover {
text-decoration: underline;
}
span.trip {
color: #AAAAAA;
}
.topbar {
background-color: black;
border-bottom: 1px solid #d2738a;
}
div.pages {
color: #AAAAAA;
background: #333333;
border: #d2738a 1px solid;
font-family: sans-serif;
font-size: 10pt;
}
div.pages a.selected {
color: #8C8C8C;
}
hr {
height: 1px;
border: #d2738a 1px solid;
}
div.boardlist {
font-size: 10pt;
color: #999999;
}
div.ban {
background-color: transparent;
border: transparent 0px solid;
}
div.ban h2 {
background: transparent;
color: lime;
font-size: 11px;
}
table.modlog tr th {
background: rgb(193, 180, 146);
color: #AAAAAA;
}

54
stylesheets/ferus.css

@ -4,20 +4,31 @@ body {
font-family: monospace;
font-size: 11px;
}
@font-face
{
font-family: 'lain';
src: url('./fonts/nrdyyh.woff') format('woff'),
url('./fonts/tojcxo.TTF') format('truetype');
}
h1 {
font-size: 20pt;
font-family: monospace, Arial;
font-size: 18pt;
text-align: center;
letter-spacing: 0px;
}
div.title, h1 {
color: #00FF00;
font-family: Arial, Helvetica, sans-serif;
font-family: lain, Helvetica, sans-serif;
}
header div.subtitle {
color: #00ff00;
text-align: center;
}
div.title p {
font-size: 13px;
}
a:link, a:visited, p.intro a.email span.name {
color: #16C816;
color: #B332E6;
text-decoration: underline;
font-family: monospace;
}
@ -27,52 +38,56 @@ a:link:hover, a:visited:hover {
text-decoration: underline overline;
}
a.post_no {
color: #464646;
color: #B332E6;
text-decoration: none;
}
span.quote
{
color:#00ff00;
}
a.post_no:hover {
color: maroon;
text-decoration: underline overline;
}
div.post.reply {
background: #0E0E0E;
border: #414141 2px solid !important;
border: #B332E6 2px solid !important;
}
.de-pview {
background: rgba(14, 14, 14, 0.84) !important;
}
div.post.reply.highlighted {
background: transparent;
border: #414141 2px solid;
border: #B332E6 2px 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: #00FF00;
color: #00ff00;
}
p.intro span.subject {
font-size: 12px;
font-family: monospace;
color: #446655;
color: #00ff00;
font-weight: 800;
}
p.intro span.name {
color: #008200;
color: #00ff00;
font-weight: 900;
}
p.intro a.capcode, p.intro a.nametag {
color: magenta;
color: #00ff00;
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: #00CC64;
color: #00ff00;
font-family: monospace;
}
input[type="text"], textarea, select {
background: #333333;
color: #CCCCCC;
border: #666666 1px solid;
border: #B332E6 1px solid;
padding-left: 5px;
padding-right: -5px;
font-family: monospace;
@ -81,7 +96,7 @@ input[type="text"], textarea, select {
input[type="password"] {
background: #333333;
color: #8B8B8B;
border: #666666 1px solid;
border: #B332E6 1px solid;
}
form table tr th {
background: #333333;
@ -100,7 +115,7 @@ div.banner {
padding-right: 12px;
margin-left: auto;
margin-right: auto;
font-size: 12px;
font-size: 11px;
}
input[type="submit"] {
background: #333333;
@ -118,12 +133,16 @@ p.fileinfo a:hover {
span.trip {
color: #AAAAAA;
}
.topbar {
background-color: black;
border-bottom: 1px solid #B332E6;
}
div.pages {
color: #AAAAAA;
background: #333333;
border: #666666 1px solid;
border: #B332E6 1px solid;
font-family: sans-serif;
font-size: 10pt;
font-size: 9pt;
}
div.pages a.selected {
color: #8C8C8C;
@ -133,6 +152,7 @@ hr {
border: #333333 1px solid;
}
div.boardlist {
font-size: 9pt;
color: #999999;
}
div.ban {
@ -142,7 +162,7 @@ div.ban {
div.ban h2 {
background: transparent;
color: lime;
font-size: 12px;
font-size: 11px;
}
table.modlog tr th {
background: #00FF00;

BIN
stylesheets/fonts/DejaVuSans-Bold.ttf

Binary file not shown.

BIN
stylesheets/fonts/DejaVuSans-BoldOblique.ttf

Binary file not shown.

BIN
stylesheets/fonts/DejaVuSans-ExtraLight.ttf

Binary file not shown.

BIN
stylesheets/fonts/DejaVuSans-Oblique.ttf

Binary file not shown.

BIN
stylesheets/fonts/DejaVuSans.ttf

Binary file not shown.

BIN
stylesheets/fonts/DejaVuSansCondensed-Bold.ttf

Binary file not shown.

BIN
stylesheets/fonts/DejaVuSansCondensed-BoldOblique.ttf

Binary file not shown.

BIN
stylesheets/fonts/DejaVuSansCondensed-Oblique.ttf

Binary file not shown.

BIN
stylesheets/fonts/DejaVuSansCondensed.ttf

Binary file not shown.

BIN
stylesheets/fonts/DejaVuSansMono-Bold.ttf

Binary file not shown.

BIN
stylesheets/fonts/DejaVuSansMono-BoldOblique.ttf

Binary file not shown.

BIN
stylesheets/fonts/DejaVuSansMono-Oblique.ttf

Binary file not shown.

BIN
stylesheets/fonts/DejaVuSansMono.ttf

Binary file not shown.

BIN
stylesheets/fonts/DejaVuSerif-Bold.ttf

Binary file not shown.

BIN
stylesheets/fonts/DejaVuSerif-BoldItalic.ttf

Binary file not shown.

BIN
stylesheets/fonts/DejaVuSerif-Italic.ttf

Binary file not shown.

BIN
stylesheets/fonts/DejaVuSerif.ttf

Binary file not shown.

BIN
stylesheets/fonts/DejaVuSerifCondensed-Bold.ttf

Binary file not shown.

BIN
stylesheets/fonts/DejaVuSerifCondensed-BoldItalic.ttf

Binary file not shown.

BIN
stylesheets/fonts/DejaVuSerifCondensed-Italic.ttf

Binary file not shown.

BIN
stylesheets/fonts/DejaVuSerifCondensed.ttf

Binary file not shown.

BIN
stylesheets/fonts/DroidSans-Bold.ttf

Binary file not shown.

BIN
stylesheets/fonts/DroidSans.ttf

Binary file not shown.

BIN
stylesheets/fonts/OpenSans-Light-webfont.eot?

Binary file not shown.

252
stylesheets/fonts/OpenSans-Light-webfont.svg

@ -0,0 +1,252 @@
<?xml version="1.0" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
<svg xmlns="http://www.w3.org/2000/svg">
<metadata>
This is a custom SVG webfont generated by Font Squirrel.
Copyright : Digitized data copyright 20102011 Google Corporation
Foundry : Ascender Corporation
Foundry URL : httpwwwascendercorpcom
</metadata>
<defs>
<font id="OpenSansLight" horiz-adv-x="1169" >
<font-face units-per-em="2048" ascent="1638" descent="-410" />
<missing-glyph horiz-adv-x="532" />
<glyph unicode=" " horiz-adv-x="532" />
<glyph unicode="&#x09;" horiz-adv-x="532" />
<glyph unicode="&#xa0;" horiz-adv-x="532" />
<glyph unicode="!" horiz-adv-x="492" d="M164 78q0 98 80 98q82 0 82 -98t-82 -98q-80 0 -80 98zM186 1462h119l-29 -1085h-61z" />
<glyph unicode="&#x22;" horiz-adv-x="723" d="M133 1462h127l-33 -528h-61zM463 1462h127l-33 -528h-61z" />
<glyph unicode="#" horiz-adv-x="1323" d="M55 451v79h299l76 398h-297v80h311l86 454h91l-89 -454h365l88 454h86l-88 -454h285v-80h-301l-76 -398h303v-79h-320l-86 -451h-90l88 451h-360l-86 -451h-88l86 451h-283zM440 530h363l78 398h-363z" />
<glyph unicode="$" d="M164 186v103q75 -36 179.5 -61t193.5 -25v508q-145 44 -215 88t-102 104t-32 146q0 124 94.5 208.5t254.5 104.5v192h81v-190q197 -9 351 -72l-33 -90q-141 62 -318 72v-486q213 -66 293 -144t80 -204q0 -133 -99 -217t-274 -106v-236h-81v232q-92 2 -200.5 22.5 t-172.5 50.5zM297 1049q0 -86 57 -141t183 -93v453q-119 -16 -179.5 -76t-60.5 -143zM618 209q122 13 192.5 75t70.5 160q0 85 -63 140.5t-200 95.5v-471z" />
<glyph unicode="%" horiz-adv-x="1653" d="M113 1026q0 223 72 340t212 117q139 0 215 -120.5t76 -336.5q0 -226 -75 -343.5t-216 -117.5q-133 0 -208.5 120.5t-75.5 340.5zM211 1026q0 -186 45 -279.5t141 -93.5q193 0 193 373q0 184 -49.5 276.5t-143.5 92.5q-96 0 -141 -92.5t-45 -276.5zM373 0l811 1462h96 l-811 -1462h-96zM965 438q0 225 73.5 341t212.5 116q137 0 213 -120t76 -337q0 -226 -74 -343.5t-215 -117.5q-136 0 -211 121.5t-75 339.5zM1063 438q0 -185 45 -277.5t141 -92.5q193 0 193 370q0 369 -193 369q-96 0 -141 -91.5t-45 -277.5z" />
<glyph unicode="&#x26;" horiz-adv-x="1460" d="M123 371q0 138 73.5 235t274.5 205l-75 82q-66 71 -98 139t-32 142q0 143 95.5 227t256.5 84q155 0 245.5 -81t90.5 -224q0 -105 -70 -192.5t-253 -194.5l452 -457q61 72 104 157t75 201h96q-63 -246 -209 -426l266 -268h-135l-193 197q-92 -90 -164 -131.5t-157.5 -63.5 t-194.5 -22q-209 0 -328.5 103t-119.5 288zM227 375q0 -143 93 -224t258 -81q128 0 234.5 43.5t209.5 146.5l-483 485q-136 -72 -196.5 -122.5t-88 -109.5t-27.5 -138zM373 1176q0 -79 40 -146t152 -174q159 85 221 159t62 169q0 94 -62 152.5t-168 58.5q-114 0 -179.5 -58 t-65.5 -161z" />
<glyph unicode="'" horiz-adv-x="393" d="M133 1462h127l-33 -528h-61z" />
<glyph unicode="(" horiz-adv-x="557" d="M82 561q0 265 77.5 496t223.5 405h113q-148 -182 -227 -412.5t-79 -486.5q0 -483 304 -887h-111q-147 170 -224 397t-77 488z" />
<glyph unicode=")" horiz-adv-x="557" d="M61 1462h113q147 -175 224 -406.5t77 -494.5t-77.5 -490t-223.5 -395h-111q304 404 304 887q0 257 -79 487.5t-227 411.5z" />
<glyph unicode="*" horiz-adv-x="1128" d="M104 1124l19 131l401 -104l-39 405h146l-37 -405l405 104l21 -131l-395 -39l247 -340l-124 -71l-191 379l-180 -379l-125 71l242 340z" />
<glyph unicode="+" d="M111 682v82h432v434h82v-434h434v-82h-434v-432h-82v432h-432z" />
<glyph unicode="," horiz-adv-x="440" d="M68 -264q77 275 110 502h117l12 -21q-75 -265 -174 -481h-65z" />
<glyph unicode="-" horiz-adv-x="659" d="M92 512v82h475v-82h-475z" />
<glyph unicode="." horiz-adv-x="487" d="M162 78q0 98 80 98q82 0 82 -98t-82 -98q-80 0 -80 98z" />
<glyph unicode="/" horiz-adv-x="698" d="M25 0l544 1462h105l-545 -1462h-104z" />
<glyph unicode="0" d="M115 735q0 382 115.5 566t351.5 184q231 0 352 -190.5t121 -559.5q0 -385 -117.5 -570t-355.5 -185q-229 0 -348 190.5t-119 564.5zM223 735q0 -340 89 -502.5t270 -162.5q189 0 275.5 168t86.5 497q0 324 -86.5 492t-275.5 168t-274 -168t-85 -492z" />
<glyph unicode="1" d="M199 1165l397 297h86v-1462h-98v1065q0 145 12 301q-15 -15 -31 -29t-309 -243z" />
<glyph unicode="2" d="M113 0v88l389 406q164 170 230 260t97 172t31 172q0 131 -86 213t-223 82q-183 0 -350 -133l-54 69q183 154 406 154q191 0 300.5 -102t109.5 -281q0 -145 -73.5 -280.5t-268.5 -334.5l-375 -385v-4h782v-96h-915z" />
<glyph unicode="3" d="M94 63v99q84 -44 188.5 -69t196.5 -25q221 0 332 89.5t111 252.5q0 145 -113.5 223t-333.5 78h-158v96h160q182 0 288.5 86.5t106.5 234.5q0 122 -86.5 195.5t-226.5 73.5q-109 0 -199 -30.5t-202 -104.5l-49 67q85 71 205 112.5t243 41.5q202 0 312 -95.5t110 -269.5 q0 -136 -85.5 -229t-229.5 -119v-6q176 -22 268 -112t92 -242q0 -205 -139.5 -317.5t-401.5 -112.5q-223 0 -389 83z" />
<glyph unicode="4" d="M43 373v67l725 1030h121v-1011h252v-86h-252v-373h-94v373h-752zM162 459h633v418q0 302 14 507h-8q-20 -37 -123 -188z" />
<glyph unicode="5" d="M143 63v103q108 -55 192 -76.5t179 -21.5q192 0 308 101.5t116 274.5q0 163 -113 256t-307 93q-130 0 -272 -39l-60 39l58 669h704v-96h-610l-45 -516q156 29 244 29q234 0 368.5 -113t134.5 -311q0 -225 -140 -350t-386 -125q-109 0 -207 21.5t-164 61.5z" />
<glyph unicode="6" d="M131 623q0 285 77.5 479.5t220 288.5t343.5 94q94 0 172 -23v-88q-73 27 -176 27q-247 0 -384.5 -178t-154.5 -518h13q76 98 174 148t207 50q205 0 320.5 -117t115.5 -323q0 -224 -121.5 -353.5t-327.5 -129.5q-222 0 -350.5 169.5t-128.5 473.5zM240 504 q0 -111 49.5 -213.5t134 -162.5t186.5 -60q164 0 255 103t91 294q0 168 -90 262t-245 94q-102 0 -189.5 -45t-139.5 -119.5t-52 -152.5z" />
<glyph unicode="7" d="M109 1366v96h946v-73l-604 -1389h-117l602 1366h-827z" />
<glyph unicode="8" d="M121 375q0 131 83 230t257 169q-161 76 -227 160.5t-66 202.5q0 105 53 184.5t148.5 122.5t212.5 43q186 0 299.5 -95t113.5 -257q0 -112 -70.5 -198t-228.5 -159q192 -79 270 -173t78 -228q0 -181 -126.5 -289t-339.5 -108q-221 0 -339 101t-118 294zM223 360 q0 -138 93.5 -214t261.5 -76q164 0 264 80.5t100 218.5q0 124 -78.5 201.5t-302.5 162.5q-184 -71 -261 -157t-77 -216zM268 1137q0 -70 31.5 -123.5t91 -97t199.5 -101.5q163 63 234 139t71 183q0 120 -84.5 190t-230.5 70q-141 0 -226.5 -69.5t-85.5 -190.5z" />
<glyph unicode="9" d="M111 993q0 220 124.5 356t323.5 136q144 0 252 -75.5t166.5 -221.5t58.5 -346q0 -288 -75.5 -482t-220 -287t-349.5 -93q-104 0 -192 26v86q43 -14 103.5 -21.5t92.5 -7.5q247 0 387 178.5t156 520.5h-12q-73 -96 -174 -147.5t-211 -51.5q-203 0 -316.5 112t-113.5 318z M213 999q0 -174 87 -264t249 -90q101 0 188.5 45t139 119.5t51.5 151.5q0 117 -46.5 219t-130 159.5t-192.5 57.5q-158 0 -252 -106.5t-94 -291.5z" />
<glyph unicode=":" horiz-adv-x="487" d="M162 78q0 98 80 98q82 0 82 -98t-82 -98q-80 0 -80 98zM162 971q0 98 80 98q82 0 82 -98q0 -53 -23.5 -76t-58.5 -23q-34 0 -57 23t-23 76z" />
<glyph unicode=";" horiz-adv-x="487" d="M76 -264q29 97 62 245.5t48 256.5h117l12 -21q-75 -265 -174 -481h-65zM162 971q0 98 80 98q82 0 82 -98q0 -53 -23.5 -76t-58.5 -23q-34 0 -57 23t-23 76z" />
<glyph unicode="&#x3c;" d="M111 682v61l948 474v-95l-823 -405l823 -355v-96z" />
<glyph unicode="=" d="M111 477v82h948v-82h-948zM111 885v82h948v-82h-948z" />
<glyph unicode="&#x3e;" d="M111 266v96l823 355l-823 405v95l948 -474v-61z" />
<glyph unicode="?" horiz-adv-x="862" d="M57 1403q110 48 184.5 64t153.5 16q183 0 288 -98.5t105 -270.5q0 -68 -18 -119t-50.5 -94.5t-78.5 -83.5l-102 -88q-64 -54 -98.5 -98.5t-50 -93.5t-15.5 -146v-14h-82v37q0 123 37.5 201t138.5 167l91 79q72 61 103 121t31 138q0 127 -83.5 202t-219.5 75 q-79 0 -148 -17.5t-149 -56.5zM260 78q0 98 80 98q82 0 82 -98t-82 -98q-80 0 -80 98z" />
<glyph unicode="@" horiz-adv-x="1815" d="M113 561q0 256 108.5 460.5t307 317.5t448.5 113q215 0 380.5 -89t255 -254.5t89.5 -383.5q0 -228 -90.5 -366t-245.5 -138q-89 0 -144.5 54t-64.5 147h-4q-43 -100 -124 -150.5t-189 -50.5q-148 0 -229 96.5t-81 270.5q0 202 120.5 330.5t314.5 128.5q138 0 286 -41 l-22 -464v-30q0 -104 35 -156.5t116 -52.5q103 0 168.5 116.5t65.5 303.5q0 194 -79 340t-225.5 224.5t-334.5 78.5q-230 0 -405.5 -99.5t-270 -281.5t-94.5 -418q0 -322 167 -497.5t474 -175.5q93 0 188.5 18t231.5 70v-99q-203 -80 -414 -80q-349 0 -544 200.5t-195 557.5 zM633 590q0 -143 55 -215t174 -72q255 0 273 346l16 291q-79 27 -193 27q-149 0 -237 -102.5t-88 -274.5z" />
<glyph unicode="A" horiz-adv-x="1229" d="M0 0l588 1468h65l576 -1468h-115l-203 516h-594l-204 -516h-113zM354 608h523l-199 527q-25 62 -60 172q-27 -96 -59 -174z" />
<glyph unicode="B" horiz-adv-x="1284" d="M207 0v1462h401q271 0 398 -92t127 -278q0 -127 -77.5 -211.5t-226.5 -108.5v-6q175 -26 257.5 -110.5t82.5 -235.5q0 -202 -134 -311t-380 -109h-448zM309 90h344q406 0 406 330q0 301 -428 301h-322v-631zM309 811h322q206 0 299.5 68.5t93.5 214.5t-105.5 212 t-314.5 66h-295v-561z" />
<glyph unicode="C" horiz-adv-x="1272" d="M129 735q0 223 84.5 393t243 262.5t368.5 92.5q214 0 383 -80l-41 -92q-160 80 -336 80q-275 0 -433 -176t-158 -482q0 -313 149 -486t426 -173q184 0 338 47v-90q-145 -51 -362 -51q-308 0 -485 199t-177 556z" />
<glyph unicode="D" horiz-adv-x="1446" d="M207 0v1462h395q350 0 532.5 -183t182.5 -534q0 -368 -193 -556.5t-567 -188.5h-350zM309 90h242q655 0 655 651q0 314 -159.5 472.5t-468.5 158.5h-269v-1282z" />
<glyph unicode="E" horiz-adv-x="1130" d="M207 0v1462h799v-94h-697v-553h658v-94h-658v-627h697v-94h-799z" />
<glyph unicode="F" horiz-adv-x="1028" d="M207 0v1462h801v-94h-699v-620h660v-95h-660v-653h-102z" />
<glyph unicode="G" horiz-adv-x="1481" d="M129 729q0 223 91.5 395.5t262 266.5t391.5 94q239 0 429 -88l-41 -92q-190 88 -394 88q-289 0 -458.5 -178.5t-169.5 -481.5q0 -330 161 -496.5t473 -166.5q202 0 343 57v514h-435v96h539v-667q-212 -90 -477 -90q-346 0 -530.5 195.5t-184.5 553.5z" />
<glyph unicode="H" horiz-adv-x="1473" d="M207 0v1462h102v-649h854v649h103v-1462h-103v719h-854v-719h-102z" />
<glyph unicode="I" horiz-adv-x="516" d="M207 0v1462h102v-1462h-102z" />
<glyph unicode="J" horiz-adv-x="506" d="M-184 -254q78 -20 149 -20q242 0 242 264v1472h102v-1462q0 -369 -342 -369q-92 0 -151 27v88z" />
<glyph unicode="K" horiz-adv-x="1190" d="M207 0v1462h102v-760l162 162l573 598h130l-599 -618l615 -844h-125l-561 772l-195 -172v-600h-102z" />
<glyph unicode="L" horiz-adv-x="1051" d="M207 0v1462h102v-1366h697v-96h-799z" />
<glyph unicode="M" horiz-adv-x="1767" d="M207 0v1462h158l518 -1286h6l518 1286h154v-1462h-103v1108q0 116 12 240h-8l-547 -1348h-65l-545 1350h-8q8 -124 8 -254v-1096h-98z" />
<glyph unicode="N" horiz-adv-x="1477" d="M207 0v1462h102l865 -1296h6q-9 180 -9 342v954h99v-1462h-103l-866 1298h-8q12 -232 12 -350v-948h-98z" />
<glyph unicode="O" horiz-adv-x="1565" d="M129 735q0 349 175.5 549.5t479.5 200.5q306 0 479 -201.5t173 -550.5q0 -348 -174 -550.5t-480 -202.5q-305 0 -479 202.5t-174 552.5zM240 733q0 -314 140 -485.5t402 -171.5q264 0 403.5 170t139.5 487q0 316 -139.5 484.5t-401.5 168.5q-261 0 -402.5 -170 t-141.5 -483z" />
<glyph unicode="P" horiz-adv-x="1198" d="M207 0v1462h358q522 0 522 -420q0 -212 -144 -325t-408 -113h-226v-604h-102zM309 692h201q247 0 357 81.5t110 264.5q0 169 -104 250.5t-322 81.5h-242v-678z" />
<glyph unicode="Q" horiz-adv-x="1565" d="M129 735q0 349 175.5 549.5t479.5 200.5q306 0 479 -201.5t173 -550.5q0 -294 -126 -486.5t-349 -246.5l333 -348h-166l-282 330l-33 -2h-31q-305 0 -479 202.5t-174 552.5zM240 733q0 -314 140 -485.5t402 -171.5q264 0 403.5 170t139.5 487q0 316 -139.5 484.5 t-401.5 168.5q-261 0 -402.5 -170t-141.5 -483z" />
<glyph unicode="R" horiz-adv-x="1217" d="M207 0v1462h348q272 0 402 -100.5t130 -302.5q0 -147 -77.5 -248t-235.5 -145l397 -666h-122l-377 637h-363v-637h-102zM309 725h279q185 0 287 82.5t102 243.5q0 167 -100 243t-326 76h-242v-645z" />
<glyph unicode="S" horiz-adv-x="1116" d="M111 39v102q158 -67 403 -67q180 0 285.5 82.5t105.5 216.5q0 83 -35 137.5t-114 99.5t-232 97q-224 77 -309.5 166.5t-85.5 238.5q0 164 128.5 267.5t330.5 103.5q206 0 387 -78l-37 -88q-182 76 -348 76q-162 0 -258 -75t-96 -204q0 -81 29.5 -133t96.5 -93.5 t230 -99.5q171 -59 257 -114.5t125.5 -126t39.5 -170.5q0 -183 -134.5 -290t-357.5 -107q-268 0 -411 59z" />
<glyph unicode="T" horiz-adv-x="1073" d="M10 1366v96h1053v-96h-475v-1366h-103v1366h-475z" />
<glyph unicode="U" horiz-adv-x="1473" d="M190 520v942h103v-946q0 -211 117 -328.5t331 -117.5q209 0 324 115.5t115 320.5v956h102v-946q0 -252 -146 -394t-407 -142q-254 0 -396.5 142.5t-142.5 397.5z" />
<glyph unicode="V" horiz-adv-x="1182" d="M0 1462h109l368 -995q84 -225 113 -338q20 75 79 233l402 1100h111l-547 -1462h-90z" />
<glyph unicode="W" horiz-adv-x="1827" d="M51 1462h107l256 -942l28 -106l23 -91l19 -81.5t16 -79.5q24 136 102 413l250 887h113l293 -1018q51 -176 73 -284q13 72 33.5 153t308.5 1149h103l-404 -1462h-84l-321 1128q-40 139 -60 228q-16 -87 -45.5 -200t-322.5 -1156h-86z" />
<glyph unicode="X" horiz-adv-x="1102" d="M0 0l492 762l-447 700h115l395 -626l401 626h109l-453 -698l490 -764h-117l-432 682l-440 -682h-113z" />
<glyph unicode="Y" horiz-adv-x="1081" d="M0 1462h117l426 -800l428 800h110l-487 -897v-565h-105v557z" />
<glyph unicode="Z" horiz-adv-x="1180" d="M82 0v76l856 1290h-817v96h954v-76l-858 -1290h881v-96h-1016z" />
<glyph unicode="[" horiz-adv-x="653" d="M174 -324v1786h428v-94h-330v-1597h330v-95h-428z" />
<glyph unicode="\" horiz-adv-x="698" d="M25 1462h102l547 -1462h-103z" />
<glyph unicode="]" horiz-adv-x="653" d="M51 -229h330v1597h-330v94h428v-1786h-428v95z" />
<glyph unicode="^" d="M88 561l465 912h68l460 -912h-100l-395 791l-398 -791h-100z" />
<glyph unicode="_" horiz-adv-x="842" d="M-4 -184h850v-82h-850v82z" />
<glyph unicode="`" horiz-adv-x="1182" d="M393 1552v17h142q26 -48 98.5 -142t142.5 -170v-16h-69q-96 79 -188.5 171.5t-125.5 139.5z" />
<glyph unicode="a" horiz-adv-x="1085" d="M98 289q0 159 132.5 247t383.5 93l207 6v72q0 155 -63 234t-203 79q-151 0 -313 -84l-37 86q179 84 354 84q179 0 267.5 -93t88.5 -290v-723h-73l-25 172h-8q-82 -105 -168.5 -148.5t-204.5 -43.5q-160 0 -249 82t-89 227zM203 285q0 -102 62.5 -158.5t176.5 -56.5 q174 0 274.5 99.5t100.5 276.5v107l-190 -8q-229 -11 -326.5 -71.5t-97.5 -188.5z" />
<glyph unicode="b" horiz-adv-x="1219" d="M182 0v1556h99v-391q0 -88 -4 -162l-3 -85h7q62 98 149.5 144t210.5 46q228 0 343.5 -143.5t115.5 -419.5q0 -271 -121.5 -418t-341.5 -147q-116 0 -209 48t-147 136h-9l-28 -164h-62zM281 528q0 -246 86.5 -353t269.5 -107q178 0 268 124.5t90 354.5q0 471 -356 471 q-192 0 -275 -110t-83 -363v-17z" />
<glyph unicode="c" horiz-adv-x="973" d="M119 537q0 270 137 420.5t375 150.5q141 0 270 -49l-27 -88q-141 47 -245 47q-200 0 -303 -123.5t-103 -355.5q0 -220 103 -344.5t288 -124.5q148 0 275 53v-92q-104 -51 -273 -51q-233 0 -365 147t-132 410z" />
<glyph unicode="d" horiz-adv-x="1219" d="M119 528q0 282 118 431t343 149q118 0 204 -43t154 -147h6q-6 126 -6 247v391h98v-1556h-65l-25 166h-8q-124 -186 -356 -186q-225 0 -344 140t-119 408zM223 530q0 -462 359 -462q184 0 270 107t86 353v17q0 252 -84.5 362.5t-273.5 110.5q-178 0 -267.5 -125 t-89.5 -363z" />
<glyph unicode="e" horiz-adv-x="1124" d="M119 535q0 260 128 416.5t345 156.5q192 0 303 -134t111 -364v-80h-783q2 -224 104.5 -342t293.5 -118q93 0 163.5 13t178.5 56v-90q-92 -40 -170 -54.5t-172 -14.5q-237 0 -369.5 146t-132.5 409zM229 618h672q0 189 -82 295.5t-227 106.5q-157 0 -252 -103.5 t-111 -298.5z" />
<glyph unicode="f" horiz-adv-x="614" d="M29 1001v58l202 37v84q0 200 73.5 293.5t240.5 93.5q90 0 180 -27l-23 -86q-80 25 -159 25q-116 0 -164.5 -68.5t-48.5 -222.5v-101h256v-86h-256v-1001h-99v1001h-202z" />
<glyph unicode="g" horiz-adv-x="1071" d="M45 -193q0 112 69.5 186t188.5 101q-49 21 -78.5 59.5t-29.5 88.5q0 109 139 192q-95 39 -148 122.5t-53 191.5q0 163 103.5 261.5t279.5 98.5q107 0 166 -21h348v-69l-225 -14q90 -112 90 -246q0 -157 -104.5 -254.5t-280.5 -97.5q-74 0 -104 6q-59 -31 -90 -73t-31 -89 q0 -52 39.5 -76t132.5 -24h190q177 0 271 -71.5t94 -211.5q0 -172 -139.5 -265.5t-397.5 -93.5q-205 0 -317.5 79t-112.5 220zM150 -184q0 -224 333 -224q428 0 428 273q0 98 -67 142t-217 44h-178q-299 0 -299 -235zM233 748q0 -126 76.5 -195.5t204.5 -69.5 q136 0 208.5 69t72.5 200q0 139 -74.5 208.5t-208.5 69.5q-130 0 -204.5 -74.5t-74.5 -207.5z" />
<glyph unicode="h" horiz-adv-x="1208" d="M182 0v1556h99v-495l-5 -139h7q61 98 154 142t231 44q370 0 370 -397v-711h-98v705q0 164 -69 238.5t-214 74.5q-195 0 -285.5 -98.5t-90.5 -319.5v-600h-99z" />
<glyph unicode="i" horiz-adv-x="463" d="M168 1389q0 96 63 96q31 0 48.5 -25t17.5 -71q0 -45 -17.5 -71t-48.5 -26q-63 0 -63 97zM182 0v1087h99v-1087h-99z" />
<glyph unicode="j" horiz-adv-x="463" d="M-98 -381q69 -20 129 -20q151 0 151 176v1312h99v-1298q0 -135 -63.5 -208t-180.5 -73q-80 0 -135 25v86zM168 1389q0 96 63 96q31 0 48.5 -25t17.5 -71q0 -45 -17.5 -71t-48.5 -26q-63 0 -63 97z" />
<glyph unicode="k" horiz-adv-x="991" d="M182 0v1556h99v-780l-7 -299h5l555 610h120l-428 -464l465 -623h-119l-413 549l-178 -162v-387h-99z" />
<glyph unicode="l" horiz-adv-x="463" d="M182 0v1556h99v-1556h-99z" />
<glyph unicode="m" horiz-adv-x="1808" d="M182 0v1087h82l21 -149h6q45 81 128 125.5t183 44.5q257 0 330 -193h4q53 93 142.5 143t203.5 50q178 0 267 -95t89 -302v-711h-98v713q0 159 -62 232t-190 73q-167 0 -247 -92t-80 -289v-637h-101v743q0 275 -252 275q-171 0 -249 -99.5t-78 -318.5v-600h-99z" />
<glyph unicode="n" horiz-adv-x="1208" d="M182 0v1087h84l19 -149h6q106 170 377 170q370 0 370 -397v-711h-98v705q0 164 -69 238.5t-214 74.5q-195 0 -285.5 -98.5t-90.5 -319.5v-600h-99z" />
<glyph unicode="o" horiz-adv-x="1200" d="M119 545q0 266 129 414.5t354 148.5q224 0 351.5 -150.5t127.5 -412.5q0 -266 -129 -415.5t-356 -149.5q-143 0 -252 69t-167 198t-58 298zM223 545q0 -224 98.5 -349.5t278.5 -125.5t278.5 125.5t98.5 349.5q0 225 -99.5 349t-279.5 124t-277.5 -123.5t-97.5 -349.5z " />
<glyph unicode="p" horiz-adv-x="1219" d="M182 -492v1579h84l19 -155h6q112 176 358 176q220 0 335.5 -144.5t115.5 -420.5q0 -268 -121.5 -415.5t-331.5 -147.5q-251 0 -366 188h-7l3 -84q4 -74 4 -162v-414h-99zM281 541q0 -255 85.5 -364t278.5 -109q167 0 258.5 124t91.5 347q0 479 -346 479 q-190 0 -279 -104.5t-89 -340.5v-32z" />
<glyph unicode="q" horiz-adv-x="1219" d="M119 532q0 275 118 425.5t338 150.5q236 0 353 -174h6l18 153h84v-1579h-98v414q0 122 6 248h-6q-118 -190 -369 -190q-214 0 -332 142t-118 410zM223 530q0 -229 89.5 -345.5t258.5 -116.5q198 0 282.5 109t84.5 366v12q0 245 -85 354t-271 109q-176 0 -267.5 -124 t-91.5 -364z" />
<glyph unicode="r" horiz-adv-x="797" d="M182 0v1087h84l10 -196h7q67 120 143 168.5t184 48.5q69 0 148 -14l-19 -95q-68 17 -141 17q-139 0 -228 -118t-89 -298v-600h-99z" />
<glyph unicode="s" horiz-adv-x="954" d="M84 47v107q164 -82 346 -82q161 0 244.5 53.5t83.5 142.5q0 82 -66.5 138t-218.5 110q-163 59 -229 101.5t-99.5 96t-33.5 130.5q0 122 102.5 193t286.5 71q176 0 334 -66l-37 -90q-160 66 -297 66q-133 0 -211 -44t-78 -122q0 -85 60.5 -136t236.5 -114 q147 -53 214 -95.5t100.5 -96.5t33.5 -127q0 -146 -111 -224.5t-315 -78.5q-218 0 -346 67z" />
<glyph unicode="t" horiz-adv-x="686" d="M25 1001v58l161 45l50 246h51v-263h319v-86h-319v-688q0 -125 44 -185t138 -60t164 16v-80q-72 -24 -166 -24q-144 0 -212.5 77t-68.5 242v702h-161z" />
<glyph unicode="u" horiz-adv-x="1208" d="M170 377v710h98v-704q0 -164 69 -238.5t214 -74.5q194 0 285.5 98t91.5 319v600h98v-1087h-84l-18 150h-6q-106 -170 -377 -170q-371 0 -371 397z" />
<glyph unicode="v" horiz-adv-x="940" d="M0 1087h102l281 -739q56 -142 84 -248h6q41 136 84 250l281 737h102l-420 -1087h-100z" />
<glyph unicode="w" horiz-adv-x="1481" d="M31 1087h106l174 -630q61 -234 80 -344h6q59 234 86 311l224 663h90l213 -661q72 -235 88 -311h6q8 65 80 348l166 624h100l-295 -1087h-104l-238 727q-23 74 -59 217h-6l-21 -74l-45 -145l-242 -725h-98z" />
<glyph unicode="x" horiz-adv-x="1020" d="M55 0l394 559l-379 528h114l324 -458l321 458h109l-373 -528l400 -559h-115l-342 485l-344 -485h-109z" />
<glyph unicode="y" horiz-adv-x="940" d="M0 1087h102l230 -610q105 -281 133 -379h6q42 129 137 385l230 604h102l-487 -1263q-59 -154 -99 -208t-93.5 -81t-129.5 -27q-57 0 -127 21v86q58 -16 125 -16q51 0 90 24t70.5 74.5t72.5 160.5l54 142z" />
<glyph unicode="z" horiz-adv-x="944" d="M82 0v63l645 936h-598v88h727v-63l-649 -936h651v-88h-776z" />
<glyph unicode="{" horiz-adv-x="723" d="M61 528v80q122 2 176 51t54 148v350q0 299 360 305v-90q-138 -5 -200 -58t-62 -157v-305q0 -130 -44 -194t-142 -85v-8q97 -20 141.5 -83.5t44.5 -186.5v-322q0 -102 59.5 -152.5t202.5 -53.5v-91q-195 0 -277.5 75t-82.5 231v337q0 205 -230 209z" />
<glyph unicode="|" horiz-adv-x="1108" d="M508 -506v2067h92v-2067h-92z" />
<glyph unicode="}" horiz-adv-x="723" d="M72 -233q141 2 201.5 52.5t60.5 153.5v322q0 123 44.5 186.5t141.5 83.5v8q-97 20 -141.5 84t-44.5 195v305q0 103 -61.5 156.5t-200.5 58.5v90q174 0 267 -77.5t93 -227.5v-350q0 -100 54.5 -148.5t175.5 -50.5v-80q-230 -4 -230 -209v-337q0 -155 -82.5 -230.5 t-277.5 -75.5v91z" />
<glyph unicode="~" d="M111 625v94q108 110 233 110q61 0 115 -13.5t155 -57.5q126 -58 220 -58q56 0 109.5 30.5t115.5 94.5v-96q-48 -49 -104.5 -81t-129.5 -32q-116 0 -270 72q-124 57 -221 57q-49 0 -108 -30.5t-115 -89.5z" />
<glyph unicode="&#xa1;" horiz-adv-x="492" d="M166 1010q0 98 80 98q82 0 82 -98q0 -53 -23.5 -76t-58.5 -23q-34 0 -57 23t-23 76zM186 -375l29 1086h61l29 -1086h-119z" />
<glyph unicode="&#xa2;" d="M211 745q0 232 102.5 381.5t288.5 182.5v174h82v-166h14q131 0 275 -55l-31 -84q-134 51 -237 51q-187 0 -288.5 -122.5t-101.5 -358.5q0 -225 100.5 -349.5t280.5 -124.5q131 0 267 58v-92q-110 -56 -267 -56h-12v-204h-82v210q-186 30 -288.5 175t-102.5 380z" />
<glyph unicode="&#xa3;" d="M78 0v84q110 21 171.5 110t61.5 224v258h-211v82h211v297q0 204 98 315t281 111q175 0 330 -68l-35 -86q-157 66 -295 66q-141 0 -209.5 -81t-68.5 -253v-301h411v-82h-411v-256q0 -116 -35 -196t-113 -128h809v-96h-995z" />
<glyph unicode="&#xa4;" d="M127 326l139 141q-90 106 -90 256q0 147 90 258l-139 141l59 60l138 -142q103 93 260 93q155 0 260 -93l137 142l59 -60l-139 -141q90 -111 90 -258q0 -151 -90 -256l139 -141l-59 -60l-137 142q-110 -93 -260 -93q-153 0 -260 93l-138 -142zM260 723q0 -136 94.5 -232 t229.5 -96q134 0 228.5 95.5t94.5 232.5q0 136 -95 233t-228 97q-134 0 -229 -97t-95 -233z" />
<glyph unicode="&#xa5;" d="M43 1462h117l426 -796l428 796h110l-432 -788h283v-82h-338v-205h338v-82h-338v-305h-105v305h-337v82h337v205h-337v82h278z" />
<glyph unicode="&#xa6;" horiz-adv-x="1108" d="M508 258h92v-764h-92v764zM508 797v764h92v-764h-92z" />
<glyph unicode="&#xa7;" horiz-adv-x="1057" d="M129 63v95q182 -78 332 -78q162 0 247 49.5t85 140.5q0 55 -25 87.5t-88.5 65.5t-190.5 79q-200 73 -272 141.5t-72 169.5q0 83 50.5 152.5t138.5 107.5q-86 47 -125 102t-39 136q0 117 101.5 183.5t275.5 66.5q175 0 336 -64l-35 -80q-91 34 -158.5 47t-144.5 13 q-134 0 -205.5 -44.5t-71.5 -119.5q0 -54 25.5 -88.5t85.5 -65.5t188 -74q192 -64 264 -132.5t72 -170.5q0 -173 -186 -274q86 -42 129 -96t43 -136q0 -135 -113 -207.5t-311 -72.5q-92 0 -171 15t-165 52zM246 825q0 -65 31.5 -104t105.5 -75t250 -99q82 41 126 98t44 121 q0 62 -32 102t-108.5 77t-236.5 87q-81 -23 -130.5 -79t-49.5 -128z" />
<glyph unicode="&#xa8;" horiz-adv-x="1182" d="M336 1389q0 46 15.5 66t47.5 20q64 0 64 -86t-64 -86q-63 0 -63 86zM717 1389q0 46 15.5 66t47.5 20q64 0 64 -86t-64 -86q-63 0 -63 86z" />
<glyph unicode="&#xa9;" horiz-adv-x="1704" d="M100 731q0 200 100 375t275 276t377 101q200 0 375 -100t276 -275t101 -377q0 -197 -97 -370t-272 -277t-383 -104q-207 0 -382 103.5t-272.5 276.5t-97.5 371zM193 731q0 -178 88.5 -329.5t240.5 -240.5t330 -89t329.5 88.5t240.5 240.5t89 330q0 174 -85.5 325 t-239 243t-334.5 92q-176 0 -328.5 -88.5t-241.5 -242.5t-89 -329zM489 725q0 208 111 332.5t297 124.5q119 0 227 -52l-37 -83q-98 45 -190 45q-142 0 -222.5 -94.5t-80.5 -264.5q0 -186 74.5 -275t220.5 -89q84 0 198 43v-88q-102 -45 -208 -45q-187 0 -288.5 115 t-101.5 331z" />
<glyph unicode="&#xaa;" horiz-adv-x="686" d="M78 989q0 100 80 151.5t241 59.5l95 4v43q0 77 -38 114.5t-106 37.5q-87 0 -196 -49l-33 73q117 56 231 56q228 0 228 -215v-451h-68l-25 72q-84 -84 -202 -84q-95 0 -151 49t-56 139zM168 993q0 -54 35 -85t96 -31q90 0 142.5 50t52.5 142v64l-88 -5q-116 -6 -177 -36.5 t-61 -98.5z" />
<glyph unicode="&#xab;" horiz-adv-x="885" d="M82 516v27l309 393l62 -43l-254 -363l254 -362l-62 -43zM442 516v27l310 393l61 -43l-254 -363l254 -362l-61 -43z" />
<glyph unicode="&#xac;" d="M111 682v82h927v-494h-82v412h-845z" />
<glyph unicode="&#xad;" horiz-adv-x="659" d="M92 512v82h475v-82h-475z" />
<glyph unicode="&#xae;" horiz-adv-x="1704" d="M100 731q0 200 100 375t275 276t377 101q200 0 375 -100t276 -275t101 -377q0 -197 -97 -370t-272 -277t-383 -104q-207 0 -382 103.5t-272.5 276.5t-97.5 371zM193 731q0 -178 88.5 -329.5t240.5 -240.5t330 -89t329.5 88.5t240.5 240.5t89 330q0 174 -85.5 325 t-239 243t-334.5 92q-176 0 -328.5 -88.5t-241.5 -242.5t-89 -329zM608 291v880h211q143 0 222 -62t79 -191q0 -79 -38.5 -139.5t-110.5 -94.5l237 -393h-121l-210 360h-168v-360h-101zM709 731h112q91 0 143 46.5t52 135.5q0 172 -197 172h-110v-354z" />
<glyph unicode="&#xaf;" horiz-adv-x="1024" d="M-6 1556v82h1036v-82h-1036z" />
<glyph unicode="&#xb0;" horiz-adv-x="877" d="M139 1184q0 132 86.5 215.5t212.5 83.5t212.5 -83.5t86.5 -215.5t-86.5 -215.5t-212.5 -83.5q-130 0 -214.5 83t-84.5 216zM229 1184q0 -91 61 -154t148 -63q86 0 147.5 62t61.5 155q0 92 -60 154.5t-149 62.5q-90 0 -149.5 -64t-59.5 -153z" />
<glyph unicode="&#xb1;" d="M111 1v82h948v-82h-948zM111 682v82h432v434h82v-434h434v-82h-434v-432h-82v432h-432z" />
<glyph unicode="&#xb2;" horiz-adv-x="688" d="M53 586v78l242 237q125 121 172 193t47 149q0 71 -46.5 112.5t-123.5 41.5q-108 0 -217 -82l-49 65q119 103 270 103q124 0 194 -63.5t70 -174.5q0 -47 -13 -89t-40 -85.5t-68.5 -90t-308.5 -306.5h447v-88h-576z" />
<glyph unicode="&#xb3;" horiz-adv-x="688" d="M41 629v88q136 -62 266 -62q115 0 174.5 49t59.5 136q0 83 -59.5 122t-178.5 39h-131v84h135q105 0 158 43.5t53 120.5q0 67 -47 107.5t-127 40.5q-128 0 -246 -78l-47 70q130 94 293 94q127 0 199.5 -60t72.5 -163q0 -78 -44 -131.5t-117 -75.5q186 -45 186 -211 q0 -130 -88.5 -201.5t-247.5 -71.5q-144 0 -264 60z" />
<glyph unicode="&#xb4;" horiz-adv-x="1182" d="M393 1241v16q73 79 144.5 171.5t97.5 140.5h141v-17q-36 -52 -122.5 -138t-190.5 -173h-70z" />
<glyph unicode="&#xb5;" horiz-adv-x="1221" d="M182 -492v1579h99v-704q0 -164 69 -238.5t213 -74.5q194 0 285.5 98t91.5 319v600h98v-1087h-84l-18 150h-6q-50 -77 -150 -123.5t-217 -46.5q-99 0 -167.5 27.5t-119.5 84.5q5 -92 5 -170v-414h-99z" />
<glyph unicode="&#xb6;" horiz-adv-x="1341" d="M113 1042q0 260 109 387t341 127h543v-1816h-100v1722h-228v-1722h-100v819q-64 -18 -146 -18q-216 0 -317.5 125t-101.5 376z" />
<glyph unicode="&#xb7;" horiz-adv-x="487" d="M162 721q0 98 80 98q82 0 82 -98t-82 -98q-80 0 -80 98z" />
<glyph unicode="&#xb8;" horiz-adv-x="420" d="M43 -393q30 -10 92 -10q78 0 119 28t41 80q0 94 -193 121l93 174h96l-66 -117q168 -37 168 -174q0 -100 -67.5 -150.5t-188.5 -50.5q-68 0 -94 11v88z" />
<glyph unicode="&#xb9;" horiz-adv-x="688" d="M76 1298l274 164h92v-876h-98v547q0 99 12 233q-26 -23 -233 -145z" />
<glyph unicode="&#xba;" horiz-adv-x="739" d="M70 1141q0 162 78 250t223 88q142 0 220.5 -87t78.5 -251q0 -161 -80 -250.5t-223 -89.5t-220 86t-77 254zM160 1141q0 -264 209 -264t209 264q0 131 -50 194.5t-159 63.5t-159 -63.5t-50 -194.5z" />
<glyph unicode="&#xbb;" horiz-adv-x="885" d="M72 168l254 362l-254 363l61 43l309 -391v-27l-309 -393zM432 168l254 362l-254 363l62 43l309 -391v-27l-309 -393z" />
<glyph unicode="&#xbc;" horiz-adv-x="1516" d="M59 1298l274 164h92v-876h-98v547q0 99 12 233q-26 -23 -233 -145zM243 0l811 1462h94l-811 -1462h-94zM760 242v60l407 581h96v-563h129v-78h-129v-241h-90v241h-413zM864 320h309v221q0 132 8 232q-6 -12 -21.5 -35.5t-295.5 -417.5z" />
<glyph unicode="&#xbd;" horiz-adv-x="1516" d="M11 1298l274 164h92v-876h-98v547q0 99 12 233q-26 -23 -233 -145zM168 0l811 1462h94l-811 -1462h-94zM827 1v78l242 237q125 121 172 193t47 149q0 71 -46.5 112.5t-123.5 41.5q-108 0 -217 -82l-49 65q119 103 270 103q124 0 194 -63.5t70 -174.5q0 -47 -13 -89 t-40 -85.5t-68.5 -90t-308.5 -306.5h447v-88h-576z" />
<glyph unicode="&#xbe;" horiz-adv-x="1516" d="M41 629v88q136 -62 266 -62q115 0 174.5 49t59.5 136q0 83 -59.5 122t-178.5 39h-131v84h135q105 0 158 43.5t53 120.5q0 67 -47 107.5t-127 40.5q-128 0 -246 -78l-47 70q130 94 293 94q127 0 199.5 -60t72.5 -163q0 -78 -44 -131.5t-117 -75.5q186 -45 186 -211 q0 -130 -88.5 -201.5t-247.5 -71.5q-144 0 -264 60zM395 0l811 1462h94l-811 -1462h-94zM863 242v60l407 581h96v-563h129v-78h-129v-241h-90v241h-413zM967 320h309v221q0 132 8 232q-6 -12 -21.5 -35.5t-295.5 -417.5z" />
<glyph unicode="&#xbf;" horiz-adv-x="862" d="M74 -27q0 70 20 124t58.5 102t171.5 159q64 53 98.5 98.5t49.5 94t15 145.5v15h82v-37q0 -125 -39.5 -204.5t-136.5 -164.5l-90 -79q-73 -61 -104 -120.5t-31 -138.5q0 -124 82 -200t221 -76q125 0 233 46l64 27l37 -79q-111 -48 -185.5 -64t-152.5 -16q-184 0 -288.5 99 t-104.5 269zM440 1010q0 98 80 98q82 0 82 -98q0 -53 -23.5 -76t-58.5 -23q-34 0 -57 23t-23 76z" />
<glyph unicode="&#xc0;" horiz-adv-x="1229" d="M0 0l588 1468h65l576 -1468h-115l-203 516h-594l-204 -516h-113zM337 1890v17h142q26 -48 98.5 -142t142.5 -170v-16h-69q-96 79 -188.5 171.5t-125.5 139.5zM354 608h523l-199 527q-25 62 -60 172q-27 -96 -59 -174z" />
<glyph unicode="&#xc1;" horiz-adv-x="1229" d="M0 0l588 1468h65l576 -1468h-115l-203 516h-594l-204 -516h-113zM354 608h523l-199 527q-25 62 -60 172q-27 -96 -59 -174zM504 1579v16q73 79 144.5 171.5t97.5 140.5h141v-17q-36 -52 -122.5 -138t-190.5 -173h-70z" />
<glyph unicode="&#xc2;" horiz-adv-x="1229" d="M0 0l588 1468h65l576 -1468h-115l-203 516h-594l-204 -516h-113zM328 1579v16q62 67 131.5 156t110.5 156h98q68 -120 242 -312v-16h-70q-122 101 -221 207q-108 -114 -221 -207h-70zM354 608h523l-199 527q-25 62 -60 172q-27 -96 -59 -174z" />
<glyph unicode="&#xc3;" horiz-adv-x="1229" d="M0 0l588 1468h65l576 -1468h-115l-203 516h-594l-204 -516h-113zM287 1581q10 111 63 174.5t137 63.5q48 0 88 -25t82 -59q34 -28 66 -50t61 -22q46 0 77 36.5t48 119.5h76q-16 -116 -69 -177t-132 -61q-36 0 -75 18.5t-101 71.5q-32 26 -62.5 46t-62.5 20 q-45 0 -75 -34.5t-48 -121.5h-73zM354 608h523l-199 527q-25 62 -60 172q-27 -96 -59 -174z" />
<glyph unicode="&#xc4;" horiz-adv-x="1229" d="M0 0l588 1468h65l576 -1468h-115l-203 516h-594l-204 -516h-113zM354 608h523l-199 527q-25 62 -60 172q-27 -96 -59 -174zM367 1727q0 46 15.5 66t47.5 20q64 0 64 -86t-64 -86q-63 0 -63 86zM748 1727q0 46 15.5 66t47.5 20q64 0 64 -86t-64 -86q-63 0 -63 86z" />
<glyph unicode="&#xc5;" horiz-adv-x="1229" d="M0 0l588 1468h65l576 -1468h-115l-203 516h-594l-204 -516h-113zM354 608h523l-199 527q-25 62 -60 172q-27 -96 -59 -174zM402 1610q0 94 60 152.5t157 58.5t157 -59t60 -152q0 -97 -60 -155t-157 -58t-157 58t-60 155zM482 1610q0 -66 37.5 -103.5t99.5 -37.5 t99.5 37.5t37.5 103.5q0 64 -39 101.5t-98 37.5q-62 0 -99.5 -38t-37.5 -101z" />
<glyph unicode="&#xc6;" horiz-adv-x="1653" d="M-2 0l653 1462h877v-94h-615v-553h576v-94h-576v-627h615v-94h-717v516h-475l-227 -516h-111zM377 608h434v760h-100z" />
<glyph unicode="&#xc7;" horiz-adv-x="1272" d="M129 735q0 223 84.5 393t243 262.5t368.5 92.5q214 0 383 -80l-41 -92q-160 80 -336 80q-275 0 -433 -176t-158 -482q0 -313 149 -486t426 -173q184 0 338 47v-90q-145 -51 -362 -51q-308 0 -485 199t-177 556zM561 -393q30 -10 92 -10q78 0 119 28t41 80q0 94 -193 121 l93 174h96l-66 -117q168 -37 168 -174q0 -100 -67.5 -150.5t-188.5 -50.5q-68 0 -94 11v88z" />
<glyph unicode="&#xc8;" horiz-adv-x="1130" d="M207 0v1462h799v-94h-697v-553h658v-94h-658v-627h697v-94h-799zM314 1890v17h142q26 -48 98.5 -142t142.5 -170v-16h-69q-96 79 -188.5 171.5t-125.5 139.5z" />
<glyph unicode="&#xc9;" horiz-adv-x="1130" d="M207 0v1462h799v-94h-697v-553h658v-94h-658v-627h697v-94h-799zM463 1579v16q73 79 144.5 171.5t97.5 140.5h141v-17q-36 -52 -122.5 -138t-190.5 -173h-70z" />
<glyph unicode="&#xca;" horiz-adv-x="1130" d="M207 0v1462h799v-94h-697v-553h658v-94h-658v-627h697v-94h-799zM315 1579v16q62 67 131.5 156t110.5 156h98q68 -120 242 -312v-16h-70q-122 101 -221 207q-108 -114 -221 -207h-70z" />
<glyph unicode="&#xcb;" horiz-adv-x="1130" d="M207 0v1462h799v-94h-697v-553h658v-94h-658v-627h697v-94h-799zM354 1727q0 46 15.5 66t47.5 20q64 0 64 -86t-64 -86q-63 0 -63 86zM735 1727q0 46 15.5 66t47.5 20q64 0 64 -86t-64 -86q-63 0 -63 86z" />
<glyph unicode="&#xcc;" horiz-adv-x="516" d="M-63 1890v17h142q26 -48 98.5 -142t142.5 -170v-16h-69q-96 79 -188.5 171.5t-125.5 139.5zM207 0v1462h102v-1462h-102z" />
<glyph unicode="&#xcd;" horiz-adv-x="516" d="M191 1579v16q73 79 144.5 171.5t97.5 140.5h141v-17q-36 -52 -122.5 -138t-190.5 -173h-70zM207 0v1462h102v-1462h-102z" />
<glyph unicode="&#xce;" horiz-adv-x="516" d="M-32 1579v16q62 67 131.5 156t110.5 156h98q68 -120 242 -312v-16h-70q-122 101 -221 207q-108 -114 -221 -207h-70zM207 0v1462h102v-1462h-102z" />
<glyph unicode="&#xcf;" horiz-adv-x="516" d="M5 1727q0 46 15.5 66t47.5 20q64 0 64 -86t-64 -86q-63 0 -63 86zM207 0v1462h102v-1462h-102zM386 1727q0 46 15.5 66t47.5 20q64 0 64 -86t-64 -86q-63 0 -63 86z" />
<glyph unicode="&#xd0;" horiz-adv-x="1466" d="M47 678v94h160v690h395q350 0 532.5 -183t182.5 -534q0 -368 -193 -556.5t-567 -188.5h-350v678h-160zM309 90h242q655 0 655 651q0 314 -159.5 472.5t-468.5 158.5h-269v-600h406v-94h-406v-588z" />
<glyph unicode="&#xd1;" horiz-adv-x="1477" d="M207 0v1462h102l865 -1296h6q-9 180 -9 342v954h99v-1462h-103l-866 1298h-8q12 -232 12 -350v-948h-98zM400 1581q10 111 63 174.5t137 63.5q48 0 88 -25t82 -59q34 -28 66 -50t61 -22q46 0 77 36.5t48 119.5h76q-16 -116 -69 -177t-132 -61q-36 0 -75 18.5t-101 71.5 q-32 26 -62.5 46t-62.5 20q-45 0 -75 -34.5t-48 -121.5h-73z" />
<glyph unicode="&#xd2;" horiz-adv-x="1565" d="M129 735q0 349 175.5 549.5t479.5 200.5q306 0 479 -201.5t173 -550.5q0 -348 -174 -550.5t-480 -202.5q-305 0 -479 202.5t-174 552.5zM240 733q0 -314 140 -485.5t402 -171.5q264 0 403.5 170t139.5 487q0 316 -139.5 484.5t-401.5 168.5q-261 0 -402.5 -170 t-141.5 -483zM502 1890v17h142q26 -48 98.5 -142t142.5 -170v-16h-69q-96 79 -188.5 171.5t-125.5 139.5z" />
<glyph unicode="&#xd3;" horiz-adv-x="1565" d="M129 735q0 349 175.5 549.5t479.5 200.5q306 0 479 -201.5t173 -550.5q0 -348 -174 -550.5t-480 -202.5q-305 0 -479 202.5t-174 552.5zM240 733q0 -314 140 -485.5t402 -171.5q264 0 403.5 170t139.5 487q0 316 -139.5 484.5t-401.5 168.5q-261 0 -402.5 -170 t-141.5 -483zM686 1579v16q73 79 144.5 171.5t97.5 140.5h141v-17q-36 -52 -122.5 -138t-190.5 -173h-70z" />
<glyph unicode="&#xd4;" horiz-adv-x="1565" d="M129 735q0 349 175.5 549.5t479.5 200.5q306 0 479 -201.5t173 -550.5q0 -348 -174 -550.5t-480 -202.5q-305 0 -479 202.5t-174 552.5zM240 733q0 -314 140 -485.5t402 -171.5q264 0 403.5 170t139.5 487q0 316 -139.5 484.5t-401.5 168.5q-261 0 -402.5 -170 t-141.5 -483zM492 1579v16q62 67 131.5 156t110.5 156h98q68 -120 242 -312v-16h-70q-122 101 -221 207q-108 -114 -221 -207h-70z" />
<glyph unicode="&#xd5;" horiz-adv-x="1565" d="M129 735q0 349 175.5 549.5t479.5 200.5q306 0 479 -201.5t173 -550.5q0 -348 -174 -550.5t-480 -202.5q-305 0 -479 202.5t-174 552.5zM240 733q0 -314 140 -485.5t402 -171.5q264 0 403.5 170t139.5 487q0 316 -139.5 484.5t-401.5 168.5q-261 0 -402.5 -170 t-141.5 -483zM443 1581q10 111 63 174.5t137 63.5q48 0 88 -25t82 -59q34 -28 66 -50t61 -22q46 0 77 36.5t48 119.5h76q-16 -116 -69 -177t-132 -61q-36 0 -75 18.5t-101 71.5q-32 26 -62.5 46t-62.5 20q-45 0 -75 -34.5t-48 -121.5h-73z" />
<glyph unicode="&#xd6;" horiz-adv-x="1565" d="M129 735q0 349 175.5 549.5t479.5 200.5q306 0 479 -201.5t173 -550.5q0 -348 -174 -550.5t-480 -202.5q-305 0 -479 202.5t-174 552.5zM240 733q0 -314 140 -485.5t402 -171.5q264 0 403.5 170t139.5 487q0 316 -139.5 484.5t-401.5 168.5q-261 0 -402.5 -170 t-141.5 -483zM529 1727q0 46 15.5 66t47.5 20q64 0 64 -86t-64 -86q-63 0 -63 86zM910 1727q0 46 15.5 66t47.5 20q64 0 64 -86t-64 -86q-63 0 -63 86z" />
<glyph unicode="&#xd7;" d="M119 1130l57 58l408 -408l409 408l58 -58l-408 -407l406 -408l-58 -57l-407 408l-406 -408l-57 57l405 408z" />
<glyph unicode="&#xd8;" horiz-adv-x="1565" d="M129 735q0 349 175.5 549.5t479.5 200.5q232 0 392 -121l108 152l72 -60l-111 -153q191 -207 191 -570q0 -348 -174 -550.5t-480 -202.5q-236 0 -395 120l-86 -120l-74 59l90 127q-188 200 -188 569zM240 733q0 -312 139 -483l739 1034q-133 102 -334 102 q-261 0 -402.5 -170t-141.5 -483zM444 182q133 -106 338 -106q264 0 403.5 170t139.5 487q0 315 -139 486z" />
<glyph unicode="&#xd9;" horiz-adv-x="1473" d="M190 520v942h103v-946q0 -211 117 -328.5t331 -117.5q209 0 324 115.5t115 320.5v956h102v-946q0 -252 -146 -394t-407 -142q-254 0 -396.5 142.5t-142.5 397.5zM450 1890v17h142q26 -48 98.5 -142t142.5 -170v-16h-69q-96 79 -188.5 171.5t-125.5 139.5z" />
<glyph unicode="&#xda;" horiz-adv-x="1473" d="M190 520v942h103v-946q0 -211 117 -328.5t331 -117.5q209 0 324 115.5t115 320.5v956h102v-946q0 -252 -146 -394t-407 -142q-254 0 -396.5 142.5t-142.5 397.5zM633 1579v16q73 79 144.5 171.5t97.5 140.5h141v-17q-36 -52 -122.5 -138t-190.5 -173h-70z" />
<glyph unicode="&#xdb;" horiz-adv-x="1473" d="M190 520v942h103v-946q0 -211 117 -328.5t331 -117.5q209 0 324 115.5t115 320.5v956h102v-946q0 -252 -146 -394t-407 -142q-254 0 -396.5 142.5t-142.5 397.5zM444 1579v16q62 67 131.5 156t110.5 156h98q68 -120 242 -312v-16h-70q-122 101 -221 207 q-108 -114 -221 -207h-70z" />
<glyph unicode="&#xdc;" horiz-adv-x="1473" d="M190 520v942h103v-946q0 -211 117 -328.5t331 -117.5q209 0 324 115.5t115 320.5v956h102v-946q0 -252 -146 -394t-407 -142q-254 0 -396.5 142.5t-142.5 397.5zM481 1727q0 46 15.5 66t47.5 20q64 0 64 -86t-64 -86q-63 0 -63 86zM862 1727q0 46 15.5 66t47.5 20 q64 0 64 -86t-64 -86q-63 0 -63 86z" />
<glyph unicode="&#xdd;" horiz-adv-x="1081" d="M0 1462h117l426 -800l428 800h110l-487 -897v-565h-105v557zM434 1579v16q73 79 144.5 171.5t97.5 140.5h141v-17q-36 -52 -122.5 -138t-190.5 -173h-70z" />
<glyph unicode="&#xde;" horiz-adv-x="1198" d="M207 0v1462h102v-264h256q522 0 522 -420q0 -212 -144 -325t-408 -113h-226v-340h-102zM309 428h201q247 0 357 81.5t110 264.5q0 169 -104 250.5t-322 81.5h-242v-678z" />
<glyph unicode="&#xdf;" horiz-adv-x="1194" d="M182 0v1206q0 173 103.5 267t292.5 94q188 0 285.5 -72.5t97.5 -210.5q0 -139 -139 -250q-81 -64 -110.5 -100.5t-29.5 -75.5q0 -44 14.5 -68t51.5 -57t102 -78q106 -75 151.5 -124.5t68 -103t22.5 -120.5q0 -156 -88 -241.5t-246 -85.5q-95 0 -174.5 18.5t-126.5 48.5 v107q65 -38 148.5 -62t152.5 -24q114 0 174.5 54.5t60.5 160.5q0 83 -39 144t-149 136q-127 87 -175 147t-48 146q0 60 32.5 110t106.5 108q74 57 106.5 105.5t32.5 106.5q0 93 -70 143t-202 50q-145 0 -226 -69t-81 -196v-1214h-99z" />
<glyph unicode="&#xe0;" horiz-adv-x="1085" d="M98 289q0 159 132.5 247t383.5 93l207 6v72q0 155 -63 234t-203 79q-151 0 -313 -84l-37 86q179 84 354 84q179 0 267.5 -93t88.5 -290v-723h-73l-25 172h-8q-82 -105 -168.5 -148.5t-204.5 -43.5q-160 0 -249 82t-89 227zM203 285q0 -102 62.5 -158.5t176.5 -56.5 q174 0 274.5 99.5t100.5 276.5v107l-190 -8q-229 -11 -326.5 -71.5t-97.5 -188.5zM255 1552v17h142q26 -48 98.5 -142t142.5 -170v-16h-69q-96 79 -188.5 171.5t-125.5 139.5z" />
<glyph unicode="&#xe1;" horiz-adv-x="1085" d="M98 289q0 159 132.5 247t383.5 93l207 6v72q0 155 -63 234t-203 79q-151 0 -313 -84l-37 86q179 84 354 84q179 0 267.5 -93t88.5 -290v-723h-73l-25 172h-8q-82 -105 -168.5 -148.5t-204.5 -43.5q-160 0 -249 82t-89 227zM203 285q0 -102 62.5 -158.5t176.5 -56.5 q174 0 274.5 99.5t100.5 276.5v107l-190 -8q-229 -11 -326.5 -71.5t-97.5 -188.5zM422 1241v16q73 79 144.5 171.5t97.5 140.5h141v-17q-36 -52 -122.5 -138t-190.5 -173h-70z" />
<glyph unicode="&#xe2;" horiz-adv-x="1085" d="M98 289q0 159 132.5 247t383.5 93l207 6v72q0 155 -63 234t-203 79q-151 0 -313 -84l-37 86q179 84 354 84q179 0 267.5 -93t88.5 -290v-723h-73l-25 172h-8q-82 -105 -168.5 -148.5t-204.5 -43.5q-160 0 -249 82t-89 227zM203 285q0 -102 62.5 -158.5t176.5 -56.5 q174 0 274.5 99.5t100.5 276.5v107l-190 -8q-229 -11 -326.5 -71.5t-97.5 -188.5zM251 1241v16q62 67 131.5 156t110.5 156h98q68 -120 242 -312v-16h-70q-122 101 -221 207q-108 -114 -221 -207h-70z" />
<glyph unicode="&#xe3;" horiz-adv-x="1085" d="M98 289q0 159 132.5 247t383.5 93l207 6v72q0 155 -63 234t-203 79q-151 0 -313 -84l-37 86q179 84 354 84q179 0 267.5 -93t88.5 -290v-723h-73l-25 172h-8q-82 -105 -168.5 -148.5t-204.5 -43.5q-160 0 -249 82t-89 227zM200 1243q10 111 63 174.5t137 63.5 q48 0 88 -25t82 -59q34 -28 66 -50t61 -22q46 0 77 36.5t48 119.5h76q-16 -116 -69 -177t-132 -61q-36 0 -75 18.5t-101 71.5q-32 26 -62.5 46t-62.5 20q-45 0 -75 -34.5t-48 -121.5h-73zM203 285q0 -102 62.5 -158.5t176.5 -56.5q174 0 274.5 99.5t100.5 276.5v107l-190 -8 q-229 -11 -326.5 -71.5t-97.5 -188.5z" />
<glyph unicode="&#xe4;" horiz-adv-x="1085" d="M98 289q0 159 132.5 247t383.5 93l207 6v72q0 155 -63 234t-203 79q-151 0 -313 -84l-37 86q179 84 354 84q179 0 267.5 -93t88.5 -290v-723h-73l-25 172h-8q-82 -105 -168.5 -148.5t-204.5 -43.5q-160 0 -249 82t-89 227zM203 285q0 -102 62.5 -158.5t176.5 -56.5 q174 0 274.5 99.5t100.5 276.5v107l-190 -8q-229 -11 -326.5 -71.5t-97.5 -188.5zM282 1389q0 46 15.5 66t47.5 20q64 0 64 -86t-64 -86q-63 0 -63 86zM663 1389q0 46 15.5 66t47.5 20q64 0 64 -86t-64 -86q-63 0 -63 86z" />
<glyph unicode="&#xe5;" horiz-adv-x="1085" d="M98 289q0 159 132.5 247t383.5 93l207 6v72q0 155 -63 234t-203 79q-151 0 -313 -84l-37 86q179 84 354 84q179 0 267.5 -93t88.5 -290v-723h-73l-25 172h-8q-82 -105 -168.5 -148.5t-204.5 -43.5q-160 0 -249 82t-89 227zM203 285q0 -102 62.5 -158.5t176.5 -56.5 q174 0 274.5 99.5t100.5 276.5v107l-190 -8q-229 -11 -326.5 -71.5t-97.5 -188.5zM325 1456q0 94 60 152.5t157 58.5t157 -59t60 -152q0 -97 -60 -155t-157 -58t-157 58t-60 155zM405 1456q0 -66 37.5 -103.5t99.5 -37.5t99.5 37.5t37.5 103.5q0 64 -39 101.5t-98 37.5 q-62 0 -99.5 -38t-37.5 -101z" />
<glyph unicode="&#xe6;" horiz-adv-x="1731" d="M98 289q0 154 125 243t377 97l201 6v72q0 155 -61.5 234t-198.5 79q-148 0 -305 -84l-37 86q173 84 346 84q261 0 325 -211q111 213 347 213q184 0 289.5 -134.5t105.5 -363.5v-80h-715q0 -460 348 -460q85 0 150 12t174 57v-90q-92 -41 -165 -55t-161 -14 q-295 0 -397 256q-68 -133 -168 -194.5t-252 -61.5q-156 0 -242 82.5t-86 226.5zM203 285q0 -102 61 -158.5t170 -56.5q169 0 266 99.5t97 276.5v107l-187 -8q-219 -11 -313 -71.5t-94 -188.5zM903 618h604q0 188 -77.5 295t-212.5 107q-284 0 -314 -402z" />
<glyph unicode="&#xe7;" horiz-adv-x="973" d="M119 537q0 270 137 420.5t375 150.5q141 0 270 -49l-27 -88q-141 47 -245 47q-200 0 -303 -123.5t-103 -355.5q0 -220 103 -344.5t288 -124.5q148 0 275 53v-92q-104 -51 -273 -51q-233 0 -365 147t-132 410zM373 -393q30 -10 92 -10q78 0 119 28t41 80q0 94 -193 121 l93 174h96l-66 -117q168 -37 168 -174q0 -100 -67.5 -150.5t-188.5 -50.5q-68 0 -94 11v88z" />
<glyph unicode="&#xe8;" horiz-adv-x="1124" d="M119 535q0 260 128 416.5t345 156.5q192 0 303 -134t111 -364v-80h-783q2 -224 104.5 -342t293.5 -118q93 0 163.5 13t178.5 56v-90q-92 -40 -170 -54.5t-172 -14.5q-237 0 -369.5 146t-132.5 409zM229 618h672q0 189 -82 295.5t-227 106.5q-157 0 -252 -103.5 t-111 -298.5zM302 1552v17h142q26 -48 98.5 -142t142.5 -170v-16h-69q-96 79 -188.5 171.5t-125.5 139.5z" />
<glyph unicode="&#xe9;" horiz-adv-x="1124" d="M119 535q0 260 128 416.5t345 156.5q192 0 303 -134t111 -364v-80h-783q2 -224 104.5 -342t293.5 -118q93 0 163.5 13t178.5 56v-90q-92 -40 -170 -54.5t-172 -14.5q-237 0 -369.5 146t-132.5 409zM229 618h672q0 189 -82 295.5t-227 106.5q-157 0 -252 -103.5 t-111 -298.5zM452 1241v16q73 79 144.5 171.5t97.5 140.5h141v-17q-36 -52 -122.5 -138t-190.5 -173h-70z" />
<glyph unicode="&#xea;" horiz-adv-x="1124" d="M119 535q0 260 128 416.5t345 156.5q192 0 303 -134t111 -364v-80h-783q2 -224 104.5 -342t293.5 -118q93 0 163.5 13t178.5 56v-90q-92 -40 -170 -54.5t-172 -14.5q-237 0 -369.5 146t-132.5 409zM229 618h672q0 189 -82 295.5t-227 106.5q-157 0 -252 -103.5 t-111 -298.5zM290 1241v16q62 67 131.5 156t110.5 156h98q68 -120 242 -312v-16h-70q-122 101 -221 207q-108 -114 -221 -207h-70z" />
<glyph unicode="&#xeb;" horiz-adv-x="1124" d="M119 535q0 260 128 416.5t345 156.5q192 0 303 -134t111 -364v-80h-783q2 -224 104.5 -342t293.5 -118q93 0 163.5 13t178.5 56v-90q-92 -40 -170 -54.5t-172 -14.5q-237 0 -369.5 146t-132.5 409zM229 618h672q0 189 -82 295.5t-227 106.5q-157 0 -252 -103.5 t-111 -298.5zM331 1389q0 46 15.5 66t47.5 20q64 0 64 -86t-64 -86q-63 0 -63 86zM712 1389q0 46 15.5 66t47.5 20q64 0 64 -86t-64 -86q-63 0 -63 86z" />
<glyph unicode="&#xec;" horiz-adv-x="463" d="M-34 1552v17h142q26 -48 98.5 -142t142.5 -170v-16h-69q-96 79 -188.5 171.5t-125.5 139.5zM182 0v1087h99v-1087h-99z" />
<glyph unicode="&#xed;" horiz-adv-x="463" d="M107 1241v16q73 79 144.5 171.5t97.5 140.5h141v-17q-36 -52 -122.5 -138t-190.5 -173h-70zM182 0v1087h99v-1087h-99z" />
<glyph unicode="&#xee;" horiz-adv-x="463" d="M-58 1241v16q62 67 131.5 156t110.5 156h98q68 -120 242 -312v-16h-70q-122 101 -221 207q-108 -114 -221 -207h-70zM182 0v1087h99v-1087h-99z" />
<glyph unicode="&#xef;" horiz-adv-x="463" d="M-21 1389q0 46 15.5 66t47.5 20q64 0 64 -86t-64 -86q-63 0 -63 86zM182 0v1087h99v-1087h-99zM360 1389q0 46 15.5 66t47.5 20q64 0 64 -86t-64 -86q-63 0 -63 86z" />
<glyph unicode="&#xf0;" horiz-adv-x="1174" d="M117 471q0 228 126.5 357.5t342.5 129.5q108 0 187.5 -33t148.5 -96l4 2q-64 270 -269 459l-270 -157l-49 77l244 146q-86 62 -199 119l45 81q147 -69 248 -145l225 137l49 -84l-202 -121q154 -151 230.5 -353t76.5 -431q0 -276 -124 -427.5t-349 -151.5 q-214 0 -339.5 130t-125.5 361zM221 463q0 -186 94.5 -289.5t268.5 -103.5q179 0 272.5 123t93.5 364q0 146 -97 228.5t-267 82.5q-185 0 -275 -100.5t-90 -304.5z" />
<glyph unicode="&#xf1;" horiz-adv-x="1208" d="M182 0v1087h84l19 -149h6q106 170 377 170q370 0 370 -397v-711h-98v705q0 164 -69 238.5t-214 74.5q-195 0 -285.5 -98.5t-90.5 -319.5v-600h-99zM282 1243q10 111 63 174.5t137 63.5q48 0 88 -25t82 -59q34 -28 66 -50t61 -22q46 0 77 36.5t48 119.5h76 q-16 -116 -69 -177t-132 -61q-36 0 -75 18.5t-101 71.5q-32 26 -62.5 46t-62.5 20q-45 0 -75 -34.5t-48 -121.5h-73z" />
<glyph unicode="&#xf2;" horiz-adv-x="1200" d="M119 545q0 266 129 414.5t354 148.5q224 0 351.5 -150.5t127.5 -412.5q0 -266 -129 -415.5t-356 -149.5q-143 0 -252 69t-167 198t-58 298zM223 545q0 -224 98.5 -349.5t278.5 -125.5t278.5 125.5t98.5 349.5q0 225 -99.5 349t-279.5 124t-277.5 -123.5t-97.5 -349.5z M335 1552v17h142q26 -48 98.5 -142t142.5 -170v-16h-69q-96 79 -188.5 171.5t-125.5 139.5z" />
<glyph unicode="&#xf3;" horiz-adv-x="1200" d="M119 545q0 266 129 414.5t354 148.5q224 0 351.5 -150.5t127.5 -412.5q0 -266 -129 -415.5t-356 -149.5q-143 0 -252 69t-167 198t-58 298zM223 545q0 -224 98.5 -349.5t278.5 -125.5t278.5 125.5t98.5 349.5q0 225 -99.5 349t-279.5 124t-277.5 -123.5t-97.5 -349.5z M499 1241v16q73 79 144.5 171.5t97.5 140.5h141v-17q-36 -52 -122.5 -138t-190.5 -173h-70z" />
<glyph unicode="&#xf4;" horiz-adv-x="1200" d="M119 545q0 266 129 414.5t354 148.5q224 0 351.5 -150.5t127.5 -412.5q0 -266 -129 -415.5t-356 -149.5q-143 0 -252 69t-167 198t-58 298zM223 545q0 -224 98.5 -349.5t278.5 -125.5t278.5 125.5t98.5 349.5q0 225 -99.5 349t-279.5 124t-277.5 -123.5t-97.5 -349.5z M309 1241v16q62 67 131.5 156t110.5 156h98q68 -120 242 -312v-16h-70q-122 101 -221 207q-108 -114 -221 -207h-70z" />
<glyph unicode="&#xf5;" horiz-adv-x="1200" d="M119 545q0 266 129 414.5t354 148.5q224 0 351.5 -150.5t127.5 -412.5q0 -266 -129 -415.5t-356 -149.5q-143 0 -252 69t-167 198t-58 298zM223 545q0 -224 98.5 -349.5t278.5 -125.5t278.5 125.5t98.5 349.5q0 225 -99.5 349t-279.5 124t-277.5 -123.5t-97.5 -349.5z M264 1243q10 111 63 174.5t137 63.5q48 0 88 -25t82 -59q34 -28 66 -50t61 -22q46 0 77 36.5t48 119.5h76q-16 -116 -69 -177t-132 -61q-36 0 -75 18.5t-101 71.5q-32 26 -62.5 46t-62.5 20q-45 0 -75 -34.5t-48 -121.5h-73z" />
<glyph unicode="&#xf6;" horiz-adv-x="1200" d="M119 545q0 266 129 414.5t354 148.5q224 0 351.5 -150.5t127.5 -412.5q0 -266 -129 -415.5t-356 -149.5q-143 0 -252 69t-167 198t-58 298zM223 545q0 -224 98.5 -349.5t278.5 -125.5t278.5 125.5t98.5 349.5q0 225 -99.5 349t-279.5 124t-277.5 -123.5t-97.5 -349.5z M346 1389q0 46 15.5 66t47.5 20q64 0 64 -86t-64 -86q-63 0 -63 86zM727 1389q0 46 15.5 66t47.5 20q64 0 64 -86t-64 -86q-63 0 -63 86z" />
<glyph unicode="&#xf7;" d="M111 682v82h948v-82h-948zM504 371q0 98 80 98q82 0 82 -98q0 -53 -23.5 -76t-58.5 -23q-34 0 -57 23t-23 76zM504 1075q0 99 80 99q82 0 82 -99q0 -52 -23.5 -75t-58.5 -23q-34 0 -57 23t-23 75z" />
<glyph unicode="&#xf8;" horiz-adv-x="1200" d="M119 545q0 266 129 414.5t354 148.5q179 0 301 -104l96 124l74 -55l-104 -137q112 -147 112 -391q0 -266 -129 -415.5t-356 -149.5q-173 0 -291 98l-86 -113l-72 58l93 120q-121 153 -121 402zM223 545q0 -200 78 -322l543 705q-98 90 -246 90q-180 0 -277.5 -123.5 t-97.5 -349.5zM362 152q94 -82 238 -82q180 0 278.5 125.5t98.5 349.5q0 190 -72 309z" />
<glyph unicode="&#xf9;" horiz-adv-x="1208" d="M170 377v710h98v-704q0 -164 69 -238.5t214 -74.5q194 0 285.5 98t91.5 319v600h98v-1087h-84l-18 150h-6q-106 -170 -377 -170q-371 0 -371 397zM304 1552v17h142q26 -48 98.5 -142t142.5 -170v-16h-69q-96 79 -188.5 171.5t-125.5 139.5z" />
<glyph unicode="&#xfa;" horiz-adv-x="1208" d="M170 377v710h98v-704q0 -164 69 -238.5t214 -74.5q194 0 285.5 98t91.5 319v600h98v-1087h-84l-18 150h-6q-106 -170 -377 -170q-371 0 -371 397zM495 1241v16q73 79 144.5 171.5t97.5 140.5h141v-17q-36 -52 -122.5 -138t-190.5 -173h-70z" />
<glyph unicode="&#xfb;" horiz-adv-x="1208" d="M170 377v710h98v-704q0 -164 69 -238.5t214 -74.5q194 0 285.5 98t91.5 319v600h98v-1087h-84l-18 150h-6q-106 -170 -377 -170q-371 0 -371 397zM313 1241v16q62 67 131.5 156t110.5 156h98q68 -120 242 -312v-16h-70q-122 101 -221 207q-108 -114 -221 -207h-70z" />
<glyph unicode="&#xfc;" horiz-adv-x="1208" d="M170 377v710h98v-704q0 -164 69 -238.5t214 -74.5q194 0 285.5 98t91.5 319v600h98v-1087h-84l-18 150h-6q-106 -170 -377 -170q-371 0 -371 397zM350 1389q0 46 15.5 66t47.5 20q64 0 64 -86t-64 -86q-63 0 -63 86zM731 1389q0 46 15.5 66t47.5 20q64 0 64 -86t-64 -86 q-63 0 -63 86z" />
<glyph unicode="&#xfd;" horiz-adv-x="940" d="M0 1087h102l230 -610q105 -281 133 -379h6q42 129 137 385l230 604h102l-487 -1263q-59 -154 -99 -208t-93.5 -81t-129.5 -27q-57 0 -127 21v86q58 -16 125 -16q51 0 90 24t70.5 74.5t72.5 160.5l54 142zM361 1241v16q73 79 144.5 171.5t97.5 140.5h141v-17 q-36 -52 -122.5 -138t-190.5 -173h-70z" />
<glyph unicode="&#xfe;" horiz-adv-x="1219" d="M182 -492v2048h99v-391l-7 -247h7q114 190 368 190q220 0 335.5 -144.5t115.5 -420.5q0 -268 -121.5 -415.5t-331.5 -147.5q-251 0 -366 188h-7l3 -84q4 -74 4 -162v-414h-99zM281 541q0 -255 85.5 -364t278.5 -109q167 0 258.5 124t91.5 347q0 479 -348 479 q-193 0 -279.5 -105t-86.5 -354v-18z" />
<glyph unicode="&#xff;" horiz-adv-x="940" d="M0 1087h102l230 -610q105 -281 133 -379h6q42 129 137 385l230 604h102l-487 -1263q-59 -154 -99 -208t-93.5 -81t-129.5 -27q-57 0 -127 21v86q58 -16 125 -16q51 0 90 24t70.5 74.5t72.5 160.5l54 142zM214 1389q0 46 15.5 66t47.5 20q64 0 64 -86t-64 -86 q-63 0 -63 86zM595 1389q0 46 15.5 66t47.5 20q64 0 64 -86t-64 -86q-63 0 -63 86z" />
<glyph unicode="&#x131;" horiz-adv-x="463" d="M182 0v1087h99v-1087h-99z" />
<glyph unicode="&#x152;" horiz-adv-x="1839" d="M129 735q0 347 174.5 545.5t480.5 198.5q78 0 183 -17h747v-94h-655v-553h616v-94h-616v-627h655v-94h-756q-76 -16 -176 -16q-305 0 -479 200t-174 551zM240 733q0 -315 140.5 -484t401.5 -169q109 0 174 18v1266q-62 16 -172 16q-262 0 -403 -167.5t-141 -479.5z" />
<glyph unicode="&#x153;" horiz-adv-x="1942" d="M119 545q0 266 129 414.5t354 148.5q151 0 251 -70t157 -209q110 279 399 279q192 0 303 -134t111 -364v-80h-762q2 -230 100.5 -345t276.5 -115q93 0 163.5 13t178.5 56v-90q-92 -40 -170 -54.5t-172 -14.5q-156 0 -266.5 67.5t-165.5 198.5q-59 -128 -158 -197 t-252 -69q-143 0 -252 69t-167 198t-58 298zM223 545q0 -224 98.5 -349.5t278.5 -125.5q174 0 265 122.5t91 352.5q0 224 -93 348.5t-265 124.5q-180 0 -277.5 -123.5t-97.5 -349.5zM1065 618h653q0 189 -82 295.5t-227 106.5q-155 0 -242 -104t-102 -298z" />
<glyph unicode="&#x178;" horiz-adv-x="1081" d="M0 1462h117l426 -800l428 800h110l-487 -897v-565h-105v557zM288 1727q0 46 15.5 66t47.5 20q64 0 64 -86t-64 -86q-63 0 -63 86zM669 1727q0 46 15.5 66t47.5 20q64 0 64 -86t-64 -86q-63 0 -63 86z" />
<glyph unicode="&#x2c6;" horiz-adv-x="1182" d="M299 1241v16q62 67 131.5 156t110.5 156h98q68 -120 242 -312v-16h-70q-122 101 -221 207q-108 -114 -221 -207h-70z" />
<glyph unicode="&#x2da;" horiz-adv-x="1182" d="M371 1456q0 94 60 152.5t157 58.5t157 -59t60 -152q0 -97 -60 -155t-157 -58t-157 58t-60 155zM451 1456q0 -66 37.5 -103.5t99.5 -37.5t99.5 37.5t37.5 103.5q0 64 -39 101.5t-98 37.5q-62 0 -99.5 -38t-37.5 -101z" />
<glyph unicode="&#x2dc;" horiz-adv-x="1182" d="M283 1243q10 111 63 174.5t137 63.5q48 0 88 -25t82 -59q34 -28 66 -50t61 -22q46 0 77 36.5t48 119.5h76q-16 -116 -69 -177t-132 -61q-36 0 -75 18.5t-101 71.5q-32 26 -62.5 46t-62.5 20q-45 0 -75 -34.5t-48 -121.5h-73z" />
<glyph unicode="&#x2000;" horiz-adv-x="953" />
<glyph unicode="&#x2001;" horiz-adv-x="1907" />
<glyph unicode="&#x2002;" horiz-adv-x="953" />
<glyph unicode="&#x2003;" horiz-adv-x="1907" />
<glyph unicode="&#x2004;" horiz-adv-x="635" />
<glyph unicode="&#x2005;" horiz-adv-x="476" />
<glyph unicode="&#x2006;" horiz-adv-x="317" />
<glyph unicode="&#x2007;" horiz-adv-x="317" />
<glyph unicode="&#x2008;" horiz-adv-x="238" />
<glyph unicode="&#x2009;" horiz-adv-x="381" />
<glyph unicode="&#x200a;" horiz-adv-x="105" />
<glyph unicode="&#x2010;" horiz-adv-x="659" d="M92 512v82h475v-82h-475z" />
<glyph unicode="&#x2011;" horiz-adv-x="659" d="M92 512v82h475v-82h-475z" />
<glyph unicode="&#x2012;" horiz-adv-x="659" d="M92 512v82h475v-82h-475z" />
<glyph unicode="&#x2013;" horiz-adv-x="1024" d="M82 512v82h860v-82h-860z" />
<glyph unicode="&#x2014;" horiz-adv-x="2048" d="M82 512v82h1884v-82h-1884z" />
<glyph unicode="&#x2018;" horiz-adv-x="297" d="M29 981q32 112 81.5 251t92.5 230h65q-30 -101 -64.5 -257t-45.5 -244h-117z" />
<glyph unicode="&#x2019;" horiz-adv-x="297" d="M29 961q29 96 61 241.5t49 259.5h117l12 -20q-75 -265 -174 -481h-65z" />
<glyph unicode="&#x201a;" horiz-adv-x="451" d="M68 -263q29 96 61 241.5t49 259.5h117l12 -20q-75 -265 -174 -481h-65z" />
<glyph unicode="&#x201c;" horiz-adv-x="614" d="M29 981q32 112 81.5 251t92.5 230h65q-30 -101 -64.5 -257t-45.5 -244h-117zM346 981q34 120 83 255t91 226h66q-30 -98 -63 -248.5t-48 -252.5h-117z" />
<glyph unicode="&#x201d;" horiz-adv-x="614" d="M29 961q29 96 61 241.5t49 259.5h117l12 -20q-75 -265 -174 -481h-65zM346 961q30 98 63 248.5t48 252.5h116l13 -20q-36 -128 -85 -261t-89 -220h-66z" />
<glyph unicode="&#x201e;" horiz-adv-x="768" d="M68 -263q29 96 61 241.5t49 259.5h117l12 -20q-75 -265 -174 -481h-65zM385 -263q30 98 63 248.5t48 252.5h116l13 -20q-36 -128 -85 -261t-89 -220h-66z" />
<glyph unicode="&#x2022;" horiz-adv-x="770" d="M231 748q0 89 40.5 134.5t113.5 45.5t113.5 -47t40.5 -133q0 -85 -41 -133t-113 -48t-113 47t-41 134z" />
<glyph unicode="&#x2026;" horiz-adv-x="1466" d="M162 78q0 98 80 98q82 0 82 -98t-82 -98q-80 0 -80 98zM651 78q0 98 80 98q82 0 82 -98t-82 -98q-80 0 -80 98zM1141 78q0 98 80 98q82 0 82 -98t-82 -98q-80 0 -80 98z" />
<glyph unicode="&#x202f;" horiz-adv-x="381" />
<glyph unicode="&#x2039;" horiz-adv-x="524" d="M82 516v27l309 393l62 -43l-254 -363l254 -362l-62 -43z" />
<glyph unicode="&#x203a;" horiz-adv-x="524" d="M72 168l254 362l-254 363l61 43l309 -391v-27l-309 -393z" />
<glyph unicode="&#x2044;" horiz-adv-x="246" d="M-332 0l811 1462h94l-811 -1462h-94z" />
<glyph unicode="&#x205f;" horiz-adv-x="476" />
<glyph unicode="&#x2074;" horiz-adv-x="688" d="M25 827v60l407 581h96v-563h129v-78h-129v-241h-90v241h-413zM129 905h309v221q0 132 8 232q-6 -12 -21.5 -35.5t-295.5 -417.5z" />
<glyph unicode="&#x20ac;" d="M74 528v82h172q-4 38 -4 113l4 102h-172v82h184q39 272 183 425t362 153q88 0 161 -17t148 -57l-39 -86q-132 72 -270 72q-174 0 -288 -125.5t-155 -364.5h502v-82h-510l-4 -104v-24q0 -65 4 -87h449v-82h-443q30 -217 147.5 -338.5t301.5 -121.5q148 0 287 65v-94 q-81 -34 -150.5 -46.5t-140.5 -12.5q-228 0 -367.5 140t-181.5 408h-180z" />
<glyph unicode="&#x2122;" horiz-adv-x="1485" d="M10 1384v78h522v-78h-219v-643h-86v643h-217zM608 741v721h125l221 -606l224 606h125v-721h-86v398l4 207h-7l-227 -605h-74l-221 609h-6l4 -201v-408h-82z" />
<glyph unicode="&#x2212;" d="M111 682v82h948v-82h-948z" />
<glyph unicode="&#xe000;" horiz-adv-x="1085" d="M0 1085h1085v-1085h-1085v1085z" />
<glyph unicode="&#xfb01;" horiz-adv-x="1077" d="M29 1001v58l202 37v84q0 200 73.5 293.5t240.5 93.5q90 0 180 -27l-23 -86q-80 25 -159 25q-116 0 -164.5 -68.5t-48.5 -222.5v-101h256v-86h-256v-1001h-99v1001h-202zM782 1389q0 96 63 96q31 0 48.5 -25t17.5 -71q0 -45 -17.5 -71t-48.5 -26q-63 0 -63 97zM796 0v1087 h99v-1087h-99z" />
<glyph unicode="&#xfb02;" horiz-adv-x="1077" d="M29 1001v58l202 37v84q0 200 73.5 293.5t240.5 93.5q90 0 180 -27l-23 -86q-80 25 -159 25q-116 0 -164.5 -68.5t-48.5 -222.5v-101h256v-86h-256v-1001h-99v1001h-202zM796 0v1556h99v-1556h-99z" />
<glyph unicode="&#xfb03;" horiz-adv-x="1692" d="M29 1001v58l202 37v84q0 200 73.5 293.5t240.5 93.5q90 0 180 -27l-23 -86q-80 25 -159 25q-116 0 -164.5 -68.5t-48.5 -222.5v-101h256v-86h-256v-1001h-99v1001h-202zM643 1001v58l202 37v84q0 200 73.5 293.5t240.5 93.5q90 0 180 -27l-23 -86q-80 25 -159 25 q-116 0 -164.5 -68.5t-48.5 -222.5v-101h256v-86h-256v-1001h-99v1001h-202zM1397 1389q0 96 63 96q31 0 48.5 -25t17.5 -71q0 -45 -17.5 -71t-48.5 -26q-63 0 -63 97zM1411 0v1087h99v-1087h-99z" />
<glyph unicode="&#xfb04;" horiz-adv-x="1692" d="M29 1001v58l202 37v84q0 200 73.5 293.5t240.5 93.5q90 0 180 -27l-23 -86q-80 25 -159 25q-116 0 -164.5 -68.5t-48.5 -222.5v-101h256v-86h-256v-1001h-99v1001h-202zM643 1001v58l202 37v84q0 200 73.5 293.5t240.5 93.5q90 0 180 -27l-23 -86q-80 25 -159 25 q-116 0 -164.5 -68.5t-48.5 -222.5v-101h256v-86h-256v-1001h-99v1001h-202zM1411 0v1556h99v-1556h-99z" />
</font>
</defs></svg>

After

Width:  |  Height:  |  Size: 55 KiB

BIN
stylesheets/fonts/OpenSans-Light-webfont.ttf

Binary file not shown.

BIN
stylesheets/fonts/OpenSans-Light-webfont.woff

Binary file not shown.

246
stylesheets/forest.css

@ -0,0 +1,246 @@
/*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;*/
}
@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');
}
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:#59B451;
}
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;*/
}

BIN
stylesheets/img/matrix.jpg

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB

BIN
stylesheets/img/matrix_yellow.gif

Binary file not shown.

After

Width:  |  Height:  |  Size: 132 KiB

3
stylesheets/jungle.css

@ -84,6 +84,9 @@ div.ban {
div.ban p {
color: black;
}
.topbar {
background-image: url('img/jungle_td.png');
}
div.pages {
padding: 7px 5px;
color: #054500;

303
stylesheets/kalyx_theme.css

@ -0,0 +1,303 @@
/**
* dark.css
* Stolen from circlepuller who stole it from derpcat
*/
body
{
background: #1E1E1E;
color: #999999;
font-family: sans-serif;
font-size: 11px;
}
span.quote
{
color:#B8D962;
}
@font-face
{
font-family: 'lain';
src: url('./fonts/nrdyyh.woff') format('woff'),
url('./fonts/tojcxo.TTF') format('truetype');
}
h1
{
font-family: 'lain', tahoma;
letter-spacing: -2px;
font-size: 20pt;
text-align: center;
color: #32DD72;
}
header div.subtitle
{
color: #32DD72;
}
div.title
{
color: #32DD72;
font-family: Arial, Helvetica, sans-serif;
}
div.title p
{
font-size: 10px;
}
a:link, a:visited, p.intro a.email span.name
{
color: #CCCCCC;
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;
font-family: sans-serif;
text-decoration: none;
text-shadow: 0px 0px 5px #fff;
}
a.post_no
{
color: #AAA;
text-decoration: none;
}
p.intro a.post_no:hover
{
color: #32DD72!important;
}
div.post.reply
{
background: #181818;
border: #555555 0px solid;
width:100%;
}
div.postcontainer
{
width:100%;
}
div.body
{
width:100%;
}
div.sidearrows
{
display:none;
}
div.post.reply.highlighted
{
background: #555;
border: transparent 1px solid;
}
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: #32DD72;
}
p.intro span.subject
{
font-size: 12px;
font-family: sans-serif;
color: #446655;
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: #333333!important;
color: #CCCCCC!important;
border: #666666 1px solid!important;
}
input[type="password"]
{
background: #333333!important;
color: #CCCCCC!important;
border: #666666 1px solid!important;
}
form table tr th
{
background: #333333!important;
color: #AAAAAA!important;
border: #333333 1px solid!important;;
}
div.banner
{
background: #E04000;
border: 1px 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;
}
.topbar
{
background: #333;
border-bottom: 0px solid #666;
widh:100%;
}
div.pages
{
color: #AAA;
background: #333;
border: #666 1px solid;
font-family: sans-serif;
font-size: 10pt;
}
div.pages a.selected
{
color: #CCC;
}
hr
{
height: 0px;
border: #333 1px solid;
}
div.boardlist
{
color: #999;
}
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 h2:not(:nth-child(1))
{
border-top: 1px 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;
}

5
stylesheets/miku.css

@ -70,7 +70,10 @@ div.ban h2 {
background: #B6DDDE;
color: #0093AB;
}
.topbar {
background: #B6DDDE;
border-bottom: 1px solid #8FCCCD;
}
div.pages {
color: #8899AA;
background: #B6DDDE;

97
stylesheets/poison.css

@ -0,0 +1,97 @@
/**
* volafile.css fuck you
color change by kalyx
*/
@import url("/stylesheets/dark.css");
@font-face
{
font-family: "DejaVuSansMono";
src: url("/stylesheets/fonts/DejaVuSansMono.ttf") format("truetype");
}
@font-face
{
font-family: 'lain';
src: url('./fonts/nrdyyh.woff') format('woff'),
url('./fonts/tojcxo.TTF') format('truetype');
}
body
{
background: #140f16;
color: #D794F2;
font-size: 12px;
}
.boardlist
{
text-shadow: none!important;
}
header h1, header div.subtitle, form table tr th, form table tr td input
{
color: #D794F2!important;
}
header h1
{
font-family: "lain",sans-serif;
font-style: normal;
font-weight: 400;
font-size: 28px;
letter-spacing: 0px;
margin-top: calc(-16px / 3 - 6.5px);
}
p.intro span.subject {
color: #32BFAB;
}
div.topbar, input[type="text"], select, form table tr th, form table tr td input[type="text"], form table tr td textarea, div.post.reply, [type="submit"], input[type="password"], div.pages
{
background: #29202D!important;
border-color: #29202D!important;
color: #D794F2!important;
}
div.post.reply.highlighted{
background-color: #29202D!important;
}
form table tr td input[type="text"]:focus, form table tr td textarea:focus
{
border-color: #5E7F9F!important;
}
input[type="submit"][name="post"]
{
color: #3A4040!important;
background-color: #29202D!important;
border-color: #29202D!important;
}
.blotter
{
color: #00ff00!important;
}
hr {
border-color: #29202D;
}
a
{
color: #32BFAB!important;
}
p.intro span.name
{
color: #D794F2;
}
span.quote {
color: #E6E1E9;
}
span[style="color:orange;font-weight:bold"]
{
color: #D880FC!important;
}
a:hover, p.intro a.post_no:hover
{
color: #EDEDED!important;
text-shadow: none!important;
}
i.fa
{
color: #29202D;
}

157
stylesheets/style.css

@ -9,6 +9,7 @@ body {
margin: 0px;
padding-left: 5px;
padding-right: 5px;
padding-top: 32px;
}
img[alt="mascot"] {
display: block;
@ -44,8 +45,9 @@ textarea{
input:not([type="checkbox"]) {
height: 22px;
}
textarea, input {
box-sizing: border-box;
textarea, input:not([type="file"]) {
-moz-box-sizing: border-box!important;
box-sizing: border-box!important;
border: 1px solid #AAA;
padding: 2px 4px 3px 4px;
background-color: white;
@ -92,6 +94,9 @@ a, a:visited {
p.intro a.post_no, p.intro a.email, p.intro a.post_anchor {
color: #ff0000;
}
p.intro > a:nth-child(5) {
margin-left: 0.6em;
}
a.post_no {
text-decoration: none;
margin: 0;
@ -118,6 +123,7 @@ p.intro time, p.intro a.ip-link, p.intro a.capcode {
}
.badges {
text-align: center;
clear: both;
}
h2 {
color: #AF0A0F;
@ -166,7 +172,7 @@ header div.subtitle {
}
p.fileinfo {
display: block;
margin: 0 0 0 20px;
margin: 0 0 0px 0px;
}
div.post p.fileinfo {
padding-left: 5px;
@ -178,8 +184,7 @@ div.banner {
font-weight: bold;
text-align: center;
margin: 0 auto;
width: 384px;
height: 20px;
height: 14px;
}
div.banner, div.banner a {
color: white;
@ -193,16 +198,21 @@ img.banner, img.board_image {
border: 1px solid #666;
margin: 12px auto 0 auto;
max-width: 100%!important;
clear: both;
}
img.post-image {
display: block;
float: left;
margin: 10px;
margin: 5px 10px 5.5px 19px;
border: none;
}
div.post img.post-image {
padding: 5px;
margin: 5px 20px 0 0;
padding-left: 0;
margin: 4px 10px 0 0;
}
div.post.reply img.post-image {
margin-left: 19px;
}
div.post img.icon {
display: inline;
@ -227,7 +237,9 @@ p.intro {
}
input.delete {
float: left;
margin: 1px 6px 0 0;
margin: 0px 6px 0 0;
position: relative;
top: 2px;
}
p.intro span.subject {
color: #0F0C5D;
@ -241,7 +253,7 @@ p.intro span.capcode, p.intro a.capcode, p.intro a.nametag {
color: #F00000;
margin-left: 0;
}
p.intro a {
p.intro .mentioned a{
margin-left: 8px;
}
div.delete {
@ -254,14 +266,28 @@ div.delete :not([type="submit"]):not([type="checkbox"]) {
div.delete [type="submit"] {
margin-left: 2px;
}
div.sidearrows {
float: left;
font-size: 12px;
margin-right: 5px;
margin-top: 4px;
}
div.postcontainer
{
display: inline-block;
white-space: nowrap;
}
div.post.reply p {
margin: 0.3em 0 0 0;
margin: 3px 0 0 0;
}
div.post.reply p.fileinfo {
margin-left: -3.5px;
}
div.post.reply div.body {
margin-left: 1.8em;
margin-top: 0.8em;
margin-left:19px;
margin-top: 9px;
padding-right: 3em;
padding-bottom: 0.3em;
padding-bottom: 8px;
}
pre {
overflow: auto;
@ -273,15 +299,16 @@ div.post.reply div.body a {
color: #D00;
}
div.post {
max-width: 97%;
max-width: calc(100% - 48px);
}
div.post div.body {
word-wrap: break-word;
white-space: ppre-wrap;
white-space: pre-wrap;
margin-left: 19px;
}
div.post.reply {
background: #D6DAF0;
margin: 1.5px 16px;
margin: 1.5px 10px 1.5px 0px;
padding: 0.2em 0.6em 0.5em 0.6em;
border-width: 1px;
border-style: none solid solid none;
@ -297,6 +324,7 @@ span.quote {
span.omitted {
display: block;
margin-top: 1em;
opacity: 0.7;
}
br.clear {
clear: left;
@ -332,6 +360,7 @@ div.ban h2 {
background: #98E;
color: black;
font-size: 12pt;
word-wrap: break-word;
}
div.ban p {
font-size: 12px;
@ -383,18 +412,41 @@ table.test td img {
fieldset label {
display: block;
}
.topbar {
width: 100%;
left: 0px;
text-align: center;
position: fixed;
top: 0px;
z-index: 3;
display: table;
background-color: #D6DAF0;
border-bottom: 1px solid #B7C5D9;
}
.topbar > :not(script) {
display: table-cell;
vertical-align: middle;
}
div.pages, div.boardlist {
padding: 2px 0px 3px 5px;
min-height: 17px!important;
}
div.pages {
color: #89A;
background: #D6DAF0;
display: inline;
padding: 8px;
background: transparent!important;
border-right: 1px solid #B7C5D9;
border-bottom: 1px solid #B7C5D9;
border-width: 0 0 0 0!important;
}
@media screen and (max-width: 800px) {
div.pages.top {
display: none !important;
}
div.pages.top {
font-size: 10pt;
text-align: left;
}
.pages:nth-child(1) {
white-space: nowrap;
width: 1%;
}
div.pages a.selected {
color: black;
@ -412,20 +464,47 @@ div.pages form input {
margin: 0 5px;
display: inline;
}
div.boardlist {
color: #89A;
font-size: 10pt;
margin-top: 0px;
text-align: center;
margin: 0 auto;
}
/*@media screen and (max-width: 920px) {
.boardlist {
clear: both;
white-space: normal;
}
}*/
#style-select {
font-size: 10pt;
z-index: 2;
margin-top: 5px;
text-align: right;
white-space: nowrap;
width: 1%;
}
#style-select select {
margin-right: -1px;
padding: 3px 4px 3px 4px;
margin-bottom: -1px;
margin-top: -1px;
}
hr {
border: none;
border-top: 1px solid #B7C5D9;
height: 0;
clear: left;
}
div.boardlist {
color: #89A;
font-size: 9pt;
margin-top: 3px;
text-align: center;
}
/*#boardfront .boardlist {
bottom: 28px;
margin-bottom: -28px;
}*/
div.boardlist.bottom {
margin-top: 20px;
margin-top: 0px;
clear: right;
}
div.boardlist a {
text-decoration: none;
@ -512,6 +591,9 @@ table.mod.config-editor input[type="text"] {
text-align: center;
overflow: hidden;
}
.reply-hidden {
background-color: red!important;
}
#attention_bar_form {
display: none;
padding: 0;
@ -771,3 +853,18 @@ form.ban-appeal textarea {
span.sub {
white-space: nowrap;
}
@media (max-width: 600px) {
span.sub:nth-child(4){
white-space: normal;
}
pages.top :nth-child(1) {
white-space: normal;
}
}
#irc-text { mask: url("/irc.svg#mask");
-webkit-mask-image: url("/irc.svg"); }

4
stylesheets/terminal_purple.css

@ -7,10 +7,10 @@ div.post.reply div.body a:link:hover, div.post.reply div.body a:visited:hover,
table.modlog tr th, p.intro span.name, p.intro a.capcode, p.intro a.nametag,
div.pages a.selected, p.intro a.email, p.intro a.email span.name,
p.intro a.email:hover, p.intro a.email:hover span.name,
div.boardlist input[type="text"], textarea, select, input[type="password"],
div.boardlist input[type="text"], form table tr td input[type="text"], textarea, select, input[type="password"],
form table tr th, input[type="submit"], input[type="submit"]:hover, div.pages
{
color: #8725EC;
color: #8725EC!important;
}
.boardlist, div.blotter, header div.subtitle, h1, span.quote

84
stylesheets/volafile.css

@ -0,0 +1,84 @@
/**
* volafile.css fuck you
*/
@import url("/stylesheets/dark.css");
@font-face
{
font-family: "Open Sans Light";
src: url("/stylesheets/fonts/OpenSans-Light-webfont.eot") format("embedded-opentype"), url("/stylesheets/fonts/OpenSans-Light-webfont.woff") format("woff"), url("/stylesheets/fonts/OpenSans-Light-webfont.ttf") format("truetype"), url("/stylesheets/fonts/OpenSans-Light-webfont.svg#OpenSansLight") format("svg");
}
body
{
background: #395168;
color: #E0E0E0;
}
.boardlist
{
text-shadow: none!important;
}
header h1, header div.subtitle, form table tr th, form table tr td input
{
color: #E0E0E0!important;
}
header h1
{
font-family: "Open Sans Light",sans-serif;
font-style: normal;
font-weight: 400;
font-size: 32px;
letter-spacing: 0px;
margin-top: calc(-16px / 3 - 6.5px);
}
div.topbar, input[type="text"], select, form table tr th, form table tr td input[type="text"], form table tr td textarea, div.post.reply, [type="submit"], input[type="password"], div.pages
{
background: #435D78!important;
border-color: #486582!important;
color: #E0E0E0!important;
}
div.post.reply.highlighted{
background-color: #486582!important;
}
form table tr td input[type="text"]:focus, form table tr td textarea:focus
{
border-color: #5E7F9F!important;
}
input[type="submit"][name="post"]
{
color: #3A4040!important;
background-color: #DCA1F5!important;
border-color: #DCA1F5!important;
}
.blotter
{
color: #DCA1F5!important;
}
hr {
border-color: #486582;
}
a
{
color: #D8D8D8!important;
}
p.intro span.subject
{
color: #13C15F;
}
p.intro span.name
{
color: #E0E0E0;
}
span[style="color:orange;font-weight:bold"]
{
color: #D880FC!important;
}
a:hover, p.intro a.post_no:hover
{
color: #EDEDED!important;
text-shadow: none!important;
}
i.fa
{
color: #DCA1F5;
}

9
stylesheets/yotsuba.css

@ -27,6 +27,11 @@ p.intro span.subject {
}
form table tr th {
background: #EA8;
color: #800000;
border: 1px solid #800000;
}
textarea:focus, input:not([type="file"]):not([type="checkbox"]):focus, [type="submit"]:hover {
border: 1px solid #EA8;
}
div.ban h2 {
background: #FCA;
@ -38,6 +43,10 @@ div.ban {
div.ban p {
color: black;
}
.topbar {
background-color: #F0E0D6;
border-bottom: 1px solid #D9BFB7;
}
div.pages {
background: #F0E0D6;
border-color: #D9BFB7;

Loading…
Cancel
Save