Elgg
Version 2.3
Main Page
Related Pages
Namespaces
Classes
Files
Examples
File List
File Members
views
default
elements
typography.css.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-
subtext
time
{
122
color
: #666;
123
}
124
125
.elgg-
text
-
help
{
126
display:
block
;
127
font-
size
: 85%;
128
font-
style
: italic;
129
}
130
131
.elgg-
quiet
{
132
color
: #666;
133
}
134
135
.elgg-
loud
{
136
color
: #0054A7;
137
}
138
139
/* ***************************************
140
USER INPUT DISPLAY RESET
141
*************************************** */
142
.elgg-
output
{
143
margin-
top
: 10px;
144
}
145
146
.elgg-
output
dt
{ font-
weight
: bold }
147
.elgg-
output
dd { margin: 0 0 1
em
1
em
}
148
149
.elgg-
output
ul
, .elgg-
output
ol
{
150
margin: 0 1.5em 1.5em 0;
151
padding-
left
: 1.5em;
152
}
153
.elgg-
output
ul
{
154
list-
style
-
type
: disc;
155
}
156
.elgg-
output
ol
{
157
list-
style
-
type
: decimal;
158
list-
style
-
position
: inside;
159
padding-
left
: .4em;
160
}
161
.elgg-
output
table
{
162
border: 1px solid #ccc;
163
}
164
.elgg-
output
table
td
{
165
border: 1px solid #ccc;
166
padding: 3px 5px;
167
}
168
.elgg-
output
img
{
169
max-
width
: 100%;
170
height
:
auto
;
171
}
quiet
elgg quiet
Definition:
typography.css.php:131
img
elgg output img
Definition:
typography.css.php:168
ol
elgg output elgg output ol
Definition:
typography.css.php:149
Arial
font Arial
Definition:
admin.css.php:83
td
elgg output table td
Definition:
typography.css.php:164
blockquote
blockquote
Definition:
typography.css.php:68
Tahoma
font Tahoma
Definition:
admin.css.php:83
decoration
text decoration
Definition:
typography.css.php:28
style
font style
Definition:
typography.css.php:95
main
elgg heading main
Definition:
typography.css.php:105
color
border color
Definition:
admin.css.php:42
em
em
Definition:
admin.css.php:47
loud
elgg loud
Definition:
typography.css.php:135
serif
font serif
Definition:
typography.css.php:96
a
a
Definition:
admin.css.php:97
left
padding left
Definition:
typography.css.php:151
help
elgg text help
Definition:
typography.css.php:125
height
line height
Definition:
typography.css.php:57
site
elgg heading site
Definition:
typography.css.php:89
type
list style type
Definition:
admin.css.php:808
h5
h5
Definition:
typography.css.php:77
Verdana
font Verdana
Definition:
admin.css.php:83
h4
h4
Definition:
typography.css.php:77
Courier
font Courier Courier
Definition:
admin.css.php:109
table
elgg output table
Definition:
typography.css.php:161
hover
ui datepicker calendar ui state hover
Definition:
admin.css.php:692
shadow
text shadow
Definition:
typography.css.php:97
family
font family
Definition:
typography.css.php:96
wrap
word wrap
Definition:
typography.css.php:50
code
code
Definition:
typography.css.php:39
block
clearfix elgg elgg elgg elgg page elgg page elgg elgg elgg elgg col elgg image block
Definition:
admin.css.php:127
space
white space
Definition:
typography.css.php:49
right
margin right
Definition:
admin.css.php:181
p
p
Definition:
typography.css.php:31
basic
elgg heading basic
Definition:
typography.css.php:108
output
elgg output
Definition:
typography.css.php:142
times
font times
Definition:
typography.css.php:96
size
font size
Definition:
typography.css.php:41
text
elgg input text
Definition:
admin.css.php:505
h2
h2
Definition:
typography.css.php:77
width
min width
Definition:
admin.css.php:166
h1
h1
Definition:
typography.css.php:77
time
elgg subtext time
Definition:
typography.css.php:121
position
list style position
Definition:
typography.css.php:158
x
overflow x
Definition:
typography.css.php:47
dt
elgg output dt
Definition:
typography.css.php:146
pre
pre
Definition:
typography.css.php:39
monospace
elgg monospace
Definition:
typography.css.php:64
weight
font weight
Definition:
typography.css.php:111
radius
border radius
Definition:
typography.css.php:74
h3
h3
Definition:
typography.css.php:77
h6
h6
Definition:
typography.css.php:77
body
body
Definition:
admin.css.php:36
bottom
padding bottom
Definition:
typography.css.php:84
top
border top
Definition:
admin.css.php:390
ul
elgg output ul
Definition:
typography.css.php:153
subtext
elgg subtext
Definition:
typography.css.php:114
Generated on Sat Dec 21 2024 00:01:05 for Elgg by
1.8.11