~michael.nelson/ubuntu-webcatalog/1267731-import-sca-apps-error

« back to all changes in this revision

Viewing changes to src/webcatalog/static/yui/3.10.3/build/cssreset-context/cssreset-context.css

  • Committer: Tarmac
  • Author(s): Stephen Stewart
  • Date: 2013-06-26 09:19:32 UTC
  • mfrom: (184.1.4 ubuntu-global-nav)
  • Revision ID: tarmac-20130626091932-8urtuli368k8p7ds
[r=beuno,jonas-drange] add ubuntu global nav to apps.ubuntu.com

Show diffs side-by-side

added added

removed removed

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