diff -r df767ed748f3 -r 24c0b959c738 styles/vym.css --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/styles/vym.css Sun Jan 30 12:59:10 2005 +0000 @@ -0,0 +1,104 @@ +html { font-family:arial,sans-serif; } +body { margin:0; padding:10px; font-family:arial,sans-serif; align:center; background-color:#ffffff; } + + + +a, a:visited, a:link, a:active + { color:#666666; text-decoration:none; } +a:hover { text-decoration:underline; } + +/* VYM specific elements*/ + +.vym-header{ + width:96%; + padding:2%; + margin-bottom:10px; + border:solid 1px black; + background-color:#f0f0f0; + text-align:center; + vertical-align:center; + font-size: 2em; +} +.vym-imagemap{ + width:96%; + padding:2%; + margin-bottom:10px; + border: 0px; + text-align:center; + vertical-align:center; +} +.vym-BoxBottom { + padding:10px; + font-size:0.7em; + border:solid 1px black; + margin:0; + background-color:#f0f0f0; +} +.vym-BoxBottomR +{ + padding-top:1em; + color:#676767; + text-align:right; +} +.vym-footer { + width:100%; + border:1; +} +.vym-footerL { font-size:0.7em; color:#676767; text-align:left; } +.vym-footerC { font-size:0.7em; color:#676767; text-align:center; } +.vym-footerR { font-size:0.7em; color:#676767; text-align:right; } + +.vym-url {} + +.vym-branch0 { + color:#000000; + font-size: x-large; + font-weight: bold; +} +.vym-branch1{ + font-size: normal; + font-weight: normal; +} +.vym-branch2{ + font-size: 0.5em; + font-weight: normal; +} +.vym-branch3{ + font-size:0.5em; + font-weight: normal; +} +.vym-branch4{ + font-size:0.5em; + font-weight: normal; +} +.vym-branch5{ + font-size:0.5em; + font-weight: normal; +} +.vym-branch6{ + font-size:0.5em; + font-weight: normal; +} +.vym-branch7{ + font-size:0.5em; + font-weight: normal; +} + +.vym-htmlnote{ + width:96%; + border: solid 1px black; + border-color: #000000; + background-color: #eeeeee; + font-size: 0.5em; + font-weight: normal; + padding: 5px; +} + +.vym-note { + width:100%; + border: solid 1px black; + border-color: #000000; + background-color: #eeeeee; + font-size: 0.5em; + font-weight: normal; +}