mirror of
https://github.com/processing/processing4.git
synced 2026-02-13 10:30:44 +01:00
New stylesheet for JavaDoc
This commit is contained in:
@@ -46,10 +46,10 @@ h1 { font-size: 145% }
|
||||
|
||||
/* Table colors */
|
||||
.TableHeadingColor {
|
||||
background: #CCCCBE;
|
||||
color: #5A5A46;
|
||||
background: #CCCCCC;
|
||||
color: #5A5A5A;
|
||||
}
|
||||
.TableSubHeadingColor { background: #EEEEFF } /* Light mauve */
|
||||
.TableSubHeadingColor { background: #EEEEFF } /* Gray */
|
||||
.TableRowColor { background: #FFFFFF } /* White */
|
||||
|
||||
/**
|
||||
@@ -126,7 +126,7 @@ dl, dd, dt,
|
||||
dt > b
|
||||
{
|
||||
color: #666666;
|
||||
font-size: 1em;
|
||||
font-size: 1.2em;
|
||||
}
|
||||
|
||||
code,
|
||||
@@ -141,11 +141,13 @@ pre
|
||||
font-size: 1.2em;
|
||||
}
|
||||
|
||||
/* force the table-headers small .. */
|
||||
b
|
||||
{
|
||||
font-size: small;
|
||||
}
|
||||
/**
|
||||
* /* force the table-headers small .. */
|
||||
* b
|
||||
* {
|
||||
* font-size: small;
|
||||
* }
|
||||
*/
|
||||
|
||||
tr,
|
||||
td
|
||||
|
||||
@@ -46,10 +46,10 @@ h1 { font-size: 145% }
|
||||
|
||||
/* Table colors */
|
||||
.TableHeadingColor {
|
||||
background: #CCCCBE;
|
||||
color: #5A5A46;
|
||||
background: #CCCCCC;
|
||||
color: #5A5A5A;
|
||||
}
|
||||
.TableSubHeadingColor { background: #EEEEFF } /* Light mauve */
|
||||
.TableSubHeadingColor { background: #EEEEFF } /* Gray */
|
||||
.TableRowColor { background: #FFFFFF } /* White */
|
||||
|
||||
/**
|
||||
@@ -126,7 +126,7 @@ dl, dd, dt,
|
||||
dt > b
|
||||
{
|
||||
color: #666666;
|
||||
font-size: 1em;
|
||||
font-size: 1.2em;
|
||||
}
|
||||
|
||||
code,
|
||||
@@ -141,11 +141,13 @@ pre
|
||||
font-size: 1.2em;
|
||||
}
|
||||
|
||||
/* force the table-headers small .. */
|
||||
b
|
||||
{
|
||||
font-size: small;
|
||||
}
|
||||
/**
|
||||
* /* force the table-headers small .. */
|
||||
* b
|
||||
* {
|
||||
* font-size: small;
|
||||
* }
|
||||
*/
|
||||
|
||||
tr,
|
||||
td
|
||||
|
||||
@@ -46,10 +46,10 @@ h1 { font-size: 145% }
|
||||
|
||||
/* Table colors */
|
||||
.TableHeadingColor {
|
||||
background: #CCCCBE;
|
||||
color: #5A5A46;
|
||||
background: #CCCCCC;
|
||||
color: #5A5A5A;
|
||||
}
|
||||
.TableSubHeadingColor { background: #EEEEFF } /* Light mauve */
|
||||
.TableSubHeadingColor { background: #EEEEFF } /* Gray */
|
||||
.TableRowColor { background: #FFFFFF } /* White */
|
||||
|
||||
/**
|
||||
@@ -126,7 +126,7 @@ dl, dd, dt,
|
||||
dt > b
|
||||
{
|
||||
color: #666666;
|
||||
font-size: 1em;
|
||||
font-size: 1.2em;
|
||||
}
|
||||
|
||||
code,
|
||||
@@ -141,11 +141,13 @@ pre
|
||||
font-size: 1.2em;
|
||||
}
|
||||
|
||||
/* force the table-headers small .. */
|
||||
b
|
||||
{
|
||||
font-size: small;
|
||||
}
|
||||
/**
|
||||
* /* force the table-headers small .. */
|
||||
* b
|
||||
* {
|
||||
* font-size: small;
|
||||
* }
|
||||
*/
|
||||
|
||||
tr,
|
||||
td
|
||||
|
||||
Reference in New Issue
Block a user