-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathmain.css
More file actions
67 lines (60 loc) · 1.33 KB
/
main.css
File metadata and controls
67 lines (60 loc) · 1.33 KB
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
body {
color:#666666;
font-family:Verdana,Arial,Tahoma,sans-serif;
font-size:13px;
}
.visualPadding {padding:10px}
h1,h2{border-bottom:1px solid #CCCCCC}
label {width:130px;float:left}
#content {
margin:0 auto;
width:990px;
}
#header,#contentCenter,#footer{
border-radius:5px;
-moz-border-radius:5px;
border:1px solid #CCCCCC;
margin-bottom:10px;
}
#header,#footer {
text-align:center;
}
#header {
}
#header h1 {
font: italic bold 30px Verdana,Arial,Tahoma,sans-serif
}
#contentCenter {
}
#footer {
}
div.code {border:1px solid #666666;background:none;overflow:visible; padding:10px;font-size:10px;margin: 10px 0}
/*
*
* demonstrations
*
*/
/* rr.popupMessage - Classe Auxiliar */
.rrPopupMessageAux {
border: 4px solid #9393FF;
background: #E1E1FF;
}
.rrPopupMessageAux .text {
color: #6666CC;
border: 1px solid #9393FF;
background: #FFFFFF;
}
.rrPopupMessageAux .button {
color:#6666EE;
background:#E1E1FF;
border-right:1px solid #9393FF;
border-bottom:1px solid #9393FF;
}
/* rr.popupMessage - Classe Auxiliar FIM */
/* rr.popupFrame - Clase Auxiliar */
.rrPopupFrameAux {
color: #6666CC;
background: #E1E1FF;
border: 3px solid #9393FF;
}
/* rr.popupFrame - Clase Auxiliar FIM */