styles/vym.css
changeset 82 920e6ed5889b
parent 38 24c0b959c738
child 178 8e3d07807ac5
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/styles/vym.css	Sun Jan 30 12:59:10 2005 +0000
     1.3 @@ -0,0 +1,104 @@
     1.4 +html                  { font-family:arial,sans-serif; }
     1.5 +body                  { margin:0; padding:10px; font-family:arial,sans-serif; align:center;  background-color:#ffffff; }
     1.6 +
     1.7 +
     1.8 +
     1.9 +a, a:visited, a:link, a:active
    1.10 +                      { color:#666666; text-decoration:none; }
    1.11 +a:hover               { text-decoration:underline; }
    1.12 +
    1.13 +/* VYM specific elements*/
    1.14 +
    1.15 +.vym-header{ 
    1.16 +	width:96%; 
    1.17 +	padding:2%; 
    1.18 +	margin-bottom:10px; 
    1.19 +	border:solid 1px black; 
    1.20 +	background-color:#f0f0f0; 
    1.21 +	text-align:center; 
    1.22 +	vertical-align:center;
    1.23 +	font-size: 2em;
    1.24 +}
    1.25 +.vym-imagemap{ 
    1.26 +	width:96%; 
    1.27 +	padding:2%; 
    1.28 +	margin-bottom:10px; 
    1.29 +	border: 0px; 
    1.30 +	text-align:center; 
    1.31 +	vertical-align:center;
    1.32 +}
    1.33 +.vym-BoxBottom { 
    1.34 +	padding:10px; 
    1.35 +	font-size:0.7em; 
    1.36 +	border:solid 1px black; 
    1.37 +	margin:0; 
    1.38 +	background-color:#f0f0f0; 
    1.39 +}
    1.40 +.vym-BoxBottomR		
    1.41 +{ 
    1.42 +	padding-top:1em; 
    1.43 +	color:#676767; 
    1.44 +	text-align:right; 
    1.45 +}
    1.46 +.vym-footer { 
    1.47 +	width:100%; 
    1.48 +	border:1;
    1.49 +}
    1.50 +.vym-footerL { font-size:0.7em; color:#676767; text-align:left; }
    1.51 +.vym-footerC { font-size:0.7em; color:#676767; text-align:center; }
    1.52 +.vym-footerR { font-size:0.7em; color:#676767; text-align:right; }
    1.53 +
    1.54 +.vym-url {} 
    1.55 +
    1.56 +.vym-branch0 { 
    1.57 +	color:#000000;  
    1.58 +	font-size: x-large;
    1.59 +	font-weight: bold;
    1.60 +}
    1.61 +.vym-branch1{
    1.62 +	font-size: normal;
    1.63 +	font-weight: normal;
    1.64 +}
    1.65 +.vym-branch2{
    1.66 +	font-size: 0.5em;
    1.67 +	font-weight: normal;
    1.68 +}
    1.69 +.vym-branch3{
    1.70 +	font-size:0.5em;
    1.71 +	font-weight: normal;
    1.72 +}
    1.73 +.vym-branch4{
    1.74 +	font-size:0.5em;
    1.75 +	font-weight: normal;
    1.76 +}
    1.77 +.vym-branch5{
    1.78 +	font-size:0.5em;
    1.79 +	font-weight: normal;
    1.80 +}
    1.81 +.vym-branch6{
    1.82 +	font-size:0.5em;
    1.83 +	font-weight: normal;
    1.84 +}
    1.85 +.vym-branch7{
    1.86 +	font-size:0.5em;
    1.87 +	font-weight: normal;
    1.88 +}
    1.89 +
    1.90 +.vym-htmlnote{ 
    1.91 +	width:96%; 
    1.92 +	border: solid 1px black; 
    1.93 +	border-color: #000000;
    1.94 +	background-color: #eeeeee; 
    1.95 +	font-size: 0.5em;
    1.96 +	font-weight: normal;
    1.97 +	padding: 5px;
    1.98 +}
    1.99 +
   1.100 +.vym-note { 
   1.101 +	width:100%; 
   1.102 +	border: solid 1px black; 
   1.103 +	border-color: #000000;
   1.104 +	background-color: #eeeeee; 
   1.105 +	font-size: 0.5em;
   1.106 +	font-weight: normal;
   1.107 +}