|
0
|
1 |
/* |
|
|
2 |
Copyright (c) 2009, Yahoo! Inc. All rights reserved. |
|
|
3 |
Code licensed under the BSD License: |
|
|
4 |
http://developer.yahoo.net/yui/license.txt |
|
|
5 |
version: 3.0.0b1 |
|
|
6 |
build: 1163 |
|
|
7 |
*/ |
|
|
8 |
/* base.css, part of YUI's CSS Foundation */ |
|
|
9 |
.yui-cssbase h1 { |
|
|
10 |
/*18px via YUI Fonts CSS foundation*/ |
|
|
11 |
font-size:138.5%; |
|
|
12 |
} |
|
|
13 |
.yui-cssbase h2 { |
|
|
14 |
/*16px via YUI Fonts CSS foundation*/ |
|
|
15 |
font-size:123.1%; |
|
|
16 |
} |
|
|
17 |
.yui-cssbase h3 { |
|
|
18 |
/*14px via YUI Fonts CSS foundation*/ |
|
|
19 |
font-size:108%; |
|
|
20 |
} |
|
|
21 |
.yui-cssbase h1,.yui-cssbase h2,.yui-cssbase h3 { |
|
|
22 |
/* top & bottom margin based on font size */ |
|
|
23 |
margin:1em 0; |
|
|
24 |
} |
|
|
25 |
.yui-cssbase h1,.yui-cssbase h2,.yui-cssbase h3,.yui-cssbase h4,.yui-cssbase h5,.yui-cssbase h6,.yui-cssbase strong { |
|
|
26 |
/*bringing boldness back to headers and the strong element*/ |
|
|
27 |
font-weight:bold; |
|
|
28 |
} |
|
|
29 |
.yui-cssbase abbr,.yui-cssbase acronym { |
|
|
30 |
/*indicating to users that more info is available */ |
|
|
31 |
border-bottom:1px dotted #000; |
|
|
32 |
cursor:help; |
|
|
33 |
} |
|
|
34 |
.yui-cssbase em { |
|
|
35 |
/*bringing italics back to the em element*/ |
|
|
36 |
font-style:italic; |
|
|
37 |
} |
|
|
38 |
.yui-cssbase blockquote,.yui-cssbase ul,.yui-cssbase ol,.yui-cssbase dl { |
|
|
39 |
/*giving blockquotes and lists room to breath*/ |
|
|
40 |
margin:1em; |
|
|
41 |
} |
|
|
42 |
.yui-cssbase ol,.yui-cssbase ul,.yui-cssbase dl { |
|
|
43 |
/*bringing lists on to the page with breathing room */ |
|
|
44 |
margin-left:2em; |
|
|
45 |
} |
|
|
46 |
.yui-cssbase ol li { |
|
|
47 |
/*giving OL's LIs generated numbers*/ |
|
|
48 |
list-style: decimal outside; |
|
|
49 |
} |
|
|
50 |
.yui-cssbase ul li { |
|
|
51 |
/*giving UL's LIs generated disc markers*/ |
|
|
52 |
list-style: disc outside; |
|
|
53 |
} |
|
|
54 |
.yui-cssbase dl dd { |
|
|
55 |
/*providing spacing for definition terms*/ |
|
|
56 |
margin-left:1em; |
|
|
57 |
} |
|
|
58 |
.yui-cssbase th,.yui-cssbase td { |
|
|
59 |
/*borders and padding to make the table readable*/ |
|
|
60 |
border:1px solid #000; |
|
|
61 |
padding:.5em; |
|
|
62 |
} |
|
|
63 |
.yui-cssbase th { |
|
|
64 |
/*distinguishing table headers from data cells*/ |
|
|
65 |
font-weight:bold; |
|
|
66 |
text-align:center; |
|
|
67 |
} |
|
|
68 |
.yui-cssbase caption { |
|
|
69 |
/*coordinated margin to match cell's padding*/ |
|
|
70 |
margin-bottom:.5em; |
|
|
71 |
/*centered so it doesn't blend in to other content*/ |
|
|
72 |
text-align:center; |
|
|
73 |
} |
|
|
74 |
.yui-cssbase p,.yui-cssbase fieldset,.yui-cssbase table,.yui-cssbase pre { |
|
|
75 |
/*so things don't run into each other*/ |
|
|
76 |
margin-bottom:1em; |
|
|
77 |
} |
|
|
78 |
/* setting a consistent width, 160px; |
|
|
79 |
control of type=file still not possible */ |
|
|
80 |
.yui-cssbase input[type=text],.yui-cssbase input[type=password],.yui-cssbase textarea{width:12.25em;*width:11.9em;} |