summaryrefslogtreecommitdiff
path: root/buildscripts/PhpDocumentor/phpDocumentor/Converters/HTML/Smarty/templates/PradoSoft/templates/media/stylesheet.css
blob: 2c08f94f9ef5e5a52dea21206e65c62998ec87fb (plain)
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
BODY, DIV, SPAN, PRE, CODE, TD, TH {
	line-height: 140%;
	font-size: 10pt;
	font-family: verdana,arial,sans-serif;
}

H1 {
	font-size: 12pt;
}

H4 {
	font-size: 10pt;
	font-weight: bold;
}

P.label {
	margin-bottom: 5px;
}
P.dt {
	margin-top: 0px;
	margin-bottom: 0px;
}
P.indent {
	margin-top: 0px;
	margin-left: 20px;
	margin-bottom: 0px;
}
P.method {
	background-color: #f0f0f0;
	padding: 2px;
	border: 1px #cccccc solid;
}

A {
	text-decoration: none;
}

A:link{
	color: #336699;
}

A:visited			{
	color: #003366;
}

A:active, A:hover	{
	color: #6699CC;
}

A:hover{
	text-decoration: underline;
}

SPAN.type			{
	color: #336699;
	font-size: xx-small;
	font-weight: normal;
	}

PRE	{
	background-color: #EEEEEE;
	padding: 10px;
	border-width: 1px;
	border-color: #336699;
	border-style: solid;
}

HR	{
	color: #336699;
	background-color: #336699;
	border-width: 0px;
	height: 1px;
	filter: Alpha (opacity=100,finishopacity=0,style=1);
}

DIV.sdesc			{
	font-weight: bold;
	background-color: #EEEEEE;
	padding: 10px;
	border-width: 1px;
	border-color: #336699;
	border-style: solid;
}

DIV.desc			{
	font-family: monospace;
	background-color: #EEEEEE;
	padding: 10px;
	border-width: 1px;
	border-color: #336699;
	border-style: solid;
}

SPAN.code			{
	font-family: monospace;
}

CODE.varsummarydefault{
	padding: 1px;
	border-width: 1px;
	border-style: dashed;
	border-color: #336699;
}

UL.tute	{
	margin:			0px;
	padding:		0px;
	padding-left:		5px;
	}

LI.tute	{
	line-height: 140%;
	font-size: 10pt;
	text-indent:		-15px;
	padding-bottom:		2px;
	padding-left:		14px;
}

.small{
	font-size: 9pt;
}


.tute-tag { color: #009999 }
.tute-attribute-name { color: #0000FF }
.tute-attribute-value { color: #0099FF }
.tute-entity { font-weight: bold; }
.tute-comment { font-style: italic }
.tute-inline-tag { color: #636311; font-weight: bold }