137 lines
1.7 KiB
CSS
137 lines
1.7 KiB
CSS
/*
|
|
960 Grid System ~ Text CSS.
|
|
Learn more ~ http://960.gs/
|
|
|
|
Licensed under GPL and MIT.
|
|
*/
|
|
|
|
/* `Basic HTML
|
|
----------------------------------------------------------------------------------------------------*/
|
|
|
|
body {
|
|
font: 1.3em/1.5 "Helvetica Neue", Arial, "Liberation Sans", FreeSans, sans-serif;
|
|
}
|
|
|
|
pre,
|
|
code {
|
|
font-family: "DejaVu Sans Mono", Menlo, Consolas, monospace;
|
|
}
|
|
|
|
hr {
|
|
border: 0 solid #ccc;
|
|
border-top-width: 0.1em;
|
|
clear: both;
|
|
height: 0;
|
|
}
|
|
|
|
/* `Headings
|
|
----------------------------------------------------------------------------------------------------*/
|
|
|
|
@media print {
|
|
h1 {
|
|
page-break-before: always;
|
|
page-break-after: avoid;
|
|
}
|
|
|
|
h3, h4 {
|
|
page-break-after: avoid;
|
|
}
|
|
|
|
pre, blockquote, table {
|
|
page-break-inside: avoid;
|
|
}
|
|
|
|
}
|
|
|
|
|
|
h1 {
|
|
/* font-family: Georgia, serif; */
|
|
font-weight: normal;
|
|
/* padding-top: 20px; */
|
|
text-align: left;
|
|
font-size: 2em;
|
|
}
|
|
|
|
h2 {
|
|
/* padding-top: 20px; */
|
|
font-weight: normal;
|
|
text-align: left;
|
|
|
|
font-size: 1.5em;
|
|
}
|
|
|
|
h3 {
|
|
/* padding-top: 20px; */
|
|
font-weight: normal;
|
|
text-align: left;
|
|
font-size: 1em;
|
|
}
|
|
|
|
|
|
|
|
|
|
h4 {
|
|
font-size: 1em;
|
|
}
|
|
|
|
h5 {
|
|
font-size: 1em;
|
|
}
|
|
|
|
h6 {
|
|
font-size: 1em;
|
|
}
|
|
|
|
|
|
/* `Spacing
|
|
----------------------------------------------------------------------------------------------------*/
|
|
|
|
ol {
|
|
list-style: decimal;
|
|
}
|
|
|
|
ul {
|
|
list-style: disc;
|
|
}
|
|
|
|
li {
|
|
margin-left: 30px;
|
|
}
|
|
|
|
p,
|
|
dl,
|
|
hr,
|
|
h1,
|
|
h2,
|
|
h3,
|
|
h4,
|
|
h5,
|
|
h6,
|
|
ol,
|
|
ul,
|
|
pre,
|
|
table,
|
|
address,
|
|
fieldset,
|
|
figure {
|
|
margin-bottom: 20px;
|
|
}
|
|
|
|
/* Links
|
|
----------------------------------------------
|
|
*/
|
|
|
|
|
|
p {
|
|
/* border: 1px solid #666; */
|
|
overflow: hidden;
|
|
/* padding: 10px 0; */
|
|
text-align: left;
|
|
}
|
|
|
|
|
|
i {
|
|
font-size: 2em;
|
|
}
|
|
|