diff options
Diffstat (limited to 'assets/styles.css')
-rw-r--r-- | assets/styles.css | 43 |
1 files changed, 31 insertions, 12 deletions
diff --git a/assets/styles.css b/assets/styles.css index 94c9dad..864750f 100644 --- a/assets/styles.css +++ b/assets/styles.css @@ -1,5 +1,22 @@ + + + + + + + + + + + html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0} + + +.color-murky-pond { + color: #91947f; +} + body { background-color: #e3ce88; color: #222; @@ -9,6 +26,18 @@ body { header h1 { display: none; } +.code-block { + padding: 12px 16px; + + border: solid 2px #8c6e6e; + border-radius: 6px; + box-shadow: inset 1px 1px 10px #402929; + + background-color: #483f3d; + color: #c9ccb4; + text-shadow: 1px 3px 5px #230f0f; +} + h1, h2, h3, h4, h5, h6 { font-family: "Lucida Grande", "Lucida Sans Unicode", Geneva, sans-serif; } @@ -22,18 +51,8 @@ h2 { font-family: "Monaco", monospace; } -.code-block { - padding: 12px 16px; - border: solid 2px #8c6e6e; - border-radius: 6px; - box-shadow: inset 1px 1px 10px #402929; - background-color: #483f3d; - color: #c9ccb4; - text-shadow: 1px 3px 5px #230f0f; -} -.color-murky-pond { - color: #91947f; -} + + |