Css:
<!--
td.modbody {
background-color: transparent;
font-family: trebuchet ms;
font-size: 10px;
color:#dcdcdc;
line-height: 10px;}
-->
<p>
<style type="text/css">
.top
{
color: #F40011;
font-size: 6pt;
font-family: tahoma;
font-weight: bold;
text-align: center;
text-transform: lowecase;
letter-spacing: 2px;
background-color: d7f66d;
border-bottom: 0px solid #F40011;
}
.bottom
{
color: #ebebeb;
font-size: 9px;
font-family: trebuchet ms;
text-align:center;
font-weight: normal;
text-transform: none;
background-color: #ffffff;
border-left: px solid #999999;
border-bottom: 0px solid #F40011;
padding-bottom: 1px;
line-height: 10px;
}
.content
{
color: #999999;
font-size: 9px;
font-family: trebuchet ms;
background: #ffffff;
padding: 1px;
padding-bottom: 1px;
border-left: 0px solid #F40011;
border-bottom: 1px dashed #efefef;
line-height: 10px;
}
img { border: 0px solid #000000;} /* link nélküli képnek keret, most 0, tehát nem ad neki keretet */
a img /* linkelt kép tulajdonságai */
{ border-style: dashed; /* a linkelt kép keretének stílusa: solid: sima, dashed: szaggatott, dotted: pontozott */
border-width: 2px; /* a linkelt kép keretének vastagsága */
border-color: #FF0084; /* a linkelt kép keretének színe */
-moz-border-radius: 0px; /* keret lekerekítésének mértéke mozzilában */
-webkit-border-radius: 0px; /* keret lekerekítésének mértéke chrombe-ban */
filter: alpha(opacity=100); /* áttetszőség IE-ben */
opacity: 1.0; /* áttetszőség mozzilában, chrome-ban.. */
}
a:hover img /* linkelt kép tulajdonságai, ha ráviszed az egeret */
{ border-style: dashed; /* a linkelt kép keretének stílusa: solid: sima, dashed: szaggatott, dotted: pontozott */
border-width: 2px; /* a linkelt kép keretének vastagsága */
border-color: #F40011; /* a linkelt kép keretének színe */
-moz-border-radius: 0px; /* keret lekerekítésének mértéke mozzilában */
-webkit-border-radius: 0px; /* keret lekerekítésének mértéke chrome-ban */
filter: alpha(opacity=100); /* áttetszőség IE-ben */
opacity: 0.8.0; /* áttetszőség mozzilában, chrome-ban... */
}
A:link {
FONT-SIZE: 7pt; CURSOR: default; COLOR: #FF0084; FONT-FAMILY: georgia, georgia; TEXT-DECORATION: none; TEXT-TRANSFORM: lowercase; line-height: 8px; FONT-WEIGHT: ;
}
A:active {
FONT-SIZE: 7pt; CURSOR: default; COLOR: #fc8eb3; FONT-FAMILY: georgia, georgia; TEXT-DECORATION: none; TEXT-TRANSFORM: lowercase; line-height: 8px; FONT-WEIGHT: ;
}
A:visited {
FONT-SIZE: 7pt; CURSOR: default; COLOR: #fc8eb3; FONT-FAMILY: georgia, georgia; TEXT-DECORATION: none; TEXT-TRANSFORM: lowercase; line-height: 8px; FONT-WEIGHT: ;
}
A:hover {
FONT-SIZE: 7pt; CURSOR: default; COLOR: #F40011; FONT-FAMILY: georgia, georgia; TEXT-DECORATION: none; TEXT-TRANSFORM: lowercase; line-height: 8px; FONT-WEIGHT: ;
border-bottom: 1px solid #F40011; background-color: #;
}
td.modtitle {
background-image: url(//jenniferlove.gportal.hu/portal/jenniferlove/image/gallery/1303031238_84.png);
height: 30px;
font-size: 16pt;
font-family: georgia;
letter-spacing: px;
color: #000000;
text-align:20 px;
text-transform: lowercase;
font-weight: bold;
font-style: ;
border-left: 0px solid #d7f66d;
border-bottom: 0px solid #;
}
TD.modbody {
FONT-SIZE: 7pt; color: #000000; FONT-FAMILY: trebuchet ms;
background-color: #FEFEFE; line-height: 10px;
}
B, STRONG {
COLOR: #FF0084;
font-family: tahoma;
FONT-SIZE: 7pt;
text-transform: center;
font-weight: bold;
}
B:hover {
COLOR: #FF0084; text-decoration: overline
}
U {
COLOR: #F40011;
text-decoration: none
font-family: trebuchet ms;
FONT-SIZE: 7pt;
text-transform: underline;
font-style: italic;
border-bottom: 1px dotted #FF0084;
line-height: 12px;
}
EM, I {
COLOR: #F40011;
font-family: trebuchet ms;
FONT-SIZE: pt;
border-bottom: 0px dotted #999999;}
}
input {
BACKGROUND: f0f0f0;
font-family: Arial;
text-align: justify
font-size: 9px;
color: #d7f66d;
border: 0px solid #303030;}
} </style>
|