Elgg
Version 1.11
Main Page
Related Pages
Namespaces
Classes
Files
Examples
File List
File Members
views
default
css
elements
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
39
pre
,
code
{
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
68
blockquote
{
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
: 2
em
;
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 1
em
1
em
}
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
}
Courier
font Courier Courier
Definition:
admin.php:109
dd
elgg plugin contributors elgg plugin contributors dd
Definition:
admin.php:1475
text
elgg input text
Definition:
admin.php:490
body
body
Definition:
admin.php:36
table
elgg output table
Definition:
typography.php:157
position
list style position
Definition:
typography.php:154
loud
elgg loud
Definition:
typography.php:131
ol
elgg output elgg output ol
Definition:
typography.php:145
space
white space
Definition:
typography.php:49
right
margin right
Definition:
admin.php:181
code
code
Definition:
typography.php:39
dt
elgg output dt
Definition:
typography.php:142
em
em
Definition:
admin.php:47
height
line height
Definition:
typography.php:57
weight
font weight
Definition:
typography.php:111
basic
elgg heading basic
Definition:
typography.php:108
img
elgg output img
Definition:
typography.php:164
td
elgg output table td
Definition:
typography.php:160
h5
h5
Definition:
typography.php:77
h2
h2
Definition:
typography.php:77
width
min width
Definition:
admin.php:166
top
border top
Definition:
admin.php:386
blockquote
blockquote
Definition:
typography.php:68
block
clearfix elgg elgg elgg elgg page elgg page elgg elgg elgg elgg col elgg image block
Definition:
admin.php:127
size
font size
Definition:
typography.php:41
wrap
word wrap
Definition:
typography.php:50
pre
pre
Definition:
typography.php:39
monospace
elgg monospace
Definition:
typography.php:64
color
border color
Definition:
admin.php:42
shadow
text shadow
Definition:
typography.php:97
Tahoma
font Tahoma
Definition:
admin.php:83
hover
ui datepicker calendar ui state hover
Definition:
admin.php:646
p
p
Definition:
typography.php:31
Verdana
font Verdana
Definition:
admin.php:83
bottom
padding bottom
Definition:
typography.php:84
family
font family
Definition:
typography.php:96
quiet
elgg quiet
Definition:
typography.php:127
Arial
font Arial
Definition:
admin.php:83
serif
font serif
Definition:
typography.php:96
h3
h3
Definition:
typography.php:77
h4
h4
Definition:
typography.php:77
ul
elgg output ul
Definition:
typography.php:149
decoration
text decoration
Definition:
typography.php:28
site
elgg heading site
Definition:
typography.php:89
x
overflow x
Definition:
typography.php:47
h6
h6
Definition:
typography.php:77
h1
h1
Definition:
typography.php:77
times
font times
Definition:
typography.php:96
main
elgg heading main
Definition:
typography.php:105
a
a
Definition:
admin.php:97
style
font style
Definition:
typography.php:95
left
padding left
Definition:
typography.php:147
help
elgg text help
Definition:
typography.php:121
radius
border radius
Definition:
typography.php:74
type
list style type
Definition:
admin.php:748
subtext
elgg subtext
Definition:
typography.php:114
output
elgg output
Definition:
typography.php:138
Generated on Sat Dec 21 2024 00:00:50 for Elgg by
1.8.11