[AppWrap-cvs] AppWrap/includes AppWrap.css,1.7,1.8
Status: Beta
Brought to you by:
planetman
From: <pla...@us...> - 2003-01-14 08:36:48
|
Update of /cvsroot/appwrap/AppWrap/includes In directory sc8-pr-cvs1:/tmp/cvs-serv15596 Modified Files: AppWrap.css Log Message: Continue to refine (and shrink) the stylesheet Index: AppWrap.css =================================================================== RCS file: /cvsroot/appwrap/AppWrap/includes/AppWrap.css,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** AppWrap.css 21 Dec 2002 11:10:36 -0000 1.7 --- AppWrap.css 14 Jan 2003 08:36:44 -0000 1.8 *************** *** 1,3 **** --- 1,6 ---- <style type="text/css"> + img { border: none; } + p { text-align: center; } + form { display: inline; } body { width: auto; *************** *** 6,14 **** margin: 0.5em 0.5em; } - img { - border: none; - } - div#logo { - } div#motdarea { float: right; width: 52%; z-index: 10; } /* "tabbar" is a class as there may be more than one of 'em */ --- 9,12 ---- *************** *** 48,52 **** position: absolute; top: -70px; left: -165px; width: 125px; padding: 5px; margin: 10px; z-index: 100; ! color: #AAA; background: black; font: 10px Verdana, sans-serif; text-align: center; } --- 46,50 ---- position: absolute; top: -70px; left: -165px; width: 125px; padding: 5px; margin: 10px; z-index: 100; ! color: #aaa; background: black; font: 10px Verdana, sans-serif; text-align: center; } *************** *** 84,91 **** text-align: left; } ! div#leftvbar a#search { ! padding: 2em 0 1em 1em; ! text-decoration: underline; font-weight: bold; } div#leftvbar p { --- 82,91 ---- text-align: left; } ! div#leftvbar a#search { ! margin: 1em 0em; ! display: block; font-weight: bold; + text-decoration: none; + text-decoration: underline; } div#leftvbar p { *************** *** 93,98 **** } p#title { - color: #000000; - text-align: center; font-size: 14pt; font-weight: bold; --- 93,96 ---- *************** *** 101,106 **** } p#subtitle { - color: #000000; - text-align: center; font-family: Arial; font-size: 12pt; --- 99,102 ---- *************** *** 130,134 **** } div#dataheader p { - text-align: center; padding: 0 0 -3em 0; } --- 126,129 ---- *************** *** 143,150 **** div#navigate { float: right; ! width: 30%; padding: 0 0 0 0; margin: 0 0 0 0; - /* border: 3px blue dotted; */ } div.icons { --- 138,144 ---- div#navigate { float: right; ! width: 33%; padding: 0 0 0 0; margin: 0 0 0 0; } div.icons { *************** *** 169,177 **** padding: 0.2em 0; margin: 0 0 -0.2em; - /* border: 1px blue solid; */ } - div#navigate form { display: inline; } div#noteleft { - /* border: 1px red dotted */; float: right; width: 30%; --- 163,168 ---- *************** *** 179,183 **** } div#notecenter { - /* border: 1px red dotted; */ float: right; width: 30%; --- 170,173 ---- *************** *** 205,215 **** } div#buttons { text-align: center; } div#buttons form { display: inline; } div#navfoot { - color: #000000; vertical-align: center; text-align: center; --- 195,225 ---- } div#buttons { + clear: right; + margin: 0 0 0 26%; text-align: center; } div#buttons form { + margin: 0 auto; + } + div#buttons input { + margin: 0 -0.2em; + border: 1px red solid; + } + div#searchform { + clear: right; + margin: 0 0 0 26%; + } + div#searchform form { display: inline; } + div#searchform table { + width: 50%; + margin: 0 auto; + } + div#searchform td,th { + border: 1px solid #aaa; + text-align: center; + } div#navfoot { vertical-align: center; text-align: center; *************** *** 222,243 **** } p#mailto { text-align: center; font-weight: bold; } - em { font-style: italic; color: green; } ! h1 { margin-top: 12pt; margin-right: 0in; margin-bottom: 6pt; margin-left: 0in; font-size: 14pt; font-family: Helvetica; color: #000000; font-weight: bold; } h2 { font-size: 12pt; } ! h4 { font-size: 10pt; font-family: Helvetica; color: #000000; font-weight: bold; } sup { font-size: x-small; text-decoration: underline; vertical-align: super; } ! /* debug ! table { border: 1px solid red; } ! td { border: 1px solid purple; } ! th { border: 1px solid purple; } ! */ ! table { } ! th { color: #000000; background: #ddd; font-size: 11pt; font-family: serif; } ! td { color: #000000; font-family: Arial; margin-top: 0; } ul { margin: 0pt 0pt 0.5em 0.5em } li { margin-left: 0.5em; } - p { color: #000000; } .advice { font-size: 8pt; color: #24007e; background: #7e7e7e; font-family: Arial; } p.bodyheader { text-align: center; font-weight: bold; margin-top: 12pt; margin-bottom: 3pt; margin-right: 18pt; } --- 232,245 ---- } p#mailto { text-align: center; font-weight: bold; } em { font-style: italic; color: green; } ! h1 { margin-top: 12pt; margin-right: 0in; margin-bottom: 6pt; margin-left: 0in; font-size: 14pt; font-family: Helvetica; font-weight: bold; } h2 { font-size: 12pt; } ! h4 { font-size: 10pt; font-family: Helvetica; font-weight: bold; } sup { font-size: x-small; text-decoration: underline; vertical-align: super; } ! th { background: #ddd; font-size: 11pt; font-family: serif; } ! td { font-family: Arial; margin-top: 0; } ul { margin: 0pt 0pt 0.5em 0.5em } li { margin-left: 0.5em; } .advice { font-size: 8pt; color: #24007e; background: #7e7e7e; font-family: Arial; } p.bodyheader { text-align: center; font-weight: bold; margin-top: 12pt; margin-bottom: 3pt; margin-right: 18pt; } *************** *** 246,250 **** .flag { color: red; vertical-align: super; } .formlabel { padding-right: 6pt; text-align: right; vertical-align: center; text-family: Arial; } ! .historyFlag { color: #0000ff; vertical-align: 40%; } .history { color: #848484; } .left { padding-right: 6pt; text-align: right; vertical-align: top; } --- 248,252 ---- .flag { color: red; vertical-align: super; } .formlabel { padding-right: 6pt; text-align: right; vertical-align: center; text-family: Arial; } ! .historyFlag { color: #00f; vertical-align: 40%; } .history { color: #848484; } .left { padding-right: 6pt; text-align: right; vertical-align: top; } *************** *** 254,295 **** .motd { text-align: center; } .red { color: #fc0000; font-family: Arial; } ! .required { color: #000000; vertical-align: 40%; } .smaller { font-size: smaller; } .smallCenter { font-size: 8pt; text-align: center; } .sst { color: #ff9933; font-family: Arial; } ! .subtitle { color: #000000; text-align: center; font-family: Arial; font-size: medium; } .tiny { font-size: 8pt; font-family: Arial; line-height: 60% } ! .title { color: #000000; text-align: center; font-size: larger; font-weight: bold; margin-top: 12pt; border-bottom-width: thin; font-family: Arial; } .topicheader { text-align: center; font-weight: bold; } .topictext { text-align: left; } .helpHeader1 { text-align: left; font-weight: bold; font-size: larger; } .helpHeader2 { text-align: left; } ! .tripreportsCell { background: #ff9933; color: #000000; } ! .tripreportsText { color: #ff9933; } ! .testCell { background: #888888; color: #bbbbbb; } ! .testText { color: #888888; } ! /* *Cell styles are used to define table cell colors and fonts */ ! .doneCell { color: #000000; } ! .noneCell { color: #000000; } ! .redCell { background: #ff0000; color: #00ffff; } ! .yellowCell { background: #ffff00; color: #0000ff; } ! .greenCell { background: #00ff00; color: #ff00ff; } ! /* *SevCell styles are used to define table cell colors and fonts */ ! .doneSevCell { color: #000000; text-align: center} ! .noneSevCell { color: #000000; text-align: center} ! .redSevCell { background: #ff0000; color: #000000; text-align: center} ! .yellowSevCell { background: #ffb400; color: #000000; text-align: center} ! .greenSevCell { background: #00b400; color: #000000; text-align: center} ! .doneText { color: #000000; } ! .noneText { color: #000000; } ! .redText { color: #ff0000; } .yellowText { color: #ffb400; } ! .greenText { color: #00ff00; } ! .doneText { color: #000000; } ! .noneText { color: #000000; } ! .redSevText { color: #00ffff; } ! .yellowSevText { color: #ffb400; } ! .greenSevText { color: #0000ff; } ! .vbar { color: #b4b4b4; background: #ffffff; font-size: 10pt; } --- 256,295 ---- .motd { text-align: center; } .red { color: #fc0000; font-family: Arial; } ! .required { vertical-align: 40%; } .smaller { font-size: smaller; } .smallCenter { font-size: 8pt; text-align: center; } .sst { color: #ff9933; font-family: Arial; } ! .subtitle { text-align: center; font-family: Arial; font-size: medium; } .tiny { font-size: 8pt; font-family: Arial; line-height: 60% } ! .title { text-align: center; font-size: larger; font-weight: bold; margin-top: 12pt; border-bottom-width: thin; font-family: Arial; } .topicheader { text-align: center; font-weight: bold; } .topictext { text-align: left; } .helpHeader1 { text-align: left; font-weight: bold; font-size: larger; } .helpHeader2 { text-align: left; } ! .tripreportsCell { background: #f93; } ! .tripreportsText { color: #f93; } ! .testCell { background: #888; color: #bbb; } ! .testText { color: #888; } /* *Cell styles are used to define table cell colors and fonts */ ! .doneCell { } ! .noneCell { } ! .redCell { background: #f00; color: #0ff; } ! .yellowCell { background: #ff0; color: #00f; } ! .greenCell { background: #0f0; color: #f0f; } /* *SevCell styles are used to define table cell colors and fonts */ ! .doneSevCell { text-align: center} ! .noneSevCell { text-align: center} ! .redSevCell { background: #f00; text-align: center} ! .yellowSevCell { background: #ffb400; text-align: center} ! .greenSevCell { background: #00b400; text-align: center} ! .doneText { } ! .noneText { } ! .redText { color: #f00; } .yellowText { color: #ffb400; } ! .greenText { color: #0f0; } ! .doneText { } ! .noneText { } ! .redSevText { color: #0ff; } ! .yellowSevText { color: #ffb400; } ! .greenSevText { color: #00f; } ! .vbar { color: #b4b4b4; background: #fff; font-size: 10pt; } |