mirror of
https://github.com/processing/processing4.git
synced 2026-02-04 06:09:17 +01:00
72 lines
1.5 KiB
CSS
Executable File
72 lines
1.5 KiB
CSS
Executable File
body
|
|
{
|
|
margin: 0px 0px 0px 0px;
|
|
font-family: verdana, geneva, arial, helvetica;
|
|
font-size: 11px;
|
|
background-color: #FFFFFF;
|
|
text-decoration: none;
|
|
font-weight: normal;
|
|
line-height: normal;
|
|
}
|
|
|
|
A { color: #3399CC; }
|
|
A:link { color: #3399CC; text-decoration: underline; }
|
|
A:visited { color: #3399CC; text-decoration: underline; }
|
|
A:active { color: #3399CC; text-decoration: underline; }
|
|
A:hover { color: #3399CC; text-decoration: underline; }
|
|
|
|
td
|
|
{
|
|
font-family: verdana, geneva, arial, helvetica, san-serif;
|
|
font-size: 11px;
|
|
font-weight: normal;
|
|
line-height: normal;
|
|
color: #333333;
|
|
}
|
|
|
|
|
|
h3 {
|
|
COLOR: #5A5A46;
|
|
FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif;
|
|
FONT-SIZE: 19px;
|
|
FONT-WEIGHT: normal;
|
|
LINE-WEIGHT: normal;
|
|
line-height: normal;
|
|
}
|
|
|
|
pre {
|
|
FONT-FAMILY: "Courier New", Courier, mono;
|
|
FONT-SIZE: 11px;
|
|
LINE-HEIGHT: normal;
|
|
COLOR: #000000
|
|
}
|
|
|
|
.inputnav {
|
|
FONT-FAMILY:Verdana, Geneva, Arial, Helvetica, sans-serif;
|
|
FONT-SIZE: 11px;
|
|
FONT-WEIGHT: normal;
|
|
COLOR: #333333; }
|
|
|
|
.refnav {
|
|
FONT-FAMILY:Verdana, Geneva, Arial, Helvetica, sans-serif;
|
|
FONT-SIZE: 11px;
|
|
FONT-WEIGHT: normal;
|
|
COLOR: #333333;
|
|
background-color: #FFFFFF;
|
|
width: 140px;
|
|
}
|
|
|
|
.titles {
|
|
FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
|
|
FONT-SIZE: 19px;
|
|
FONT-WEIGHT: normal;
|
|
COLOR: #5A5A46
|
|
}
|
|
|
|
.caption {
|
|
font-family: Verdana, Arial, Helvetica, sans-serif;
|
|
font-size: 10px;
|
|
font-style: normal;
|
|
font-weight: normal
|
|
}
|