-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathyui_base.css
24 lines (20 loc) · 1.19 KB
/
yui_base.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
/*
YUI 3.4.1 (build 4118)
Copyright 2011 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/
h1{font-size:138.5%}h2{font-size:123.1%}h3{font-size:108%}h1,h2,h3{margin:1em 0}h1,h2,h3,h4,h5,h6,strong{font-weight:bold}abbr,acronym{border-bottom:1px dotted #000;cursor:help}em{font-style:italic}blockquote,ul,ol,dl{margin:1em}ol,ul,dl{margin-left:2em}ol{list-style:decimal outside}ul{list-style:disc outside}dl dd{margin-left:1em}th,td{border:1px solid #000;padding:.5em}th{font-weight:bold;text-align:center}caption{margin-bottom:.5em;text-align:center}p,fieldset,table,pre{margin-bottom:1em}input[type=text],input[type=password],textarea{width:12.25em;*width:11.9em}
/*HTML5 element display*/
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section{display:block;}
/*Figures*/
figure {margin: 0;}
/* Utilities */
.lst_reset, .lst_reset li { margin: 0; padding: 0; list-style: none; }
.clear { clear:both; height:1px; margin:0; padding:0; font-size: 1px; line-height: 0; }
/* clearfix for modern browsers */
.cf:before,
.cf:after { content:""; display:table; }
.cf:after { clear:both; }
/* For IE 6/7 (trigger hasLayout) */
.cf { zoom:1; }