Small fix to make seal work with this: Add <p> in 45_modern/index.html
[dc-seal.git] / css / general.css
blobf5fd1e53c8f5e67496ac30b073ff2a6d6a5e5b65
1 /* link styles */
3 a:link {
4 color: #003399;
5 text-decoration: none;
8 a:visited, a:active { color: maroon;
9 text-decoration: none;
12 a:hover { color: purple;
13 text-decoration: none;
16 .recordlink {
17 font-style:italic;
18 text-transform:capitalize;
21 .songlink {
22 text-transform: capitalize;
25 /* pre styles */
27 pre, .tab, .chords, .verse {
28 font: "Lucida Console","Bitstream Vera Sans Mono","Courier New",Courier,monospace 90%/100%;
29 margin-top: 1.5em;
32 .refrain, .bridge { margin-left: 30px;
35 .bridge2 { margin-left: 60px;
38 .spoken {
39 font-style: italic;
43 /*paragraph styles */
45 body {
46 padding: 0 1em;
49 body, td, p {
50 font-size: 1em;
51 font-family: Georgia,"URW Palladio L",garamond,"book antiqua",serif;
52 margin: 0.7em 0 1em;
55 .first { text-indent: 0px;
58 .stor { font-size: 1.2em;
61 .quote { margin: 20px 2em;
62 font-size: 0.85em;
63 text-indent: 0px;
66 .footnotes {
67 font-size: smaller;
68 width: 80%;
71 h1, h2, h3, h4 {
72 font-family: "URW Gothic L", "Century Gothic", "Avant Garde", verdana, "Trebuchet MS", sans-serif;
73 font-weight:normal;
76 h1 {
77 text-transform: capitalize;
80 .songversion {
81 font-size: 1.4em;
84 .songtitle {
87 .leftcol { float: left;
88 width: 49.9%;
91 .rightcol { width: 49.9%;
92 float: left;
95 abbr {
96 border-bottom-style:dashed;
97 cursor:help;
100 /* Var page elements */
102 .greenbox {
103 background-color:#cc9;
104 text-align:center;
105 font-size:0.9em;
106 border: 2px solid #866;
107 margin: 1em 0;
108 text-indent: 0px;
109 padding: 1em 0;
110 font-family: "URW Gothic L","Century Gothic", verdana, "Trebuchet MS", sans-serif;
113 .greenbox a {
114 display: block;
115 padding: 0 2px;
116 color: #333;
117 border: 1px solid #cc9;
120 .greenbox a:visited {
121 color: #333;
124 .greenbox a:hover {
125 background-color:#FFFFFF;
126 color: maroon;
127 border: 1px solid black;
130 /* misc styles */
132 .dropcap {
133 font-size: 300%;
134 line-height: 90%;
135 float: left;
136 padding-right: 2px;
139 .smallcaps {
140 font-variant: small-caps;
143 hr {
144 margin: 15px 0;
147 .byline {
148 font-size: 0.8em;
149 font-style: italic;
152 .center {
153 text-align:center;
156 .red {color: #FF0000}