aboutsummaryrefslogtreecommitdiff
path: root/views/default/css/elements/typography.php
diff options
context:
space:
mode:
Diffstat (limited to 'views/default/css/elements/typography.php')
-rw-r--r--views/default/css/elements/typography.php34
1 files changed, 14 insertions, 20 deletions
diff --git a/views/default/css/elements/typography.php b/views/default/css/elements/typography.php
index d93b28d2c..5c59f1639 100644
--- a/views/default/css/elements/typography.php
+++ b/views/default/css/elements/typography.php
@@ -13,11 +13,11 @@
body {
font-size: 80%;
line-height: 1.4em;
- font-family: "Lucida Grande", Arial, Tahoma, Verdana, sans-serif;
-}
+font-family: "Lucida Grande", Arial, Tahoma, Verdana, sans-serif;
+ }
a {
- color: #4690D6;
+ color:#333333;
}
a:hover,
@@ -35,8 +35,7 @@ p:last-child {
}
pre, code {
- font-family: Monaco, "Courier New", Courier, monospace;
- font-size: 12px;
+ font-size: 11px;
background:#EBF5FF;
color:#000000;
@@ -56,11 +55,10 @@ pre {
}
code {
- padding:2px 3px;
+ padding:1px 3px;
}
.elgg-monospace {
- font-family: Monaco, "Courier New", Courier, monospace;
}
blockquote {
@@ -70,14 +68,11 @@ blockquote {
background:#EBF5FF;
border:none;
- -webkit-border-radius: 4px;
- -moz-border-radius: 4px;
- border-radius: 4px;
}
h1, h2, h3, h4, h5, h6 {
font-weight: bold;
- color: #0054A7;
+ color: #333333;
}
h1 { font-size: 1.8em; }
@@ -88,13 +83,12 @@ h5 { font-size: 0.9em; }
h6 { font-size: 0.8em; }
.elgg-heading-site, .elgg-heading-site:hover {
- font-size: 2em;
- line-height: 1.4em;
- color: white;
- font-style: italic;
- font-family: Georgia, times, serif;
- text-shadow: 1px 2px 4px #333333;
+ font-size: 2.2em;
+ line-height: 1.2em;
text-decoration: none;
+ margin-top:40px;
+ margin-left:40px;
+ float:left;
}
.elgg-heading-main {
@@ -103,7 +97,7 @@ h6 { font-size: 0.8em; }
margin-right: 10px;
}
.elgg-heading-basic {
- color: #0054A7;
+ color: #333333;
font-size: 1.2em;
font-weight: bold;
}
@@ -126,7 +120,7 @@ h6 { font-size: 0.8em; }
}
.elgg-loud {
- color: #0054A7;
+ color: #333333;
}
/* ***************************************
@@ -139,7 +133,7 @@ h6 { font-size: 0.8em; }
.elgg-output dt { font-weight: bold }
.elgg-output dd { margin: 0 0 1em 1em }
-.elgg-output ul, .elgg-output ol {
+.elgg-output ul, ol {
margin: 0 1.5em 1.5em 0;
padding-left: 1.5em;
}