Blog-Frissítések-Főoldal

template kod

Virág Design
▪▪▪ Portálépítés és portáldíszítés kezdőknek és haladóknak!Rengetek leírás, JavaScriptek , CSS ,HTML kódok,Design!▪▪▪

www.jegvirag.gportal.hu

OLDAL INFO,ELÉRHETŐSÉG:

Portálépítés és portáldíszítés kezdoknek és haladóknak!Rengetek leírás, scriptek , CSS ,HTML kódok!Nézz be te is! 2005.04.12.-én indult az oldal azóta várom a segítségre szoruló G-portálos.Ha bármi észrevételed van írhatsz e-mailt virag-78@gportal.hu vagy írhatsz a vendégkönyv be,meg a chat-be is.TANULJ,SZÉPÍTSD az oldaladat de a legfontosabb hogy közbe jól érezd magad! Virág

in progress

closed

abandoned

 
 
<style type="text/css">
#ad-digsall {
width: 450px; 
height: 450px;
overflow: hidden;
margin-top: 30px;
--c1: #3E3E3E;                /* GENERAL COLORS */
--c2: #333;                     /* QUOTE COLOR */
--c3: #3E3E3E;                /* LINKS COLOR */
}
 
.pic-adiggs {
width: 450px; 
height: 450px;
overflow: hidden;
background: var(--c1); 
}
 
.pic-adiggs img {
width: 450px; 
min-height: 450px;
-webkit-filter: grayscale(.6);
-webkit-transition: ease-in-out .7s;
-o-transition: ease-in-out .7s;
-moz-transition: ease-in-out .7s;
opacity: 1;
transform: scale(1) rotate(0deg);
}
 
#ad-digsall:hover .pic-adiggs img {
-webkit-filter: grayscale(1);
-webkit-transition: ease-in-out .7s;
-o-transition: ease-in-out .7s;
-moz-transition: ease-in-out .7s;
opacity: .6;
transform: scale(1.2) rotate(8deg);
}
 
.dig-adinner {
width: 450px; 
height: 450px;
background: white;
position: relative;
top: 0px;
-webkit-transition: ease-in-out .7s;
-moz-transition: ease-in-out .7s;
-o-transition: ease-in-out .7s;
opacity: 0;
}
 
#ad-digsall:hover .dig-adinner {
top: -450px;
-webkit-transition: ease-in-out .7s;
-moz-transition: ease-in-out .7s;
-o-transition: ease-in-out .7s;
transition-delay: .7s;
opacity: 1;
}
 
#adinner-abs {
width: 440px;
height: 440px;
background: white;
padding: 10px;
overflow: hidden;
position: relative;
}
 
.digad-abinhas {
float: left; 
padding: 0px 43px; 
background: white; 
width: 20px;
overflow: hidden;
}
 
.digad-abinhas label {
display: inline-block;
position: relative;
top: 0px;
left: 0px;
color: lightgray;
z-index: 1;
-webkit-transition: all 2s;
-moz-transition: all 2s;
-o-transition: all 2s;
}
 
.digad-abinhas [type=radio] {display: none;}
 
.digad-abinhas .adiggs-content {
width: 440px;
height: 410px;
top: 40px;
left: 10px;
position: absolute;
background: white;
opacity: 0;
-webkit-transition: all 2s;
-moz-transition: all 2s;
-o-transition: all 2s;
}
 
.digad-abinhas [type=radio]:checked ~ label ~ .adiggs-content {
opacity: 1; 
-webkit-transition: all 2s;
-moz-transition: all 2s;
-o-transition: all 2s;
z-index: 55;
}
 
.digad-abinhas [type=radio]:checked ~ label {
z-index: 10;
color: var(--c1); 
-webkit-transition: all 2s;
-moz-transition: all 2s;
-o-transition: all 2s;
}
 
.about-ad1 {
width: 100%;
height: 100%;
overflow: hidden;
}
 
.about-ad1 img {
width: 180px;
height: 180px;
border-radius: 50%;
position: relative;
top: 30px;
left: 0px;
}
 
.frase1-ad {
position: relative; 
top: 50px;
line-height: 100%;
font-family: 'Vollkorn', serif;
color: #333;
font-size: 13px;
text-transform: lowercase;
letter-spacing: 2px;
width: 400px;
}
 
.frase1-ad b {
font-family: 'Courgette', cursive;
font-size: 30px;
line-height: 100%;
letter-spacing: -2px;
word-spacing: 10px;
text-transform: lowercase;
color: var(--c1);
}
 
.frase1-ad span {
position: relative;
top: 10px;
font-size: 16px;
letter-spacing: 1px;
font-style: italic;
color: var(--c2);
opacity: .5;
}
 
.about-infos {
width: 400px;
height: 400px;
background: white;
padding: 10px 20px;
overflow-y: scroll;
position: absolute;
z-index: 5;
text-align: justify;
font-family: 'Vollkorn', serif;
font-size: 13px;
color: #333;
line-height: 120%;
letter-spacing: 0px
}
 
.about-infos h1 {
font-family: 'Courgette', cursive;
font-size: 23px;
font-weight: normal;
text-align: center;
color: var(--c1);
text-transform: lowercase;
letter-spacing: -1px;
}
 
.about-infos::-webkit-scrollbar {width: 3px;}
 
.about-infos::-webkit-scrollbar-track {
background: lightgray; 
border: solid 1px white;
}
 
.about-infos::-webkit-scrollbar-thumb {background: lightgray;}
 
 
#whatsrcroll {
overflow-x: hidden;
overflow-y: scroll;
position: absolute;
z-index: 22;
}
 
#whatsrcroll::-webkit-scrollbar {width: 3px;}
 
#whatsrcroll::-webkit-scrollbar-track {
background: lightgray; 
border: solid 1px #3E3E3E;
}
 
#whatsrcroll::-webkit-scrollbar-thumb {background: lightgray;}
 
 
.trackdiggsads {
width: 440px;
line-height: 100%;
font-family: Vollkorn;
font-size: 13px;
text-align: left;
color: #333;
text-transform: lowercase;
letter-spacing: 1px;
}
 
.trackdiggsads h1 {
font-weight: normal;
text-align: center;
padding: 20px 0px 10px;
color: var(--c1);
}
 
.trackdiggsads span a {
text-transform: uppercase;
letter-spacing: -1px;
text-decoration: none;
color: var(--c3);
font-style: italic;
padding-right: 5px;
}
 
.shipsadsall {
width: 400px; 
height: 410px; 
background: white; 
overflow-y: scroll; 
z-index: 2; 
position: relative
padding: 20px;
}
 
.shipsadsall::-webkit-scrollbar {width: 3px;}
 
.shipsadsall::-webkit-scrollbar-track {
background: lightgray; 
border: solid 1px white;
}
 
.shipsadsall::-webkit-scrollbar-thumb {background: lightgray;}
 
#shipscell {
width: 350px;
min-height: 100px;
padding: 30px 20px;
font-family: Vollkorn;
font-size: 13px; 
text-align: justify;
color: #333;
line-height: 120%;
letter-spacing: 1px;
}
 
.typeimg-1 img {
width: 100px;
height: 100px;
overflow: hidden;
border-radius: 50%;
float: left;
 
.typeimg-2 img {
width: 100px;
height: 100px;
overflow: hidden;
border-radius: 50%;
float: right;
 
#shipscell h1 {
text-align: center;
font-weight: normal;
text-transform: capitalize;
padding: 25px 0px 50px;
letter-spacing: -1px;
}
 
#shipscell b {
margin-left: 20px;
text-transform: lowercase;
color: var(--c1);
}
 
.creddigs span a {font-family: calibri; font-size: 9px; letter-spacing: 3px; color: lightgray; text-decoration: none; text-transform: lowercase; line-height: 100%;}
</style>
 
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Courgette|Vollkorn" rel="stylesheet">
 
<center>
<div id="ad-digsall">
 <div class="pic-adiggs">
 
 
 
<IMG SRC="//jegvirag.gportal.hu/portal/jegvirag/image/gallery/1512132187_52.jpg"> 
 
 
 </div>  
 <div class="dig-adinner"> 
   <div id="adinner-abs">  
 <div class="digad-abinhas">
  <input type="radio" id="d-aba1" name="dig-wtd-abas"  checked>
   <label for="d-aba1"><i class="material-icons" title="general">star_rate</i></label>
  <div class="adiggs-content">
       <div class="about-ad1">
 
 
 
<IMG SRC="//jegvirag.gportal.hu/portal/jegvirag/image/gallery/1512132187_52.jpg">
 
 
 
 <div class="frase1-ad">
  <b>
 
 
Virág Design
 
 
                       </b><br>
 
 
 
 ▪▪▪ Portálépítés és portáldíszítés kezdőknek és haladóknak!Rengetek leírás, JavaScriptek , CSS ,HTML kódok,Design!▪▪▪
 
 
 
  <p><span>
 
 
 
www.jegvirag.gportal.hu
 
 
 
  </span>
 </div>
   </div>
  </div>
 </div>  
 <div class="digad-abinhas">
  <input type="radio" id="d-aba2" name="dig-wtd-abas">
   <label for="d-aba2"><i class="material-icons" title="about">assignment_ind</i></label>
  <div class="adiggs-content">
   <div class="about-infos">
 
 
<h1>OLDAL INFO,ELÉRHETŐSÉG:</h1>
 
 
 
 
Portálépítés és portáldíszítés kezdoknek és haladóknak!Rengetek leírás, scriptek , CSS ,HTML kódok!Nézz be te is! 2005.04.12.-én indult az oldal azóta várom a segítségre szoruló G-portálos.Ha bármi észrevételed van írhatsz e-mailt virag-78@gportal.hu vagy írhatsz a vendégkönyv be,meg a chat-be is.TANULJ,SZÉPÍTSD az oldaladat de a legfontosabb hogy közbe jól érezd magad!
 
Virág 
 
 
   </div>
  </div>
 </div>  
 <div class="digad-abinhas">
  <input type="radio" id="d-aba3" name="dig-wtd-abas">
   <label for="d-aba3"><i class="material-icons" title="ships">favorite</i></label>
  <div class="adiggs-content">
<div class="shipsadsall">
 
 
 
</** START RELASHIONSHIP CODE ÁREA **/>
 
 
 
<div style="padding: 10px; border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(204, 204, 204) rgb(255, 0, 0);">
<p style="text-align: center;">
<span style="background-color: rgb(255, 255, 255); color: rgb(150, 148, 118); font-family: tahoma; font-size: 10.6667px;">&nbsp;</span><a href="http://www.w3schools.com/js" style="background-color: rgb(255, 255, 255);"><i style="color:#000000; background-color:#B8483C; font-family: georgia; font-size: 9px; line-height: 12px;">w3schools.com</i><span style="color:#000000; font-family: tahoma; font-size: 10.6667px;">&nbsp;</span></a> <span style="background-color: rgb(255, 255, 255); color: rgb(150, 148, 118); font-family: tahoma; font-size: 10.6667px;">&nbsp;</span><a href="http://www.dynamicdrive.com" style="background-color: rgb(255, 255, 255);"><i style="color:#000000; background-color:#B8483C; font-family: georgia; font-size: 9px; line-height: 12px;">Dynamic Drive</i><span style="color:#000000; font-family: tahoma; font-size: 10.6667px;">&nbsp;</span></a> <span style="background-color: rgb(255, 255, 255); color: rgb(150, 148, 118); font-family: tahoma; font-size: 10.6667px;">&nbsp;</span><a href="http://www.zingerbugimages.com" style="background-color: rgb(255, 255, 255);"><i style="color:#000000; background-color:#B8483C; font-family: georgia; font-size: 9px; line-height: 12px;">Zingerbug Images</i><span style="color:#000000; font-family: tahoma; font-size: 10.6667px;">&nbsp;</span></a> <span style="background-color: rgb(255, 255, 255); color: rgb(150, 148, 118); font-family: tahoma; font-size: 10.6667px;">&nbsp;</span><a href="http://carrielynnesworld.com" style="background-color: rgb(255, 255, 255);"><i style="color:#000000; background-color:#B8483C; font-family: georgia; font-size: 9px; line-height: 12px;">Carrielynnes World</i></a><span style="background-color: rgb(255, 255, 255); color: rgb(0, 0, 0); font-family: tahoma; font-size: 10.6667px;">&nbsp;</span> <span style="background-color: rgb(255, 255, 255); color: rgb(150, 148, 118); font-family: tahoma; font-size: 10.6667px;">&nbsp;</span><a href="http://mf2fm.com/rv/dhtmldigitalwatch.php" style="background-color: rgb(255, 255, 255);"><i style="color:#000000; background-color:#B8483C; font-family: georgia; font-size: 9px; line-height: 12px;">mf2fm.com</i></a><span style="background-color: rgb(255, 255, 255); font-family: tahoma; font-size: 10.6667px;">&nbsp;</span> <span style="background-color: rgb(255, 255, 255); color: rgb(150, 148, 118); font-family: tahoma; font-size: 10.6667px;">&nbsp;</span><a href="http://free-web-tools.com" style="background-color: rgb(255, 255, 255);"><i style="color:#000000; background-color:#B8483C; font-family: georgia; font-size: 9px; line-height: 12px;">free-web-tools</i><span style="color:#000000; font-family: tahoma; font-size: 10.6667px;">&nbsp;</span></a><br />
<span style="background-color: rgb(255, 255, 255); color: rgb(150, 148, 118); font-family: tahoma; font-size: 10.6667px;">&nbsp;</span><a href="http://www.1001fonts.com" style="background-color: rgb(255, 255, 255);"><i style="color:#000000; background-color:#B8483C; font-family: georgia; font-size: 9px; line-height: 12px;">1001 fonts</i><span style="color:#000000; font-family: tahoma; font-size: 10.6667px;">&nbsp;</span></a> <span style="background-color: rgb(255, 255, 255); color: rgb(150, 148, 118); font-family: tahoma; font-size: 10.6667px;">&nbsp;</span><a href="http://lindadesign-nonstop.hu" style="background-color: rgb(255, 255, 255);"><i style="color:#000000; background-color:#B8483C; font-family: georgia; font-size: 9px; line-height: 12px;">Linda Design</i><span style="color:#000000; font-family: tahoma; font-size: 10.6667px;">&nbsp;</span></a> <span style="background-color: rgb(255, 255, 255); color: rgb(150, 148, 118); font-family: tahoma; font-size: 10.6667px;">&nbsp;</span><a href="http://wallpaperswide.com" style="background-color: rgb(255, 255, 255);"><i style="color:#000000; background-color:#B8483C; font-family: georgia; font-size: 9px; line-height: 12px;">Wallpapers Wide</i><span style="color:#000000; font-family: tahoma; font-size: 10.6667px;">&nbsp;</span></a> <span style="background-color: rgb(255, 255, 255); color: rgb(150, 148, 118); font-family: tahoma; font-size: 10.6667px;">&nbsp;</span><a href="http://www.zingerbug.com" style="background-color: rgb(255, 255, 255);"><i style="color:#000000; background-color:#B8483C; font-family: georgia; font-size: 9px; line-height: 12px;">Zingerbug</i></a><span style="background-color: rgb(255, 255, 255); color: rgb(0, 0, 0); font-family: tahoma; font-size: 10.6667px;">&nbsp;</span> <span style="background-color: rgb(255, 255, 255); color: rgb(150, 148, 118); font-family: tahoma; font-size: 10.6667px;">&nbsp;</span><a href="http://rainbow.arch.scriptmania.com/scripts/index.html" style="background-color: rgb(255, 255, 255);"><i style="color:#000000; background-color:#B8483C; font-family: georgia; font-size: 9px; line-height: 12px;">rainbow.arch</i><span style="color:#000000; font-family: tahoma; font-size: 10.6667px;">&nbsp;</span></a> <span style="background-color: rgb(255, 255, 255); color: rgb(150, 148, 118); font-family: tahoma; font-size: 10.6667px;">&nbsp;</span><a href="http://www.jsmadeeasy.com" style="background-color: rgb(255, 255, 255);"><i style="color:#000000; background-color:#B8483C; font-family: georgia; font-size: 9px; line-height: 12px;">js madeeasy</i></a><span style="background-color: rgb(255, 255, 255); color: rgb(0, 0, 0); font-family: tahoma; font-size: 10.6667px;">&nbsp;</span> <span style="background-color: rgb(255, 255, 255); color: rgb(150, 148, 118); font-family: tahoma; font-size: 10.6667px;">&nbsp;</span><a href="http://www.htmlcodes.ws/" style="background-color: rgb(255, 255, 255);"><i style="color:#000000; background-color:#B8483C; font-family: georgia; font-size: 9px; line-height: 12px;">html codes</i><span style="color:#000000; font-family: tahoma; font-size: 10.6667px;">&nbsp;</span></a><br />
<span style="background-color: rgb(255, 255, 255); color: rgb(0, 0, 0); font-family: tahoma; font-size: 10.6667px;">&nbsp;</span> <span style="background-color: rgb(255, 255, 255); color: rgb(150, 148, 118); font-family: tahoma; font-size: 10.6667px;">&nbsp;</span><a href="http://www.formget.com/css-hr/" style="background-color: rgb(255, 255, 255);"><i style="color:#000000; background-color:#B8483C; font-family: georgia; font-size: 9px; line-height: 12px;">Hr CSS Style</i><span style="color:#000000; font-family: tahoma; font-size: 10.6667px;">&nbsp;</span></a><span style="background-color: rgb(255, 255, 255); color: rgb(150, 148, 118); font-family: tahoma; font-size: 10.6667px;">&nbsp;</span><a href="http://kao-ani.com/clocks-calendars-for-website//" style="background-color: rgb(255, 255, 255);"><i style="color:#000000; background-color:#B8483C; font-family: georgia; font-size: 9px; line-height: 12px;">Kao-ani.com</i><span style="color:#000000; font-family: tahoma; font-size: 10.6667px;">&nbsp;</span></a><span style="background-color: rgb(255, 255, 255); color: rgb(150, 148, 118); font-family: tahoma; font-size: 10.6667px;">&nbsp;</span><a href="http://carrielynnesworld.com/pagefiles/clocks/clocks.html/" style="background-color: rgb(255, 255, 255);"><i style="color:#000000; background-color:#B8483C; font-family: georgia; font-size: 9px; line-height: 12px;">Carrielynnes world</i><span style="color:#000000; font-family: tahoma; font-size: 10.6667px;">&nbsp;</span></a><span style="background-color: rgb(255, 255, 255); color: rgb(150, 148, 118); font-family: tahoma; font-size: 10.6667px;">&nbsp;</span><a href="http://www.clocksforweb.com//" style="background-color: rgb(255, 255, 255);"><i style="color:#000000; background-color:#B8483C; font-family: georgia; font-size: 9px; line-height: 12px;">Clocks for web</i><span style="color:#000000; font-family: tahoma; font-size: 10.6667px;">&nbsp;</span></a><span style="background-color: rgb(255, 255, 255); color: rgb(150, 148, 118); font-family: tahoma; font-size: 10.6667px;">&nbsp;</span><a href="http://wolferico.pagesperso-orange.fr/horloge/horloge.html/" style="background-color: rgb(255, 255, 255);"><i style="color:#000000; background-color:#B8483C; font-family: georgia; font-size: 9px; line-height: 12px;">Wolferico</i><span style="color:#000000; font-family: tahoma; font-size: 10.6667px;">&nbsp;</span></a><span style="background-color: rgb(255, 255, 255); color: rgb(150, 148, 118); font-family: tahoma; font-size: 10.6667px;">&nbsp;</span><a href="//framework.gportal.hu/" style="background-color: rgb(255, 255, 255);"><i style="color:#000000; background-color:#B8483C; font-family: georgia; font-size: 9px; line-height: 12px;">Kreditrendszerek,kódok</i><span style="color:#000000; font-family: tahoma; font-size: 10.6667px;">&nbsp;</span></a><a href="http://www.cursors-4u.com/" style="background-color: rgb(255, 255, 255); color: rgb(0, 0, 0); transition: all 0.5s linear; text-decoration-line: none; font-size: 15px; font-family: Stalemate; text-shadow: rgb(0, 0, 0) 0px 0px 0px; padding: 0px;"><i style="color: rgb(0, 0, 0); transition: all 0.5s linear; text-decoration-line: none; font-size: 9px; font-family: georgia; text-shadow: rgb(0, 0, 0) 0px 0px 0px; padding: 0px; background-color: rgb(184, 72, 60); line-height: 12px;">cursor &nbsp;</i><span style="color: rgb(0, 0, 0); transition: all 0.5s linear; text-decoration-line: none; font-size: 10.6667px; font-family: tahoma; text-shadow: rgb(0, 0, 0) 0px 0px 0px; padding: 0px;">&nbsp;</span></a><font face="georgia" size="1"><span style="background-color: rgb(184, 72, 60);"><i>menu</i></span></font></p>
<p style="background-color: rgb(255, 255, 255); text-align: center;">
&nbsp;</p>
</div>
<p>
&nbsp;</p>
 
 
 
 
</** END RELASHIONSHIP CODE ÁREA **/>  
 
 
 
</div>
  </div>
 </div>  
 <div class="digad-abinhas">
  <input type="radio" id="d-aba4" name="dig-wtd-abas">
   <label for="d-aba4"><i class="material-icons" title="track">loyalty</i></label>
  <div class="adiggs-content" id="whatsrcroll">
   <div class="trackdiggsads">
    <span>
   
<h1>in progress</h1>
     <ul>
 
<li><a href="/">rp title here</a> - infos here </li><br>
<li><a href="/">rp title here</a> - infos here </li><br> 
<li><a href="/">rp title here</a> - infos here </li><br> 
<li><a href="/">rp title here</a> - infos here </li><br>      
 
                                               </ul>
 
     
<h1>closed</h1>
     <ul>
 
<li><a href="/">rp title here</a> - infos here </li><br>
<li><a href="/">rp title here</a> - infos here </li><br> 
<li><a href="/">rp title here</a> - infos here </li><br> 
<li><a href="/">rp title here</a> - infos here </li><br>      
 
                                               </ul>
 
 
<h1>abandoned</h1>
     <ul>
 
<li><a href="/">rp title here</a> - infos here </li><br>
<li><a href="/">rp title here</a> - infos here </li><br> 
<li><a href="/">rp title here</a> - infos here </li><br> 
<li><a href="/">rp title here</a> - infos here </li><br>      
 
                                               </ul>
     
    </span>
   </div> 
  </div>
 </div>
</div> 
 </div>  
</div>
<div class="creddigs"><span><a href="//jegvirag.gportal.hu">katt!</a></span></div>
</center>
 
 
 
   
2017.12.28. 14:28, Virág Vissza a bloghoz
Még nincs hozzászólás.
 
Blog(havi)
 
Blog(éves)
ARCHÍVUM

 

 
Oldal info

Virág

.
www.jegvirag.gportal.hu

Ez az oldal a www.jegvirag.gportal.hu MINTA oldala,az oldalon tesztelem a design-et ,kódokat...

Elérhetőségem: virag-78@gportal.hu

Vendégkönyv      Képtár      Blog

 

 
Menü
 
Számláló
Indulás: 2014-07-11
 
Bejelentkezés
Felhasználónév:

Jelszó:
SúgóSúgó
Regisztráció
Elfelejtettem a jelszót
 
Csskod

 

 
Copyright © 2005-2023 Virág Design /www.jegvirag.gportal.hu/virag-78@gportal.hu

Ha te is könyvkiadásban gondolkodsz, ajánlom figyelmedbe az postomat, amiben minden összegyûjtött információt megírtam.    *****    Nyereményjáték! Nyerd meg az éjszakai arckrémet! További információkért és játék szabályért kattints! Nyereményjáték!    *****    A legfrissebb hírek Super Mario világából, plusz információk, tippek-trükkök, végigjátszások!    *****    Ha hagyod, hogy magával ragadjon a Mario Golf miliõje, akkor egy egyedi és életre szóló játékélménnyel leszel gazdagabb!    *****    A horoszkóp a lélek tükre, nagyon fontos idõnként megtudni, mit rejteget. Keress meg és nézzünk bele együtt. Várlak!    *****    Dryvit, hõszigetelés! Vállaljuk családi házak, lakások, nyaralók és egyéb épületek homlokzati szigetelését!    *****    rose-harbor.hungarianforum.com - rose-harbor.hungarianforum.com - rose-harbor.hungarianforum.com    *****    Vérfarkasok, boszorkányok, alakváltók, démonok, bukott angyalok és emberek. A világ oly' színes, de vajon békés is?    *****    Az emberek vakok, kiváltképp akkor, ha olyasmivel találkoznak, amit kényelmesebb nem észrevenni... - HUNGARIANFORUM    *****    Valahol Delaware államban létezik egy város, ahol a természetfeletti lények otthonra lelhetnek... Közéjük tartozol?    *****    Minden mágia megköveteli a maga árát... Ez az ár pedig néha túlságosan is nagy, hogy megfizessük - FRPG    *****    Why do all the monsters come out at night? - FRPG - Why do all the monsters come out at night? - FRPG - Aktív közösség    *****    Az oldal egy évvel ezelõtt költözött új otthonába, azóta pedig az élet csak pörög és pörög! - AKTÍV FÓRUMOS SZEREPJÁTÉK    *****    Vajon milyen lehet egy rejtélyekkel teli kisváros polgármesterének lenni? És mi történik, ha a bizalmasod árul el?    *****    A szörnyek miért csak éjjel bújnak elõ? Az ártatlan külsõ mögött is lapulhat valami rémes? - fórumos szerepjáték    *****    Ünnepeld a magyar költészet napját a Mesetárban! Boldog születésnapot, magyar vers!    *****    Amikor nem tudod mit tegyél és tanácstalan vagy akkor segít az asztrológia. Fordúlj hozzám, segítek. Csak kattints!    *****    Részletes személyiség és sors analízis + 3 éves elõrejelzés, majd idõkorlát nélkül felteheted a kérdéseidet. Nézz be!!!!    *****    A horoszkóp a lélek tükre, egyszer mindenkinek érdemes belenéznie. Ez csak intelligencia kérdése. Tedd meg Te is. Várlak    *****    Új kínálatunkban te is megtalálhatod legjobb eladó ingatlanok között a megfelelõt Debrecenben. Simonyi ingatlan Gportal