Őszi css 3
2013.08.28. 14:34
<style type="text/css">
td.menu {font-size:9px; color: #888888;
background-color:transparent}
input { /*bemenet*/
background-color: #ffffff;
font-family: tahoma ;
font-size: 10px;
color: #000000;
text-align: center;
border: 3px solid #A0522D;}
td.modtitle { /*modulfejlec*/
background: #778899;
font-style:italic;
text-align:center;
font-family: georgia;
letter-spacing:-1px;
font-size:20px;
color:#ffffff;
-webkit-border-top-left-radius: 20px;
-webkit-border-top-right-radius: 20px;
-moz-border-radius-topleft: 20px;
-moz-border-radius-topright: 20px;
border-top-left-radius: 20px;
border-top-right-radius: 20px;
}
td.modbody { /*modul tartalmi resze*/
text-align: left;
color: #000000;
background: #fafafa;
font-size: 10pt;
font-family: Trebuchet MS;
padding: 8px;
width: 265px;
text-align: justify;
-webkit-border-bottom-right-radius: 30px;
-moz-border-radius-bottomright: 30px;
border-bottom-right-radius: 30px;
border-bottom: 1px solid #778899;
border-right: 1px solid #778899;
border-left: 1px solid #778899;
}
STRONG {
font-family: tahoma;
color: #B0C4DE;
}
EM {
font-family: georgia;
color: #A9A9A9;
}
U{
font-family: tahoma;
color: #808080;
border-bottom: 2px dotted #808080;
}
blockquote {
background: #8FBC8F;
border-left: 7px solid #B0C4DE;
}
h2 {
font-style:normal;
text-align:left;
text-transform:uppercase;
font-family:verdana;
color:#ffffff;
background-color: #B0C4DE;
font-size: 20;
}
.h1{
text-align: left;
color: #32CD32;
font-size: 17pt;
letter-spacing:-2px;
background: #f0f0f0;
-moz-border-radius-topright: 10px;
line-height: 10pt;
font-family: georgia;
}
a:link, A:visited {
font-family: Trebuchet MS;
font-size: 10pt;
color: #000000;
text-decoration: none;
font-weight: none;/*például : bold*/
cursor: hand;
-webkit-transition-duration: .50s
}
a:hover, a:active {
font-family: Trebuchet MS;
font-size: 10pt;
font-weight: none;
color: #4682B4;
text-decoration: none;
cursor: hand;
text-shadow: 0px 0px 15px #808080;
-webkit-transition-duration: .50s
}
::selection{
background: #808080; /* A kijelölés háttérszíne */
color: #ffffff; /* Szöveg színe */
}
::-moz-selection{ /* Firefox */
background: #808080; /* A kijelölés háttérszíne */
color: #ffffff; /* Szöveg színe */
}
.site {
background-color: #ffffff;
width: 800px;
}
body{
background-image: url(//florfranco.gportal.hu/portal/florfranco/image/gallery/1377693511_17.gif);
background-color: ;
}
/*css by: frank*/
</style>
|