From 6bcf419d2e8f739b432d4790d1ba9d48ab65365b Mon Sep 17 00:00:00 2001 From: fcolin Date: Fri, 18 Nov 2011 12:14:12 +0000 Subject: --- ARMFCaptureD3D/ConfigFile/main.css | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 ARMFCaptureD3D/ConfigFile/main.css (limited to 'ARMFCaptureD3D/ConfigFile/main.css') diff --git a/ARMFCaptureD3D/ConfigFile/main.css b/ARMFCaptureD3D/ConfigFile/main.css new file mode 100644 index 0000000..08bbd90 --- /dev/null +++ b/ARMFCaptureD3D/ConfigFile/main.css @@ -0,0 +1,37 @@ +body { text-align: justify; + margin: 0.5em 1.5em; + color: #002244; + background-color: white; + background: url("AntGreenWhite.jpg"); + font-family: "new century schoolbook", serif } + +a:link { color: #0055cc } +a:visited { color: #303077 } +a:active { color: #aaaa00 } + +h1 { text-align: center; font-size: 200%; margin: 0em 0em 0.2em; color: #000066 } +h2 { text-align: left; font-size: 150%; margin: 0em 0em 0.4em; color: #000000 } +h3 { text-align: left; font-size: 120%; margin: 0em 0em 0.4em; color: #000000 } +li { margin: 0em 0em 0.2em } + +.left { text-align: left } +.center { text-align: center } +.right { text-align: right } +.justify { text-align: justify } +.top { vertical-align: top } +.middle { vertical-align: middle } +.bottom { vertical-align: bottom } +.bold { font-weight: bold } + +.caption { text-align: center; font-size: 90%; font-style: italic } +.preview { vertical-align: top; margin: 0.2em 3.0em 0.2em 2.0em } +.clear { clear: both } +a.plain { text-decoration: none; font-size: larger; font-weight: bold } + +.in0 { text-indent: 0.000em; line-height: 110% } +.in1 { text-indent: 0.143em; line-height: 110% } +.in2 { text-indent: 0.518em; line-height: 110% } +.in3 { text-indent: 0.982em; line-height: 110% } +.in4 { text-indent: 1.357em; line-height: 110% } +.in5 { text-indent: 1.500em; line-height: 110% } + -- cgit v1.1