Skip to content

Kevin #33

Merged
merged 19 commits into from
Sep 23, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Autodesk_Setup_BIDC/setup-sheet.cps
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ properties = {
title: "Embed stylesheet",
description: "Embeds the stylesheet in the HTML code.",
type: "boolean",
value: true,
value: false,
scope: "post"
},
useUnitSymbol: {
Expand Down
35 changes: 22 additions & 13 deletions Autodesk_Setup_BIDC/setup-sheet.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,17 @@
All rights reserved
*/

@import url("https://use.typekit.net/sgs7pgb.css");

body {
background-color: White;
font-family: Arial, Helvetica, sans-serif;
background-color: #CFB991;
font-family: acumin-pro, 'Franklin Gothic', sans-serif;
}

h1 {
font-size: 15pt;
font-size: 2.5rem;
text-align: center;
font-weight: 700;
}

h2 {
Expand All @@ -29,20 +32,23 @@ h3.section {
table {
border: none;
border-spacing: 0;
background-color: white;
}

table.jobhead {
width: 18cm;
background-color: #CFB991;
}

table.job, table.sheet {
width: 18cm;
border: thin solid Gray;
border: medium solid Black;
}

th {
background-color: #e0e0e0;
border-bottom: 1px solid Gray;
border-bottom: medium solid Black;
padding: 0.7rem;
}

tr.space td {
Expand Down Expand Up @@ -78,6 +84,7 @@ tr {
padding-top: 30px;
padding-bottom: 20px;
white-space: nowrap;
font-size: 1.5625rem;
}

.even td {
Expand All @@ -94,7 +101,7 @@ tr {
}

td {
font-size: 9pt;
font-size: 1.125rem;
vertical-align: top;
}

Expand All @@ -112,7 +119,8 @@ td.image {

pre {
padding-left: 0.5cm;
font-size: 8pt;
font-size: 1.125rem;
font-style: italic;
}

p {
Expand All @@ -124,18 +132,19 @@ p {

.jobhead td .description {
display: inline;
font-variant: small-caps;
font-variant: normal;
}

td .description {
font-size: 8pt;
font-size: 1.125rem;
display: inline;
font-variant: small-caps;
font-variant: normal;
font-weight: bold;
}

.value {
display: inline;
font-family: Geneva, sans-serif;
font-family: acumin-pro, sans-serif;
color: #606060;
}

Expand Down Expand Up @@ -176,9 +185,9 @@ path.cutter {
}

path.holderIE {
stroke-width: 0; // non-scaling not worker
stroke-width: 0;
}

path.cutterIE {
stroke-width: 0; // non-scaling not worker
stroke-width: 0;
}
2 changes: 1 addition & 1 deletion Flow_Waterjet_BIDC/Bechtel Waterjet.cps
Original file line number Diff line number Diff line change
Expand Up @@ -482,4 +482,4 @@ function onClose() {

function setProperty(property, value) {
properties[property].current = value;
}
}