Smol style tweaks
This commit is contained in:
parent
2338fdcafa
commit
9db2a541b6
|
@ -27,7 +27,9 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
background-image: url('/images/background_stars_anm.gif');
|
/* background-image: url('/images/background_stars_anm.gif'); */
|
||||||
|
/* Was feelin this for September idk */
|
||||||
|
background-image: url('/images/topwwbackground.gif');
|
||||||
width: 95vmin;
|
width: 95vmin;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
font-family: 'w95fa', sans-serif;
|
font-family: 'w95fa', sans-serif;
|
||||||
|
@ -51,8 +53,6 @@ a:hover, button, input[type="checkbox"] {
|
||||||
cursor: url('/cursors/finger.cur'), auto;
|
cursor: url('/cursors/finger.cur'), auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
img { max-width: 100%; }
|
|
||||||
|
|
||||||
blockquote {
|
blockquote {
|
||||||
border-left: solid black;
|
border-left: solid black;
|
||||||
padding-left: 0.25em;
|
padding-left: 0.25em;
|
||||||
|
@ -62,3 +62,8 @@ blockquote {
|
||||||
p, h1, h2, h3, h4, h5, h6, label, code, ul, ol { cursor: text; }
|
p, h1, h2, h3, h4, h5, h6, label, code, ul, ol { cursor: text; }
|
||||||
|
|
||||||
ol, ul { padding-left: 1.25em; }
|
ol, ul { padding-left: 1.25em; }
|
||||||
|
|
||||||
|
img {
|
||||||
|
cursor: url('/cursors/arrow.cur'), auto;
|
||||||
|
max-width: 100%;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user