diff --git a/blog/blog.css b/blog/blog.css index c01e7f6..dd45436 100644 --- a/blog/blog.css +++ b/blog/blog.css @@ -1,29 +1,99 @@ body { - background:#1c1c1c; - color:#a7d129; - margin:0; - padding:0; + background: #1b1b1b; + color: #a7d129; +/* font-family: 'Inconsolata', monospace; */ + letter-spacing: 1px; + line-height: 1em; + font-family: 'Share Tech Mono', monospace; + font-weight: 300; } + +#content { + padding:5px; + width:100%; + background-color: #1c1d1c; + max-width:1024px; + margin: 24px auto; +} +#header { + width: 100%; + background-color: #191919; + border-bottom: solid 1px black; + border-bottom-right-radius: 2px; + border-bottom-left-radius: 2px; +} +.chunk { + background-color: #181728; + color: aqua; +} + hr{ - color:#32302f; + color: #123321; +} + +/* Textual CSS: */ +h3 { + margin: 2px; + padding: 2px; +} + +h4 { + margin: 1px; + padding: 1px; +} + +em { + color: #CFDF47; + font-weight: lighter; } ul{ list-style: none; + margin-top: 0px; + margin-bottom: 4px; + margin-left: 2px; } + li{ - color:#81b214; + color:#81b214; + font-style: italic; } + a{ - text-decoration:none; - color:#9ede73; + text-decoration: none; + color: #9ede73; } -h1,h2,h3,h4,h5,h6{color:#9ede73;} -h1{margin-bottom:12px !important;} -h4{margin-left:24px;margin-right:24px;} -img{max-width:100%;} -h3{font-size:20pt;width:100%;font-weight:bold;margin-top:32px;margin-bottom:0;} -header{width:100%;max-width:800px;margin:0px auto;padding-top:24px;padding-bottom:8px;} -#footer{padding-top:10px;border-top:solid 1px #666;text-align:center;font-size:small;font-family:"Courier New","Courier",monospace;} -#all_posts{margin-top:24px;margin-bottom:24px;text-align:center;} -.subtitle{font-size:small;margin:12px 0px;} -.content p{margin-left:24px;margin-right:24px;} + +a:hover,active { + color: #9ede73; + font-weight: bold; +} + +/* Block Stuff CSS: */ +img{ + display: block; + margin-left: auto; + margin-right: auto; + padding: 4px; +} + +p { + padding-bottom: 1px; + padding-top: 1px; + margin-top: 0px; + margin-bottom: 0px; +} +header { + width:100%;max-width:800px;margin:0px auto;padding-top:24px;padding-bottom:8px; +} +#footer { + padding-top:10px;border-top:solid 1px #666;text-align:center;font-size:small;font-family:"Courier New","Courier",monospace; +} +#all_posts { + margin-top:24px;margin-bottom:24px;text-align:center; +} +.subtitle { + font-size:small;margin:12px 0px; +} +.content p { + margin-left:24px;margin-right:24px; +} \ No newline at end of file diff --git a/blog/main.css b/blog/main.css index 4e4f37e..677cab7 100644 --- a/blog/main.css +++ b/blog/main.css @@ -1,4 +1,8 @@ -body { +/* READ THIS NOTICE, ATTENTION!! : */ +/*THIS IS LITERALLY THE SAME AS THE ORIGINAL, ALL THE PAGES REFERENCE BOTH THE CSS FILES, SO WE WILL NOT USE THIS ONE AND USE THE blog.css ONE WITH MODIFICATIONS. +NOTE: AGAIN: THIS IS THE ORIGINAL AND blog.css WAS THE EXACT SAME AS THIS. IN CASE (FOR SOME RETARDED UNNECESSARY REASON) YOU WANT TO REVERT IT, USE THIS FILE HERE!*/ + +/*body { background:#1c1c1c; color:#a7d129; margin:0; @@ -31,3 +35,4 @@ blockquote img{margin:12px 0px;} blockquote iframe{margin:12px 0px;} #divbodyholder{padding:5px;width:100%;max-width:874px;margin:24px auto;} #divbody{padding:0px 38px 24px 38px;top:0;} +*/ \ No newline at end of file