Elgg  Version 1.9
typography.php
Go to the documentation of this file.
1 <?php
8 ?>
9 /* <style> /**/
10 
11 /* ***************************************
12  Typography
13 *************************************** */
14 body {
15  font-size: 80%;
16  line-height: 1.4em;
17  font-family: "Lucida Grande", Arial, Tahoma, Verdana, sans-serif;
18 }
19 
20 a {
21  color: #4690D6;
22 }
23 
24 a:hover,
25 a:focus,
26 a.selected { <?php //@todo remove .selected ?>
27  color: #555555;
28  text-decoration: underline;
29 }
30 
31 p {
32  margin-bottom: 15px;
33 }
34 
35 p:last-child {
36  margin-bottom: 0;
37 }
38 
40  font-family: Monaco, "Courier New", Courier, monospace;
41  font-size: 12px;
42 
43  background:#EBF5FF;
44  color:#000000;
45  overflow:auto;
46 
47  overflow-x: auto; /* Use horizontal scroller if needed; for Firefox 2, not needed in Firefox 3 */
48 
49  white-space: pre-wrap;
50  word-wrap: break-word; /* IE 5.5-7 */
51 
52 }
53 
54 pre {
55  padding:3px 15px;
56  margin:0px 0 15px 0;
57  line-height:1.3em;
58 }
59 
60 code {
61  padding:2px 3px;
62 }
63 
64 .elgg-monospace {
65  font-family: Monaco, "Courier New", Courier, monospace;
66 }
67 
69  line-height: 1.3em;
70  padding:3px 15px;
71  margin:0px 0 15px 0;
72  background:#EBF5FF;
73  border:none;
74  border-radius: 4px;
75 }
76 
77 h1, h2, h3, h4, h5, h6 {
78  font-weight: bold;
79  color: #0054A7;
80 }
81 
82 h1 { font-size: 1.8em; }
83 h2 { font-size: 1.5em; line-height: 1.1em; padding-bottom:5px}
84 h3 { font-size: 1.2em; }
85 h4 { font-size: 1.0em; }
86 h5 { font-size: 0.9em; }
87 h6 { font-size: 0.8em; }
88 
89 .elgg-heading-site,
90 .elgg-heading-site:hover,
91 .elgg-heading-site:focus {
92  font-size: 2em;
93  line-height: 1.4em;
94  color: white;
95  font-style: italic;
96  font-family: Georgia, times, serif;
97  text-shadow: 1px 2px 4px #333;
98  text-decoration: none;
99 }
100 .elgg-heading-site:hover,
101 .elgg-heading-site:focus {
102  text-shadow: 1px 2px 8px #000;
103 }
104 
105 .elgg-heading-main {
106  margin-right: 10px;
107 }
108 .elgg-heading-basic {
109  color: #0054A7;
110  font-size: 1.2em;
111  font-weight: bold;
112 }
113 
114 .elgg-subtext {
115  color: #666666;
116  font-size: 85%;
117  line-height: 1.2em;
118  font-style: italic;
119 }
120 
121 .elgg-text-help {
122  display: block;
123  font-size: 85%;
124  font-style: italic;
125 }
126 
127 .elgg-quiet {
128  color: #666;
129 }
130 
131 .elgg-loud {
132  color: #0054A7;
133 }
134 
135 /* ***************************************
136  USER INPUT DISPLAY RESET
137 *************************************** */
138 .elgg-output {
139  margin-top: 10px;
140 }
141 
142 .elgg-output dt { font-weight: bold }
143 .elgg-output dd { margin: 0 0 1em 1em }
144 
145 .elgg-output ul, .elgg-output ol {
146  margin: 0 1.5em 1.5em 0;
147  padding-left: 1.5em;
148 }
149 .elgg-output ul {
150  list-style-type: disc;
151 }
152 .elgg-output ol {
153  list-style-type: decimal;
154  list-style-position: inside;
155  padding-left: .4em;
156 }
157 .elgg-output table {
158  border: 1px solid #ccc;
159 }
160 .elgg-output table td {
161  border: 1px solid #ccc;
162  padding: 3px 5px;
163 }
164 .elgg-output img {
165  max-width: 100%;
166  height: auto;
167 }
font Courier Courier
Definition: admin.php:109
elgg plugin contributors elgg plugin contributors dd
Definition: admin.php:1449
elgg input text
Definition: admin.php:478
body
Definition: admin.php:36
elgg output table
Definition: typography.php:157
list style position
Definition: typography.php:154
elgg loud
Definition: typography.php:131
elgg output elgg output ol
Definition: typography.php:145
white space
Definition: typography.php:49
margin right
Definition: admin.php:211
code
Definition: typography.php:39
elgg output dt
Definition: typography.php:142
em
Definition: admin.php:47
line height
Definition: typography.php:57
font weight
Definition: typography.php:111
elgg heading basic
Definition: typography.php:108
elgg output img
Definition: typography.php:164
elgg output table td
Definition: typography.php:160
h5
Definition: typography.php:77
h2
Definition: typography.php:77
min width
Definition: admin.php:166
margin top
Definition: admin.php:192
blockquote
Definition: typography.php:68
clearfix elgg elgg elgg elgg page elgg page elgg elgg elgg elgg col elgg image block
Definition: admin.php:127
font size
Definition: typography.php:41
word wrap
Definition: typography.php:50
pre
Definition: typography.php:39
elgg monospace
Definition: typography.php:64
border color
Definition: admin.php:42
text shadow
Definition: typography.php:97
font Tahoma
Definition: admin.php:83
ui datepicker calendar ui state hover
Definition: admin.php:622
p
Definition: typography.php:31
font Verdana
Definition: admin.php:83
padding bottom
Definition: typography.php:84
font family
Definition: typography.php:96
elgg quiet
Definition: typography.php:127
font Arial
Definition: admin.php:83
font serif
Definition: typography.php:96
h3
Definition: typography.php:77
h4
Definition: typography.php:77
elgg output ul
Definition: typography.php:149
text decoration
Definition: typography.php:28
elgg heading site
Definition: typography.php:89
overflow x
Definition: typography.php:47
h6
Definition: typography.php:77
h1
Definition: typography.php:77
font times
Definition: typography.php:96
elgg heading main
Definition: typography.php:105
a
Definition: admin.php:97
font style
Definition: typography.php:95
padding left
Definition: typography.php:147
elgg text help
Definition: typography.php:121
border radius
Definition: typography.php:74
list style type
Definition: admin.php:724
elgg subtext
Definition: typography.php:114
elgg output
Definition: typography.php:138