Függőleges menü 23.
FőoldalKódok Segítség Grafika
Kód
<style type="text/css">
a.sung { /* 1. és 3. menüpont */
display:block;
width:100px;
padding:3px;
padding-bottom: 8px;
margin:25px;
background:#eeeeee;
font-size:11px;
Font-Family: tahoma;
text-align:center;
Text-decoration:none;
color:#888888;
border: 1px solid #1bc3d7;
text-transform:uppercase;
letter-spacing:2px;
height:10px;
-webkit-transform: rotate(13deg);
-moz-transform: rotate(13deg);
-o-transform: rotate(13deg);
-ms-transform: rotate(13deg);
transform: rotate(13deg);
-webkit-transition:All 0.2s ease;
-moz-transition:All 0.2s ease;
-o-transition:All 0.2s ease;
}
a.sung:hover{
color:#000000;
}
a.gyuu { /* 2. és 4. menüpont */
display:block;
border: 1px solid #d72e2e;
width:100px;
padding:3px;
padding-bottom: 8px;
margin:30px;
background:#fff;
font-size:11px;
Font-Family: tahoma;
text-align:center;
Text-decoration:none;
color:#888;
text-transform:uppercase;letter-spacing:1px;
height:10px;
-webkit-transform: rotate(-13deg);
-moz-transform: rotate(-13deg);
-o-transform: rotate(-13deg);
-ms-transform: rotate(-13deg);
transform: rotate(-13deg);
-webkit-transition:All 0.5s ease ;
-moz-transition:All 0.54s ease ;
-o-transition:All 0.5s ease ;
}
a.gyuu:hover{
color:#000000;
} </style>
<center>
<a class="sung" href="//aranymeli.gportal.hu/">Főoldal</a><a class="gyuu" href="//aranymeli.gportal.hu/gindex.php?pg=18012139">Kódok</a> <a class="sung" href="//aranymeli.gportal.hu/gindex.php?pg=20199690">Segítség</a> <a class="gyuu" href="//aranymeli.gportal.hu/gindex.php?pg=19322271">Grafika</a></center>
|