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;
|
2015-03-24 13:27:29 -06:00
|
|
|
background-position: center;
|
2015-03-24 12:13:18 -06:00
|
|
|
}
|
|
|
|
|
2009-11-10 22:06:12 -07:00
|
|
|
body {
|
2015-03-24 12:13:18 -06:00
|
|
|
background-color: rgba(255, 255, 255, 0.8);
|
|
|
|
margin: auto;
|
|
|
|
padding: 1em;
|
2015-03-24 13:27:29 -06:00
|
|
|
border-radius: 1em;
|
|
|
|
max-width: 35em;
|
2009-11-10 22:06:12 -07:00
|
|
|
}
|
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;
|
2009-11-10 22:06:12 -07:00
|
|
|
margin-top: 0;
|
2008-10-27 15:57:45 -06:00
|
|
|
}
|
|
|
|
|
|
|
|
h1, h2, h3, h4, h5, h6 {
|
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 {
|
2015-03-24 16:51:52 -06:00
|
|
|
background: #e0e4cc;
|
2014-10-26 20:06:25 -06:00
|
|
|
overflow-x: auto;
|
2008-10-27 15:57:45 -06:00
|
|
|
}
|
|
|
|
|
2015-03-24 16:51:52 -06:00
|
|
|
blockquote {
|
|
|
|
background: #e0e4cc;
|
|
|
|
padding: 0.1em 1em;
|
|
|
|
border-radius: 0.4em;
|
|
|
|
}
|
|
|
|
|
2008-10-27 15:57:45 -06:00
|
|
|
#nav {
|
2009-11-10 22:06:12 -07:00
|
|
|
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;
|
|
|
|
}
|
2009-11-10 22:06:12 -07:00
|
|
|
#nav li + li:before {
|
|
|
|
content: " | ";
|
2008-10-27 15:57:45 -06:00
|
|
|
}
|