/* Theme mail css */ /* for MontBlanc/MontBlancXL */ * {ldelim} margin: 0; padding: 0; border: 0; } body {ldelim} font-size:0.7em; font-family: Verdana,Arial,Helvetica,sans-serif; color: black; background: white; } #the_page {ldelim} /* background: transparent url({$ROOT_URL}themes/montblancxl/img/header.jpg) no-repeat left top; */ position: absolute; left: 0px; top: 16px; width: 800px; } .content {ldelim} /* background: white url({$ROOT_URL}themes/montblancxl/img/background.jpg) repeat-y left top; */ margin-top: 200px; width: 800px; } #copyright {ldelim} /* background: transparent url({$ROOT_URL}themes/montblancxl/img/footer.jpg) no-repeat left bottom; */ width: 800px; } h2 {ldelim} color:#06c;margin-top:1em;margin-left:-0.5em; } h2:before {ldelim} content: "»»»";} img {ldelim} margin:16px;padding:15px;border:1px solid #69c;background-color:#eef;-moz-border-radius:4px; border-radius:4px 4px; } img:hover {ldelim} border: 1px solid #c60; -moz-border-radius:4px; border-radius:4px 4px; } a {ldelim} color: #06c; background: transparent; }