<p>
<style type="text/css">
.site {
width: 700px;}
td.list1 { /* sms hirdetodoboz 1. Pl.:vendegkonyv belseje, blog: mit szól hozzá kinézete */
background-color: transparent;
font-family: Tahoma;
font-size: 11px;
padding-left: 3px;
text-align: justify;
color: #998080;
border: 0px;
}
td.modtitle { /* modulfejléc része */
font-family: "Arial Black";
font-size: 15px;
color: #ffffff;
text-align: center;
background-color: #292121;
padding-top: 7px; /* keret és a szöveg közti távolság */
padding-bottom: 5px; /* keret és a szöveg közti távolság */
border-left: #cccccc 0px solid;
border-right: #cccccc 0px solid;
border-bottom: #cccccc 5px solid;
border-top: #cccccc 0px solid;
-moz-border-radius: 1.1em 1.1em 0em 0em; /* a keret szélek kerekítése */
-webkit-border-radius: 1.1em 1.1em 0em 0em; /* a keret szélek kerekítése */
text-transform: uppercase;
font-weight: normal;
}
td.modbody { /* tartalmi modul része */
background-color: #292121;
font-family: Tahoma;
font-size: 11px;
color: #998080;
padding-left: 5px; /* keret és a szöveg közti távolság */
padding-right: 5px;
padding-bottom: 4px;
padding-top: 5px;
border-left: #cccccc 0px solid;
border-right: #cccccc 0px solid;
border-bottom: #cccccc 0px solid;
border-top: #cccccc 0px none;
-moz-border-radius: 0em 0em 1.1em 1.1em;
-webkit-border-radius: 0em 0em 1.1em 1.1em;}
img {
border: 0px solid #abdebf;
padding: 0px;
-moz-border-radius: 0.7em;
-webkit-border-radius: 0.7em;}
img:hover {
border: 0px solid #e95a82;
padding: 0px;
cursor: crosshair;
-moz-border-radius: 0.7em;
-webkit-border-radius: 0.7em;}
a:link img, a:visited img {
border: 0px solid #e95a82;
background-color: transparent;
padding: 0px;
filter: alpha(opacity=60);
opacity: 1;
-moz-border-radius: 0.7em;
-webkit-border-radius: 0.7em;}
a:hover img {
border: 0px solid #e95a82;
background-color: transparent;
padding: 0px;
filter: alpha(opacity=90);
opacity: .5; /* Mennyire legyen halvány a kép */;
-webkit-transition: opacity .5s ease-in; /* Hány másodpercig tartson az átmenet. (Chrome, Opera...) */
-moz-transition: opacity .5s ease-in; /* Hány másodpercig tartson az átmenet. (Mozilla Firefox) */
-o-transition: opacity .5s ease-in; /* Hány másodpercig tartson az átmenet. (Internet Explorer) */
cursor: crosshair;
-moz-border-radius: 0.7em;
-webkit-border-radius: 0.7em;}
a:link, a:visited {
color: #817b7b;
font-family: Verdana;
font-weight: normal;
font-style: normal;
font-size: 11px;
text-decoration: none;
}
a:hover {
color: #ffffff;
background-color: none;
font-size: 11px;
text-decoration: none;
text-transform: none;
font-weight: bold;
font-style: normal;
font-family: Verdana;
cursor: default;
}
input { /* pl. oké gomb. */
font-family: "Trebuchet MS";
font-size: 10px;
color: #998080;
border: 1px solid #373131;
background-color: #000000;
padding: 2px;
}
textarea {/* pl. kódos dobozom kinézete */
background-color: #000000;
font-family: Tahoma;
font-size: 11px;
color: #998080;
border: 0px;
font-style: normal;
}
body {
background-attachment: fixed;
cursor: default;
font-family: Tahoma;
font-size: 11px;
color: #998080;
margin-left: 0px;
background-color: #000000;
overflow: -moz-scrollbars-vertical;
overflow-x: hidden;
background-image: none;
}
/* DOLT, ALÁHÚZOTT, BOLD betustílusok */
STRONG {
COLOR: #c52407;
FONT-SIZE: 10px;
FONT-FAMILY: Georgia, "Times New Roman", Times, serif;
font-weight: bold;
text-transform: uppercase;
text-shadow: #b4b4b4 2px 2px 2px;
font-style: normal;
}
U {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 11px;
color: #ffffff;
font-weight: bold;
text-decoration: none;
font-style: normal;
border-top: 0px solid #ef2f02;
}
EM {
COLOR: #8fb500;
FONT-SIZE: 11px;
FONT-FAMILY: georgia;
border-bottom: 3px solid #c52407;
font-style: italic;
background-color: transparent;
font-weight: bold;
}
.headerbg {
background-color: transparent;
}
td.menu {/* menü modul háttere pl. */
background-color: transparent;
font-family: Tahoma;
font-size: 10px;}
a.menu:link, a.menu:visited { /* menü modul linkje */
color: #ffffff;
font-family: Tahoma;
font-weight: normal;
font-style: normal;
font-size: 12px;
text-decoration: none;
}
a.menu:hover { /* menü modul linkje ha ráviszem az egeret */
color: #c42e75;
font-size: 12px;
font-weight: normal;
text-decoration: none;
text-transform: none;
font-style: normal;
font-family: Tahoma;
cursor: default;
}
--> </style>
</p>
|