-
Notifications
You must be signed in to change notification settings - Fork 0
/
fmorgan.css
115 lines (93 loc) · 2.33 KB
/
fmorgan.css
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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
/* *** Generated by www.csscreator.com *** */
html, body{
margin:0;
padding:0;
padding-bottom:10px;
}
ul {padding: 0; margin: 0; font: 1em sans-serif;}
ul li {list-style-type: none;
position: relative; margin: 0; padding: 0;}
ul ul {display: none;}
ul li:hover > ul {display: block; position: absolute; top: -1px; right: 100%;}
li a {display: block; padding: 5px 5px; text-decoration: none; background: #FFF;}
ul#topmenu li a:hover {background: white;}
a {text-decoration: none; }
#pagewidth{
width:100%;
min-width: 500px;
}
#header{
height:75px;
width:100%;
background-color:#999999;
}
#topnav{
height:30px;
width:100%;
background-color:#000000;
}
/* #leftcol{
width:25px;
float:left;
position:relative;
margin-left:-350px;
margin-right:1px;
}
*/
#outer{
border:solid white 0px;
/*/*/ border-left-width: 50px ; /* left column width. NN4 hack to hide borders */
border-left-color: #FFFFFF; /* left column colour */
border-left-style: solid;
background-color: #FFFFFF; /* center column colour */
width: auto;
}
#footer{
height:75px;
width:100%;
background-color:#999999;
}
#inner{margin:0; width:100%;}
#maincol{
float: left;
width: 100%;
position: relative;
margin: 0 -8px 0 -10px;
}
#outer>#inner { border-bottom: 1px solid #FFFFFF; }
.clr{clear:both;}
.content{ padding:5px;
font-family: sans-serif;
font-size: 12pt;
line-height:150%;}
/*padding for content */
.poemindent { margin-left:3em; }
.title { font-size: 14pt;
line-height: 200%;
}
.limited {color:#CC0000;
font-style:italic;}
img { margin: 10px; }
#header .content{padding-top:20;
padding-bottom:0;
color:#ffffff;
font-family: sans-serif;
font-weight: bold;
font-size: 150%;}
#topnav .content{padding-top:3;
padding-bottom:2;
color:#ffffff;
font-family: sans-serif;
font-weight: bold;
}
.topnavlink A:link {color: white;}
.topnavlink A:visited {color: white;}
.topnavlink A:active {color: white;}
.topnavlink A:hover {text-decoration: none; border-bottom: 1px dotted; color: #6666FF;}
A:hover {border-bottom: 1px dotted;}
/*printer styles*/
@media print{
/*hide the left column when printing*/
#leftcol{display:none;}
#outer{border-left:0;}
}