X-Git-Url: http://unremediatedgender.space/source?p=Ultimately_Untrue_Thought.git;a=blobdiff_plain;f=theme%2Fstatic%2Fcss%2Fmain.css;h=92225f98a4a6d244b9bd849724e5dc653239e290;hp=4400a8b4ab916a610ad1f67ccee38f4e7a34a4e2;hb=72cf3c292d57fe82afb4d617bb0b5af835fb9bf2;hpb=bb1151d0705a42e61a664e39913979edffe79318 diff --git a/theme/static/css/main.css b/theme/static/css/main.css index 4400a8b..92225f9 100644 --- a/theme/static/css/main.css +++ b/theme/static/css/main.css @@ -1,12 +1,3 @@ -/* -Colors : -- #40403F -- #4D4D4C -- #7F7F7E -- #E5E5E3 -- #F0F0F0 -*/ - /* Imports */ @import url("pygment.css"); @@ -41,7 +32,7 @@ body { } header { - background-color: #101030; + background-color: #101010; height: 50px; line-height: 50px; padding: 0 1em; @@ -128,8 +119,6 @@ h1, h2, h3, h4, h5, h6 { h1 { font-size: 2em; - margin: 0.67em 0; - padding: 0.7em 0 0.3em; } h1 a { @@ -152,8 +141,8 @@ a { a:hover, a:active { text-decoration: none; - border-bottom: 1px dotted #4271AE; - color: #4271AE; + border-bottom: 1px dotted #C07095; + color: #C07095; } .literal { @@ -176,7 +165,6 @@ pre { } hr { - margin: 40px 5% 60px 5%; color: #d6d6d6; box-shadow: 0.1em 0.1em 0.1em #EFEFEF; border-radius: 5px; @@ -194,6 +182,7 @@ article.summary > div { margin-left: 28%; } +article .metadata, article.full .metadata, article.summary .metadata { padding: 1%; @@ -202,6 +191,7 @@ article.summary .metadata { font-style: italic; } +article .metadata, article.full .metadata { width: 25%; float: right; @@ -218,6 +208,15 @@ article.summary .metadata { margin: 0; } + +blockquote { + background: #F0F0F0; + border-left: 10px solid #C07095; + margin: 1.5em 10px; + padding: 0.5em 10px; +} + + /* Listings */ ol.archive li {