﻿/* Style sheet for http://yen-hansen.ca */
/* by Mogens Lemvig Hansen, November 28th, 2014      */

BODY { 
   color: black; 
   background-color: white;
   background-image: url("onethird.svg");
   background-repeat: no-repeat;
   background-attachment: fixed;
   background-position: bottom center;
   margin: 1%; 
}

NAV {
   width: 102%; 
   padding: 0ex 0em;
   margin-left: -1%;
   margin-right: -1%;
   margin-top: -1%;
   color: black; 
   background-color: rgb(32, 129, 153);
}

NAV UL { list-style-type: none;
   margin: 0;
   padding: 0 2em;
}

NAV UL LI { 
   display: inline;
}

NAV UL LI SPAN.notlink {
   display: inline-block;
   padding: 0.2em 1em;
   margin: 5px 2px;
   border-radius: 15% / 50%;
   border-style: solid; /* this and the border-color makes the border invisible */
   border-color: rgb(32, 129, 153);
}

NAV UL LI A { 
   display: inline-block;
   padding: 0.2em 1em;
   margin: 5px 2px;
   border-radius: 15% / 50%;
   border-style: ridge;
   border-color: white;  
   background-color: rgb(240,240,255);
}

NAV UL LI A:hover { 
   background-color: rgb(255, 255, 221);
}

NAV A:link {
   text-decoration: none;
   color: inherit;
}

NAV A:visited {
   color: inherit;
}

@media print {
   NAV { display: none; }
}

H1 {
   font-size: xx-large;
   font-weight: normal;
   text-align: center;
}

H2 {
   font-size: large;
   font-weight: bolder;
   margin: 0px;
}


p.motto:before {
   content: "Teaching with Inspiration since 1996";
}

p.mottozh:before {
   content: "啟發式教學 自1996年迄今";
}

p.motto {
   text-align: center;
   font-style: italic;
}

p.mottozh {
   text-align: center;
   font-style: italic;
}

FOOTER {
   font-size: small;
   clear: both;
}

