summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorfnm3 <fnm3>2003-02-08 15:09:47 +0000
committerfnm3 <fnm3>2003-02-08 15:09:47 +0000
commitb97525d446845819cc88e7b0713f57f0eff293be (patch)
tree01b7cd2be7832c140224165939854d6da8261539 /docs
parent81d84b6c451b91284760efc033b5443c1983b1da (diff)
CSS for ebtables-faq.html
Diffstat (limited to 'docs')
-rw-r--r--docs/ebtables.css68
1 files changed, 68 insertions, 0 deletions
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