Ticket #8431: ScummVM Readme.css

File ScummVM Readme.css, 2.5 KB (added by SF/dflock, 19 years ago)

Css file for new ScummVM HTML readme

Line 
1* {
2 padding: 0;
3 margin: 0;
4}
5body {
6 font-family: "Trebuchet MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
7 font-size: 92%;
8 line-height: 1.3em;
9 text-align: left;
10 margin: 1%;
11 padding-left: 1ex;
12 padding-right: 1ex;
13 margin-top: 1.5em;
14 background-color: #fff;
15 font-weight: normal;
16}
17h1, h2, h3, h4, h5, h6 {
18 font-family: "Trebuchet MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
19 line-height: 1.1em;
20}
21h2, h3, h4 {
22 font-family: "Trebuchet MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
23 font-weight: normal;
24 margin-top: 0.5em;
25 margin-bottom: 0.2em;
26}
27p {
28 margin-top: 0.5ex;
29 text-align: justify;
30 text-indent: 0.5cm;
31}
32p sup, li sup {
33 font-size: 0.83em;
34}
35abbr, acronym {
36 border-bottom: 1px dashed #bbb;
37}
38hr {
39 border-style: none;
40 height: 1px;
41 border-bottom: 1px dotted #bbb;
42 margin: 0.5em 0 0.5em 0;
43}
44h1+hr {
45 border-style: none;
46 height: 2px;
47 border-bottom: 2px dotted #ccc;
48 padding: 0 0 0.3em 0;
49 margin: 0 0 0.8em 0;
50}
51h2+hr,h3+hr,h4+hr {
52 border-style: none;
53 height: 1px;
54 border-bottom: 1px dotted #ccc;
55 padding: 0 0 0.3em 0;
56 margin: 0 0 0.8em 0;
57}
58ol, ul, dl, dd {
59 margin-left: 1.5em;
60}
61dt {
62 font-weight: bold;
63}
64ul {
65 list-style-type: square;
66}
67li ol {
68 list-style-type: lower-roman;
69}
70a img {
71 border: none;
72}
73kbd {
74 font-family: "Bitstream Vera Sans Mono", "Andale Mono", "Courier New", Monaco, monospace;
75 font-size: 0.85em;
76 line-height: 0.8em;
77 padding: 0.1em;
78 background-color: #eee;
79}
80code {
81 font-family: "Bitstream Vera Sans Mono", "Andale Mono", "Courier New", Monaco, monospace;
82 font-size: 0.85em;
83 line-height: 0.8em;
84 padding: 0.1em;
85 background-color: #ffe;
86}
87pre {
88 font-family: "Bitstream Vera Sans Mono", "Andale Mono", "Courier New", Monaco, monospace;
89 font-size: 0.85em;
90 padding: 0.5em 0.1em 0.5em 0.1em;
91 background-color: #ffe;
92 width: 70%;
93 margin: 0 auto 0 2em;
94}
95/* tables */
96table {
97 margin: 0.5em 0 0.5em 2em;
98 border-collapse: collapse;
99 font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
100 color: #333;
101 font-size: 0.85em;
102}
103td {
104 border: 1px solid #ccc;
105 padding: 0.12em;
106 padding-left: 0.2em;
107 vertical-align: top;
108}
109th {
110 border: 1px solid #ccc;
111 text-align: left;
112 background-color: #ccc;
113 padding: 0.2em 0.3em 0.1em 0.3em;
114 color: #333;
115}
116caption {
117 font-size: 0.95em;
118 color: #999;
119 font-style: italic;
120}
121tfoot {
122 background-color: #eee;
123 font-weight: bolder;
124}
125
126/* classes */
127
128.toc, .toc ol li {
129 list-style-type: none;
130}