/********************** * theme stylesheet definition * * Copyright, 2003 Alex G Doll Consulting Ltd * ***********************/ /******** * general objects ********/ body { background-color: #3f3334; font-family : Tahoma, Verdana, sans-serif; /*color : #66aa66;*/ color : #e6cca2; /*color : #66ee88;*/ margin : 0px; padding : 0px; } table.bodytable { width : 100%; border : none; } .small { font-size : small; } /****************** * A tag colours for use against a DARK background ******************/ A:link { color: #ffAA00; text-decoration: underline; } A:active { color: #ffAA00; text-decoration: underline; } A:visited { color: #ffAAAA; text-decoration: underline; } A:hover { color: #ff00FF; text-decoration: underline; } /****************** * A tag colours for use against a LIGHT background ******************/ A.light:link { color: #0000FF; text-decoration: underline; } A.light:active { color: #0000FF; text-decoration: underline; } A.light:visited { color: #AA00FF; text-decoration: underline; } A.light:hover { color: #ff00FF; text-decoration: underline; } /******** * header objects ********/ td.topcell { background-color: #ffee88; background-image : url(http://www.quincystreet4.com/theme/leftmenugold/goldtopbk.png) ; text-align: center; font-size: 300%; font-wight : 200%; height : 10%; border : solid #e6cca2 2px; color : #66aa66; } td.addresscell { color : grey; font-size : x-small; text-align : center; border : solid #e6cca2 2px; background-color: #ffee88; background-image : url(http://www.quincystreet4.com/theme/leftmenugold/goldtopbk.png) ; } td.menucell { text-align : left; width : 15%; background-image : url(http://www.quincystreet4.com/theme/leftmenugold/goldtopbk.png) ; border : solid #e6cca2 2px; color : #66aa66; } td.menuitem { background-color: #ffee88; background-image : url(http://www.quincystreet4.com/theme/leftmenugold/buttonbk.png) ; background-repeat: repeat-x; color : #66aa66; border : solid #d9b275 2px; border-top: none; margin-left : 5%; margin-right : 5%; padding : 5px; font-style : bold; } td.bodycell { } /******** * footer objects ********/ td.slogancell { background-image : url(http://www.quincystreet4.com/theme/leftmenugold/goldbar.png) ; height : 26px; text-size : 20px; color : black; font-size : x-small; text-align : center; border-right : solid grey 2px; border-bottom : solid grey 2px; border-top : solid #e6cca2 2px; border-left : solid #e6cca2 2px; } td.bottomcell{ text-align: center; font-size : 100%; } /******** * schedule page objects ********/ div.sched { border: solid #e6cca2 2px; /*border-bottom: solid gray 1px;*/ border-top: solid #e6cca2 4px; } p.schedcell { padding : 0px; margin : 0px; /*border-bottom: solid #e6cca2 1px;*/ padding-left : 2em; padding-right: 2em; } span.schedcell { /*border-left: solid #e6cca2 1px;*/ padding-left : 1em; padding-right: 1em; } .schedcell { padding-left : 2em; padding-right: 2em; white-space : nowrap; } /********** Bio page **********/ p.bio { color : #66aa66; } span.biohead { color : #e6cca2; }