1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76
|
body {position: relative;
margin: 0;
padding: 0;
height: 100%;
width: 100%;
font-family: junicode, gentium, caslon roman, serif;
font-size: medium;
line-height: 1.35em;
background: gray url(parch-dark.jpg) fixed;}
a em {text-decoration: underline; font-style: normal;}
.bktitle {font-style: italic;}
.for {font-style: italic;}
div#menubox {position: absolute;
top: 10px;
margin-left: 10px;
height: auto;
width: 160px;
color: white;
font-size: 10px;
font-family: Verdana, Arial, sans-serif;
line-height: 150%}
body>div#menubox {position: fixed;}
div#menubox h1 {font-size: 10px;
font-family: Verdana, Arial, sans-serif;
margin-top: 15px;
margin-bottom: 5px}
div#menubox a {display: block;
color: white;
text-decoration: none;
padding-top: 5px;
padding-bottom: 5px;}
/* div#menubox a:visited {color: white;
text-decoration: none} */
div#menubox a:hover {color: black;
text-decoration: none;
background: transparent url(parch-light.jpg) repeat-x;}
div#menubox a:focus {text-decoration: none;
color: blue;}
/* div#menubox A:active {color: white;
text-decoration: underline} */
div#content {position: absolute;
top: 10px;
left: 170px;
right: 10px;
height: auto;
background-image: url(parch-light.jpg);
border: solid thin black;
padding: 20px}
div#content h1 {line-height: 125%}
div#content A:link {color: blue;
text-decoration: none}
div#content A:visited {color: blue;
text-decoration: none}
div#content A:hover {color: blue;
text-decoration: underline}
div#content A:active {color: blue;
text-decoration: underline}
|