File: intro.css

package info (click to toggle)
miro 1.2.3-2
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 60,356 kB
  • ctags: 15,099
  • sloc: cpp: 58,491; python: 40,363; ansic: 796; xml: 265; sh: 197; makefile: 167
file content (82 lines) | stat: -rw-r--r-- 1,041 bytes parent folder | download | duplicates (2)
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
body {
	background: #FFFFFF;
	margin: 0px;
	font: 13px "Lucida Grande", "Lucida Sans", "Trebuchet MS", Arial;
	color: #000000;
	text-decoration: none;
}

#container {
	margin: 0px 0px 10px 0;
}

p {
	margin: 0px 20px 12px 16px;
	padding: 0px;	
	line-height: 16px;
}


h1 {
	font-size: 145%;
	font-weight: bold;
	line-height: 125%;
	color: #000000;
	color: #085ffe;
	background-color: #eff3fe;
	margin: 9px 0px 10px 0px;
	padding: 5px 0px 5px 20px;
	text-align: center;
}

h2 a, h2 a:visited  {
	color: #000000;
}


h3 {
	font-size: 115%;
	font-weight: bold;
	color: #000000;
	margin: 0px 0px 18px 20px;
	padding: 0px;
}

a:link, a:visited, a:active {
	color: #085ffe;
	text-decoration: underline;
}

a:hover {
	color: #085ffe;
	text-decoration: none;
}

.gotoguide {
padding-top: 5px;
text-align: center;
}


#sidebar {
float: right;
margin: 0px 4px 0px 10px;
width: 200px;

}

.captioned_image {
width: 188px;
padding: 5px;
font-size: 12px;
border: 1px solid #d2d2d2;
margin-bottom: 17px;
}

.captioned_image img {

}

img {
	border: 0px;
}