File: common.css

package info (click to toggle)
mlton 20100608-5.1
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 36,628 kB
  • ctags: 70,047
  • sloc: ansic: 18,441; lisp: 2,879; makefile: 1,572; sh: 1,326; pascal: 256; asm: 97
file content (135 lines) | stat: -rw-r--r-- 1,577 bytes parent folder | download | duplicates (5)
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
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
/*  common.css - MoinMoin Default Styles

    Copyright (c) 2001, 2002, 2003 by Jrgen Hermann
*/

/* content styles */

/* survey */
input[type="checkbox"] {
	vertical-align: middle;
}
input[type="radio"] {
	vertical-align: 10%;
}

div.improvements table {
	border-width: 0px;
}

div.improvements td {
	border-width: 0px;
	text-align: center;
	width: 1.5em;
}

div.improvements td.improvement-description {
	padding-left: 1em;
	text-align: left;
	width: 20em;
}

span.importance {
	color: red;
	font-size: 75%;
	vertical-align: middle;
}

span.improvement-group {
	font-weight: bold;
}

div.lines table {
	border-width: 0px;
}
div.lines td {
	border-width: 0px;
	text-align: center;
	width: 4em;
}
div.years table {
	border-width: 0px;
}
div.years td {
	border-width: 0px;
	text-align: center;
	width: 3em;
}
/* end survey */

html {
	background-color: white;
	color: black;
}

h2 {
	font-size: 130%;
}

h3 {
	font-size: 1.3em;
}

h4, h5, h6 {
	font-size: 1em;
}

li p {
	margin: .2em 0;
}

li.gap {
    margin-top: 8pt;
}
    
a img {
	border: 0;
}

img.drawing {
	border: 0;
}

dt {
	font-weight: bold;
}

pre {
	padding: .5em;
    white-space: pre-wrap;
}

#content {
    /* style for content generated by wiki markup */
}

.footnotes ul {
	padding: 0 2em;
	margin: 0 0 1em;
}

.footnotes li {
	list-style: none;
}

/* eye catchers */
.warning 
{
    color: #000000;
    background-color: #EDD097;
    padding: 1pt;
}

.error 
{
    color: #FF0000;
    background-color: #EDD097;
    padding: 1pt;
}

strong.highlight 
{
    background-color: #FFAA00;
    padding: 1pt;
}