X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=rt%2Fwebrt%2FNoAuth%2Fwebrt.css;fp=rt%2Fwebrt%2FNoAuth%2Fwebrt.css;h=a71d05720660ca0d9a8c5cc4baca4bf51ff3c89a;hp=0000000000000000000000000000000000000000;hb=3ef62a0570055da710328937e7f65dbb2c027c62;hpb=030438c9cb1c12ccb79130979ef0922097b4311a diff --git a/rt/webrt/NoAuth/webrt.css b/rt/webrt/NoAuth/webrt.css new file mode 100755 index 000000000..a71d05720 --- /dev/null +++ b/rt/webrt/NoAuth/webrt.css @@ -0,0 +1,102 @@ +BODY, TD {font-family: Helvetica, Arial, sans-serif} +TD {border-color: #cccccc } + +BLOCKQUOTE.message { + font-size: 80%; + font-family: "Helvetica", sans-serif; +} + + +BODY { + color: #000; + background: #FFFFFF; + font-family: "Helvetica", sans-serif; + + +} + +TD, TH { /* ns workaround */ + font-family: "Helvetica", sans-serif; +} + +TR.oddline { + background-color : #eeeeee; +} + +H1, H2, H3 { + margin-top: 0.2em; + color: #336699; + font-family: "Helvetica", sans-serif; + + clear: both; +} + + +DIV.endmatter { margin-left: -7% } + + + +A { font-weight: bold; + color: #000000; + /* border: none -- breaks NS 4.x */ } + +.currenttab { background-color: #cccccc; } + +.inverse { color: #ffffff; } + + + +A:link IMG, A:visited IMG { border-style: none } + +A IMG { color: white } /* The only way to hide the border in NS 4.x */ + +.hide { + display: none; + color: white; +} + +SPAN.date { font-size: 0.8em } + +SPAN.attribution { + font-weight: bold +} + +SPAN.label { font-size: 0.8em; +} + +BLOCKQUOTE { + font-style: italic; + /* color: #990; */ +} + +ADDRESS { + text-align: right; + font-weight: bold; + font-style: italic +} + +BLOCKQUOTE P { /* Try to avoid space above the attribution */ + margin-bottom: 0; +} +BLOCKQUOTE ADDRESS { + margin: 0; +} + +.motto, .motto A {font: italic 120%/1.3 Georgia, serif; color: #990} + +.emphasized { + font-weight: bold +} + +/* Why o why does this break Netscape 4.x? +IMG { + border: none +} +*/ + +P.map-also { font-style: italic; margin-left: 15%; text-align: right } + +.oddline { +background-color : #eeeeee; + +}