2
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
3
Code licensed under the BSD License:
4
http://developer.yahoo.net/yui/license.txt
7
/* base.css, part of YUI's CSS Foundation */
9
/*18px via YUI Fonts CSS foundation*/
13
/*16px via YUI Fonts CSS foundation*/
17
/*14px via YUI Fonts CSS foundation*/
21
/* top & bottom margin based on font size */
24
h1,h2,h3,h4,h5,h6,strong {
25
/*bringing boldness back to headers and the strong element*/
29
/*indicating to users that more info is available */
30
border-bottom:1px dotted #000;
34
/*bringing italics back to the em element*/
38
/*giving blockquotes and lists room to breath*/
42
/*bringing lists on to the page with breathing room */
46
/*giving OL's LIs generated numbers*/
47
list-style: decimal outside;
50
/*giving UL's LIs generated disc markers*/
51
list-style: disc outside;
54
/*giving UL's LIs generated numbers*/
58
/*borders and padding to make the table readable*/
59
border:1px solid #000;
63
/*distinguishing table headers from data cells*/
68
/*coordinated margin to match cell's padding*/
70
/*centered so it doesn't blend in to other content*/
73
p,fieldset,table,pre {
74
/*so things don't run into each other*/
77
/* setting a consistent width, 160px;
78
control of type=file still not possible */
79
input[type=text],input[type=password],textarea{width:12.25em;*width:11.9em;}