You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
aney.co.uk/css/style.css

201 lines
2.6 KiB
CSS

/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;
}
body {
line-height: 1;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
html{
overflow-y: scroll; /* Invalid? But it works */
font-size: 1em;
}
html,body{
background: #282828;
font-family: 'Open Sans', sans-serif;
}
.main{
max-width: 960px;
padding: 0 1%;
margin: 0 auto;
}
/* Text */
h1, h2, h3, h4, h5{
color: #98971a;
font-weight: bold;
margin: 0.25em 0;
}
p{
color: #a89984;
margin: 0.5em 0;
}
ul p{
margin: 0.1em 0;
}
h1{
font-size: 2em;
text-align: center;
margin-bottom: 1em;
}
h2{
font-size: 1.4em;
}
h3{
font-size: 1.2em;
}
p{
line-height: 1.2em;
}
/* Links */
a{
text-decoration: none;
color: #458588;
}
a:hover{
color: #b16286;
}
.anchor, .anchor:hover{
color: #98971a;
cursor: default;
}
/* Lists */
ul{
}
/* Positions */
section, article{
margin-bottom: 2em;
}
.item{
margin-left: 1em;
margin-bottom: 1em;
}
/* Stuff */
.home h2{
font-size: 1em;
}
/* Footer */
footer{
margin: 0 auto;
text-align: center;
}
/* Header */
header{
padding: 0.5em 0;
margin-bottom: 2em;
background: #98971a;
}
header *{
vertical-align: middle;
}
header h1{
display: inline-block;
text-align: left;
width: 18.5%;
margin: 0;
font-size: 1.2em;
color: #282828;
}
/* Navigation */
nav{
text-align: right;
display: inline-block;
width: 80%;
}
nav ul{
display: inline-block;
margin-left: 0;
list-style-type: none;
}
nav ul li p{
display: inline-block;
}
nav ul li{
display: inline-block;
}
nav a{
color: #282828;
}
nav a:hover{
color: #d78821;
}
.content-list section{
width: 49.5%;
display: inline-block;
vertical-align: top;
margin-bottom: 0;
}
/* cc241d red
d79921 yellow
689d6a aqua
458588 blue*
purple b16286 */