Document publishing directives.
[muse-el.git] / examples / mwolson / stylesheets / common.css
blobaa57e53ce8ca0bb6b4f85a720ed8d8c31efd7ad9
1 /* Michael Olson's tweaked emacs-wiki stylesheet
3 Common elements.
4 */
6 /* Normal elements */
8 a.nonexistent {
9 background-color: white;
10 color: red;
11 font-weight: bold;
14 a.nonexistent:visited {
15 background-color: white;
16 color: red;
19 a.top, a:visited.top, a:link.top {
20 color: #F5DEB3; /* wheat */
21 line-height: 90%;
22 position: relative;
23 text-decoration: none;
24 top: -13px;
27 a:visited {
28 color: #556B2F; /* dark olive green */
31 a {
32 color: #0000CD; /* blue */
35 blockquote {
36 border-left: 2px solid #CCCCCC; /* gray80 */
37 padding: 5px;
38 font-style: italic;
39 margin: 5px 20px;
42 body {
43 background-color: #DCDCDC; /* gainsboro */
44 color: black;
45 margin-left: 2%;
46 margin-right: 2%;
47 margin-top: 1%;
50 dl.contents {
51 margin-top: 0;
54 dt.contents {
55 margin-bottom: .5em;
58 dt {
59 font-weight: bold;
60 margin-top: .5em;
61 padding: 3px;
64 em {
65 font-style: italic;
68 h1 {
69 background-color: #2F4F4F; /* dark slate gray */
70 color: #F5DEB3; /* wheat */
71 border: 1px solid black;
72 font-size: large;
73 overflow: hidden; /* don't crowd the menu */
74 padding: 0;
75 white-space: nowrap;
78 h2 {
79 border-bottom: solid 2px #708090; /* slate gray */
80 font-size: large;
81 margin-top: 2.5em;
82 margin-bottom: .5em;
83 overflow: hidden; /* don't crowd the menu */
84 padding-right: 6px;
87 h3 {
88 border-bottom: solid 1px #708090; /* slate gray */
89 border-right: solid 2px #DCDCDC; /* gainsboro */
90 font-size: medium;
91 margin-top: 2em;
92 margin-bottom: .5em;
93 overflow: hidden; /* don't crowd the menu */
94 padding-right: 6px;
97 h4 {
98 border-bottom: dashed 1px #BEBEBE; /* light gray */
99 border-right: solid 2px #DCDCDC; /* gainsboro */
100 margin-top: 1.5em;
101 margin-bottom: .7em;
102 overflow: hidden; /* don't crowd the menu */
103 padding-right: 6px;
106 img {
107 border: 0;
110 li {
111 line-height: 1.5em;
112 margin-top: .7em;
115 p.verse {
116 line-height: 2em;
117 margin-left: 5%;
121 line-height: 1.5em;
124 pre.example {
125 margin-left: 5%;
126 margin-bottom: 2.5em;
129 pre.verse {
130 font-family: inherit;
131 line-height: 2em;
132 margin-left: 5%;
135 pre {
136 font-family: monospace;
137 margin-left: 5%;
138 white-space: pre;
141 span.footdate {
142 color: red;
145 strong {
146 font-weight: bold;
149 table {
150 overflow: hidden; /* don't crowd the menu */
153 ul {
154 list-style-type: disc;
155 margin-bottom: 1.5em;