diff --git a/Autodesk_Setup_BIDC/setup-sheet.cps b/Autodesk_Setup_BIDC/setup-sheet.cps index d140fca..ac44f22 100644 --- a/Autodesk_Setup_BIDC/setup-sheet.cps +++ b/Autodesk_Setup_BIDC/setup-sheet.cps @@ -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: { diff --git a/Autodesk_Setup_BIDC/setup-sheet.css b/Autodesk_Setup_BIDC/setup-sheet.css index 0368030..1e437f9 100644 --- a/Autodesk_Setup_BIDC/setup-sheet.css +++ b/Autodesk_Setup_BIDC/setup-sheet.css @@ -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 { @@ -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 { @@ -78,6 +84,7 @@ tr { padding-top: 30px; padding-bottom: 20px; white-space: nowrap; + font-size: 1.5625rem; } .even td { @@ -94,7 +101,7 @@ tr { } td { - font-size: 9pt; + font-size: 1.125rem; vertical-align: top; } @@ -112,7 +119,8 @@ td.image { pre { padding-left: 0.5cm; - font-size: 8pt; + font-size: 1.125rem; + font-style: italic; } p { @@ -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; } @@ -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; } diff --git a/Flow_Waterjet_BIDC/Bechtel Waterjet.cps b/Flow_Waterjet_BIDC/Bechtel Waterjet.cps index 57fd684..9f0a976 100644 --- a/Flow_Waterjet_BIDC/Bechtel Waterjet.cps +++ b/Flow_Waterjet_BIDC/Bechtel Waterjet.cps @@ -482,4 +482,4 @@ function onClose() { function setProperty(property, value) { properties[property].current = value; -} +} \ No newline at end of file