static files
[ebuildfind.git] / static / css / text.css
blobb6a687bba455a36cf611ad9106123fd725be221b
1 /*
2 960 Grid System ~ Text CSS.
3 Learn more ~ http://960.gs/
5 Licensed under GPL and MIT.
6 */
8 /* =Basic HTML
9 --------------------------------------------------------------------------------*/
11 body
13 font: 13px/1.5 Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
16 a:focus
18 outline: 1px dotted invert;
23 border-color: #ccc;
24 border-style: solid;
25 border-width: 1px 0 0;
26 clear: both;
27 height: 0;
30 /* =Headings
31 --------------------------------------------------------------------------------*/
35 font-size: 25px;
40 font-size: 23px;
45 font-size: 21px;
50 font-size: 19px;
55 font-size: 17px;
60 font-size: 15px;
63 /* =Spacing
64 --------------------------------------------------------------------------------*/
68 list-style: decimal;
73 list-style: square;
78 margin-left: 30px;
82 dl,
83 hr,
84 h1,
85 h2,
86 h3,
87 h4,
88 h5,
89 h6,
90 ol,
91 ul,
92 pre,
93 table,
94 address,
95 fieldset
97 margin-bottom: 20px;