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

« back to all changes in this revision

Viewing changes to lib/yuilib/3.9.1/build/cssreset-context/reset-context.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
 
/*e
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
 
.yui3-cssreset 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
 
.yui3-cssreset body,
18
 
.yui3-cssreset div,
19
 
.yui3-cssreset dl,
20
 
.yui3-cssreset dt,
21
 
.yui3-cssreset dd,
22
 
.yui3-cssreset ul,
23
 
.yui3-cssreset ol,
24
 
.yui3-cssreset li,
25
 
.yui3-cssreset h1,
26
 
.yui3-cssreset h2,
27
 
.yui3-cssreset h3,
28
 
.yui3-cssreset h4,
29
 
.yui3-cssreset h5,
30
 
.yui3-cssreset h6,
31
 
.yui3-cssreset pre,
32
 
.yui3-cssreset code,
33
 
.yui3-cssreset form,
34
 
.yui3-cssreset fieldset,
35
 
.yui3-cssreset legend,
36
 
.yui3-cssreset input,
37
 
.yui3-cssreset textarea,
38
 
.yui3-cssreset p,
39
 
.yui3-cssreset blockquote,
40
 
.yui3-cssreset th,
41
 
.yui3-cssreset td {
42
 
        margin:0;
43
 
        padding:0;
44
 
}
45
 
.yui3-cssreset table {
46
 
        border-collapse:collapse;
47
 
        border-spacing:0;
48
 
}
49
 
.yui3-cssreset fieldset,
50
 
.yui3-cssreset img {
51
 
        border:0;
52
 
}
53
 
/*
54
 
        TODO think about hanlding inheritence differently, maybe letting IE6 fail a bit...
55
 
*/
56
 
.yui3-cssreset address,
57
 
.yui3-cssreset caption,
58
 
.yui3-cssreset cite,
59
 
.yui3-cssreset code,
60
 
.yui3-cssreset dfn,
61
 
.yui3-cssreset em,
62
 
.yui3-cssreset strong,
63
 
.yui3-cssreset th,
64
 
.yui3-cssreset var {
65
 
        font-style:normal;
66
 
        font-weight:normal;
67
 
}
68
 
 
69
 
.yui3-cssreset ol,
70
 
.yui3-cssreset ul {
71
 
        list-style:none;
72
 
}
73
 
 
74
 
.yui3-cssreset caption,
75
 
.yui3-cssreset th {
76
 
        text-align:left;
77
 
}
78
 
.yui3-cssreset h1,
79
 
.yui3-cssreset h2,
80
 
.yui3-cssreset h3,
81
 
.yui3-cssreset h4,
82
 
.yui3-cssreset h5,
83
 
.yui3-cssreset h6 {
84
 
        font-size:100%;
85
 
        font-weight:normal;
86
 
}
87
 
.yui3-cssreset q:before,
88
 
.yui3-cssreset q:after {
89
 
        content:'';
90
 
}
91
 
.yui3-cssreset abbr,
92
 
.yui3-cssreset acronym {
93
 
        border:0;
94
 
        font-variant:normal;
95
 
}
96
 
/* to preserve line-height and selector appearance */
97
 
.yui3-cssreset sup {
98
 
        vertical-align:text-top;
99
 
}
100
 
.yui3-cssreset sub {
101
 
        vertical-align:text-bottom;
102
 
}
103
 
.yui3-cssreset input,
104
 
.yui3-cssreset textarea,
105
 
.yui3-cssreset select {
106
 
        font-family:inherit;
107
 
        font-size:inherit;
108
 
        font-weight:inherit;
109
 
}
110
 
/*to enable resizing for IE*/
111
 
.yui3-cssreset input,
112
 
.yui3-cssreset textarea,
113
 
.yui3-cssreset select {
114
 
        *font-size:100%;
115
 
}
116
 
/*because legend doesn't inherit in IE */
117
 
.yui3-cssreset legend {
118
 
        color:#000;
119
 
}
120
 
/* YUI CSS Detection Stamp */
121
 
#yui3-css-stamp.cssreset-context { display: none; }