New post: I uninstalled my RSS feed reader
This commit is contained in:
parent
3047a3b3fb
commit
7c124593e8
12 changed files with 304 additions and 163 deletions
22
style.css
22
style.css
|
|
@ -1,9 +1,9 @@
|
|||
<!--
|
||||
|
||||
/* "Crow" for Layout V4 */
|
||||
/* "Feathers" for Layout V4 */
|
||||
|
||||
body {
|
||||
background-color: #cecece;
|
||||
background-color: #32838f;
|
||||
font-family: monospace;
|
||||
color: #FFFFFF;
|
||||
max-width:900px;
|
||||
|
|
@ -12,12 +12,18 @@ body {
|
|||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
#index-header {
|
||||
background-image: url("img/feather_red.png"), url("img/feather_blue.png");
|
||||
background-repeat: no-repeat, no-repeat;
|
||||
background-position: left, right;
|
||||
}
|
||||
|
||||
.center {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.index {
|
||||
max-width: 670px;
|
||||
max-width: 551px;
|
||||
}
|
||||
|
||||
a, a:visited {
|
||||
|
|
@ -50,11 +56,15 @@ hr {
|
|||
}
|
||||
|
||||
b, strong {
|
||||
color: #80ff80;
|
||||
color: #fff27b;
|
||||
}
|
||||
|
||||
i, em, code {
|
||||
color: #ccffcc;
|
||||
code {
|
||||
color: #856b88;
|
||||
}
|
||||
|
||||
i, em {
|
||||
color: #e29a87;
|
||||
}
|
||||
|
||||
img.big {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue