Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- background:url(http://oi68.tinypic.com/qqo02x.gif)top left repeat; } *{ margin:0; padding:0; box-sizing:border-box; -webkit-user-select:none; user-select:none; } :root{ --font-1: 'Raleway', sans-serif; --font-2: 'Great Vibes', cursive; --font-3: 'Courgette', cursive; --pink: #ed196c; --white: #fff; --black: #1a1a1a; } a{ display:inline-block; text-decoration:none; text-align:center; } #main{ width:100%; height:100vh; position:relative; font-size:1rem; color:var(--white); font-family:var(--font-1); overflow:hidden; } .container{ width:1080px; height:100vh; position:relative; margin:0 auto; } .book{ width:950px; height:570px; background:url(http://oi64.tinypic.com/210ee6w.png)top left repeat, #242424; border-radius:6px; box-shadow:0 0 4px 2px rgba(255,191,255,.1) inset, 0 0 30px 20px rgba(0,0,0,.5); position:relative; top:80px; left:calc(50% - 475px); } .book:before, .book:after{ content:''; position:absolute; background:var(--white); } .book:before{ width:926px; height:540px; top:15px; left:12px; } .book:after{ width:100px; height:100%; top:0; left:calc(50% - 50px); } .nav{ width:390px; height:40px; position:absolute; display:flex; justify-content:space-between; top:-25px; left:50px; z-index:50; } .btn-nav{ width:90px; height:40px; line-height:50px; color:var(--pink); background:var(--black); border-top-left-radius:6px; border-top-right-radius:6px; text-transform:uppercase; font-size:.8rem; box-shadow:0 0 6px black; transition:all .3s linear; } .btn-nav:hover{ line-height:35px; background:var(--white); } #selected-1{ line-height:35px; background:var(--white); } .main-content{ position:relative; width:846px; height:540px; background:#222; top:15px; left:calc(50% - 423px); z-index:100; box-shadow:-2px 0 6px black, -4px 0 #222, -6px 0 6px black, -8px 0 #222, -10px 0 6px black, -14px 0 #222, -16px 0 6px black, -20px 0 #222, -22px 0 6px black, -26px 0 #222, -28px 0 6px black, -32px 0 #222, -34px 0 6px black, 2px 0 6px black, 4px 0 #222, 6px 0 6px black, 8px 0 #222, 10px 0 6px black, 14px 0 #222, 16px 0 6px black, 20px 0 #222, 22px 0 6px black, 26px 0 #222, 28px 0 6px black, 32px 0 #222, 34px 0 6px black; perspective:3000px; } [class^='page-']{ position:absolute; width:423px; height:540px; top:0; padding:30px 20px; overflow:hidden; } .page-left{ background:linear-gradient(90deg, #2b2b2b, #2b2b2b 38%, #3e3e3e 81%, #2b2b2b 100%); transform-style:preserve-3d; transform:rotateY(0); transform-origin:center right; -webkit-transform-origin:center right; border-right:solid 1px var(--black); animation:flip 5s ease-in-out infinite; } .page-right{ left:423px; background:linear-gradient(90deg, #2b2b2b, #3e3e3e 19%, #2b2b2b 62%, #2b2b2b 100%); } @keyframes flip{ 0%{ transform:rotateY(0); } 50%{ transform:rotateY(25deg); } 100%{ transform:rotateY(0); } } .box-img{ width:100%; height:220px; text-align:center; position:relative; top:30px; } .box-img img{ position:absolute; width:200px; height:220px; padding:5px; background:#fefefe; box-shadow:0 0 10px 4px rgba(0,0,0,.2); left:calc(50% - 100px); } .box-img img:nth-of-type(1){ transform:rotate(-45deg); } .page-left h1{ margin-top:80px; font-family:var(--font-3); font-weight:300; color:var(--pink); } .page-left p{ margin-top:10px; font-family:var(--font-3); } .home, .music, .gallery, .friends{ width:calc(100% - 40px); height:calc(100% - 60px); position:absolute; top:130px; opacity:0; visibility:hidden; transition:all .5s ease-out; } .home{ top:30px; opacity:1; visibility:visible; } .calendar{ width:100%; height:140px; display:flex; } .box-a{ width:116px; color:var(--pink); font-family:var(--font-3); text-align:center; } .box-a h1{ font-size:3.5rem; font-weight:300; } .box-a h2{ font-size:5rem; font-weight:300; line-height:4rem; } .box-b{ width:calc(100% - 116px); display:flex; padding-left:10px; justify-content:space-around; } ul{ list-style:none; } ul:nth-of-type(1){ color:var(--pink); } li{ text-align:center; line-height:22px; width:30px; height:22px; } .birthday{ color:var(--pink); } .box-infor{ width:100%; margin-top:10px; font-family:var(--font-3); } .box-infor h1{ font-size:1.3rem; font-weight:300; margin-bottom:10px; } .box-infor span{ display:block; line-height:26px; } .box-infor strong{ color:var(--pink); } .box-infor p{ margin-top:10px; font-size:.9rem; } #content-1:target .home{ top:30px; visibility:visible; opacity:1; transition-delay:.5s; } #content-1:target .music, .gallery, .friends{ top:130px; opacity:0; visibility:hidden; } #content-1:target #selected-1{ line-height:35px; background:var(--white); } #content-2:target .music{ top:30px; visibility:visible; opacity:1; transition-delay:.5s; } #content-2:target .home, .gallery, .friends{ top:130px; opacity:0; visibility:hidden; } #content-2:target #selected-1{ line-height:50px; background:var(--black); } #content-2:target #selected-1:hover{ line-height:35px; background:var(--white); } #content-2:target #selected-2{ line-height:35px; background:var(--white); } #content-3:target .gallery{ top:30px; visibility:visible; opacity:1; transition-delay:.5s; } #content-3:target .home, .music, .friends{ top:130px; opacity:0; visibility:hidden; } #content-3:target #selected-1{ line-height:50px; background:var(--black); } #content-3:target #selected-1:hover{ line-height:35px; background:var(--white); } #content-3:target #selected-3{ line-height:35px; background:var(--white); } #content-4:target .friends{ top:30px; visibility:visible; opacity:1; transition-delay:.5s; } #content-4:target .home, .music, .gallery{ top:130px; opacity:0; visibility:hidden; } #content-4:target #selected-1{ line-height:50px; background:var(--black); } #content-4:target #selected-1:hover{ line-height:35px; background:var(--white); } #content-4:target #selected-4{ line-height:35px; background:var(--white); } .title{ color:var(--pink); font-family:var(--font-3); font-weight:300; } .bloco{ font-family:var(--font-3); width:100%; height:450px; overflow-y:auto; } .video{ width:100%; height:auto; margin-top:40px; text-align:center; font-family:var(--font-3); } .video h2, h3{ font-weight:300; } .video h2{ color:var(--pink); } .box-video{ width:370px; height:209px; background:#222; display:inline-block; margin-top:30px; box-shadow:0 5px var(--pink), 0 20px 20px -12px rgba(0,0,0,.6); } ::-webkit-scrollbar{ width:5px; background:var(--white); } ::-webkit-scrollbar-thumb{ background:var(--pink); } .gallery img{ background:var(--pink); padding:5px; margin-bottom:30px; } .box-friends{ width:80%; height:100px; margin-bottom:10px; margin-left:50px; text-align:left; } .box-friends h1{ float:left; line-height:80px; font-size:1rem; font-weight:300; color:var(--pink); transition:all .3s; } .box-friends:hover h1{ color:var(--white); } .box-friends span{ font-size:2rem; padding-right:20px; } .box-img-friend{ float:right; width:128px; height:100px; position:relative; } .box-img-friend:before, .box-img-friend:after{ content:''; position:absolute; } .box-img-friend:after{ width:100%; height:30px; background:#2b2b2b; left:0; bottom:0; } .box-img-friend:before{ width:118px; height:12px; border-radius:50%; background:#000; left:5px; filter:blur(5px); top:70px; } .box-img-friend img{ width:70px; height:70px; position:absolute; left:calc(50% - 35px); transform:rotate(45deg); top:15px;
- //////////////
- الجزء الثاني
- </style>
- <div id="xatstyme">
- <link rel="stylesheet" type="text/css" href="//fonts.googleapis.com/css?family=Great Vibes">
- <link rel="stylesheet" type="text/css" href="//fonts.googleapis.com/css?family=Raleway">
- <link rel="stylesheet" type="text/css" href="//fonts.googleapis.com/css?family=Courgette">
- <div id="main">
- <div id="content-1">
- <div id="content-2">
- <div id="content-3">
- <div id="content-4">
- <div class="container">
- <div class="book">
- <div class="nav">
- <a class="btn-nav" id="selected-1" href="#content-1">home</a>
- <a class="btn-nav" id="selected-2" href="#content-2">music</a>
- <a class="btn-nav" id="selected-3" href="#content-3">photos</a>
- <a class="btn-nav" id="selected-4" href="#content-4">friends</a>
- </div>
- <div class="main-content">
- <div class="page-left">
- <div class="box-img">
- <img src="http://oi67.tinypic.com/2j11wt2.jpg" />
- <img src="http://oi67.tinypic.com/2j11wt2.jpg" />
- </div>
- <h1>Personal xat me</h1>
- <p>
- Quando alguém encontra seu caminho precisa ter coragem suficiente para dar passos errados. As decepções, as derrotas, o desânimo são ferramentas que Deus utiliza para mostrar a estrada !!
- </p>
- </div>
- <div class="page-right">
- <div class="home">
- <div class="calendar">
- <div class="box-a">
- <h1>Febr</h1>
- <h2>06</h2>
- </div>
- <div class="box-b">
- <ul>
- <li><strong>Sun</strong></li>
- <li></li>
- <li>4</li>
- <li>11</li>
- <li>18</li>
- <li>25</li>
- </ul>
- <ul>
- <li><strong>Mon</strong></li>
- <li></li>
- <li>5</li>
- <li>12</li>
- <li>19</li>
- <li>26</li>
- </ul>
- <ul>
- <li><strong>Tue</strong></li>
- <li></li>
- <li class="birthday">6</li>
- <li>13</li>
- <li>20</li>
- <li>27</li>
- </ul>
- <ul>
- <li><strong>Wed</strong></li>
- <li></li>
- <li>7</li>
- <li>14</li>
- <li>21</li>
- <li>28</li>
- </ul>
- <ul>
- <li><strong>Thu</strong></li>
- <li>1</li>
- <li>8</li>
- <li>15</li>
- <li>22</li>
- <li></li>
- </ul>
- <ul>
- <li><strong>Fri</strong></li>
- <li>2</li>
- <li>9</li>
- <li>16</li>
- <li>23</li>
- <li></li>
- </ul>
- <ul>
- <li><strong>Sat</strong></li>
- <li>3</li>
- <li>10</li>
- <li>17</li>
- <li>24</li>
- <li></li>
- </ul>
- </div>
- </div>
- <div class="box-infor">
- <h1>Bem vindo(a) ao meu xatspace!</h1>
- <span><strong>NICK:</strong> Rosita</span>
- <span><strong>ID:</strong> 1505329564</span>
- <span><strong>STATUS:</strong> Namorando</span>
- <p>
- Nunca diga te amo se não te interessa.<br /> Nunca fale sobre sentimentos se estes não existem. <br /><br />Nunca toque numa vida se não pretende romper um coração.<br /> Nunca olhe nos olhos de alguém se não quiser vê-lo se derramar em lágrimas por causa de ti.<br /><br /> A coisa mais cruel que alguém pode fazer é permitir que alguém se apaixone por você quando você não pretende fazer o mesmo.
- </p>
- </div>
- </div>
- <div class="music">
- <h1 class="title">Music</h1>
- <div class="video">
- <h2>When You Came Into My Life</h2>
- <h3>Scorpions</h3>
- <div class="box-video">
- <iframe width="370" height="209" src="//www.youtube.com/embed/mG05YzmmiCU?start=0&end=0&autohide=1&autoplay=1&controls=0&disablekb=1&loop=1&modestbranding=1&rel=0&showinfo=0&vq=large" frameborder="0">Your browser does not support iframes!</iframe>
- </div>
- </div>
- </div>
- <div class="gallery">
- <h1 class="title">Photos</h1>
- <div class="bloco">
- <img src="http://oi64.tinypic.com/24wvjwn.jpg" width="360/" />
- <img src="http://oi63.tinypic.com/33xh381.jpg" width="360/" />
- <img src="http://oi67.tinypic.com/2uzusmx.jpg" width="360/" />
- </div>
- </div>
- <div class="friends">
- <h1 class="title">Friends</h1>
- <div class="bloco">
- <a class="box-friends" href="http://xat.me/">
- <h1><span>✓</span>Lucia</h1>
- <div class="box-img-friend">
- <img src="http://oi68.tinypic.com/157d4yb.jpg" width="70/" />
- </div>
- </a>
- <a class="box-friends" href="http://xat.me/nero">
- <h1><span>✓</span>Diablo</h1>
- <div class="box-img-friend">
- <img src="http://oi68.tinypic.com/157d4yb.jpg" width="70/" />
- </div>
- </a>
- <a class="box-friends" href="http://xat.me/">
- <h1><span>✓</span>Lobo</h1>
- <div class="box-img-friend">
- <img src="http://oi68.tinypic.com/157d4yb.jpg" width="70/" />
- </div>
- </a>
- <a class="box-friends" href="http://xat.me/">
- <h1><span>✓</span>Lucha</h1>
- <div class="box-img-friend">
- <img src="http://oi68.tinypic.com/157d4yb.jpg" width="70/" />
- </div>
- </a>
- </div>
- </div>
- </div>
- </div>
- </div>
- </div>
- </div>
- </div>
- </div>
- </div>
- </div>
Advertisement
Add Comment
Please, Sign In to add comment