X-Git-Url: http://gitweb.fperrin.net/?a=blobdiff_plain;f=quotes%2Fstatic%2Fquotes%2Fstyle.css;h=a32d644a5974cc8f842f61d5b190738589510c1a;hb=6a49a8c1fc4489784da44482f0aad9ab491ef0a0;hp=007cfe18af12eaf92e143b26351cf4f9b20e9a6e;hpb=979f7e231fdda726b78bb00914d4a5e22a1d81b7;p=djsite.git diff --git a/quotes/static/quotes/style.css b/quotes/static/quotes/style.css index 007cfe1..a32d644 100644 --- a/quotes/static/quotes/style.css +++ b/quotes/static/quotes/style.css @@ -1,5 +1,12 @@ -a { +body { color: black; + background-color: white; +} + +a { color: black; } + +a:hover { + text-decoration: none; } .quote { @@ -16,3 +23,13 @@ a { .quote .author .name { font-style: italic; } + +.permalink { + font-size: 0.8em; + text-align: right; +} + +.hidden_details { + /* displayed through Javascript */ + display: none; +}