Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <html>
- <script src="http://code.jquery.com/jquery-1.10.0.min.js">
- </script>
- <script>
- $(document).ready(function(){
- $(".one").click(function(){
- $(".1").toggle();
- $(".2,.3,.4,.5").hide();
- });
- $(".two").click(function(){
- $(".2").toggle();
- $(".1,.3,.4,.5").hide();
- });
- $(".three").click(function(){
- $(".3").toggle();
- $(".1,.2,.4,.5").hide();
- });
- $(".four").click(function(){
- $(".4").toggle();
- $(".1,.2,.3,.5").hide();
- });
- $(".five").click(function(){
- $(".5").toggle();
- $(".1,.2,.3,.4").hide();
- });
- });
- </script>
- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
- <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
- <script>
- (function($){
- $(document).ready(function(){
- $("a[title]").style_my_tooltips({
- tip_follows_cursor:true,
- tip_delay_time:30,
- tip_fade_speed:300,
- attribute:"title"
- });
- });
- })(jQuery);
- </script>
- <head>
- <title>TITLE OF BLOG</title>
- <link rel="shortcut icon" href="{Favicon}" />
- <link rel="alternate" type="application/rss+xml" href="{RSS}" />
- <link href='http://fonts.googleapis.com/css?family=Playfair+Display:400,400italic,700italic,900italic' rel='stylesheet' type='text/css'>
- <style type="text/css">
- .1, .2, .3, .4 {display:none;}
- body {
- font-family:arial;
- font-size:9px;
- color:#777;
- background:#fff;}
- #s-m-t-tooltip{
- font-size:9px;
- position:absolute;
- margin-top: 15px;
- letter-spacing:1px;
- z-index:9999;
- background:white;
- color:{color:text};
- text-transform:uppercase;
- padding:2px 3px 2px 3px;
- -webkit-transition:all 0.3s;
- -moz-transition:all 0.3s;
- -ms-transition:all 0.3s;
- -o-transition:all 0.3s;
- transition:all 0.3s;
- }
- ul {list-style:square; margin-left:-25px;}
- a:link, a, a:active, a:visited {
- text-decoration: none;
- color: #b8b8b8;
- -moz-transition: 0.3s ease-in;
- -webkit-transition: 0.3s ease-in;
- -o-transition: 0.3s ease-in;
- transition: 0.3s ease-in;}
- a:hover {
- color: #707070;}
- #center {
- position:relative;
- width:423px;
- margin:160px auto;}
- #content {
- position:fixed;
- width:425px;
- height:250px;
- overflow:scroll;
- padding:40px;
- background:#fff;}
- #header {
- position:relative;
- margin:0px;
- margin-left:10px;
- width:425px;
- padding:10px;
- color: #333;
- text-align:center;
- font-weight:600;
- font-size:10px;
- letter-spacing:0.3px;
- text-transform:uppercase;
- border-bottom:1px solid #eee;
- }
- #header a {padding:5px 10px;color: #333;}
- #header a:hover {color: #333;}
- h1 {
- margin:0px;
- padding:10px;
- height:220px;
- font-size:45px;
- line-height:105px;
- text-align:center;
- font-weight:lighter;
- letter-spacing:-3px;
- font-family:Helvetica;}
- h2 {
- margin:0px;
- padding:5px 0px;
- font-size:10px;
- font-style:italic;
- font-family:Helvetica;
- }
- #about a:hover {font-style: italic;}
- .group {
- width:140px;
- margin-top:-10px;
- margin-left:45px;
- float:left;}
- .grouptit {
- background:#f3f3f3;
- padding:5px;
- margin-bottom:10px;
- font-size:8px;
- letter-spacing:0.3px;
- text-transform:uppercase;
- margin-top:10px;
- }
- .grouplinks {margin:5px 4px;}
- .grouplinks a {
- display:block;
- text-align:left;
- margin-left:0px;
- -webkit-transition:all 0.3s;
- -moz-transition:all 0.3s;
- -ms-transition:all 0.3s;
- -o-transition:all 0.3s;
- transition:all 0.3s; }
- .grouplinks a:hover {
- margin-left:10px;
- -webkit-transition:all 0.3s;
- -moz-transition:all 0.3s;
- -ms-transition:all 0.3s;
- -o-transition:all 0.3s;
- transition:all 0.3s; }
- .questions {
- background:#f3f3f3;
- padding:5px;
- margin-bottom:10px;
- font-size:8px;
- letter-spacing:0.3px;
- text-transform:uppercase;
- }
- .answers {
- padding-left: 10px;
- }
- #amigo {
- width:100px;
- padding:5px;
- height:110px;
- margin:0px 2px 10px 0;
- float:left;
- }
- #name {
- background:#f3f3f3;
- padding:5px;
- font-size:8px;
- letter-spacing:0.3px;
- text-transform:uppercase;}
- #icon img{
- width:100px;
- height:100px;
- margin:0px 0 0 0;
- -webkit-transition: all 0.8s ease-in-out;
- -moz-transition: all 0.8s ease-in-out;
- -o-transition: all 0.8s ease-in-out;
- -ms-transition: all 0.8s ease-in-out;
- transition: all 0.8s ease-in-out
- }
- #icon img:hover{
- opacity:0.5;
- -webkit-transition: all 0.8s ease-in-out;
- -moz-transition: all 0.8s ease-in-out;
- -o-transition: all 0.8s ease-in-out;
- -ms-transition: all 0.8s ease-in-out;
- transition: all 0.8s ease-in-out;
- #desc {
- text-align:center;
- padding:5px;
- font-size:8px;
- letter-spacing:0.3px;
- text-transform:uppercase;}
- ::-webkit-scrollbar-thumb:vertical {background-color:#a59fea;height:auto;}
- ::-webkit-scrollbar-thumb:vertical:hover{background-color:#7b6dc1;}
- ::-webkit-scrollbar-thumb:horizontal{background-color:#eee;height:auto;}
- ::-webkit-scrollbar-thumb:horizontal:hover{background-color:#fff;}
- ::-webkit-scrollbar{width:0px;}
- </style>
- </head>
- <body>
- <div id="center">
- <div id="header">
- <a class="one" href="#">index</a> ·
- <a class="two" href="#">about</a> ·
- <a class="three" href="#">links</a> ·
- <a class="four" href="#">quetions</a> ·
- <a class="five" href="#">friends</a>
- </div>
- <!-- MAIN PAGE STARTS HERE -->
- <div class="1">
- <div id="content">
- <div style="margin-top:-30px;margin-left:-15px;width:425px;">
- <h1>Fratboys & Artists</h1>
- </div></div></div>
- <!-- MAIN PAGE ENDS HERE -->
- <!-- ABOUT ME PAGE STARTS HERE -->
- <div class="2" style="display:none;">
- <div id="content">
- <div style="margin-top:-30px;margin-left:-15px;width:425px;">
- Hello love bugs, thank you for coming to my blog. I’m Shayla, but call me <b>Shay</b>. I am an <u>21 year old</u> university student. I work at urban outfitters and I also do photography. I live in the capital of USA, you can also find me California and Virginia.
- <p></p>My puppy, <i>cinnamon</i>, means the world to me. I love going to concerts and shopping. I used to love to photoshop but when I got to uni I became super lazy. I waste my time reading fanfics and books, watching movies and tv shows.</p>
- <p></p>Important things to know about me is that I’m a big <u>futbol fan</u>. I also like american football, wrestling, gymnastics, and ice skating. If we become friends i will randomly message you things. I love to write but I can never find the time to finish things.I tend to travel a lot. My next trips are to Caribbean(again), Brazil, London, Mexico (I’m always there), and Paris.</p>
- <p></p>Harry Styles, David Luiz, Jess Plummer and Leigh Pinnock melt my soul. And Zayn and Niall will be the death of me. If I’m going to be honest I love people that are beautiful inside and out and the list is much longer than the ones i posted.I love every single one of you <3, if you want to know more than ask.</p></3></div>
- </div></div>
- <!-- ABOUT ME PAGE ENDS HERE -->
- <div class="3" style="display:none;">
- <div id="content">
- <div style="margin-top:-30px;margin-left:-20px;padding:4px">
- <div class="group">
- <div class="grouptit">Blog Links</div>
- <div class="grouplinks">
- <ul>
- <li><a href="https://twitter.com/itsshayee">Twitter</a></li>
- <li><a href="http://roreigns.tumblr.com">Wrestling Blog</a></li>
- <li><a href="http://8tracks.com/niayns">8tracks</a></li>
- <li><a href="http://instagram.com/shayespice">Instagram</a></li>
- <li><a href="http://growupdiggs.tumblr.com">Personal</a></li>
- <li><a href="http://shay-diggs.polyvore.com">polyvore</a></li>
- <li><a href="/tagged/face">Face</a></li>
- <li><a href="/tagged/shay%20speaks">Answered Ask</a></li>
- <li><a href="/cinnamonroll">Blogroll</a></li>
- <li><a href="/tagged/thankyou">Follow Forever</a></li>
- </ul>
- </div></div>
- <div class="group">
- <div class="grouptit">Resources</div>
- <div class="grouplinks">
- <ul>
- <li><a href="/ficrec">New Ficrec</a></li>
- <li><a href="/post/47910430107/fanfic-rec">Old Ficrec</a></li>
- <li><a href="/tagged/hq">HQ Photos</a></li>
- <li><a href="/tagged/icons">Icons</a></li>
- <li><a href="/tagged/playlist">Playlists</a></li>
- <li><a href="/tagged/psds">Psds</a></li>
- <li><a href="/tagged/sidebars">Sidebars</a></li>
- <li><a href="/tagged/textures">Textures</a></li>
- <li><a href="/tutorials">Tutorials</a></li>
- <li><a href="/tagged/wallpapers">Wallpapers</a></li>
- </ul>
- </div></div>
- <div class="group">
- <div class="grouptit">Memes</div>
- <div class="grouplinks">
- <ul>
- <li><a href="/tagged/all">All</a></li>
- <li><a href="/tagged/gifs">Gifs</a></li>
- <li><a href="/tagged/stills">Edits/Graphics</a></li>
- <li><a href="/tagged/k">1k & Over</a></li>
- <li><a href="/tagged/au">Au Memes</a></li>
- <li><a href="/tagged/manip">Manips</a></li>
- <li><a href="/tagged/url">Url Graphics</a></li>
- <li><a href="/tagged/ff">Follow Forevers</a></li>
- <li><a href="/tagged/fm">Favorite Movies</a></li>
- <li><a href="/tagged/picturesofthor">Favorite of Liam</a></li>
- <li><a href="/tagged/zm">Favorite of Zayn</a></li>
- <li><a href="/tagged/bail">The Bands I love</a></li>
- <li><a href="/tagged/1dbc">Meet the Blogger: 1d Edition</a></li>
- <li><a href="/tagged/crushes">Crushes</a></li>
- <li><a href="/tagged/tmbc">The Magic Begins</a></li>
- </ul>
- </div></div>
- <div class="group">
- <div class="grouptit">Groups</div>
- <div class="grouplinks">
- <ul>
- <li><a href="/tagged/paramore">Paramore</a></li>
- <li><a href="/tagged/ptv">PTV</a></li>
- <li><a href="/tagged/little mix">Little Mix</a></li>
- <li><a href="/tagged/the-1975">The 1975</a></li>
- <li><a href="/tagged/neon-jungle">Neon Jungle</a></li>
- <li><a href="/tagged/WWE">WWE</a></li>
- <li><a href="/tagged/teen wolf">Teen Wolf</a></li>
- <li><a href="/tagged/reign">Reign</a></li>
- <li><a href="/tagged/ouat">Once Upon A Time</a></li>
- <li><a href="/tagged/skins">Skins</a></li>
- <li><a href="/tagged/pll">Pretty Little Liars</a></li>
- <li><a href="/tagged/american-horror-story">American Horror Story</a></li>
- <li><a href="/tagged/harrypotter">Harry Potter</a></li>
- <li><a href="/tagged/got">Game of Thrones</a></li>
- <li><a href="/tagged/dw">Doctor Who</a></li>
- </ul>
- </div></div>
- <div class="group">
- <div class="grouptit">People</div>
- <div class="grouplinks">
- <ul>
- <li><a href="/tagged/leigh-anne-pinnock">Leigh Anne Pinnock</a></li>
- <li><a href="/tagged/toby-regbo">Toby Regbo</a></li>
- <li><a href="/tagged/bonnie-wright">Bonnie Wright</a></li>
- <li><a href="/tagged/emma watson">Emma Watson</a></li>
- <li><a href="/tagged/evanna lynch">Evanna Lynch</a></li>
- <li><a href="/tagged/tom felton">Tom Felton</a></li>
- <li><a href="/tagged/t mills">T Mills</a></li>
- <li><a href="/tagged/demi">Demi Lovato</a></li>
- <li><a href="/tagged/ed sheeran">Ed Sheeran</a></li>
- <li><a href="/tagged/cher%20lloyd">Cher Lloyd</a></li>
- <li><a href="/tagged/m%26td">Marina & The Diamonds</a></li>
- <li><a href="/tagged/rita-ora">Rita Ora</a></li>
- <li><a href="/tagged/kings">One Direction</a></li>
- <li><a href="/tagged/harry styles">Harry Styles</a></li>
- <li><a href="/tagged/liam payne">Liam Payne</a></li>
- <li><a href="/tagged/louis tomlinson">Louis Tomlinson</a></li>
- <li><a href="/tagged/niall horan">Niall Horan</a></li>
- <li><a href="/tagged/zayn malik">Zayn Malik</a></li>
- </ul></div></div>
- </div>
- </div>
- </div>
- <div class="4" style="display:none;">
- <div id="content">
- <div style="margin-top:-40px;margin-left:-15px;width:425px;">
- <p class="questions">Whats your real name?</p>
- <p class="answers">Shayla, Kecia is the only one that calls me that.</p>
- <p class="questions">Whats your old url?</p>
- <p class="answers">megaseva,ziallphobia,niayns,mixedcolours, and zabinie.</p>
- <p class="questions">Where did you get your icon,sidebar, psds?</p>
- <p class="answers">I make all my icons and sidbars. I make 95% of my psds if not i get them off yeahps or pscs5.</p>
- <p class="questions">What shows do you watch?</p>
- <p class="answers">Teen Wolf, Reign, Games of Thrones, Docor Who, Sherlock, Girl Code. Those are the ones I'm watching at the moment. Im all up to datw with them all.</p>
- <p class="questions">What do you used to edits, graphics, and gifs?</p>
- <p class="answers">I mostly use Photoshop Cs5 and MPEG Streamclip, but some times i use Photoshop Cs3 and Cs6, Illustrator Cs5 and Cs6, and Imovie .</p>
- <p class="questions">Follow back?</p>
- <p class="answers">I dont follow back unless I like your blog but I'll give your blog a look, sorry I get to many of these.</p>
- <p class="questions">Do you know any good Fanfics ?</p>
- <p class="answers">If you want one direction ones I have 2 pages of them and and i working on a new right now just give them a lot. For any other fandom just send me msg and ill send you some.</p>
- <p class="questions">Can you Vote for ______ ?</p>
- <p class="answers">Yes, if I just have to click something, just send me the link.</p>
- <p class="questions">Do you think *enter 1d ship name here* is real??</p>
- <p class="answers">Hahaha, no. The only ships that are real are the boys and whoever they say they are dating.</p>
- <p class="questions">Do you ship the couples in the manips you make?</p>
- <p class="answers">90% of the time no, almost all my manips are requested so they are what followers ship.</p>
- <p class="questions">Are request open?</p>
- <p class="answers">95% of the time yes, when they are closed I'll try to remember to put it on my sidebar. I only take personal request for birthdays or if we are mutals.</a></p>
- <p class="questions">Is my request done?</p>
- <p class="answers">If you dont see them all under <a href="/tagged/requested">here</a> or <a href="/tagged/all">here</a>, no they arent. I get a lot of request and I am in Uni and I have other things I have to do please dont rush me.</a></p>
- <p class="questions">Will you make _______ (edit, graphic,gifs,au,or manip)?</p>
- <p class="answers">Yes, when I get the time.</a></p>
- <p class="questions">How do you make your manips?</p>
- <p class="answers">Photoshop and Magic Dust.</a></p>
- <p class="questions">Why didn’t you make the request I made?</p>
- <p class="answers">Sorry, Either I couldnt find good photos for the one or both the people you metioned.Or the request was impossible to make. Or Lastly I had to many request and i had to cut some down, so I took out a few for another time.</a></p>
- <div class="ask"><iframe frameborder="0" height="200" id="ask_form" scrolling="yes" src="http://www.tumblr.com/ask_form/the1993s.tumblr.com" width="100%"></iframe></div>
- </div>
- </div>
- </div>
- <div class="5" style="display:none;">
- <div id="content">
- <div style="margin-top:-40px;margin-left:15px;width:425px;">
- <!--first row-->
- <tr>
- <td>
- <div id="amigo">
- <div id="name">kecia</div><!--name goes here-->
- <div id="icon">
- <a href="http://asschlin.tumblr.com/"><img src="http://i.imgur.com/dUkVGIq.png"></a>
- </div>
- </div>
- </td>
- <!--first row-->
- <tr>
- <td>
- <div id="amigo">
- <div id="name">sari</div><!--name goes here-->
- <div id="icon">
- <a href="http://feelobrien.tumblr.com/"><img src="http://static.tumblr.com/99b8abd3c48f9d9f9792f53536863e20/s6fk9c2/Azrn8ok40/tumblr_static_v3hxkbtgt6o4s08kkw4o8w4g.jpg"></a>
- </div>
- </div>
- </td>
- <!--first row-->
- <tr>
- <td>
- <div id="amigo">
- <div id="name">carrie</div><!--name goes here-->
- <div id="icon">
- <a href="http://cwtchess.tumblr.com/"><img src="http://38.media.tumblr.com/21f5b75bbc47e6740cac64809dcb84ba/tumblr_n8uk8bayF81skqtc0o1_250.png"></a>
- </div>
- </div>
- </td>
- <!--first row-->
- <tr>
- <td>
- <div id="amigo">
- <div id="name">joy</div><!--name goes here-->
- <div id="icon">
- <a href="http://drakefromdegrassi.tumblr.com/"><img src="http://38.media.tumblr.com/8cb37a7bfcf1de4dc16704e91e6d9f69/tumblr_n73zj8ynSP1ss2nz3o1_500.jpg"></a>
- </div>
- </div>
- </td>
- <!--first row-->
- <tr>
- <td>
- <div id="amigo">
- <div id="name">jade</div><!--name goes here-->
- <div id="icon">
- <a href="http://highniall.tumblr.com/"><img src="http://31.media.tumblr.com/868cdcf0adf71c463e9548288c609210/tumblr_n8u59tHHXd1qlo5cpo1_400.png"></a>
- </div>
- </div>
- </td>
- <!--first row-->
- <tr>
- <td>
- <div id="amigo">
- <div id="name">rai</div><!--name goes here-->
- <div id="icon">
- <a href="http://yeahniall.tumblr.com/"><img src="http://31.media.tumblr.com/33a95ab3f9a50d72d502e173eccbc3a6/tumblr_n8v3n4iaUb1rnntmfo1_400.jpg"></a>
- </div>
- </div>
- </td>
- <!--first row-->
- <tr>
- <td>
- <div id="amigo">
- <div id="name">Josh</div><!--name goes here-->
- <div id="icon">
- <a href="http://24.media.tumblr.com/avatar_a9079c5e822e_64.png"><img src="http://38.media.tumblr.com/avatar_d0b216fe5079_96.png"></a>
- </div>
- </div>
- </td>
- <!--first row-->
- <tr>
- <td>
- <div id="amigo">
- <div id="name">Amanda</div><!--name goes here-->
- <div id="icon"><a href="https://31.media.tumblr.com/bb54aabd00154d196ce9bc517689344a/tumblr_inline_n0shylHsga1rhm23e.png"><img src="http://38.media.tumblr.com/4edd40bb9a3e5e23843c02130e7988ee/tumblr_n8bfqlf09m1qdq9o9o2_500.jpg"></a>
- </div>
- </div>
- </td>
- <!--first row-->
- <tr>
- <td>
- <div id="amigo">
- <div id="name">Blogroll</div><!--name goes here-->
- <div id="icon">
- <a href="http://the1993s.tumblr.com/cinnamonroll"><img src="http://38.media.tumblr.com/avatar_e5c0ce007228_96.png"></a>
- </div>
- </div>
- </td>
- </div></div></div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment