-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdemos.css
125 lines (104 loc) · 1.91 KB
/
demos.css
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
h1.sezione {
background-color: #cdcdcd;
font-family: tahoma,verdana,arial,helvetica;
font-size: 20pt;
}
h2.sezione {
background-color: #eee;
font-family: tahoma,verdana,arial,helvetica;
font-size: 16pt;
}
.esempio {
border: 2px solid #aaa;
padding: 5px;
}
.esempio .rendering {
border: 1px dashed #cdcdcd;
padding: 5px;
}
.esempio .sorgente {
border: 1px dashed #cdcdcd;
font-family: courier;
background-color: #eee;
padding: 5px;
}
.esempio .sorgente p {
margin: 5px 0 0 0;
padding: 2px;
}
.esempio .sorgente p:hover { /*solo con Firefox! */
border: 1px dashed black;
background-color: white;
color: black;
padding: 1px;
cursor: help;
}
.esempio .sorgente span {
font-family: tahoma,verdana,arial,helvetica;
font-size: 90%;
font-weight: bold;
background-color: yellow;
display: block;
}
.esempio th {
background-color: #eee;
font-family: tahoma,verdana,arial,helvetica;
font-size: 12pt;
}
.esempio table th {
background-color: inherit;
font-family: inherit;
font-size: inherit;
}
.header {
background-color: blue;
text-align:center;
font-family: tahoma,verdana,arial,helvetica;
font-size: 16pt;
}
.footer {
background-color: green;
text-align:center;
font-family: tahoma,verdana,arial,helvetica;
font-size: 12pt;
}
.body {
background-color: magenta;
text-align:center;
font-family: tahoma,verdana,arial,helvetica;
font-size: 10pt;
}
.left {
background-color: yellow;
text-align:center;
font-family: tahoma,verdana,arial,helvetica;
font-size: 10pt;
}
.right {
background-color: aqua;
text-align:center;
font-family: tahoma,verdana,arial,helvetica;
font-size: 10pt;
}
.highlight {
background-color: yellow;
}
.menu {
width: 200px;
margin: 10px;
font-family: Verdana, Arial, sans-serif;
font-size: 90%;
background-color: navy;
color: white;
}
.menu ul {
list-style: none;
padding:0;
margin:0;
}
.menu li {
margin:0;
margin-left: 10px;
margin-bottom: 2px;
padding:0;
}