File: base.css

package info (click to toggle)
simba 0.8.4-4.2
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 540 kB
  • sloc: perl: 2,645; sh: 188; makefile: 53
file content (63 lines) | stat: -rw-r--r-- 1,565 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
* { padding: 0; margin: 0; }

p,dl { margin: 1.618ex 0; }
dd, li { margin-left: 1em; }
h2, h3, h4, h5, h6 { margin-top: 1em; }
input, select, textarea { padding: 1px 0; }
h1 { margin: 1em 0 1em .5em; color: #036; }

body {
	padding: 8px;
	background-color: #fff;
	color: #000;
	font-family: "Trebuchet MS", Verdana, "Bitstream Vera Sans", sans-serif;
}
* html body { font-size: 81.25%; }

img { border: none; }
acronym { cursor: help; }

a:link { color: #036; }
a:visited { color: #666; }
a:hover { color: #f60; }
a:active, a:focus { color: #f00; }

a:hover span.accesskey { text-decoration: underline; }

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	text-decoration: none;
}

.hide {
	overflow: hidden;
	visibility: hidden;
	display: none;
	clear: none;  
}
.error, span.required { color: red; }
.right { text-align: right; }
.center { text-align: center; margin-left: auto; margin-right: auto; }
.top { vertical-align: top; }
.grow { width: 100%; margin-right: 0; margin-left: 0; padding-right: 0; padding-left: 0; }
strong, .strong { font-size: 110%; font-weight: bolder; font-style: normal; }
em { font-size: 100%; font-weight: bolder; font-style: normal; }
.em {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 1ex 2em;
	line-height: 140%;
}
.small { font-size: .85em; }
.fixme {
	padding: 1em;
	color: #900;
	background-color: yellow;
}
img.inline {
    border: none;
    margin-bottom: 1ex;
    display: inline;
}
.inside { list-style-position: inside; }
.fleft	{ float: left;	margin-right: 1em;	}
.fright	{ float: right;	margin-left: 1em;	}