Proyectos de Subversion LeadersLinked - Backend

Rev

| Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
16825 efrain 1
body {
2
	padding: 10px;
3
	font-family: Verdana;
4
	font-size: small;
5
}
6
 
7
h4 {
8
	font-size: inherit`;
9
	font-variant: small-caps;
10
}
11
 
12
.height {
13
	width: 100%;
14
	margin-bottom: 10px;
15
	float: left;
16
	clear: both;
17
}
18
 
19
.bottom {
20
	height: 400px;
21
	width: 100%;
22
	margin-bottom: 10px;
23
	float: left;
24
	clear: both;
25
}
26
 
27
body > button {
28
	float: left;
29
	clear: right;
30
	margin: 3px;
31
}
32
 
33
.subhead {
34
	margin: 3px 0 5px 0;
35
	font-weight: bolder;
36
	color: #116;
37
	font-family: Arial;
38
	font-size: 10pt;
39
}
40
 
41
a {
42
	color: #55b;
43
}
44
 
45
pre {
46
	font-size: 10pt;
47
	font-weight: bold;
48
}
49
 
50
.inset {
51
	padding-left: 18px;
52
}
53
 
54
.box {
55
	border: 1px solid #777;
56
	padding: 10px;
57
	margin: 5px 0 30px;
58
}
59
 
60
.box div {
61
	margin: 3px 0 10px 0;
62
}
63
 
64
.box .label {
65
	margin: 0;
66
	padding: 10px 0 0 0;
67
	font-style: italic;
68
	color: #55b;
69
}
70
 
71
.box.label {
72
	font-style: italic;
73
	color: #55b;
74
}
75
 
76
.desc {
77
	font-style: italic;
78
	margin: 0 0 15px;
79
	color: #116;
80
}
81
 
82
pre {
83
	border-left: 3px solid #aaa;
84
	padding: 10px;
85
	margin-bottom: 30px;
86
}
87
 
88
.indexitems {
89
	list-style-type: none;
90
	padding-left: 10px;
91
	margin: 0 0 20px;
92
}
93
 
94
.indexitems li {
95
	margin-top: 14px;
96
}
97
 
98
.indexitems .inset {
99
	margin-top: 6px;
100
}
101
 
102
h3 {
103
	margin-bottom: 10px;
104
	font-size: 11pt;
105
}
106
 
107
select {
108
	margin-bottom: 15px;
109
	width: 200px;
110
}