1
0

move CSS to subdir

This commit is contained in:
Deven Blake
2021-04-05 14:17:38 -04:00
parent 6567edb0ea
commit f35bc435b9
17 changed files with 14 additions and 50 deletions

11
homepage/css/4chanog.css Normal file
View File

@@ -0,0 +1,11 @@
/* is this really an OG 4chan theme?
* screenshots from nov 2003 look like
* this but idk... */
body:
background-color: #000000;
color: #FFFFFF;
h1, h2, h3, .sidebar {
color: #B77F75
}

View File

@@ -0,0 +1,10 @@
body {
background-color: #000000;
color: #FFFFFF;
font-weight: bold;
}
a {
color: #FFFFFF;
font-weight: normal;
}

View File

@@ -0,0 +1,3 @@
body {
background-image: linear-gradient(#bcdeff, #efdbfc, #bcdeff);
}

8
homepage/css/lists.css Normal file
View File

@@ -0,0 +1,8 @@
/* stolen a bit from http://www.lord-enki.net/vt240.css */
tr, td, ul, ol {
outline: 1px solid;
padding-top: 5px;
padding-bottom: 5px;
margin-top: 5px;
margin-bottom: 10px;
}

39
homepage/css/mcupdate.css Normal file
View File

@@ -0,0 +1,39 @@
/* SITE LICENSE DOES NOT APPLY TO THIS FILE.
This file is UNLICENSED. Its copyright belongs to its original creators (NOT
Deven Blake), they are the only ones who can license this file.
mcupdate.css
site theme stolen from mcupdate.tumblr.com --
Photo Minimal
A Tumblr theme by William Rainbird - http://william.rainbird.me
Tweaked for the Minecraft Launcher by Mojang
*/
body {
font-family: sans-serif;
background-color: #222222;
background-image: url('https://static.tumblr.com/qfn3sex/ezom7y7iq/bg_main.png');
color: #e0d0d0;
}
a { color: #aaaaff; }
hr {
border: 0;
color: #111111;
background-color: #111111;
height: 2px;
}
h3 {
color: #ffffff;
font-size: 16px;
}
img {
border:0;
margin:0;
}

3
homepage/css/pink.css Normal file
View File

@@ -0,0 +1,3 @@
body {
background-color: #FFDBDB;
}

View File

@@ -0,0 +1,10 @@
body {
background-color: #3B6EA5;
color: #FFFFFF;
font-weight: bold;
}
a {
color: #FFFFFF;
font-weight: normal;
}

View File

@@ -0,0 +1,3 @@
body {
background-color: #66AA88;
}