move CSS to subdir
This commit is contained in:
11
homepage/css/4chanog.css
Normal file
11
homepage/css/4chanog.css
Normal 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
|
||||
}
|
||||
10
homepage/css/calebmode.css
Normal file
10
homepage/css/calebmode.css
Normal file
@@ -0,0 +1,10 @@
|
||||
body {
|
||||
background-color: #000000;
|
||||
color: #FFFFFF;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
a {
|
||||
color: #FFFFFF;
|
||||
font-weight: normal;
|
||||
}
|
||||
3
homepage/css/givemerights.css
Normal file
3
homepage/css/givemerights.css
Normal file
@@ -0,0 +1,3 @@
|
||||
body {
|
||||
background-image: linear-gradient(#bcdeff, #efdbfc, #bcdeff);
|
||||
}
|
||||
8
homepage/css/lists.css
Normal file
8
homepage/css/lists.css
Normal 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
39
homepage/css/mcupdate.css
Normal 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
3
homepage/css/pink.css
Normal file
@@ -0,0 +1,3 @@
|
||||
body {
|
||||
background-color: #FFDBDB;
|
||||
}
|
||||
10
homepage/css/windowsclassic.css
Normal file
10
homepage/css/windowsclassic.css
Normal file
@@ -0,0 +1,10 @@
|
||||
body {
|
||||
background-color: #3B6EA5;
|
||||
color: #FFFFFF;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
a {
|
||||
color: #FFFFFF;
|
||||
font-weight: normal;
|
||||
}
|
||||
3
homepage/css/yarahmode.css
Normal file
3
homepage/css/yarahmode.css
Normal file
@@ -0,0 +1,3 @@
|
||||
body {
|
||||
background-color: #66AA88;
|
||||
}
|
||||
Reference in New Issue
Block a user