Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html PUBLIC"-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <html xmlns="http://www.w3.org/1999/xhtml">
- <!----
- © borntobewildthemes.tumblr.com | PAGE 15. "All in one V, vol.2" (dark)
- + Please do not redistribute this theme or remove credits.
- + You are allowed to make changes as long as you keep our credits.
- + If you have any questions or concerns, just contact us.
- + Thanks for using our page! We hope that you enjoy it!
- ---->
- <html>
- <head>
- <!--- Change the title of the page here --->
- <title>{title}</title>
- <link rel="shortcut icon" href="{Favicon}">
- <!--- Google fonts --->
- <link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet">
- <link href="https://fonts.googleapis.com/css?family=Cinzel" rel="stylesheet">
- <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
- <style type="text/css">
- /* -------- BASICS ------- */
- body {
- background: #f6f6f6;
- margin:0;
- width:100%;
- height:100%;
- font-family: 'Open Sans', sans-serif;
- font-size:12px;
- overflow:hidden;
- background-image: url('https://67.media.tumblr.com/0bb8904b6bb822bab57d7c9cb757cfad/tumblr_ocgmmbursp1rhax0jo1_540.jpg');
- background-size:cover;
- }
- /* Links */
- a {
- text-decoration:none;
- outline:none;
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out;
- }
- a:hover {
- color:#eee;
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out;
- }
- a img {
- width:35px;
- height:35px;
- margin:4px;
- border:2px #616459 ridge;
- border-radius:0px;
- padding:4px;
- opacity:0.7;
- }
- a img:hover {
- opacity:1;
- border-radius:0px;
- }
- b, strong {color:#616459;}
- h1 {
- margin:-20px;
- margin-bottom:15px;
- text-align:center;
- font-size:20px;
- height:40px;
- line-height:40px;
- color:#eee;
- background:#000;
- border-bottom:1px solid #333;
- font-family: 'Cinzel', cursive;
- }
- /* Tumblr controls */
- .iframe-controls--desktop {
- top:18px!important;
- right:10px!important;
- opacity:.9!important;
- position:fixed!important;
- white-space:nowrap!important;
- filter: invert(1);
- -webkit-filter: invert(1);
- -moz-filter: invert(1);
- -o-filter: invert(1);
- -ms-filter: invert(1);
- z-index:1000000 !important;
- }
- /*-- HEADER --*/
- #header{
- position:fixed;
- left:0;
- top:0;
- width:100%;
- height:60px;
- background:#000;
- border-bottom:1px solid #333;
- }
- /* Blog title */
- #blogtitle{
- position:absolute;
- margin-top:0;
- margin-left:0;
- font-family: 'Cinzel', cursive;
- font-size:25px;
- text-align:center;
- line-height:40px;
- color:#eee;
- background:#616459;
- width:380px;
- height:40px;
- padding:10px;
- border-right:1px solid #333;
- }
- /* Main links */
- #links{
- position:absolute;
- margin-top:0px;
- margin-left:420px;
- height:60px;
- min-width:400px;
- }
- #links a{
- color:#fff;
- display:inline-block;
- margin:0px;
- padding:10px;
- line-height:40px;
- font-family: 'Open Sans', sans-serif;
- font-size:15px;
- text-decoration:none;
- }
- #links a:hover{
- color:#444039;
- border-bottom:1px solid #eee;
- }
- /*--------- CONTAINER --------*/
- #container{
- margin-top:60px;
- margin-left:auto;
- margin-right:auto;
- width:100%;
- height:600px;
- }
- /* Titles */
- #title1 {
- position:absolute;
- margin-top:30px;
- margin-left:30px;
- text-align:center;
- width:60px;
- height:60px;
- padding:10px;
- background:rgba(0,0,0, 0.8);
- border:1px solid #333;
- cursor:pointer;
- overflow:hidden;
- }
- #title2 {
- position:absolute;
- margin-top:125px;
- margin-left:30px;
- text-align:center;
- width:60px;
- height:60px;
- padding:10px;
- background:rgba(0,0,0, 0.8);
- border:1px solid #333;
- cursor:pointer;
- overflow:hidden;
- }
- #title3 {
- position:absolute;
- margin-top:220px;
- margin-left:30px;
- text-align:center;
- width:60px;
- height:60px;
- padding:10px;
- background:rgba(0,0,0, 0.8);
- border:1px solid #333;
- cursor:pointer;
- overflow:hidden;
- }
- #title4 {
- position:absolute;
- margin-top:315px;
- margin-left:30px;
- text-align:center;
- width:60px;
- height:60px;
- padding:10px;
- background:rgba(0,0,0, 0.8);
- border:1px solid #333;
- cursor:pointer;
- overflow:hidden;
- }
- #title1 i, #title2 i, #title3 i, #title4 i{
- color:#eee;
- font-size:20px;
- line-height:60px;
- }
- #title1:hover, #title2:hover, #title3:hover, #title4:hover{
- background:rgba(0,0,0, 1);
- -webkit-transition: all 0.7s ease-in-out;
- -moz-transition: all 0.7s ease-in-out;
- -o-transition: all 0.7s ease-in-out;
- }
- #title1:hover i, #title2:hover i, #title3:hover i, #title4:hover i{
- color:#444039;
- }
- /* About */
- #about{
- position:absolute;
- margin-top:30px;
- margin-left:140px;
- width: 430px;
- height:325px;
- padding:20px;
- overflow:hidden;
- font-family:Open Sans;
- font-size:12px;
- text-align:right;
- line-height:20px;
- color:#ddd;
- background:rgba(0,0,0, 0.8);
- border:1px solid #333;
- z-index:100;
- display:none;
- }
- /* Avatar */
- #avatar {
- float:left;
- margin:5px;
- margin-left:0px;
- margin-right:10px;
- width:45px;
- height:45px;
- border:3px double #616459;
- }
- /* FAQ */
- #faq{
- position:absolute;
- margin-top:30px;
- margin-left:140px;
- width: 430px;
- height:325px;
- padding:20px;
- overflow:hidden;
- font-family:Open Sans;
- font-size:12px;
- text-align:left;
- line-height:18px;
- color:#616459;
- background:rgba(0,0,0, 0.8);
- border:1px solid #333;
- z-index:1000;
- display:none;
- }
- .box{
- overflow-y:auto;
- overflow-x:hidden;
- height:300px;
- }
- .question{
- margin-bottom:5px;
- padding:5px;
- color:#eee;
- background:#616459;
- }
- .answer{
- text-align:right;
- color:#ddd;
- padding-bottom:5px;
- border-bottom:1px solid #616459;
- }
- /* TAGS */
- #tags{
- position:absolute;
- margin-top:30px;
- margin-left:140px;
- width: 430px;
- height:325px;
- padding:20px;
- overflow:hidden;
- font-family:Open Sans;
- font-size:12px;
- text-align:right;
- line-height:20px;
- background:rgba(0,0,0, 0.8);
- border:1px solid #eee;
- z-index:10000;
- display:none;
- }
- #taglinks{
- position:absolute;
- width:125px;
- padding-top:5px;
- margin-top:-120px;
- margin-left:-125px;
- margin-bottom:10px;
- }
- #taglinks a{
- display:block;
- width:100%;
- margin-top:-6px;
- color:#eee;
- font-size:11px;
- padding:2px 0px;
- text-align:center;
- letter-spacing:1px;
- margin-bottom:5px;
- text-decoration:none;
- border:1px solid #333;
- background:rgba(0,0,0, 0.8);
- }
- #taglinks a:hover {
- color:#eee;
- background:#616459;
- }
- #taglinks tr{
- margin:-20px;
- }
- /*-- BLOGROLL --*/
- #blogroll{
- position:absolute;
- margin-top:30px;
- margin-left:140px;
- width: 430px;
- height:325px;
- padding:20px;
- overflow:hidden;
- background:rgba(0,0,0, 0.8);
- border:1px solid #eee;
- z-index:100000;
- display:none;
- }
- #blogroll a img{
- display:inline;
- padding:0;
- width:40px;
- height:40px;
- border:3px double #616459;
- }
- #blogroll a img:hover{
- border:3px solid #616459;
- }
- /* Close buttons */
- #close1, #close2, #close3, #close4{
- position:absolute;
- margin-left:410px;
- top:0px;
- width:30px;
- height:30px;
- padding:5px;
- text-align:center;
- border-left:1px solid #333;
- cursor:pointer;
- }
- #close1 i, #close2 i, #close3 i, #close4 i{
- font-size:20px;
- color:#eee;
- padding:5px;
- }
- #close1 i:hover, #close2 i:hover, #close3 i:hover, #close4 i:hover{
- color:#616459;
- }
- /* Credits */
- #credits {
- position:fixed;
- right:5px;
- top:63px;
- z-index:100000;
- }
- #credits img{
- border:1px solid #333;
- }
- {CustomCSS}
- </style>
- </head>
- <!--Scripts-->
- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
- <script>
- $(document).ready(function(){
- $("#title1").click(function(){
- $("#about").toggle(500);
- });
- });
- $(document).ready(function(){
- $("#close1").click(function(){
- $("#about").toggle(500);
- });
- });
- $(document).ready(function(){
- $("#title2").click(function(){
- $("#faq").toggle(500);
- });
- });
- $(document).ready(function(){
- $("#close2").click(function(){
- $("#faq").toggle(500);
- });
- });
- $(document).ready(function(){
- $("#title3").click(function(){
- $("#tags").toggle(500);
- });
- });
- $(document).ready(function(){
- $("#close3").click(function(){
- $("#tags").toggle(500);
- });
- });
- $(document).ready(function(){
- $("#title4").click(function(){
- $("#blogroll").toggle(500);
- });
- });
- $(document).ready(function(){
- $("#close4").click(function(){
- $("#blogroll").toggle(500);
- });
- });
- </script>
- <!--Slim scroll by Piotr Rochala-->
- <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.9.0/jquery.min.js"></script>
- <script type="text/javascript" src="libs/jquery.slimscroll.min.js"></script>
- <script type="text/javascript" src="http://static.tumblr.com/6dvmes1/THpo7bkqg/jquery.slimscroll.js"></script>
- <script type="text/javascript" src="http://static.tumblr.com/6dvmes1/3Dao7bkzr/jquery.slimscroll.min.js"></script>
- <script type="text/javascript">
- $(function(){
- $('.box').slimScroll({
- height: '300px',
- color: '#616459'
- });
- });
- </script>
- <meta charset="utf-8">
- <title>{Title}</title>
- <link rel="shortcut icon" href="{Favicon}">
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- </head>
- <body>
- <div id="header">
- <div id="blogtitle">Your title goes here</div>
- <div id="links">
- <a href="/">HOME</a>
- <a href="/ask">ASK</a>
- <a href="/submit">SUBMIT</a>
- <a href="/archive">ARCHIVE</a>
- </div>
- </div>
- <!--End header-->
- <div id="container">
- <center>
- <div id="title1"><i class="fa fa-user" aria-hidden="true"></i></div>
- <div id="title2"><i class="fa fa-question" aria-hidden="true"></i></div>
- <div id="title3"><i class="fa fa-list" aria-hidden="true"></i></div>
- <div id="title4"><i class="fa fa-users" aria-hidden="true"></i></div>
- <div id="about">
- <h1>About me</h1>
- <div id="close1"><i class="fa fa-times" aria-hidden="true"></i></div>
- <div class="box">
- <!-- AVATAR -->
- <img src="https://i1.sndcdn.com/artworks-000035030724-7an6mz-t500x500.jpg" id="avatar" />
- <div align="justify">
- <!-- CHANGE DESCRIPTION -->
- Lorem ipsum dolor sit amet, malis impetus fabellas ne sit, vel quaestio democritum te. Cu scaevola ocurreret per, sed at <u>possit</u> mollis. Iudicabit sadipscing appellantur at <b>vim</b>. <br><br>
- Te mea nobis vidisse. Ne assum <b>ancillae</b> vel, cibo facete persequeris vix at. Ius te doming audire, quo error soluta efficiendi ei. Ex iudico aeterno laboramus sea, solet perfecto mediocrem at sed.<br><br>
- Tantas <b>invidunt</b> ea nec, aliquip vocibus <u>principes</u> eos et. Tota propriae quaestio no sit, suavitate liberavisse id nec, ea atqui invenire euripidis eam. Viris decore intellegat duo ut, eu cum aliquip laboramus. Usu postea quaerendum ne, pri at scripta disputando accommodare. Ne rebum falli ornatus ius, omnes ullamcorper ut duo.
- </div>
- <!--End justify-->
- </div>
- <!--End box-->
- </div>
- <!--End about-->
- <div id="faq">
- <h1>Frequently Asked Questions</h1>
- <div id="close2"><i class="fa fa-times" aria-hidden="true"></i></div>
- <div class="box">
- <div class="question"> Q: QUESTION </div>
- <div class="answer"> Answer </div> <br>
- <div class="question"> Q: QUESTION </div>
- <div class="answer"> Answer </div> <br>
- <div class="question"> Q: QUESTION </div>
- <div class="answer"> Answer </div> <br>
- <div class="question"> Q: QUESTION </div>
- <div class="answer"> Answer </div> <br>
- </div>
- <!--End box-->
- </div>
- <!--End faq-->
- <div id="tags">
- <h1>Tags masterlist</h1>
- <div id="close3"><i class="fa fa-times" aria-hidden="true"></i></div>
- <div class="box">
- <table id="all" border="0" cellpadding="13" cellspacing="118">
- <td>
- <div id="taglinks">
- <a href="/">#tag</a>
- <a href="/">#tag</a>
- <a href="/">#tag</a>
- <a href="/">#tag</a>
- <a href="/">#tag</a>
- </div>
- </td>
- <td>
- <div id="taglinks">
- <a href="/">#tag</a>
- <a href="/">#tag</a>
- <a href="/">#tag</a>
- <a href="/">#tag</a>
- <a href="/">#tag</a>
- </div>
- </td>
- <td>
- <div id="taglinks">
- <a href="/">#tag</a>
- <a href="/">#tag</a>
- <a href="/">#tag</a>
- <a href="/">#tag</a>
- <a href="/">#tag</a>
- </div>
- </td>
- <tr>
- <td>
- <div id="taglinks">
- <a href="/">#tag</a>
- <a href="/">#tag</a>
- <a href="/">#tag</a>
- <a href="/">#tag</a>
- <a href="/">#tag</a>
- </div>
- </td>
- <td>
- <div id="taglinks">
- <a href="/">#tag</a>
- <a href="/">#tag</a>
- <a href="/">#tag</a>
- <a href="/">#tag</a>
- <a href="/">#tag</a>
- </div>
- </td>
- <td>
- <div id="taglinks">
- <a href="/">#tag</a>
- <a href="/">#tag</a>
- <a href="/">#tag</a>
- <a href="/">#tag</a>
- <a href="/">#tag</a>
- </div>
- </td>
- </table>
- </div>
- <!--End box-->
- </div>
- <!--End tags-->
- <div id="blogroll">
- <h1>Blogs I follow</h1>
- <div id="close4"><i class="fa fa-times" aria-hidden="true"></i></div>
- <div class="box">
- {block:Following}
- {block:Followed}
- <a href="{FollowedURL}">
- <img src="{FollowedPortraitURL-128}" title="{FollowedName}"></a>
- {/block:Followed}
- {/block:Following}
- </div>
- <!--End box-->
- </div>
- <!--End blogroll-->
- </div>
- <!--End container-->
- <!--Credit (do not remove-->
- <a href="http://borntobewildthemes.tumblr.com" title="Credit"><div id="credits"><img src="http://i57.tinypic.com/301g6eg.jpg"></div></a>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement