X-Git-Url: http://gitweb.fperrin.net/?p=djsite.git;a=blobdiff_plain;f=quotes%2Fstatic%2Fquotes%2Fstyle.css;h=6898422c211255b696c03672593501c7a5c26ca4;hp=a32d644a5974cc8f842f61d5b190738589510c1a;hb=471c53df73726601ffdbefc3f709ab5b6cb381ff;hpb=f978cf95dcb4b6f1d6d81e94b504d360d2489f54 diff --git a/quotes/static/quotes/style.css b/quotes/static/quotes/style.css index a32d644..6898422 100644 --- a/quotes/static/quotes/style.css +++ b/quotes/static/quotes/style.css @@ -1,6 +1,7 @@ body { color: black; - background-color: white; + background-color: #d6d6d6; + font-family: Calibri, sans-serif; } a { color: black; } @@ -10,14 +11,15 @@ a:hover { } .quote { - background-color: #ffbd33; - border: 3px solid #ff5733; + background-color: #fccb51; + border: 7px solid darkorange; + border-radius: 15px; padding: 1.5em 2em; margin: 2em 30em; } .quote .author { - padding-left: 5em; + text-align: right; } .quote .author .name { @@ -33,3 +35,8 @@ a:hover { /* displayed through Javascript */ display: none; } + +.tag_link { + font-weight: bold; + text-decoration: none; +}