Browse Source

Remove CSS external links, replace random filenames, move images into img folder

main
discomrade 2 years ago
committed by -
parent
commit
a01ce77666
  1. 9
      stylesheets/500px.css
  2. 4
      stylesheets/8ch.cyber.css
  3. 4
      stylesheets/cupcake.css
  4. 4
      stylesheets/cyberpunk.css
  5. 4
      stylesheets/dark.css
  6. 4
      stylesheets/dark_red.css
  7. 4
      stylesheets/fauux.css
  8. BIN
      stylesheets/fonts/SourceSansPro.woff2
  9. 0
      stylesheets/fonts/lain.woff
  10. 4
      stylesheets/forest.css
  11. 2
      stylesheets/greybird.css
  12. 4
      stylesheets/heavy_ice.css
  13. BIN
      stylesheets/img/cyber_dot_overlay.png
  14. BIN
      stylesheets/img/line_diagonal.png
  15. BIN
      stylesheets/img/line_double.png
  16. BIN
      stylesheets/img/rainbow_diamonds.jpg
  17. BIN
      stylesheets/img/starry.png
  18. 3
      stylesheets/lainchanjp.css
  19. 4
      stylesheets/mono.e.lain.css
  20. 4
      stylesheets/poison.css
  21. 10
      stylesheets/v8ch.css

9
stylesheets/500px.css

@ -18,7 +18,7 @@ body
html {
/* Size of largest container or bigger */
background-image:url(http://a.pomf.se/qsoodu.png);
background-image:url('img/starry.png');
max-width: 568px;
margin-left: auto;
margin-right: auto;
@ -38,11 +38,10 @@ span.quote
{
color:#6fc58a;
}
@font-face
{
@font-face {
font-family: 'lain';
src: url('./fonts/nrdyyh.woff') format('woff'),
url('./fonts/tojcxo.TTF') format('truetype');
src: url('./fonts/lain.woff') format('woff'),
url('./fonts/lain.TTF') format('truetype');
}
h1
{

4
stylesheets/8ch.cyber.css

@ -161,7 +161,7 @@ background-color: #2b2b2b;
padding: 0;
font-family: "Lucida Console", Monaco, monospace;
font-size: 14px;
background: url("../static/rRLs7q4.png") fixed repeat top #000000;
background: url("img/cyber_dot_overlay.png") fixed repeat top #000000;
float: left;
margin-left: 10px;
margin-right: 35px;
@ -198,7 +198,7 @@ background-color: #2b2b2b;
/*adds horizontal bar below subject*/
p.intro {
background-image: "../static/Ua5aMb0.png";
background-image: "img/line_diagonal.png";
background-repeat: repeat-x;
background-position: bottom;
padding-bottom: 7px;

4
stylesheets/cupcake.css

@ -11,8 +11,8 @@ color change by kalyx
@font-face
{
font-family: 'lain';
src: url('./fonts/nrdyyh.woff') format('woff'),
url('./fonts/tojcxo.TTF') format('truetype');
src: url('./fonts/lain.woff') format('woff'),
url('./fonts/lain.TTF') format('truetype');
}
body {
background: #000000;

4
stylesheets/cyberpunk.css

@ -40,8 +40,8 @@ div.boardlist{
@font-face
{
font-family: 'lain';
src: url('./fonts/nrdyyh.woff') format('woff'),
url('./fonts/tojcxo.TTF') format('truetype');
src: url('./fonts/lain.woff') format('woff'),
url('./fonts/lain.TTF') format('truetype');
}
h1 {
font-family: monospace, Arial;

4
stylesheets/dark.css

@ -15,8 +15,8 @@ body {
@font-face {
font-family: 'lain';
src: url('./fonts/nrdyyh.woff') format('woff'),
url('./fonts/tojcxo.TTF') format('truetype');
src: url('./fonts/lain.woff') format('woff'),
url('./fonts/lain.TTF') format('truetype');
}
h1
{

4
stylesheets/dark_red.css

@ -14,8 +14,8 @@ body {
}
@font-face {
font-family: 'lain';
src: url('./fonts/nrdyyh.woff') format('woff'),
url('./fonts/tojcxo.TTF') format('truetype');
src: url('./fonts/lain.woff') format('woff'),
url('./fonts/lain.TTF') format('truetype');
}
h1
{

4
stylesheets/fauux.css

@ -28,8 +28,8 @@ div.boardlist{
@font-face
{
font-family: 'lain';
src: url('./fonts/nrdyyh.woff') format('woff'),
url('./fonts/tojcxo.TTF') format('truetype');
src: url('./fonts/lain.woff') format('woff'),
url('./fonts/lain.TTF') format('truetype');
}
h1 {
font-family: monospace, Arial;

BIN
stylesheets/fonts/SourceSansPro.woff2

Binary file not shown.

0
stylesheets/fonts/nrdyyh.woff → stylesheets/fonts/lain.woff

4
stylesheets/forest.css

@ -22,8 +22,8 @@ div.boardlist{
@font-face
{
font-family: 'lain';
src: url('./fonts/nrdyyh.woff') format('woff'),
url('./fonts/tojcxo.TTF') format('truetype');
src: url('./fonts/lain.woff') format('woff'),
url('./fonts/lain.TTF') format('truetype');
}
@font-face
{

2
stylesheets/greybird.css

@ -7,7 +7,7 @@ html, body {
@font-face {
font-family: 'lain';
src: url('./fonts/nrdyyh.woff') format('woff'),
src: url('./fonts/lain.woff') format('woff'),
url('./fonts/lain.TTF') format('truetype');
}

4
stylesheets/heavy_ice.css

@ -53,8 +53,8 @@ span.quote
@font-face
{
font-family: 'lain';
src: url('./fonts/nrdyyh.woff') format('woff'),
url('./fonts/tojcxo.TTF') format('truetype');
src: url('./fonts/lain.woff') format('woff'),
url('./fonts/lain.TTF') format('truetype');
}
h1
{

BIN
stylesheets/img/cyber_dot_overlay.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.7 KiB

BIN
stylesheets/img/line_diagonal.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 194 B

BIN
stylesheets/img/line_double.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 171 B

BIN
stylesheets/img/rainbow_diamonds.jpg

Binary file not shown.

After

Width:  |  Height:  |  Size: 117 KiB

BIN
stylesheets/img/starry.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 400 KiB

3
stylesheets/lainchanjp.css

@ -9,7 +9,8 @@ Special thanks to seph, Junk, Kohaku , prometheus ,r0gu3.
@font-face {
font-family: "LoveLetter";
src: url("/stylesheets/fonts/lovelt-webfont.woff2") format('woff2'), url("/stylesheets/fonts/lovelt-webfont.woff") format('woff'), url("/stylesheets/fonts/LoveLetter.TTF") format("truetype");
src: url('./fonts/lain.woff') format('woff'),
url('./fonts/lain.TTF') format('truetype');
font-weight: normal;
font-style: normal;
}

4
stylesheets/mono.e.lain.css

@ -157,7 +157,7 @@ background-color: #cdcdcd;
padding: 0;
font-family: arial, sans-serif;
font-size: 14px;
background: url("../static/OUHu2ki.jpg") fixed repeat top #000000;
background: url("img/rainbow_diamonds.jpg") fixed repeat top #000000;
min-width: 395px;
margin-left: 10px;
margin-right: 35px;
@ -198,7 +198,7 @@ margin-left: 10px;
/*adds horizontal bar below subject*/
p.intro {
background-image: url('https://www.lainchan.org/static/UebGaj5.png');
background-image: url('img/line_double.png');
background-repeat: repeat-x;
background-position: bottom;
min-height: 25px;

4
stylesheets/poison.css

@ -12,8 +12,8 @@ color change by kalyx
@font-face
{
font-family: 'lain';
src: url('./fonts/nrdyyh.woff') format('woff'),
url('./fonts/tojcxo.TTF') format('truetype');
src: url('./fonts/lain.woff') format('woff'),
url('./fonts/lain.TTF') format('truetype');
}
body
{

10
stylesheets/v8ch.css

@ -1,4 +1,12 @@
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro);
/*@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro);*/
/* latin */
@font-face {
font-family: 'Source Sans Pro';
font-style: normal;
font-weight: 400;
src: url('./fonts/SourceSansPro.wolff2') format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
body{
background: #eee !important;

Loading…
Cancel
Save