From 5a105af7dd71e407953d0209e447ceeaffd869c4 Mon Sep 17 00:00:00 2001 From: foockinho Date: Fri, 24 Aug 2012 08:29:13 +0200 Subject: changed blockquote and code styles --- views/default/css/elements/typography.php | 21 +++++++++++++-------- 1 file changed, 13 insertions(+), 8 deletions(-) (limited to 'views/default/css/elements/typography.php') diff --git a/views/default/css/elements/typography.php b/views/default/css/elements/typography.php index a89c609..943f323 100644 --- a/views/default/css/elements/typography.php +++ b/views/default/css/elements/typography.php @@ -60,10 +60,12 @@ p:last-child { pre, code { font-family: Monaco, "Courier New", Courier, monospace; font-size: 12px; + padding:2px; - background:#EBF5FF; - color:#000000; + background-color:#333; + color:#eee; overflow:auto; + /*box-shadow: 1px 1px 1px #333;*/ overflow-x: auto; /* Use horizontal scroller if needed; for Firefox 2, not needed in Firefox 3 */ @@ -87,15 +89,18 @@ code { } blockquote { + line-height: 1.3em; - padding:3px 15px; - margin:0px 0 15px 0; - background:#EBF5FF; + padding:10px 20px 10px 10px; + margin:5px 5px 15px 20px; + background: #E6D37E url(mod/n1_theme/_graphics/quotes.png) no-repeat right; border:none; + box-shadow: 0px 1px 3px #666; + - -webkit-border-radius: 4px; - -moz-border-radius: 4px; - border-radius: 4px; + -webkit-border-radius: 2px; + -moz-border-radius: 2px; + border-radius: 2px; } h1, h2, h3, h4, h5, h6 { -- cgit v1.2.3