]> gitweb.fluxo.info Git - lorea/saravea_theme.git/commitdiff
changed blockquote and code styles
authorfoockinho <foockinho@lorea.org>
Fri, 24 Aug 2012 06:29:13 +0000 (08:29 +0200)
committerfoockinho <foockinho@lorea.org>
Fri, 24 Aug 2012 06:29:13 +0000 (08:29 +0200)
views/default/css/elements/buttons.php
views/default/css/elements/components.php
views/default/css/elements/navigation.php
views/default/css/elements/typography.php
views/default/n1_theme/css.php

index 3d309b8a3ff82e32ff206d0ad10b64b9fcca9e92..c2c813e13be43cf1e37d12f9b3693fc05442d3b3 100644 (file)
@@ -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;
index de7838aaa66969f386651c8a59e8f3f49dbeddeb..156fe455bfc4a1550b406eea9ab4e21fd1cf607b 100644 (file)
        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;
 }
 
 /* ***************************************
index 3bbf8fa571eaacb03c7b5068f1ea30dc408066b2..149fb0b76b14b3b2863243cad24b23eb5e17b434 100644 (file)
 *************************************** */
 .elgg-menu-owner-block li a {
        display: block;
+       font-weight: bold;
        
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
index a89c60935bcece86f8a33043f93361781cc8b417..943f323d4f37d8858075db747343e63f918e2915 100644 (file)
@@ -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(<?php echo elgg_get_site_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 {
index da08f8ccf2ee7314f99b7d176e4f4fe52e58e483..f3ef7ec1f58642d24ee99d9a813e39d6f61e42e4 100644 (file)
        color: #333;
 }
 
+#profile-details h2 {
+       font-weight: bold;
+}
+
 .file-photo {
        margin-top: 15px;
 }
        color: #333;
 }
 
-.elgg-gallery .elgg-head {
+ .tidypics-gallery .elgg-head {
        margin: 10px;
 }
+
+#cboxTitle h3 {
+       color: #eee;    
+       font-weight: bold;
+       font-size: 160%;
+}