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/buttons.php | 2 +- views/default/css/elements/components.php | 5 +++-- views/default/css/elements/navigation.php | 1 + views/default/css/elements/typography.php | 21 +++++++++++++-------- views/default/n1_theme/css.php | 12 +++++++++++- 5 files changed, 29 insertions(+), 12 deletions(-) diff --git a/views/default/css/elements/buttons.php b/views/default/css/elements/buttons.php index 3d309b8..c2c813e 100644 --- a/views/default/css/elements/buttons.php +++ b/views/default/css/elements/buttons.php @@ -23,7 +23,7 @@ color: #666; text-decoration: none; - box-shadow: 0px 1px 1px #333; + box-shadow: 0px 1px 1px #888; -webkit-border-radius: 5px; diff --git a/views/default/css/elements/components.php b/views/default/css/elements/components.php index de7838a..156fe45 100644 --- a/views/default/css/elements/components.php +++ b/views/default/css/elements/components.php @@ -283,9 +283,10 @@ Image-related *************************************** */ .elgg-photo { - border: 1px solid #ccc; - padding: 3px; + border: 1px solid #CCC; + padding: 1px; background-color: white; + box-shadow: 0px 1px 1px #666; } /* *************************************** diff --git a/views/default/css/elements/navigation.php b/views/default/css/elements/navigation.php index 3bbf8fa..149fb0b 100644 --- a/views/default/css/elements/navigation.php +++ b/views/default/css/elements/navigation.php @@ -503,6 +503,7 @@ *************************************** */ .elgg-menu-owner-block li a { display: block; + font-weight: bold; -webkit-border-radius: 3px; -moz-border-radius: 3px; 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 { diff --git a/views/default/n1_theme/css.php b/views/default/n1_theme/css.php index da08f8c..f3ef7ec 100644 --- a/views/default/n1_theme/css.php +++ b/views/default/n1_theme/css.php @@ -22,6 +22,10 @@ color: #333; } +#profile-details h2 { + font-weight: bold; +} + .file-photo { margin-top: 15px; } @@ -43,6 +47,12 @@ color: #333; } -.elgg-gallery .elgg-head { + .tidypics-gallery .elgg-head { margin: 10px; } + +#cboxTitle h3 { + color: #eee; + font-weight: bold; + font-size: 160%; +} -- cgit v1.2.3