Skip to content

Commit 5190278

Browse files
author
martinmeerAT
committed
feat() new design
1 parent 270b96c commit 5190278

File tree

8 files changed

+516
-126
lines changed

8 files changed

+516
-126
lines changed

css/styles18.css

Lines changed: 95 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -557,6 +557,7 @@ pre code {
557557
padding-left: 0rem;
558558
margin-right: auto;
559559
margin-left: auto;
560+
560561
}
561562

562563
@media (min-width: 576px) {
@@ -3749,6 +3750,7 @@ tbody.collapse.show {
37493750
-ms-flex-pack: justify;
37503751
justify-content: space-between;
37513752
padding: 0.5rem 1rem;
3753+
color: #0b0c0c
37523754
}
37533755

37543756
.navbar > .container,
@@ -9901,8 +9903,9 @@ body.fixed-header .page {
99019903
.header {
99029904
padding-top: .75rem;
99039905
padding-bottom: .75rem;
9904-
background: #fff;
9906+
background: #46c4cf;
99059907
border-bottom: 1px solid rgba(0, 40, 100, 0.12);
9908+
99069909
}
99079910

99089911
body.fixed-header .header {
@@ -18195,8 +18198,99 @@ svg {
1819518198
content: "\ea06";
1819618199
}
1819718200

18201+
.calculation-section {
18202+
padding: 20px;
18203+
background-color: #f8f9fa;
18204+
border-radius: 5px;
18205+
box-shadow: 0 2px 4px rgba(0,0,0,0.1);
18206+
}
1819818207

18208+
.image-row img {
18209+
max-width: 100%;
18210+
margin-bottom: 15px;
18211+
border: 1px solid #dee2e6;
18212+
border-radius: 3px;
18213+
}
18214+
18215+
.input-section {
18216+
margin-top: 20px;
18217+
}
1819918218

18219+
#calculate-btn {
18220+
background-color: #467fcf;
18221+
color: white;
18222+
border: none;
18223+
padding: 10px 20px;
18224+
border-radius: 3px;
18225+
cursor: pointer;
18226+
}
18227+
18228+
#calculate-btn:hover {
18229+
background-color: #316cbe;
18230+
}
18231+
.calculation-section {
18232+
padding: 20px;
18233+
background-color: #f8f9fa;
18234+
border-radius: 5px;
18235+
box-shadow: 0 2px 4px rgba(0,0,0,0.1);
18236+
}
18237+
18238+
.image-row img {
18239+
max-width: 100%;
18240+
margin-bottom: 15px;
18241+
border: 1px solid #dee2e6;
18242+
border-radius: 3px;
18243+
}
18244+
18245+
.input-section {
18246+
margin-top: 20px;
18247+
}
18248+
18249+
#calculate-btn {
18250+
background-color: #467fcf;
18251+
color: white;
18252+
border: none;
18253+
padding: 10px 20px;
18254+
border-radius: 3px;
18255+
cursor: pointer;
18256+
}
18257+
18258+
#calculate-btn:hover {
18259+
background-color: #316cbe;
18260+
}
18261+
@media (max-width: 768px) {
18262+
.calculation-section h2 {
18263+
font-size: 1.25rem;
18264+
}
18265+
18266+
.image-row img {
18267+
width: 100%;
18268+
margin-bottom: 10px;
18269+
}
18270+
18271+
.result-section .output-field {
18272+
margin-bottom: 15px;
18273+
}
18274+
}
18275+
18276+
@media (max-width: 576px) {
18277+
.navbar-nav .nav-link {
18278+
margin-right: 10px;
18279+
}
18280+
18281+
.list-group {
18282+
flex-direction: column;
18283+
}
18284+
}
18285+
.pdf-links a:hover {
18286+
text-decoration: underline;
18287+
color: #2f66b3;
18288+
}
18289+
18290+
.list-group-item-action:hover {
18291+
background-color: #edf2fa;
18292+
color: #467fcf;
18293+
}
1820018294

1820118295

1820218296

docs/pitch_diam_tolerances01.txt

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
"[1,1.4]",0.2,24,30,38,48,60,75,NULL,NULL
2+
"[1,1.4]",0.25,26,34,42,53,67,85,NULL,NULL
3+
"[1,1.4]",0.3,28,36,45,56,71,90,NULL,NULL
4+
"[1.4,2.8)",0.2,25,32,40,50,63,80,NULL,NULL
5+
"[1.4,2.8)",0.25,28,36,45,56,71,90,NULL,NULL
6+
"[1.4,2.8)",0.35,32,40,50,63,80,100,NULL,NULL
7+
"[1.4,2.8)",0.4,34,42,53,67,85,106,NULL,NULL
8+
"[1.4,2.8)",0.45,36,45,56,71,90,112,NULL,NULL
9+
"[2.8,5.6)",0.25,28,36,45,56,71,NULL,NULL,NULL
10+
"[2.8,5.6)",0.35,34,42,53,67,85,106,NULL,NULL
11+
"[2.8,5.6)",0.5,38,48,60,75,95,118,NULL,NULL
12+
"[2.8,5.6)",0.6,42,53,67,85,106,132,NULL,NULL
13+
"[2.8,5.6)",0.7,45,56,71,90,112,140,NULL,NULL
14+
"[2.8,5.6)",0.75,45,56,71,90,112,140,NULL,NULL
15+
"[2.8,5.6)",0.8,48,60,75,95,118,150,190,236

docs/pitch_diam_tolerances02.txt

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
"(5.6,11.2]",0.25,32,40,50,63,80,NULL,NULL,NULL
2+
"(5.6,11.2]",0.35,36,45,56,71,90,NULL,NULL,NULL
3+
"(5.6,11.2]",0.5,42,53,67,85,106,132,NULL,NULL
4+
"(5.6,11.2]",0.75,50,63,80,100,125,160,NULL,NULL
5+
"(5.6,11.2]",1,56,71,90,112,140,180,224,280
6+
"(5.6,11.2]",1.25,60,75,95,118,150,190,236,300
7+
"(5.6,11.2]",1.5,67,85,106,132,170,212,265,335
8+
"(11.2,22.4]",0.35,38,48,60,75,95,NULL,NULL,NULL
9+
"(11.2,22.4]",0.5,45,56,71,90,112,140,NULL,NULL
10+
"(11.2,22.4]",0.75,53,67,85,106,132,170,NULL,NULL
11+
"(11.2,22.4]",1,60,75,95,118,150,190,236,300
12+
"(11.2,22.4]",1.25,67,85,106,132,170,212,265,335
13+
"(11.2,22.4]",1.5,71,90,112,140,180,224,280,355
14+
"(11.2,22.4]",1.75,75,95,118,150,190,236,300,375
15+
"(11.2,22.4]",2,80,100,125,160,200,250,315,400
16+
"(11.2,22.4]",2.5,85,106,132,170,212,265,335,425
17+
"(22.4,45]",0.5,48,60,75,95,118,NULL,NULL,NULL
18+
"(22.4,45]",0.75,56,71,90,112,140,180,NULL,NULL
19+
"(22.4,45]",1,63,80,100,125,160,200,250,315
20+
"(22.4,45]",1.5,75,95,118,150,190,236,300,375
21+
"(22.4,45]",2,85,106,132,170,212,265,335,425
22+
"(22.4,45]",3,100,125,160,200,250,315,400,500
23+
"(22.4,45]",3.5,106,132,170,212,265,335,425,530
24+
"(22.4,45]",4,112,140,180,224,280,355,450,560
25+
"(22.4,45]",4.5,118,150,190,236,300,375,475,600
26+
"(45,90]",0.5,50,63,80,100,125,NULL,NULL,NULL
27+
"(45,90]",0.75,60,75,95,118,150,NULL,NULL,NULL
28+
"(45,90]",1,71,90,112,140,180,224,280,355
29+
"(45,90]",1.5,80,100,125,160,200,250,315,400
30+
"(45,90]",2,90,112,140,180,224,280,355,450
31+
"(45,90]",3,106,132,170,212,265,335,425,530
32+
"(45,90]",4,118,150,190,236,300,375,475,600
33+
"(45,90]",5,125,160,200,250,315,400,500,630
34+
"(45,90]",5.5,132,170,212,265,335,425,530,670
35+
"(45,90]",6,140,180,224,280,355,450,560,710
36+
"(90,180]",0.75,63,80,100,125,160,NULL,NULL,NULL
37+
"(90,180]",1,75,95,118,150,190,NULL,NULL,NULL
38+
"(90,180]",1.5,85,106,132,170,212,265,335,425
39+
"(90,180]",2,95,118,150,190,236,300,375,475
40+
"(90,180]",3,112,140,180,224,280,355,450,560
41+
"(90,180]",4,125,160,200,250,315,400,500,630
42+
"(90,180]",6,150,190,236,300,375,475,600,750
43+
"(90,180]",8,170,212,265,335,425,530,670,850

docs/pitch_diam_tolerances03.txt

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
"(180,355]",1.5,90,112,140,180,224,280,355,NULL
2+
"(180,355]",2,106,132,170,212,265,335,425,530
3+
"(180,355]",3,125,160,200,250,315,400,500,630
4+
"(180,355]",4,140,180,224,280,355,450,560,710
5+
"(180,355]",6,160,200,250,315,400,500,630,800
6+
"(180,355]",8,180,224,280,355,450,560,710,900
7+
"(355,600]",2,112,140,180,224,280,355,450,NULL
8+
"(355,600]",4,150,190,236,300,375,475,600,750
9+
"(355,600]",6,170,212,265,335,425,530,670,850
10+
"(355,600]",8,190,236,300,375,475,600,750,950

docs/~$tch_diam_tolerances03.txt

162 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)