~ubuntu-branches/ubuntu/utopic/moodle/utopic

« back to all changes in this revision

Viewing changes to lib/yuilib/3.9.1/build/cssreset/cssreset.css

  • Committer: Package Import Robot
  • Author(s): Thijs Kinkhorst
  • Date: 2014-05-12 16:10:38 UTC
  • mfrom: (36.1.3 sid)
  • Revision ID: package-import@ubuntu.com-20140512161038-puyqf65k4e0s8ytz
Tags: 2.6.3-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* YUI 3.9.1 (build 5852) Copyright 2013 Yahoo! Inc. http://yuilibrary.com/license/ */
2
 
/*
3
 
        TODO will need to remove settings on HTML since we can't namespace it.
4
 
        TODO with the prefix, should I group by selector or property for weight savings?
5
 
*/
6
 
html{
7
 
        color:#000;
8
 
        background:#FFF;
9
 
}
10
 
/*
11
 
        TODO remove settings on BODY since we can't namespace it.
12
 
*/
13
 
/*
14
 
        TODO test putting a class on HEAD.
15
 
                - Fails on FF. 
16
 
*/
17
 
body,
18
 
div,
19
 
dl,
20
 
dt,
21
 
dd,
22
 
ul,
23
 
ol,
24
 
li,
25
 
h1,
26
 
h2,
27
 
h3,
28
 
h4,
29
 
h5,
30
 
h6,
31
 
pre,
32
 
code,
33
 
form,
34
 
fieldset,
35
 
legend,
36
 
input,
37
 
textarea,
38
 
p,
39
 
blockquote,
40
 
th,
41
 
td {
42
 
        margin:0;
43
 
        padding:0;
44
 
}
45
 
table {
46
 
        border-collapse:collapse;
47
 
        border-spacing:0;
48
 
}
49
 
fieldset,
50
 
img {
51
 
        border:0;
52
 
}
53
 
/*
54
 
        TODO think about hanlding inheritence differently, maybe letting IE6 fail a bit...
55
 
*/
56
 
address,
57
 
caption,
58
 
cite,
59
 
code,
60
 
dfn,
61
 
em,
62
 
strong,
63
 
th,
64
 
var {
65
 
        font-style:normal;
66
 
        font-weight:normal;
67
 
}
68
 
 
69
 
ol,
70
 
ul {
71
 
        list-style:none;
72
 
}
73
 
 
74
 
caption,
75
 
th {
76
 
        text-align:left;
77
 
}
78
 
h1,
79
 
h2,
80
 
h3,
81
 
h4,
82
 
h5,
83
 
h6 {
84
 
        font-size:100%;
85
 
        font-weight:normal;
86
 
}
87
 
q:before,
88
 
q:after {
89
 
        content:'';
90
 
}
91
 
abbr,
92
 
acronym {
93
 
        border:0;
94
 
        font-variant:normal;
95
 
}
96
 
/* to preserve line-height and selector appearance */
97
 
sup {
98
 
        vertical-align:text-top;
99
 
}
100
 
sub {
101
 
        vertical-align:text-bottom;
102
 
}
103
 
input,
104
 
textarea,
105
 
select {
106
 
        font-family:inherit;
107
 
        font-size:inherit;
108
 
        font-weight:inherit;
109
 
}
110
 
/*to enable resizing for IE*/
111
 
input,
112
 
textarea,
113
 
select {
114
 
        *font-size:100%;
115
 
}
116
 
/*because legend doesn't inherit in IE */
117
 
legend {
118
 
        color:#000;
119
 
}
120
 
 
121
 
/* YUI CSS Detection Stamp */
122
 
#yui3-css-stamp.cssreset { display: none; }