AAA

<body> <link href="https://fonts.googleapis.com/css2?family=Cinzel:wght@500&family=Montserrat:wght@500&display=swap" rel="stylesheet" /> <link href="https://fonts.googleapis.com/css2?family=Unbounded&display=swap" rel="stylesheet"> </body> <div class="nav-box"> <div class="nav-item"> <a href="https://www.rescreatu.com/games/" target="_blank"> <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-home-2" width="38" height="38" viewBox="0 0 24 24" stroke-width="2" stroke="#fff" fill="none" stroke-linecap="round" stroke-linejoin="round"> <path stroke="none" d="M0 0h24v24H0z" fill="none"></path> <path d="M5 12l-2 0l9 -9l9 9l-2 0"></path> <path d="M5 12v7a2 2 0 0 0 2 2h10a2 2 0 0 0 2 -2v-7"></path> <path d="M10 12h4v4h-4z"></path> </svg> </a> </div> <div class="nav-item"> <a href="https://www.rescreatu.com/petpages/?id=3880857" target="_blank"> <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-book" width="38" height="38" viewBox="0 0 24 24" stroke-width="2" stroke="#fff" fill="none" stroke-linecap="round" stroke-linejoin="round"> <path stroke="none" d="M0 0h24v24H0z" fill="none"></path> <path d="M3 19a9 9 0 0 1 9 0a9 9 0 0 1 9 0"></path> <path d="M3 6a9 9 0 0 1 9 0a9 9 0 0 1 9 0"></path> <path d="M3 6l0 13"></path> <path d="M12 6l0 13"></path> <path d="M21 6l0 13"></path> </svg> </a> </div> <div class="nav-item"> <a href="https://www.rescreatu.com/usershops/?step=3" target="_blank"> <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-settings" width="38" height="38" viewBox="0 0 24 24" stroke-width="2" stroke="#fff" fill="none" stroke-linecap="round" stroke-linejoin="round"> <path stroke="none" d="M0 0h24v24H0z" fill="none"></path> <path d="M10.325 4.317c.426 -1.756 2.924 -1.756 3.35 0a1.724 1.724 0 0 0 2.573 1.066c1.543 -.94 3.31 .826 2.37 2.37a1.724 1.724 0 0 0 1.065 2.572c1.756 .426 1.756 2.924 0 3.35a1.724 1.724 0 0 0 -1.066 2.573c.94 1.543 -.826 3.31 -2.37 2.37a1.724 1.724 0 0 0 -2.572 1.065c-.426 1.756 -2.924 1.756 -3.35 0a1.724 1.724 0 0 0 -2.573 -1.066c-1.543 .94 -3.31 -.826 -2.37 -2.37a1.724 1.724 0 0 0 -1.065 -2.572c-1.756 -.426 -1.756 -2.924 0 -3.35a1.724 1.724 0 0 0 1.066 -2.573c-.94 -1.543 .826 -3.31 2.37 -2.37c1 .608 2.296 .07 2.572 -1.065z"> </path> <path d="M9 12a3 3 0 1 0 6 0a3 3 0 0 0 -6 0"></path> </svg> </a> </div> <div class="nav-item"> <a href="https://www.rescreatu.com/petpages/?id=3881453" target="_blank"> <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-moneybag" width="38" height="38" viewBox="0 0 24 24" stroke-width="2" stroke="#fff" fill="none" stroke-linecap="round" stroke-linejoin="round"> <path stroke="none" d="M0 0h24v24H0z" fill="none"></path> <path d="M9.5 3h5a1.5 1.5 0 0 1 1.5 1.5a3.5 3.5 0 0 1 -3.5 3.5h-1a3.5 3.5 0 0 1 -3.5 -3.5a1.5 1.5 0 0 1 1.5 -1.5z"> </path> <path d="M4 17v-1a8 8 0 1 1 16 0v1a4 4 0 0 1 -4 4h-8a4 4 0 0 1 -4 -4z"></path> </svg> </a> </div> </div> <style> .nav-item { background: linear-gradient(to top, black, transparent); width: 100%; height: 61px; display: flex; justify-content: center; align-items: center; border-radius: 6px; } .nav-box { position: absolute; top: 206px; left: -115px; display: flex; flex-direction: column; align-items: center; padding: 25px; padding-bottom: 50px; gap: 14px; box-sizing: border-box; width: 132px; background: linear-gradient(to bottom, #d6a848, #39290c); border-top-left-radius: 10px; border-top-right-radius: 10px; border-bottom-right-radius: 150px; border-bottom-left-radius: 150px; color: #ffffff; font-family: Unbounded; } .btn-primary { background-color: #d6a848; background-image: -moz-linear-gradient(top, #d6a848, #a37e2d); background-image: -ms-linear-gradient(top, #d6a848, #a37e2d); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#d6a848), to(#a37e2d)); background-image: -webkit-linear-gradient(top, #d6a848, #a37e2d); background-image: -o-linear-gradient(top, #d6a848, #a37e2d); background-image: linear-gradient(top, #d6a848, #a37e2d); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d6a848', endColorstr='#a37e2d', GradientType=0); border-color: #d6a848 #d6a848 #a37e2d; border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); } .btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] { background-color: #a37e2d; } .btn-primary:active, .btn-primary.active { background-color: #a37e2d 9; } .thumbnail>img { width: 65px !important; height: 65px !important; } .thumbnail { height: 153px !important; background: linear-gradient(to top, black, transparent); } #body>table { position: absolute; left: 310px; top: 160px; } a, a:visited { color: #ffffff !important; } #content { color: #ffffff; font-family: Montserrat; } #content table { border: 0px solid #ffffff; border-collapse: collapse; background-color: transparent; } .head { background: transparent; color: black; } body { background: url("https://i.imgur.com/ZnsX7iH.png"); background-size: cover; background-repeat: no-repeat; background-attachment: fixed; color: black; } #content #body { background: none; border: none; width: 900px; } #body { background: none; } #content td, th { border-left: 1px solid transparent; border-right: 1px solid transparent; padding: 8px; } table { background-color: transparent; } a, a:visited { color: black; text-decoration: none; outline: none; } #block6>table>tbody>tr:nth-child(4)>td:nth-child(2)>a { left: 300px; top: 360px; } #block6>table>tbody>tr:nth-child(3)>td>a:nth-child(4) { position: absolute; left: 284px; } #block6>table>tbody>tr:nth-child(3)>td>a:nth-child(3) { position: absolute; left: 214px; } #block6>table>tbody>tr:nth-child(3)>td>a:nth-child(2) { position: absolute; left: 132px; } #block6>table>tbody>tr:nth-child(3)>td>a.select { position: absolute; left: 65px; } #block6>table>tbody>tr:nth-child(3)>td>a:nth-child(6) { position: absolute; left: 72px; } #block1>table>tbody>tr:nth-child(16)>td>a:nth-child(7) { visibility: hidden; } #block1>table>tbody>tr:nth-child(16)>td>a:nth-child(5) { visibility: hidden; } #block1>table>tbody>tr:nth-child(16)>td>a:nth-child(3) { visibility: hidden; } #block1>table>tbody>tr:nth-child(16)>td>a:nth-child(1) { visibility: hidden; } #block1>table>tbody>tr:nth-child(15)>td>b { visibility: hidden; } #block1>table>tbody>tr:nth-child(14)>td>a:nth-child(9) { visibility: hidden; } #block1>table>tbody>tr:nth-child(14)>td>a:nth-child(7) { visibility: hidden; } #block1>table>tbody>tr:nth-child(14)>td>a:nth-child(5) { visibility: hidden; } #block1>table>tbody>tr:nth-child(14)>td>a:nth-child(3) { visibility: hidden; } #block1>table>tbody>tr:nth-child(14)>td>a:nth-child(1) { visibility: hidden; } #block1>table>tbody>tr:nth-child(13)>td>b { visibility: hidden; } #block1>table>tbody>tr:nth-child(12)>td>a:nth-child(9) { visibility: hidden; } #block1>table>tbody>tr:nth-child(13)>td:nth-child(2)>a { visibility: hidden; } #block1>table>tbody>tr:nth-child(12)>td:nth-child(2)>a { visibility: hidden; } #block1>table>tbody>tr:nth-child(11)>td:nth-child(2)>a { visibility: hidden; } #block1>table>tbody>tr:nth-child(12)>td:nth-child(1)>b { visibility: hidden; } #block1>table>tbody>tr:nth-child(11)>td:nth-child(1)>b { visibility: hidden; } #block1>table>tbody>tr:nth-child(10) { visibility: hidden; } #block1>table>tbody { visibility: hidden; } #block6>table>tbody>tr:nth-child(3)>td { color: transparent; } background { color: black; } #header, #navigation, #wraper, #info, #main-navbar, #sidebar1, #sidebar2, #alerts, #footer_bg, #fb-root, #petImage, #petSelect, div.box div.head, div.ad-bottom, #sidebar, #breadcrumbs { display: none; } div.wraper { background: transparent; } </style>

View Vol's profile

Category:
Go to page: 1, 2
16 Excuses to Call In 16 Excuses to Call In (x 1)
Achromatic Jaaku Horns Achromatic Jaaku Horns (x 1)
Aerix Bookmark Aerix Bookmark (x 9)
Ahea Bookmark Ahea Bookmark (x 10)
Ahea Creatu Socks Ahea Creatu Socks (x 2)
Amber Dye Kit Amber Dye Kit (x 3)
Ardur Bookmark Ardur Bookmark (x 9)
Ardur Creatu Socks Ardur Creatu Socks (x 1)
Atquati Essence Atquati Essence (x 63)
Atquati Iubui Bookmark Atquati Iubui Bookmark (x 10)
Atquati Iubui Creatu Socks Atquati Iubui Creatu Socks (x 4)
Aukira Bookmark Aukira Bookmark (x 16)
Aukira Creatu Socks Aukira Creatu Socks (x 6)
Azure Dye Kit Azure Dye Kit (x 2)
Berrok Bookmark Berrok Bookmark (x 8)
Berrok Creatu Socks Berrok Creatu Socks (x 3)
Black And Gold Dye Kit Black And Gold Dye Kit (x 2)
Burger Marble Burger Marble (x 1)
Calico Bone Ebilia Wings Calico Bone Ebilia Wings (x 1)
Cetari Bookmark Cetari Bookmark (x 5)
Cetari Creatu Socks Cetari Creatu Socks (x 4)
Chimby Bookmark Chimby Bookmark (x 15)
Cyancu Bookmark Cyancu Bookmark (x 5)
Cyid Bookmark Cyid Bookmark (x 6)
Cyid Creatu Socks Cyid Creatu Socks (x 4)
Divuin Bookmark Divuin Bookmark (x 10)
Drachid Bookmark Drachid Bookmark (x 9)
Drachid Creatu Socks Drachid Creatu Socks (x 1)
Draqua Bookmark Draqua Bookmark (x 8)
Drindian Bookmark Drindian Bookmark (x 12)
Drindian Creatu Socks Drindian Creatu Socks (x 6)
Easero Bookmark Easero Bookmark (x 5)
Easero Creatu Socks Easero Creatu Socks (x 3)
Ebilia Bookmark Ebilia Bookmark (x 7)
Ebilia Creatu Socks Ebilia Creatu Socks (x 7)
Eleodon Bookmark Eleodon Bookmark (x 10)
Eleodon Creatu Socks Eleodon Creatu Socks (x 3)
Ezahni Bookmark Ezahni Bookmark (x 7)
Ezahni Creatu Socks Ezahni Creatu Socks (x 7)
Feiron Bookmark Feiron Bookmark (x 10)
Feiron Creatu Socks Feiron Creatu Socks (x 2)
Galactic Veil Galactic Veil (x 1)
Galta Bookmark Galta Bookmark (x 12)
Goiba Bookmark Goiba Bookmark (x 7)
Goiba Creatu Socks Goiba Creatu Socks (x 4)
Gold And Silver Dye Kit Gold And Silver Dye Kit (x 1)
Gondra Bookmark Gondra Bookmark (x 5)
Gondra Creatu Socks Gondra Creatu Socks (x 4)
Guilbyss Bookmark Guilbyss Bookmark (x 6)
Guilbyss Creatu Socks Guilbyss Creatu Socks (x 2)
Haberisar Bookmark Haberisar Bookmark (x 4)
Haberisar Creatu Socks Haberisar Creatu Socks (x 3)
Halloween 2013 Zaphao Squishy Halloween 2013 Zaphao Squishy (x 1)
Halloween 2014 Spooked Leverene Shirt Halloween 2014 Spooked Leverene Shirt (x 1)
Iluvu Creatu Socks Iluvu Creatu Socks (x 4)
Indigo Dye Kit Indigo Dye Kit (x 2)
Intes Bookmark Intes Bookmark (x 10)
Intes Creatu Socks Intes Creatu Socks (x 5)
Iubui Bookmark Iubui Bookmark (x 8)
Iubui Creatu Socks Iubui Creatu Socks (x 6)
Ivik Bookmark Ivik Bookmark (x 12)
Jaaku Bookmark Jaaku Bookmark (x 11)
Jaaku Creatu Socks Jaaku Creatu Socks (x 3)
Jahra Bookmark Jahra Bookmark (x 5)
Kayoki Bookmark Kayoki Bookmark (x 8)
Kayoki Creatu Socks Kayoki Creatu Socks (x 3)
Key of Enchantment Key of Enchantment (x 2)
Kindreds Double Set Wings Kindreds Double Set Wings (x 1)
Kioka Bookmark Kioka Bookmark (x 7)
Kioka Creatu Socks Kioka Creatu Socks (x 1)
Kurrabi Bookmark Kurrabi Bookmark (x 7)
Lemon Dye Kit Lemon Dye Kit (x 1)
Leverene Bookmark Leverene Bookmark (x 9)
Leverene Creatu Socks Leverene Creatu Socks (x 4)
Lime Dye Kit Lime Dye Kit (x 1)
Liyure Bookmark Liyure Bookmark (x 9)
Liyure Creatu Socks Liyure Creatu Socks (x 1)
Magenta Dye Kit Magenta Dye Kit (x 2)
Magical Amber Galta Squishy Magical Amber Galta Squishy (x 1)
Magical Amber Kioka Squishy Magical Amber Kioka Squishy (x 1)
Magical Azure Haberisar Squishy Magical Azure Haberisar Squishy (x 1)
Magical Azure Kioka Squishy Magical Azure Kioka Squishy (x 1)
Magical Azure Saruka Squishy Magical Azure Saruka Squishy (x 1)
Magical Black and Gold Ezahni Squishy Magical Black and Gold Ezahni Squishy (x 1)
Magical Gold Cyancu Squishy Magical Gold Cyancu Squishy (x 2)
Magical Gold Mahina Squishy Magical Gold Mahina Squishy (x 2)
Magical Gold Omni Squishy Magical Gold Omni Squishy (x 1)
Magical Indigo Aerix Squishy Magical Indigo Aerix Squishy (x 3)
Magical Lemon Aerix Squishy Magical Lemon Aerix Squishy (x 1)
Magical Lemon Saruka Squishy Magical Lemon Saruka Squishy (x 1)
Magical Lime Ezahni Squishy Magical Lime Ezahni Squishy (x 1)
Magical Lime Ivik Squishy Magical Lime Ivik Squishy (x 1)
Magical Lime Jahra Squishy Magical Lime Jahra Squishy (x 1)
Magical Lime Kioka Squishy Magical Lime Kioka Squishy (x 1)
Magical Lime Liyure Squishy Magical Lime Liyure Squishy (x 1)
Magical Natural Reiflem Iubui Squishy Magical Natural Reiflem Iubui Squishy (x 5)
Magical Natural Relcore Iubui Squishy Magical Natural Relcore Iubui Squishy (x 6)
Magical Natural Scria Iubui Squishy Magical Natural Scria Iubui Squishy (x 1)
Magical Orchid Aerix Squishy Magical Orchid Aerix Squishy (x 2)
Magical Orchid Galta Squishy Magical Orchid Galta Squishy (x 1)