-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathfrequs_nt.css
129 lines (110 loc) · 2.36 KB
/
frequs_nt.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
126
127
128
129
body {
font-family: Arial, Helvetica, sans-serif;
background: #DDDDDD;
margin: 10px;
}
p {
text-align: justify; color: #000; font-size: 0.70em; line-height: 1.25em;
}
li {
text-decoration: none; list-style-type: none; display: block; color: #fff;
}
h1 {
font-family: Montserrat, sans-serif;
font-size: 24px; font-weight: 800;
text-align: center;
}
h2 {
font-family: Montserrat, sans-serif;
font-size: 18px; font-weight: 800;
text-align: center;
}
legend {
font-size: 14px;
font-weight: bold;
}
label {
font-size: 12px;
}
fieldset {
border-style: none;
border: 1px solid #DDDDDD;
}
a.tooltip span {display:none; padding:2px 3px; margin-left:8px; width:130px;}
a.tooltip:hover span{display:block; position:absolute; z-index: 24; background:#ffffff; border:1px solid #cccccc; color:#6c6c6c;}
a.ovalbutton{
background: transparent url('boutons/oval-gray-left.gif') no-repeat top left;
display: block;
float: left;
font: normal 12px Tahoma;
line-height: 16px;
height: 24px;
padding-left: 11px;
text-decoration: none;
}
a:link.ovalbutton, a:visited.ovalbutton, a:active.ovalbutton{
color: #494949;
}
a.ovalbutton span{
background: transparent url('boutons/oval-gray-right.gif') no-repeat top right;
display: block;
padding: 4px 11px 4px 0;
}
a.ovalbutton:hover{
background-position: bottom left;
}
a.ovalbutton:hover span{
background-position: bottom right;
color: black;
}
.panneau {
width: 1000px;
background: #FFFFFF;
position : relative ;
border: rgb( 120, 120, 120) 2px solid;
border-radius: 10px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
margin-left : auto;
margin-right : auto;
box-shadow: 10px 10px 5px #444444;
padding: 14px;
}
.buttonwrapper{
overflow: hidden;
width: 100%;
margin-left: 20px;
}
rect.btn {
stroke:#fff;
fill:#fff;
fill-opacity:0;
stroke-opacity:0;
}
#myImg {
border: 1px solid #000;
cursor: pointer;
float: left;
margin-right: 15px;
margin-bottom: 15px;
}
#myImg.thumb {
max-width: 400px;
max-height: 400px;
}
#myImgCanvas {
cursor: pointer;
float: left;
margin-right: 15px;
margin-bottom: 15px;
}
#myImgCanvas.thumb {
max-width: 400px;
max-height: 400px;
}
#vhist {
width: 160px;
}
#runtime {
clear: both
}