Őszi css 5
2013.09.11. 17:51
<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: 1px solid #A52A2A;}
td.modtitle { /*modulfejlec*/
background: #A52A2A;
font-style:italic;
text-align:center;
text-transform:lowercase;
font-family:georgia;
letter-spacing:-1px;
font-size:20px;
color:#ffffff;
-webkit-border-radius: 40px;
-moz-border-radius: 40px;
border-radius: 40px;
}
td.modbody { /*modul tartalmi resze*/
text-align: left;
color: #888888;
background: #fafafa;
font-size: 10pt;
font-family: tahoma;
padding: 8px;
width: 265px;
text-align: justify;
-webkit-border-bottom-right-radius: 30px;
-moz-border-radius-bottomright: 30px;
border-bottom-right-radius: 30px;
}
STRONG {
font-family: tahoma;
color: #F08080;
}
EM {
font-family: georgia;
color: #DB7093;
}
U{
font-family: tahoma;
color: #800000;
border-bottom: 2px dotted #800000;
}
blockquote {
background: #f7f7f7;
border-left: 7px solid #800000;
}
h2 {
font-style:normal;
text-align:left;
text-transform:uppercase;
font-family:verdana;
color:#ffffff;
background-color: #800000;
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: tahoma;
font-size: 10pt;
color: #000000;
text-decoration: none;
font-weight: bold;/*például : bold*/
cursor: hand;
}
a:hover, a:active {
font-family: tahoma;
font-size: 10pt;
font-weight: bold;
color: #D2691E;
text-decoration: none;
cursor: hand;
}
::selection{
background: #A52A2A; /* A kijelölés háttérszíne */
color: #ffffff; /* Szöveg színe */
}
::-moz-selection{ /* Firefox */
background: #A52A2A; /* A kijelölés háttérszíne */
color: #ffffff; /* Szöveg színe */
}
.site {
background-color: #ffffff;
width: 820px;
}
body{
background-image: url(//fuckinway.gportal.hu/portal/fuckinway/image/gallery/1378914918_41.jpg);
background-color: ;
}
/*css by: frank*/
</style>
|