Remove Tumblr stuff

This commit is contained in:
Eryn Wells 2017-05-03 08:09:01 -07:00
parent 6e7f761300
commit e6929a467b
3 changed files with 0 additions and 202 deletions

View file

@ -1,69 +0,0 @@
/* Solarized light theme for Google Code Prettifier.
*
* Eryn Wells <eryn@erynwells.me>
*/
/*
SOLARIZED HEX 16/8 TERMCOL XTERM/HEX L*A*B RGB HSB
--------- ------- ---- ------- ----------- ---------- ----------- -----------
base03 #002b36 8/4 brblack 234 #1c1c1c 15 -12 -12 0 43 54 193 100 21
base02 #073642 0/4 black 235 #262626 20 -12 -12 7 54 66 192 90 26
base01 #586e75 10/7 brgreen 240 #585858 45 -07 -07 88 110 117 194 25 46
base00 #657b83 11/7 bryellow 241 #626262 50 -07 -07 101 123 131 195 23 51
base0 #839496 12/6 brblue 244 #808080 60 -06 -03 131 148 150 186 13 59
base1 #93a1a1 14/4 brcyan 245 #8a8a8a 65 -05 -02 147 161 161 180 9 63
base2 #eee8d5 7/7 white 254 #e4e4e4 92 -00 10 238 232 213 44 11 93
base3 #fdf6e3 15/7 brwhite 230 #ffffd7 97 00 10 253 246 227 44 10 99
yellow #b58900 3/3 yellow 136 #af8700 60 10 65 181 137 0 45 100 71
orange #cb4b16 9/3 brred 166 #d75f00 50 50 55 203 75 22 18 89 80
red #dc322f 1/1 red 160 #d70000 50 65 45 220 50 47 1 79 86
magenta #d33682 5/5 magenta 125 #af005f 50 65 -05 211 54 130 331 74 83
violet #6c71c4 13/5 brmagenta 61 #5f5faf 50 15 -45 108 113 196 237 45 77
blue #268bd2 4/4 blue 33 #0087ff 55 -10 -45 38 139 210 205 82 82
cyan #2aa198 6/6 cyan 37 #00afaf 60 -35 -05 42 161 152 175 74 63
green #859900 2/2 green 64 #5f8700 60 -20 65 133 153 0 68 100 60
*/
pre.prettyprint, code.prettyprint {
background-color: #fdf6e3; /* Background: base3 */
border: 1px solid #eee8d5; /* Border: base2 */
border-radius: 3px;
-khtml-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
-webkit-border-radius: 3px;
}
pre.prettyprint code,
code.prettyprint {
white-space: pre-wrap;
}
/* Regular text: base00 */
pre .pun, code .pun,
pre .pln, code .pln { color: #657b83; }
/* Strings and literals, HTML/XML attribute values, decimal values: cyan */
pre .str, code .str,
pre .lit, code .lit,
pre .atv, code .atv,
pre .dec, code .dec { color: #2aa198; }
/* Kewords: green */
pre .kwd, code .kwd { color: #859900; }
/* Comments, HTML/XML attribute names: base1 */
pre .com, code .com,
pre .atn, code .atn { color: #93a1a1; }
/* Types: orange */
pre .typ, code .typ { color: #cb4b16; }
/* HTML/XML tags: blue */
pre .tag, code .tag { color: #268bd2; }
ol.linenums {
margin-top: 0;
margin-bottom: 0;
color: #93a1a1;
}
li.L0, li.L1, li.L2, li.L3, li.L4, li.L5, li.L6, li.L7, li.L8 {
list-style-type: none;
}

View file

@ -1 +0,0 @@
.pln{color:#000}@media screen{.str{color:#080}.kwd{color:#008}.com{color:#800}.typ{color:#606}.lit{color:#066}.pun,.opn,.clo{color:#660}.tag{color:#008}.atn{color:#606}.atv{color:#080}.dec,.var{color:#606}.fun{color:red}}@media print,projection{.str{color:#060}.kwd{color:#006;font-weight:bold}.com{color:#600;font-style:italic}.typ{color:#404;font-weight:bold}.lit{color:#044}.pun,.opn,.clo{color:#440}.tag{color:#006;font-weight:bold}.atn{color:#404}.atv{color:#060}}pre.prettyprint{padding:2px;border:1px solid #888}ol.linenums{margin-top:0;margin-bottom:0}li.L0,li.L1,li.L2,li.L3,li.L5,li.L6,li.L7,li.L8{list-style-type:none}li.L1,li.L3,li.L5,li.L7,li.L9{background:#eee}

View file

@ -1,132 +0,0 @@
@import url(/styles/bootstrap/bootstrap.min.css);
@import url(/styles/main.css);
@import url(/styles/prettify-solarized.css);
@import url(http://fonts.googleapis.com/css?family=Love+Ya+Like+A+Sister);
body {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
h1 a {
color: inherit;
}
h1 a:hover {
color: inherit;
}
h1 small, h2 small {
text-transform: uppercase;
letter-spacing: 1px;
margin-left: 12px;
}
p {
line-height: 1.7em;
}
.nav-inner {
border-bottom: 1px solid #ddd;
}
#masthead {
margin-top: 60px;
padding: 30px 0;
}
#masthead h1 {
font-size: 48px;
}
.post {
font-size: 10pt;
margin: 0;
margin-top: 60px;
margin-bottom: 60px;
}
.post:last-child {
margin-bottom: 0;
}
.post header {
text-align: left;
margin-bottom: 20px;
}
.post header h1 {
font-family: "Love Ya Like A Sister", Georgia, serif;
line-height: 22px;
}
.post header .date {
margin-top: 12px;
text-transform: uppercase;
color: #aaa;
}
.post h1,
.post h2,
.post h3,
.post h4,
.post h5,
.post h6 {
color: #666;
font-size: 12pt;
}
.post h1 {
font-size: 16pt;
}
.post h1 small {
font-size: 9pt;
white-space: nowrap;
}
.post.photo header h1,
.post.photoset header h1 {
display: block;
width: 480px;
margin: 0 auto;
text-align: center;
}
.post code {
white-space: nowrap;
color: inherit;
background-color: inherit;
}
.post footer .nav li a {
padding: 0px;
margin-right: 4px;
}
.post footer .label {
font-size: 12px;
font-weight: normal;
letter-spacing: 1px;
padding: 2px 8px;
}
.post footer .nav li a:hover {
background-color: inherit;
}
/*
* Pagination
*/
#pagination {
padding: 18px 0;
border-top: 1px solid #eee;
}
#pagination #previous {
float: left;
}
#pagination #next {
float: right;
}