Elgg  Version 1.11
reset.php
Go to the documentation of this file.
1 <?php
8 ?>
9 /* <style> /**/
10 
11 /* ***************************************
12  RESET CSS
13 *************************************** */
14 html, body, div, span, applet, object, iframe,
15 h1, h2, h3, h4, h5, h6, p, blockquote, pre,
16 a, abbr, acronym, address, big, cite, code,
17 del, dfn, em, font, img, ins, kbd, q, s, samp,
18 small, strike, strong, sub, sup, tt, var,
19 dl, dt, dd, ol, ul, li,
21 table, caption, tbody, tfoot, thead, tr, th, td {
22  margin: 0;
23  padding: 0;
24  border: 0;
25  font-weight: inherit;
26  font-style: inherit;
27  font-size: 100%;
28  font-family: inherit;
29  vertical-align: baseline;
30 }
31 body {
32  background-color: white;
33 }
34 <?php // force vertical scroll bar ?>
36  height: 100%;
37  margin-bottom: 1px;
38 }
39 img {
40  border-width:0;
41  border-color:transparent;
42 }
43 /* keep focus styles for a11y
44 :focus {
45  outline: 0 none;
46 }*/
47 ol, ul {
48  list-style: none;
49 }
50 em, i {
51  font-style:italic;
52 }
53 ins {
54  text-decoration:none;
55 }
57  text-decoration:line-through;
58 }
60  font-weight:bold;
61 }
63  border-collapse: collapse;
64  border-spacing: 0;
65 }
67  text-align: left;
68  font-weight: normal;
69  vertical-align: top;
70 }
71 blockquote:before, blockquote:after,
72 q:before, q:after {
73  content: "";
74 }
75 blockquote, q {
76  quotes: "" "";
77 }
78 a {
79  text-decoration: none;
80 }
81 button::-moz-focus-inner,
82 input::-moz-focus-inner {
83  border: 0;
84  padding: 0;
85 }
elgg widget content
Definition: modules.php:171
elgg output dt
Definition: typography.php:142
elgg table alt tr
Definition: admin.php:420
fieldset div
Definition: admin.php:470
label
Definition: admin.php:460
elgg fieldset legend
Definition: admin.php:520
elgg table input[type=checkbox]
Definition: admin.php:400
h6
Definition: admin.php:85
font family
Definition: admin.php:83
ui datepicker td span
Definition: admin.php:634
h1
Definition: admin.php:85
border top
Definition: admin.php:386
elgg menu user li
Definition: admin.php:211
min width
Definition: admin.php:166
p
Definition: admin.php:118
h5
Definition: admin.php:85
elgg fieldset
Definition: admin.php:513
elgg button
Definition: admin.php:527
text decoration
Definition: admin.php:99
h2
Definition: admin.php:85
line height
Definition: admin.php:82
font size
Definition: admin.php:81
margin left
Definition: admin.php:290
content header options form
Definition: admin.php:582
elgg input text
Definition: admin.php:490
h4
Definition: admin.php:85
h3
Definition: admin.php:85
pre
Definition: admin.php:105
code
Definition: admin.php:105
elgg menu widget elgg menu item collapse
Definition: navigation.php:535
font style
Definition: navigation.php:456
vertical align
Definition: reset.php:69
blockquote q
Definition: reset.php:72
td
Definition: reset.php:66
body
Definition: reset.php:35
del
Definition: reset.php:56
b
Definition: reset.php:59
button::moz focus inner
Definition: reset.php:81
strike
Definition: reset.php:56
a
Definition: reset.php:78
th
Definition: reset.php:66
ul
Definition: reset.php:47
ol
Definition: reset.php:47
ins
Definition: reset.php:53
i
Definition: reset.php:50
img
Definition: reset.php:39
html
Definition: reset.php:35
margin bottom
Definition: reset.php:37
font weight
Definition: reset.php:68
strong
Definition: reset.php:59
table
Definition: reset.php:62
border spacing
Definition: reset.php:64
caption
Definition: reset.php:66
blockquote blockquote
Definition: reset.php:71
border color
Definition: reset.php:41
em
Definition: reset.php:50