CSS-exempel till SendMailsubrutin
Förord
Här är den mall som jag använder mig av i exemplet. Klicka på länken nedan för att se mailsubrutinen.Innehåll
Relaterade artiklar
» Subrutin för snabb mailhantering i asp
html, body{
margin:0;
padding:0;
}
body {
font:80%/140% "Lucida Grande", Tahoma, Helvetica, sans-serif;
color:#000;
padding:0;
text-align:left;
}
a { color:#315e11; font-weight:bold; }
a:hover { color:#35B515; }
p:after {clear: both;}
ul, ol, dl {
padding-left:0;
line-height:130%;
font-size:100%;
}
/* nice with image bullet */
ul li{
padding-left:14px;
margin:0.8em 0 0.8em 0.7em;
list-style:none;
background:transparent url(http://www.foretaget.com/images/li_dot.gif) no-repeat left 0.25em;
}
ol li{
padding-left:0;
margin:0.8em 0 0.8em 2.2em;
}
img {border:0; }
/* floating images and adds margins*/
img.right { float: right;
margin: 0 0 15px 15px ;}
img.left { float: left;
margin: 0 15px 15px 0;}
h1, h2, h3, h4, h5, h6, p, pre, blockquote, address {
margin: 1em 20px .7em 20px;
padding:0;
}
#header h1 { }
/*indent text to hide it and shows logo instead. SEO-friendly*/
#header h1 a {display:block; text-indent:-1000px;
margin: 0;
padding:0;
background: #fff url(http://www.foretaget.com/images/logo.jpg) no-repeat 0 0;
height: 100px;}
h5 {line-height: 180%;}
/*adds a mail icon before the mailto link. Doesn't work in IE6.*/
h5 a[href^="mailto:"] {
height: 180%;
vertical-align: middle;
background:transparent url(http://www.foretaget.com/images/icons/email.png) no-repeat left top;
padding-left: 25px; }
/*adds a url icon before the link. Doesn't work in IE6.*/
h5 a[href^="http://"] {
height: 180%;
vertical-align: middle;
background:transparent url(http://www.foretaget.com/images/icons/world.png) no-repeat left top;
padding-left: 25px; padding-bottom: 5px;}
p.footer { font-size: 90%; color: #aaa; line-height: 125%; font-weight: normal;}
.clearfix:after {
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */
0 Kommentarer