Új szürke-piros css kód
2013.05.21. 18:14
<style type="text/css">
td.menu {font-size:9px; color: #888888;
background-color:transparent}
body * input[type='submit'], input[type='button'] {
border: 1px solid silver; /*szegély*/
background: linear-gradient(#eee, #fff); /*háttér*/
transition: all 0.3s ease-out;
padding: 5px; /*szélesség*/
color: #555; /*szöveg színe*/
background-position: 0 -1.7em; /*háttér pozíciója*/
}
td.modtitle { /*modulfejlec*/
background-color: #ffffff;
font: normal 9pt arial;
color: #666666;
letter-spacing: 1px;
text-transform:uppercase;
border-bottom: 2px solid #a00000;
margin-bottom: 5px;
}
td.modbody { /*modul tartalmi resze*/
background: #ffffff;
color: #808080;
font-size: 9pt;
font-style: normal;
font-family: tahoma;
text-shadow: #ffffff 0px 0px 1px;
border-bottom: 2px solid #a00000;
border: 0px solid #eee;
text-align: ;
}
a:link,a:active,a:visited{
color: #000000;
text-decoration: none;
-webkit-transition-duration: .50s
}
a:hover{
color: #c02020;
}
blockquote{padding:5px; background:#f9f9f9; border: 3px dotted #c02020;}
::selection {color: #000000; background: #F5F5F5; /* Safari */
}
::-moz-selection { color: #c02020; background: #F5F5F5; /* Firefox */
}
body{
background: ;
}
/*css by: frankieee*/</style>
|