From b97525d446845819cc88e7b0713f57f0eff293be Mon Sep 17 00:00:00 2001 From: fnm3 Date: Sat, 8 Feb 2003 15:09:47 +0000 Subject: CSS for ebtables-faq.html --- docs/ebtables.css | 68 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 68 insertions(+) create mode 100644 docs/ebtables.css (limited to 'docs/ebtables.css') diff --git a/docs/ebtables.css b/docs/ebtables.css new file mode 100644 index 0000000..8e0bf82 --- /dev/null +++ b/docs/ebtables.css @@ -0,0 +1,68 @@ +H1 { FONT: bold 20pt Times, serif; TEXT-ALIGN: center; TEXT-DECORATION: none } +H2 { font: arial } +P { FONT: 14pt Times, serif } +LI { FONT: 18pt Times, serif; margin-top: 5pt; } +PRE { FONT: 14pt Courier, monospace; + margin-top: 5pt; + margin-bottom: 5pt; + background-color: white; + color: black; + } + +:link { color: #ccff66 } +:visited { color: #9933ff } +:active { color: #0000FF; } +:hover { color: #003366; } + +A { + text-decoration: none; +} + +.navbar { FONT: 12pt Courier, monospace; font-weight: bolder; +background-color: #ffcc99 } + +.statement { TEXT-DECORATION: underline } +.section { FONT: bold 22pt Times } +.case { FONT-STYLE: italic } +.note { + font-family: Arial; + font-weight: normal; + font-size: 14pt; + padding-left: 0.4em; + border: solid; + border-width: thin; + border-left: solid; + border-right: none; + border-top: none; + border-bottom: none; + border-left-width: thin; + border-color: red; + margin-top: 0.2em; + margin-bottom: 0.2em; +} + +DIV { + border: solid; + border-width: thin; + background-color: #ffff99; +} + +BODY { + background-color: white; +} + +DT { + color: #ff0033; + font-size: 12pt; + font-style: italic; + font-weight: bold; + font-family: Arial; + margin-top: 10pt; + margin-bottom: 5pt; +} +DD { + color: #003399; + font-size: 12pt; + font-style: normal; + font-family: Helvetica; +} \ No newline at end of file -- cgit v1.2.3