styles/vym.css
author insilmaril
Wed, 11 Apr 2007 09:21:17 +0000
changeset 456 8cc3cb71f345
parent 178 8e3d07807ac5
permissions -rw-r--r--
Updated documentation about macros
     1 html                  { font-family:arial,sans-serif; }
     2 body                  { margin:0; padding:10px; font-family:arial,sans-serif; align:center;  background-color:#ffffff; }
     3 
     4 
     5 
     6 a, a:visited, a:link, a:active
     7                       { color:#666666; text-decoration:none; }
     8 a:hover               { text-decoration:underline; }
     9 
    10 /* VYM specific elements*/
    11 
    12 .vym-header{ 
    13 	width:96%; 
    14 	padding:2%; 
    15 	margin-bottom:10px; 
    16 	border:solid 1px black; 
    17 	background-color:#f0f0f0; 
    18 	text-align:center; 
    19 	vertical-align:center;
    20 	font-size: 2em;
    21 }
    22 .vym-imagemap{
    23 	width:96%; 
    24 	padding:2%; 
    25 	margin-bottom:10px; 
    26 	border: 0px; 
    27 	text-align:center; 
    28 	vertical-align:center;
    29 }
    30 .imagemap{
    31 	border: 0px; 
    32 }
    33 .vym-BoxBottom { 
    34 	padding:10px; 
    35 	font-size:0.7em; 
    36 	border:solid 1px black; 
    37 	margin:0; 
    38 	background-color:#f0f0f0; 
    39 }
    40 .vym-BoxBottomR		
    41 { 
    42 	padding-top:1em; 
    43 	color:#676767; 
    44 	text-align:right; 
    45 }
    46 .vym-footer { 
    47 	width:100%; 
    48 	border:1;
    49 }
    50 .vym-footerL { font-size:0.7em; color:#676767; text-align:left; }
    51 .vym-footerC { font-size:0.7em; color:#676767; text-align:center; }
    52 .vym-footerR { font-size:0.7em; color:#676767; text-align:right; }
    53 
    54 .vym-url {} 
    55 
    56 .vym-branch0 { 
    57 	color:#000000;  
    58 	font-size: x-large;
    59 	font-weight: bold;
    60 }
    61 .vym-branch1{
    62 	font-size: normal;
    63 	font-weight: normal;
    64 }
    65 .vym-branch2{
    66 	font-size: small;
    67 	font-weight: normal;
    68 }
    69 .vym-branch3{
    70 	font-size: small;
    71 	font-weight: normal;
    72 }
    73 .vym-branch4{
    74 	font-size: small;
    75 	font-weight: normal;
    76 }
    77 .vym-branch5{
    78 	font-size: small;
    79 	font-weight: normal;
    80 }
    81 .vym-branch6{
    82 	font-size: small;
    83 	font-weight: normal;
    84 }
    85 .vym-branch7{
    86 	font-size: small;
    87 	font-weight: normal;
    88 }
    89 
    90 .vym-htmlnote{ 
    91 	width:96%; 
    92 	border: solid 1px black; 
    93 	border-color: #000000;
    94 	background-color: #eeeeee; 
    95 	font-size: small;
    96 	font-weight: normal;
    97 	padding: 5px;
    98 }
    99 
   100 .vym-note { 
   101 	width:100%; 
   102 	border: solid 1px black; 
   103 	border-color: #000000;
   104 	background-color: #eeeeee; 
   105 	font-size: small;
   106 	font-weight: normal;
   107 }
   108 
   109 .standardflag { 
   110 	margin-left: 5px; 
   111 }
   112