homepage/css/default.css

90 lines
1.2 KiB
CSS
Raw Normal View History

2015-03-24 12:13:18 -06:00
/* http://www.colourlovers.com/palette/92095/Giant_Goldfish */
2009-11-10 23:51:08 -07:00
@import "format.css";
2015-03-24 12:13:18 -06:00
html {
background-color: white;
background-image: url("/neale/images/bg.jpg");
background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
background-position: center;
2015-03-24 12:13:18 -06:00
}
body {
2015-03-24 12:13:18 -06:00
background-color: rgba(255, 255, 255, 0.8);
margin: auto;
padding: 1em;
border-radius: 1em;
max-width: 35em;
}
2008-10-27 15:57:45 -06:00
2015-03-20 18:32:15 -06:00
body>h1:first-child, td.main {
2015-03-24 12:13:18 -06:00
background-color: #e0e4cc;
2015-03-20 18:32:15 -06:00
border-radius: 0.5em;
padding: 0em 1em;
margin-top: 0;
2008-10-27 15:57:45 -06:00
}
h1, h2, h3, h4, h5, h6 {
font-family: "URW Gothic L", sans-serif;
2012-03-14 16:33:35 -06:00
font-weight: normal;
2015-03-24 12:13:18 -06:00
color: #fa6900;
2008-10-27 15:57:45 -06:00
}
a {
2015-03-24 12:13:18 -06:00
color: #38d;
2008-10-27 15:57:45 -06:00
text-decoration: none;
}
a:visited {
2015-03-24 15:19:01 -06:00
color: #579;
2008-10-27 15:57:45 -06:00
}
a:hover {
2015-03-24 12:13:18 -06:00
color: #f83;
2008-10-27 15:57:45 -06:00
}
2012-09-11 23:23:44 -06:00
img {
max-width: 60%;
}
2012-12-08 15:30:56 -07:00
img.right {
margin: 1em;
float: right;
}
2015-03-24 12:13:18 -06:00
img.face {
margin: 1em;
width: 10em;
float: left;
}
2008-10-27 15:57:45 -06:00
pre {
background: #ccc;
2014-10-26 20:06:25 -06:00
overflow-x: auto;
2008-10-27 15:57:45 -06:00
}
#nav {
padding: 0;
text-align: center;
2010-05-28 18:03:09 -06:00
border-top: solid black 1px;
2008-10-27 15:57:45 -06:00
}
#nav li {
display: inline;
}
#nav li + li:before {
content: " | ";
2008-10-27 15:57:45 -06:00
}
address {
clear: both;
font-size: small;
2008-10-27 15:57:45 -06:00
}
2015-03-20 18:32:15 -06:00
address a {
margin: 0 2em;
}
address a:before {
padding: 0.5em;
}