-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathstyle.css
55 lines (53 loc) · 2.34 KB
/
style.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
body{margin:auto; padding:0; text-align:center;}
#main{
text-align:center;
height:500px;
width:100%;
border:2px solid #999;
display:block;
overflow:hidden;
}
#container1{
text-align:center;
width:100%;
height:200px;
display:inline;
border:2px solid #999999;
float:left;
/*display:none;*/
}
#forme{border-radius:8px !important}
#calcul{ width:54.6%; height:6%;border:2px solid #999; float:left;}
#resultat{ width:54.6%; height:50px; border:2px solid #999; float:left;}
#information{width:54.6%;height:6%; border:2px solid #999; float:left;}
#resistance{float:left;width:54.3%; height:100px;border:2px solid #000; padding:2px;}
#car1 , #car2 , #car3 {border:1px solid black; float:left;height:39px;margin-left:20px;width: 8px;position: relative;
top:5px;
left: 280px;
border-radius:3px;}
#car4{margin-left:50px;border:1px solid black; float:left;height:39px;width: 8px;position: relative;
top:5px;
left:280px;border-radius:3px;}
#etat{margin-left:20px;}
#container2{
text-align:center;
float:left;
width:66.7%;
}
#calc{font-size:12pt; text-align:center;font-family:Roman;}
#textresult{font-size:11pt; text-align:center;font-family:Roman;}
#textresult{height:auto;width:99.4%;}
#tolerance{text-align:center;border-left:1px solid black; float:left; width:55%; display:none;}
#black{background-color:#000;width:8%;height:20px;float:left; border: 1px solid black;}
#white{background-color:#fff; width:8%;height:20px;float:left; border: 1px solid black;}
#brown{background-color:#2A120A; width:8%;height:20px;float:left;
border: 1px solid black;}
#red{background-color:#B40404; width:8%; height:20px; float:left; border: 1px solid black;}
#yellow{background-color:#FFFF00; width:8%; height:20px; float:left; border:1px solid black;}
#purple{background-color:#6A0888; width:8%; height:20px; float:left; border: 1px solid black;}
#blue{background-color:#08088A; width:8%; height:20px; float:left; border:1px solid black;}
#orange{background-color:#FF8000; width:8%; height:20px; float:left; border:1px solid black;}
#green{background-color:#0B610B; width:8%; height:20px; float:left; border: 1px solid black;}
#gray{background-color:#6E6E6E; width:8%; height:20px; float:left; border: 1px solid black;}
#gold{background-color:#D4AF37; width:49.4%; height:20px; float:left;border: 1px solid black;}
#silver{background-color:#CECECE; width:50%; height:20px; float:left;border: 1px solid black;}