Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <html>
- <head>
- <!--Customisation Options (part 2)-->
- <meta name="color:Background" content="#cccccc" />
- <meta name="color:Primary Colour" content="#03999b" />
- <meta name="color:Secondary Colour" content="#4cc3c5" />
- <meta name="color:Sidebar" content="" />
- <meta name="font:Body" content="Georgia" />
- <meta name="image:Background" content="" />
- <meta name="if:Infinite Scroll" content="0">
- <!--Things that go in the tab (part 1)-->
- <title>{Title}{block:PostSummary}, {PostSummary}{/block:PostSummary}</title>
- {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
- <link rel="shortcut icon" href="{Favicon}" />
- <!--Custom font (part 4)-->
- <link href='http://fonts.googleapis.com/css?family=Oregano' rel='stylesheet' type='text/css'>
- <style type="text/css">
- /*Notes in CSS look like this. If you use <!--these--> it will not work*/
- /*The Background (part 3)*/
- body {
- background-color: {color:Background};
- font-family: {font:Body};
- background-image: url({image:Background});
- background-attachment: fixed;
- margin: 0;
- word-wrap: break-word;
- }
- /*The Sidebar (part 4)*/
- #sidebar {
- width: 350px;
- position: fixed;
- padding:20px;
- padding-top:50px;
- height:550px;
- margin-top:-55px;
- }
- /*The Sidebar: Title*/
- #title1 {
- font-family: 'Oregano', cursive;
- font-size: 25px;
- text-align: center;
- padding: 10px;
- float:left;
- position:relative;
- position:fixed;
- left:50px;
- top:7px;
- width:370px;
- height:auto;
- z-index:1;
- clear:both;
- line-height:110%;
- text-shadow: 0 0 none;
- }
- #title1 a {
- color: {color:Primary Colour};
- text-decoration: none;
- transition: all 1.5s;
- -webkit-transition: all 1.5s ease-in-out;
- -moz-transition: all 1.5s ease-in-out;
- font-family: 'Oregano', cursive;
- font-size: 30px;
- text-align: center;
- padding: 10px;
- text-shadow: 0 0 black;
- }
- #title1 a:hover {
- color: {color:Secondary Colour};
- font-family: 'Oregano', cursive;
- font-size: 30px;
- text-align: center;
- padding: 10px;
- text-shadow:10px -10px 10px rgba(255,255,255,.5);
- }
- /*The Sidebar: Image*/
- #sidebar .image {
- width: auto;
- height: auto;
- border: 3px outset white;
- box-shadow:3px 3px 5px black;
- }
- /*The Sidebar: Description*/
- #sidebar .description {
- color: black;
- font-size: 14px;
- text-align:center;
- padding:5px;
- line-height:120%;
- margin-top:30px;
- margin-bottom:30px;
- position: relative;
- top:-140px;
- left:75px;
- width:200px;
- float:right;
- z-index:1;
- clear:right;
- }
- #sidebar .description a {
- color: {color:Primary Colour};
- text-decoration: none;
- }
- #sidebar .description a:hover {
- color: {color:Secondary Colour};
- }
- /*The Sidebar: Links*/
- #sidebar .links {
- font-size: 12px;
- text-align: center;
- padding: 3px 5px;
- margin: 5px;
- float: left;
- width: 60px;
- margin: 4px 8px 2px 8px;
- color:black;
- background: -webkit-linear-gradient(left, rgba(255,255,255,1), rgba(255,255,255,0.1));
- background: -moz-linear-gradient(left, rgba(255,255,255,1), rgba(255,255,255,0.1));
- float:left;
- transition: all 1s ease-in-out;
- -webkit-transition: all 1s ease-in-out;
- -moz-transition: all 1s ease-in-out;
- z-index:1;
- }
- #sidebar .links:hover {
- font-size: 12px;
- text-align: center;
- padding: 3px 5px;
- margin: 5px;
- float: left;
- width: 70px;
- margin: 4px 8px 2px 8px;
- color:black;
- background: -webkit-linear-gradient(left, rgba(255,255,255,1), rgba(255,255,255,0.1));
- background: -moz-linear-gradient(left, rgba(255,255,255,1), rgba(255,255,255,0.1));
- display: block;
- float:left;
- background-color: {color:Secondary Colour};
- z-index:1;
- }
- #sidebar .links a {
- text-decoration:none;
- }
- #links {
- width:100px;
- height:100px;
- float:left;
- z-index:1;
- }
- /*The Sidebar: Pagination (part 8)*/
- #sidebar .pagination {
- width: 260px;
- text-align: center;
- padding: 3px 0;
- }
- #sidebar .pagination a {
- color: {color:Primary Colour};
- text-decoration: none;
- }
- #sidebar .pagination a:hover {
- color: {color:Secondary Colour};
- }
- /***************************/
- /*The Main Content (Part 6)*/
- #content {
- width: 560px;
- margin: 60px 0 60px 460px;
- padding: 20px 0;
- color: black;
- }
- #content a {
- color: {color:Primary Colour};
- text-decoration: none;
- }
- #content a:hover {
- color: {color:Secondary Colour};
- }
- #content blockquote {
- border-left: solid 2px black;
- margin: 0;
- padding-left: 10px;
- }
- img {
- border: 0;
- max-width: 100%;
- }
- #content #posts {
- width: 500px;
- margin: 0 auto 20px;
- padding:10px;
- background-color:rgba(255,255,255,.5);
- border-radius:20px;
- border:1px dotted white;
- box-shadow:0px 0px 10px white;
- }
- #content #posts .title {
- font-size: 22px;
- }
- #content #posts .text {
- font-size:13px;
- }
- #player {
- width:30px;
- height:30px;
- position:absolute;
- overflow:hidden;
- margin-top:35px;
- margin-bottom:35px;
- margin-left:45px;
- opacity: 0.7;
- filter:alpha(opacity=70);
- -moz-opacity: 0.7;
- -khtml-opacity: 0.7;
- -moz-border-radius: 30px;
- -webkit-border-radius: 30px;
- border-radius: 30px;
- }
- #albumart {
- float:left;
- margin:0px 15px 0px 0px;
- border:3px solid white;
- height:100px;
- width:100px;
- background-color: rgba(215,215,215,.5);
- box-shadow:5px 5px 9px gray;
- }
- #audioplayerbox {
- background-image:url("https://31.media.tumblr.com/8daa9cd4a770540f75e2175e7afea863/tumblr_nell0cqJQO1thncmho1_500.jpg");
- height:110px;
- padding:10px;
- }
- li {
- display:block;
- padding:2px;
- }
- .questionbox {
- background-color: rgba(230,230,230,.5);
- padding: 10px;
- border-radius: 10px;
- }
- /***************************/
- /*The Permalink and Tags (part 7)*/
- #content #posts #permalink {
- font-size:11px;
- margin-top:10px;
- }
- #content #posts #tags {
- font-size:13px;
- }
- #content #posts #tags .comma:last-child {
- display: none;
- }
- /*Note Container (part 7)*/
- #content #notecontainer {
- margin: 20px auto;
- width: 500px;
- font-size: 11px;
- }
- #content #notecontainer ol.notes {
- list-style-type: none;
- margin: 0;
- padding: 0;
- }
- #content #notecontainer img.avatar {
- margin-right: 10px;
- width: 16px;
- height: 16px;
- }
- /*Custom CSS (part 8)*/
- {CustomCSS}
- #search {
- margin-left: 100px;
- position:relative;
- top:-130px;
- left:140px;
- width:190px;
- height:30px;
- z-index:1;
- }
- #themecredit {
- position:relative;
- position:fixed;
- top:600px;
- left:10px;
- }
- .lcb {
- color:white;
- }
- .lcb a{
- text-decoration:none;
- color: {color:Primary Colour};
- transition: all 1.5s ease-in-out;
- -webkit-transition: all 1.5s ease-in-out;
- -moz-transition: all 1.5s ease-in-out;
- }
- .lcb a:hover{
- color: {color:Secondary Colour};
- }
- #rilakkuma {
- height:35px;
- width:35px;
- }
- #sailormoon {
- position:fixed;
- top:150px;
- z-index:-1;
- float:left;
- clear:left;
- left:-70px;
- }
- .avatar {
- clear:left;
- float:left;
- position:relative;
- transition: all 1s ease-in-out;
- -webkit-transition: all 1s ease-in-out;
- -moz-transition: all 1s ease-in-out;
- z-index:1;
- }
- .avatar:hover {
- clear:left;
- float:left;
- position:relative;
- border-radius:20px;
- }
- #sbl {
- position:relative;
- clear:both;
- padding:30px;
- z-index:1;
- }
- #bottomofposts {
- background-color:white;
- padding:2px 5px 2px 5px;
- border-radius:20px;
- }
- #content #posts #likereblog li{
- display:inline;
- float:right;
- position:relative;
- top:-13px;
- padding:2px;
- }
- </style>
- <!--Infinite Scroll (part 8)-->
- {block:IfInfiniteScroll}
- <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
- {/block:IfInfiniteScroll}
- <script type="text/javascript"
- src="http://www.google.com/jsapi"></script>
- <script type="text/javascript">
- google.load("jquery", "1.3");
- google.setOnLoadCallback(function() {
- jQuery(function($) {
- // do some stuff here, eg load your tweets, ...
- $(document).ready(function() {
- });
- });
- });
- </script>
- </head>
- <body>
- <!--The Sidebar (part 4)-->
- <div id="title1"><a href="/">{Title}</a></div>
- <div id="sidebar">
- <div id="sbl">
- <a href="{BlogURL}"> <img class="avatar" src={PortraitURL-96}> </a>
- <div id="links">
- {block:AskEnabled}<a href="/ask"><div class="links">{AskLabel}</div></a>{/block:AskEnabled}
- {block:SubmissionsEnabled}<a href="/submit"><div class="links">{SubmitLabel}</div></a>{/block:SubmissionsEnabled}
- {block:HasPages}{block:Pages}<a href="{url}"><div class="links">{Label}</div></a>{/block:Pages}{/block:HasPages}
- </div>
- </div>
- <div class="description">{Description}</div>
- <div id="search">
- <form action="/search" method="get">
- <input type="text" name="q" value="{SearchQuery}" style="width:110px; border-radius:20px; padding:2px 5px 2px 5px;"/>
- <input type="submit" value="Search" style="position:relative;"/>
- </form>
- </div>
- <!--Pagination (part 8)-->
- {block:IfNotInfiniteScroll}
- <div class="pagination">
- {block:PreviousPage}<a href="{PreviousPage}"><-Previous | </a>{/block:PreviousPage}
- {block:NextPage}<a href="{NextPage}"> Next-></a>{/block:NextPage}
- </div>
- {/block:IfNotInfiniteScroll}
- </div> <!--sidebar-->
- <!--------------------------->
- <div id="themecredit">
- <img id="rilakkuma" src="https://38.media.tumblr.com/avatar_aa05499ce1b8_96.png" />
- <span class="lcb">Theme made by <a href="http://lilcherrybearr.tumblr.com">LilCherryBearr</a></span>
- </div>
- <div id="sailormoon">
- <img src="https://33.media.tumblr.com/254f1a9e678eaca204b08ae095d1e2e2/tumblr_ngrdqpdNya1thncmho1_r1_1280.png" />
- </div>
- <!--The Main Content (part 5 & 6)-->
- <div id="content">
- <div class="autopagerize_page_element">
- {block:Posts}
- <div id="posts">
- {block:Photo}
- {LinkOpenTag}<img src="{PhotoURL-500}" />{LinkCloseTag}
- {block:Caption}<div class="text">{Caption}</div>{/block:Caption}
- {/block:Photo}
- {block:Photoset}
- {Photoset-500}
- {block:Caption}<div class="text">{Caption}</div>{/block:Caption}
- {/block:Photoset}
- {block:Video}
- {Video-500}
- {block:Caption}<div class="text">{Caption}</div>{/block:Caption}
- {/block:Video}
- {block:Audio}
- <div id="audioplayerbox">
- <div id="player">{AudioPlayerWhite} </div>
- <div id="albumart">{block:AlbumArt}<img src="{AlbumArtURL}" width="100">{/block:AlbumArt}</div>
- {PlayCountWithLabel}
- {block:TrackName}
- <li>Track: {TrackName}</li>
- {/block:TrackName}
- {block:Artist}
- <li>Artist: {Artist}</li>
- {/block:Artist}
- {block:Album}
- <li>Album: {Album}</li>
- {/block:Album}
- </div>
- <p>
- {block:caption}<div class="audiocaption">{caption}</div>{/block:caption}
- </p>
- {/block:Audio}
- {block:Quote}
- <div class="title">“{Quote}”</div>
- {block:Source}<div class="text"><br> <hr> {Source}</div>{/block:Source}
- {/block:Quote}
- {block:Text}
- {block:Title}<div class="title">{Title}</div>{/block:Title}
- <div class="text">{Body}</div>
- {/block:Text}
- {block:Answer}
- <div class="questionbox">
- <div class="asker_container"><img src="{AskerPortraitURL-24}"> {Asker}</div>
- <div class="title">Asked: {Question}</div>
- </div>
- <div class="text">{Answer}</div>
- {block:Answer}
- {block:Chat}
- {block:Title}<div class="title">{Title}</div>{/block:Title}
- <div class="text">
- {block:Lines}
- {block:Label}<strong>{Label}</strong>{/block:Label} {Line}<br />
- {/block:Lines}
- </div> <!--text-->
- {/block:Chat}
- {block:Link}
- <div class="title"><a href="{URL}">{Name}</a></div>
- {block:Description}
- <div class="text">{Description}</div>
- {/block:Description}
- {/block:Link}
- <!--------------------------->
- <!--The Permalink (Part 7)-->
- <div id="bottomofposts">
- <div id="permalink">
- <a href="{Permalink}">
- {block:Date}{lang:Posted TimeAgo}{/block:Date}
- {block:NoteCount} with {NoteCountWithLabel}{/block:NoteCount}
- </a>
- </div> <!--permalink-->
- <!--The Tags (Part 7)-->
- {block:HasTags}<div id="tags">
- {block:Tags}<a href="{TagURL}">{Tag}</a><span class="comma">, </span>{/block:Tags}.
- </div> <!--tags-->
- {/block:HasTags}
- </div> <!--posts-->
- <!--Note Container (Part 7)-->
- {block:PostNotes}
- <div id="notecontainer">{PostNotes}</div>
- {/block:PostNotes}
- <ul id="likereblog">
- <li> {LikeButton} </li>
- <li> {ReblogButton} </li>
- </ul>
- </div>
- {/block:Posts}
- </div> <!--autopagerize_page_element-->
- </div> <!--content-->
- </body>
- </html>
Add Comment
Please, Sign In to add comment