Skip to content

Commit

Permalink
Merge pull request #4 from openscad/master
Browse files Browse the repository at this point in the history
update my fork
  • Loading branch information
MichaelAtOz authored Jul 14, 2019
2 parents 4f222e5 + 8b68b04 commit c0f2270
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 3 deletions.
18 changes: 17 additions & 1 deletion cheatsheet/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ body {
}

a {
color: #447FFF;
color: #000099;
}

h1 {
Expand All @@ -24,6 +24,21 @@ header h1 {
margin-right: 1ex;
}

/* colour the header 'Open' & 'SCAD' and make bolder and chunky
like the cornfield default scheme from colormap.cc
Open - #9dcb51;} OPENCSG_FACE_BACK_COLOR - green
SCAD - #f9d72c;} OPENCSG_FACE_FRONT_COLOR - yellow
- for reference #FFFFE5;} BACKGROUND_COLOR - pale yellow/cream, used above
*/
header h1.title {color:#f9d72c; letter-spacing:-1px; font-weight:700;}
header h1 span.green {color:#9dcb51; letter-spacing:0px;}

header h2.subtitle {color:black; letter-spacing:-1px;}

/* colour OPEN & SCAD in the home/section heading the same*/
section h1 strong {color:#f9d72c; font-weight:700; letter-spacing:-1px;}
section h1 strong span.green {color:#9dcb51; letter-spacing:0px;}

h2 {
font-family: "UbuntuMonoBold", "Ubuntu Mono", 'courier new', monospace, sans-serif;
font-weight: normal;
Expand Down Expand Up @@ -92,6 +107,7 @@ dt {

dd {
margin: 0 0 .5em 3em;
color: #000
}

ul {
Expand Down
2 changes: 1 addition & 1 deletion cheatsheet/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
</head>
<body>
<header>
<h1>OpenSCAD CheatSheet</h1>
<h1 class="title" style="position:relative;"><span class="green">Open</span>SCAD</h1>
<h2>v2019.05</h2>
</header>
<section>
Expand Down
2 changes: 1 addition & 1 deletion cheatsheet/snapshot.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
</head>
<body>
<header>
<h1>OpenSCAD CheatSheet</h1>
<h1 class="title" style="position:relative;"><span class="green">Open</span>SCAD</h1>
<h2>(<a href="http://www.openscad.org/downloads.html#snapshots">dev snapshot</a>)</h2>
</header>
<section>
Expand Down

0 comments on commit c0f2270

Please sign in to comment.