Átlátszó oldal Gportalon
2012.11.13. 21:50
Ahhoz, hogy átlátszóvá tudd tenni az oldalad, szükséged lesz egy kódra. :) Ezt jobb vagy bal oldalra egy egyszerű modulba másold be innen.
(Ebben a kódban a számláló és a bejelentkezés is átlátszó lesz)
KÓD:
<STYLE type=text/css>
body {
color: #FFFFFF;
}
input {
background-color: transparent >
font-family: ;
font-size: 11px;
border-left: 1px dotted none;
border-right: 1px dotted none;
border-top: 1px dotted none;
border-bottom: 1px dotted none;
}
td.modtitle {
background-color: transparent;
font-family: verdana;
font-size: 11px;
color: #FFFFFF;
border-bottom: 1px dotted none;
border-top: 1px dotted none;
}
td.modbody {
background-color: transparent;
font-family: verdana;
font-size: 11px;
color: #FFFFFF;
}
</STYLE>
|