Private
Public Access
1
0
Files
rowsandall/static/css/text2.css
Sander Roosendaal 4e090781fd first cut at nav bar
2018-09-18 19:14:43 +02:00

160 lines
2.0 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;
}
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
----------------------------------------------
*/
a {
/* color: #fff; */
text-decoration: none;
}
a:visited { color:#000; }
a:link { color: #000; }
a:hover {
text-decoration: underline;
}
p {
/* border: 1px solid #666; */
overflow: hidden;
/* padding: 10px 0; */
text-align: left;
}
i {
text-decoration: none;
font-size: 2em;
color: #27aae1;
}
i:hover {
color: #1c75bc;
}