mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-23 14:42:11 +02:00

- Migrate all getting_started from html to adoc - Document (in README.md) notes on migrating html to adoc - Reorganize generation of adoc slightly so that - all directories can be generates at once - output suffix changed to htm so that migrated files exist at the same URL on help.eclipse.org - Add generation to the cleanliness checks to ensure that the html matches adoc - Manage the adoc headers with a script as that is a large section of copy-pasted code on each adoc file (see README + adoc-headers.txt) - Move maven version info to pluginManagement (consistency with other maven plug-ins) - New profile "asciidoc-auto-refresh" which will auto build the files as edited. Prerequisite of #992
62 lines
2.1 KiB
CSS
62 lines
2.1 KiB
CSS
/* following font face declarations need to be removed for DBCS */
|
|
|
|
|
|
body, h1, h2, h3, h4, p, table, td, caption, th, ul, ol, dl, li, dd, dt {font-family: Arial, sans-serif; color: #000000}
|
|
pre { font-family: Courier, monospace}
|
|
|
|
/* end font face declarations */
|
|
|
|
/* following font size declarations should be OK for DBCS */
|
|
body, h1, h2, h3, h4, p, table, td, caption, th, ul, ol, dl, li, dd, dt {font-size: 12pt; }
|
|
pre { font-size: 12pt}
|
|
|
|
/* end font size declarations */
|
|
|
|
body { background: #FFFFFF}
|
|
h1 { font-size: 18pt; margin-top: 5; margin-bottom: 1 }
|
|
h2 { font-size: 14pt; margin-top: 25; margin-bottom: 3 }
|
|
h3 { font-size: 11pt; margin-top: 20; margin-bottom: 3 }
|
|
h4 { font-size: 10pt; margin-top: 20; margin-bottom: 3; font-style: italic }
|
|
h5 { font-size: 13.5pt; }
|
|
p { font-size: 12pt; }
|
|
pre { margin-left: 6; font-size: 9pt }
|
|
|
|
a:link { color: #006699 }
|
|
a:visited { color: #996699 }
|
|
a:hover { color: #006699 }
|
|
|
|
ul { margin-top: 0; margin-bottom: 10 }
|
|
li { margin-top: 0; margin-bottom: 0 }
|
|
li p { margin-top: 0; margin-bottom: 0 }
|
|
ol { margin-top: 0; margin-bottom: 10 }
|
|
dl { margin-top: 0; margin-bottom: 10 }
|
|
dt { margin-top: 0; margin-bottom: 0; font-weight: bold }
|
|
dd { margin-top: 0; margin-bottom: 0 }
|
|
strong { font-weight: bold}
|
|
em { font-style: italic}
|
|
var { font-style: italic}
|
|
div.revision { border-left-style: solid; border-left-width: thin;
|
|
border-left-color: #7B68EE; padding-left:5 }
|
|
th { font-weight: bold }
|
|
.hidden {
|
|
display: none;
|
|
}
|
|
|
|
.menu, .option td { vertical-align: top; }
|
|
td.menu_name, td.option_name {vertical-align: top; font-weight: bold;}
|
|
|
|
/* Mike Behm's addition to the style sheet */
|
|
.userinput { font-family: monospace; }
|
|
.guitab, .important, .guibutton, .selectblue, .guimenu, .guilabel,
|
|
.notetitle {
|
|
color: #000000;
|
|
font-family: helvetica, arial, sans-serif;
|
|
font-weight: bold;
|
|
}
|
|
div.linux {display:none;}
|
|
.firsterm {font-style:italic;}
|
|
|
|
.typewriter {font-family:monospace;}
|
|
.bold {font-weight:600;}
|
|
.linethrough {text-decoration: line-through;}
|
|
.underline {text-decoration: underline;}
|