mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
use a css file, minor cleanups
This commit is contained in:
@@ -0,0 +1,47 @@
|
||||
* {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
body {
|
||||
padding: 20px;
|
||||
font-family: "Processing Sans Pro", sans-serif;
|
||||
}
|
||||
|
||||
h1 {
|
||||
margin-bottom: 0;
|
||||
/* can't get the Semibold to work properly */
|
||||
font-family: "Processing Sans Pro", sans-serif;
|
||||
font-size: 1.3em; /*16px;*/
|
||||
font-weight: normal;
|
||||
/*
|
||||
font-size: 1.15em;
|
||||
font-family: "Processing Sans Pro", sans-serif;
|
||||
font-weight: 600;
|
||||
*/
|
||||
}
|
||||
|
||||
p, td {
|
||||
margin-bottom: 0;
|
||||
font-size: 0.975em; /*11px*/
|
||||
line-height: 1.05em; /*12px*/
|
||||
}
|
||||
|
||||
table {
|
||||
margin-top: 10px;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
p.inset, table.inset {
|
||||
padding: 10px;
|
||||
background-color: rgb(224, 253, 251);
|
||||
}
|
||||
|
||||
a {
|
||||
color: #2c7bb5;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
#startButton {
|
||||
margin-left: 50px;
|
||||
}
|
||||
Reference in New Issue
Block a user