Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!--
- Peach Theme made by Lilcherrybearr: lilcherrybearr.tumblr.com
- *Note: There is a loading screen included. Go back to theme options and toggle it on. If you want to use the mushroom loading screen, you need to toggle both loading screen and mushroom screen. You can also upload your own loading screen picture; make sure you turn off the default one if you decide you want custom.
- -->
- <html>
- <head>
- <title>{Title}</title>
- <link rel="shortcut icon" href="{Favicon}">
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- {block:Description}
- <meta name="description" content="{MetaDescription}" />
- {/block:Description}
- <meta name="image:background" content="https://theartmad.com/wp-content/uploads/Gold-And-Pink-Polka-Dots-Wallpaper-06.jpg" />
- <meta name="font:font" content="" />
- <meta name="color:background color" content="" />
- <meta name="color:border color" content="#fface7" />
- <meta name="if:loading screen" content="" />
- <meta name="if:mushroom loading picture" content="" />
- <meta name="image:custom loading picture" content="" />
- <script type="text/javascript"
- src="https://www.google.com/jsapi"></script>
- <script>
- var time = 320;
- </script>
- <script type="text/javascript">
- google.load("jquery", "1.3");
- google.setOnLoadCallback(function() {
- jQuery(function($) {
- // do some stuff here, eg load your tweets, ...
- $('#loading').delay(5).fadeOut();
- //loading screen fade out
- $('.pagination').delay(2000).fadeIn();
- //pagination delayed start up
- $('#peach').mouseenter(function(){
- $('#sidebar').css("margin-left","125px");
- $('.pagination').fadeOut("fast");
- });
- $('#all_sidebar').mouseleave(function(){
- $('#sidebar').css("margin-left","-200px");
- $('.pagination').fadeIn("fast");
- });
- //peach moves to the side, description appears, pagination disappears
- function slide ($icon,$label) {
- $($icon).mouseover(function(){
- $($label).fadeIn(time).css("margin-left","40px");
- });
- $('#links li').mouseleave(function(){
- $($label).fadeOut(time).css("margin-left","-100px");
- });
- }
- slide ('#home_icon','#home');
- slide ('#ask_icon','#ask');
- slide ('#submit_icon','#submit');
- slide ('#archive_icon','#archive');
- slide ('#theme_icon','#theme');
- //sidebar hover effects
- });
- });
- </script>
- <!--Multi-column script-->
- <script type="text/javascript" src="https://static.tumblr.com/d0qlne1/DiAl6ekb7/jquery-1.4.2.min.js"></script>
- <script src="https://static.tumblr.com/twte3d7/H8Glm663z/masonry.js"></script>
- <script type="text/javascript">
- $(window).load(function () {
- $('#content').masonry({
- itemSelector : "#posts2",
- },
- function() { $('#content').masonry({ appendedContent: $(this) }); }
- );
- });
- </script>
- </head>
- <style>
- /*General things*/
- @charset "UTF-8";
- :before, :after {
- content: '';
- display: block;
- position: absolute;
- }
- body {
- background:url({image:background});
- background-color:{color:background color};
- background-attachment:fixed;
- font-family:{font:font};
- font-size:11px;
- overflow-x:hidden;
- }
- a {
- text-decoration:none;
- font-size:11px;
- color:white;
- }
- a:hover {
- opacity:.7;
- }
- ::-webkit-scrollbar {
- width:7px;
- height:7px;
- background-color:black;
- }
- ::-webkit-scrollbar-thumb {
- background-color:yellow;
- border-radius:20px;
- box-shadow:1px 2px 3px black;
- }
- /*Post content*/
- #content {
- width:1200px;
- margin-left:370px;
- margin-top:20px;
- z-index:-1;
- }
- #posts2 {
- float:left;
- width:470px;
- margin-top:10px;
- }
- .posts {
- margin:5px;
- {block:IndexPage}width:400px;{/block:IndexPage}
- {block:PermalinkPage}width:500px;{/block:PermalinkPage}
- padding:10px;
- padding-top:30px;
- overflow-x:auto;
- overflow-y:hidden;
- position:relative;
- background-color:white;
- border:1px solid white;
- border-radius:10px;
- margin-top:20px;
- }
- .posts:hover {
- overflow-x:visible;
- }
- .posts img {
- margin-left:0px;
- }
- .posts a {
- color:gray;
- }
- blockquote {
- border-left:1px solid black;
- padding-left:5px;
- margin-left:5px;
- width:380px;
- }
- #title a{
- color:black;
- font-size:15px;
- }
- /*Chat posts*/
- .chat {
- list-style-type:none;
- margin-left:-25px;
- }
- .chat li{
- padding:2px;
- }
- .label {
- font-weight:bold;
- color:gray;
- }
- /*Ask Posts*/
- .asker-avatar {
- border-radius:50px;
- position:absolute;
- }
- .asker1 {
- list-style-type:none;
- width:350px;
- float:right;
- padding-bottom:10px;
- padding-left:50px;
- }
- #question {
- width:400px;
- }
- #asker_name {
- background-color:{color:border color};
- padding:2px;
- }
- .asker-question {
- margin-top:5px;
- width:360px;
- }
- .answerer-avatar {
- border-radius:50px;
- top:20px;
- }
- .answerer a{
- background-color:{color:border color};
- padding:2px;
- }
- .answerer1 {
- list-style-type:none;
- width:350px;
- float:right;
- margin-top:-20px;
- padding-left:50px;
- }
- .answerer-answer {
- margin-top:5px;
- }
- /*Note container*/
- #notecontainer{
- background-color:white;
- border-radius:10px;
- width:520px;
- }
- #notecontainer a {
- color:gray;
- }
- /*Tags*/
- #tags {
- border-top:2px dotted {color:border color};
- width:400px;
- padding:5px;
- }
- #tags a {
- color:{color:border color};
- }
- /*Permalink*/
- #permalink {
- background-color:gray;
- margin-top:20px;
- margin-left:0px;
- position:absolute;
- height:10px;
- width:00px;
- z-index:1;
- }
- #notenum {
- background-color:black;
- border-radius:50px;
- position:absolute;
- padding:5px;
- margin-left:50px;
- }
- #date {
- margin-left:45px;
- background-color:{color:border color};
- {block:IndexPage}width:412px;{/block:IndexPage}
- {block:PermalinkPage}width:512px;{/block:PermalinkPage}
- border-top-right-radius:10px;
- border-top-left-radius:10px;
- padding:5px;
- z-index:1;
- float:left;
- text-align:center;
- height:15px;
- }
- .like_and_reblog_buttons {
- position:relative;
- list-style-type:none;
- float:right;
- padding:3px;
- width:70px;
- margin-top:-5px;
- }
- .like_and_reblog_buttons li {
- display:inline-block;
- padding:3px;
- border-radius:50px;
- }
- /*Sidebar*/
- #peach {
- position:absolute;
- position:fixed;
- margin-top:320px;
- height:400px;
- width:280px;
- z-index:2;
- margin-left:-15px;
- -webkit-transition:all .7s ease-in-out;
- -moz-transition:all .7s ease-in-out;
- }
- #peach:hover {
- margin-left:-75px;
- }
- #parasol {
- height:150px;
- width:150px;
- padding:10px;
- position:absolute;
- position:fixed;
- margin-left:250px;
- margin-top:450px;
- z-index:3;
- -webkit-animation: floating 3.5s infinite;
- -moz-animation: floating 3.5s infinite;
- }
- @-webkit-keyframes floating {
- 0% {
- margin-top:450px;
- }
- 30% {
- margin-left:250px;
- -webkit-transform: rotate(10deg);
- -moz-transform: rotate(10deg);
- }
- 50% {
- margin-left:230px;
- margin-top:470px;
- }
- 70% {
- margin-left:250px;
- -webkit-transform: rotate(-10deg);
- -moz-transform: rotate(-10deg);
- }
- }
- @-moz-keyframes floating {
- 0% {
- margin-top:450px;
- }
- 30% {
- margin-left:300px;
- -webkit-transform: rotate(10deg);
- -moz-transform: rotate(10deg);
- }
- 50% {
- margin-left:280px;
- margin-top:470px;
- }
- 70% {
- margin-left:300px;
- -webkit-transform: rotate(-10deg);
- -moz-transform: rotate(-10deg);
- }
- }
- #parasol:hover {
- -webkit-animation: spin 2s infinite;
- -moz-animation: spin 2s infinite;
- }
- @-webkit-keyframes spin {
- 0% {
- -webkit-transform: rotateY(0deg);
- }
- 50% {
- -webkit-transform: rotateY(180deg);
- }
- 100% {
- -webkit-transform: rotateY(0deg);
- }
- }
- @-moz-keyframes spin {
- 0% {
- -webkit-transform: rotateY(0deg);
- }
- 50% {
- -webkit-transform: rotateY(180deg);
- }
- 100% {
- -webkit-transform: rotateY(0deg);
- }
- }
- .border {
- position:absolute;
- position:fixed;
- }
- #border_top {
- border-top:40px solid {color:border color};
- height:0px;
- width:100%;
- margin-top:-20px;
- margin-left:30px;
- z-index:2;
- }
- #border_left {
- border-left:40px solid {color:border color};
- height:100%;
- width:100%;
- z-index:-1;
- margin-top:-20px;
- margin-left:-10px;
- }
- #sidebar {
- background-color:rgba(0,0,0,.5);
- color:white;
- width:150px;
- margin-left:-200px;
- margin-top:320px;
- position:absolute;
- position:fixed;
- padding:5px;
- box-shadow:0 0 5px white;
- height:180px;
- overflow-y:auto;
- -webkit-transition:all .7s ease-out;
- -moz-transition:all .7s ease-out;
- }
- #sidebar:hover {
- z-index:3;
- }
- #icon {
- position:relative;
- float:right;
- border-radius:50px;
- padding:2px;
- }
- /*Search*/
- #searchbar {
- position:fixed;
- z-index:3;
- margin-left:60px;
- margin-top:-15px;
- }
- #search {
- background-color:{color:border color};
- border-bottom:1px solid white;
- }
- #button{
- position:relative;
- top:0px;
- }
- #search_icon {
- height:13px;
- width:13px;
- }
- /*Links*/
- #links {
- list-style-type:none;
- position:absolute;
- position:fixed;
- margin-left:-45px;
- }
- #links li {
- padding-top:5px;
- }
- .side_icons {
- height:30px;
- width:30px;
- }
- .side_icons:hover {
- -webkit-animation: spin2 .5s linear;
- -moz-animation: spin2 .5s linear;
- }
- @-webkit-keyframes spin2 {
- 0% {
- -webkit-transform: rotateZ(0deg);
- -moz-transform: rotateZ(0deg);
- }
- 100% {
- -webkit-transform: rotateZ(360deg);
- -moz-transform: rotateZ(360deg);
- }
- }
- @-moz-keyframes spin2 {
- 0% {
- -webkit-transform: rotateZ(0deg);
- -moz-transform: rotateZ(0deg);
- }
- 100% {
- -webkit-transform: rotateZ(360deg);
- -moz-transform: rotateZ(360deg);
- }
- }
- .link_label {
- left:50px;
- margin-top:10px;
- width:100px;
- position:absolute;
- display:none;
- -webkit-transition:all .5s ease-in-out;
- -moz-transition:all .5s ease-in-out;
- }
- #custom_links {
- margin-left:300px;
- margin-top:-12px;
- position:absolute;
- position:fixed;
- z-index:3;
- }
- #custom_links a {
- font-size:13px;
- }
- #custom_links li{
- display:inline;
- margin:10px;
- }
- .small_line {
- width:20px;
- margin:5px;
- margin-bottom:10px;
- }
- /* Pagination & credit */
- .pagination {
- margin-left:270px;
- margin-top:370px;
- background-color:rgba(255,255,255,.8);
- border-radius:100px;
- padding:5px;
- text-align:center;
- width:110px;
- height:50px;
- position:absolute;
- position:fixed;
- z-index:3;
- display:none;
- -webkit-transition:all .5s ease-in-out;
- -moz-transition:all .5s ease-in-out;
- }
- .pagination:hover {
- background-color:rgba(255,255,255,1);
- }
- .pagination a {
- font-size:13px;
- color:black;
- }
- .pagination:after {
- height:15px;
- width:20px;
- background-color:rgba(255,255,255,.8);
- border-bottom-left-radius:50px;
- margin-top:39px;
- margin-left:50px;
- }
- #next {
- padding:10px;
- }
- #previous {
- margin-left:-85px;
- width:170px;
- position:absolute;
- }
- #credit {
- z-index:5;
- position:fixed;
- position:absolute;
- margin-top:-10px;
- }
- /*Loading Page*/
- #loading {
- position:absolute;
- position:fixed;
- background-color:white;
- width:150%;
- height:150%;
- z-index:4;
- margin-top:-50px;
- margin-left:-50px;
- }
- #loading_pic {
- height:250px;
- width:250px;
- margin-left:600px;
- margin-top:200px;
- z-index:4;
- }
- #loadingtext {
- position:absolute;
- position:fixed;
- z-index:6;
- color:gray;
- margin-left:650px;
- margin-top:550px;
- font-size:30px;
- background-color:white;
- padding:5px;
- box-shadow:0 0 20px white;
- }
- #custom_loading_picture {
- position:absolute;
- position:fixed;
- z-index:5;
- width:1400px;
- height:800px;
- background-image:url({image:custom loading picture});
- background-position:center;
- background-repeat:no-repeat;
- }
- {CustomCSS}
- </style>
- <body>
- {block:IndexPage}
- {block:IfLoadingScreen}
- <div id="loading">
- <p id="loadingtext">Loading...</p>
- <div id="custom_loading_picture"></div>
- {block:IfMushroomLoadingPicture}<img id="loading_pic" src="https://56.media.tumblr.com/b1835ae08bd4f4a55a3e2c8e737751e4/tumblr_inline_o0v0i48vcd1qfjhw8_540.jpg" /> {/block:IfMushroomLoadingpicture}
- </div>
- {/block:IfLoadingScreen}
- {/block:IndexPage}
- <div id="main">
- <form id="searchbar" action="/search" method="get">
- <input id="search" type="text" name="q" value="{SearchQuery}" placeholder="Search..." />
- <button id="button" type="submit" value="search"> <img id="search_icon" src="https://cdn3.iconfinder.com/data/icons/google-material-design-icons/48/ic_search_48px-128.png"/> </button>
- </form>
- <div id="custom_links">{block:HasPages}{block:Pages}<li><a href="{url}">{Label}</a></li>{/block:Pages}{/block:HasPages}</div>
- <div class="border" id="border_top"></div>
- {block:IndexPage}
- {block:Pagination}
- <div class="pagination">
- {block:NextPage}<a id="next" href="{NextPage}" id="next">Next page</a>{/block:NextPage}
- {block:PreviousPage}<br><a id="previous" href="{PreviousPage}">Previous page</a>{/block:PreviousPage}
- </div>
- {/block:Pagination}
- {block:IndexPage}
- <div id="all_sidebar">
- <img id="peach" src="https://56.media.tumblr.com/f5f50a9ea27fbe49f8a23be4fb836756/tumblr_inline_o0tk30lfy61qfjhw8_540.png" />
- <img id="parasol" src="https://56.media.tumblr.com/24876947d3d759cfab95b739680c8309/tumblr_inline_o0tkbxamOQ1qfjhw8_540.png" />
- <div id="sidebar">
- <img id="icon" src="{PortraitURL-64}" />
- {block:Description}
- <p id="description">{Description}</p>
- {/block:Description}
- </div> <!--sidebar-->
- </div> <!--all_sidebar-->
- <div class="border" id="border_left"></div>
- <ul id="links">
- <li><a href="{BlogURL}"> <img class="side_icons" id="home_icon" src="https://68.media.tumblr.com/e0c1fac1f30a6dabfc97a796f4aa9183/tumblr_o0m662tTo91thncmho4_r1_250.png" /> <span class="link_label" id="home">Home</span></a></li>
- <hr class="small_line">
- <li><a href="/ask"> <img class="side_icons" id="ask_icon" src="https://56.media.tumblr.com/beab178c887d782a0e72968b04bb65ad/tumblr_o0m662tTo91thncmho3_r1_400.png" /> <span class="link_label" id="ask">{AskLabel}</span></a></li>
- <hr class="small_line">
- <li><a href="/submit"> <img class="side_icons" id="submit_icon" src="https://40.media.tumblr.com/c06b2216bdc3104545df1a405232e376/tumblr_o0m662tTo91thncmho5_r1_400.png" /> <span class="link_label" id="submit">{SubmitLabel}</span></a></li>
- <hr class="small_line">
- <li><a href="/archive"> <img class="side_icons" id="archive_icon" src="https://56.media.tumblr.com/0ea27efeaa3f263570f0f4823ca35628/tumblr_o0m662tTo91thncmho2_r1_400.png" /> <span class="link_label" id="archive">Archive</span></a></li>
- <hr class="small_line">
- <li><a href="https://themebylilcherrybearr.tumblr.com/"> <img class="side_icons" id="theme_icon" src="https://68.media.tumblr.com/329a5f156caf55ca1b41135ab0b48ea2/tumblr_o0m662tTo91thncmho1_400.png" /> <span class="link_label" id="theme">Theme by Lilcherrybearr</span></a></li>
- </ul>
- </div> <!--main-->
- <div id="content">
- {block:Posts}
- <div id="posts2">
- <div id="permalink">
- <a href="{Permalink}">
- {block:NoteCount} <div id="notenum"> {NoteCount} </div> {/block:NoteCount}
- {block:Date} <div id="date"> {MonthNumberWithZero}/{DayOfMonthWithZero}/{ShortYear}   {24HourWithZero}:{Minutes}
- <ul class="like_and_reblog_buttons">
- <li id="reblog_button">{ReblogButton size="15" color="black"}</li>
- <li>{LikeButton size="15" color="black"}</li>
- </ul>
- </div>
- {/block:Date}
- </a>
- </div>
- <ol>
- {block:Text}
- <li class="posts">
- {block:Title}
- <h3 id="title"><a id="title2" href="{Permalink}">{Title}</a></h3>
- {/block:Title}
- {Body}
- <img id="text_img" />
- <div class="has-tags">
- {block:HasTags}<div id="tags">
- {block:Tags}<a href="{TagURL}">#{Tag}   </a>
- {/block:Tags}
- </div> <!--tags-->
- <br>{/block:HasTags}
- </div>
- </li>
- {/block:Text}
- {block:Photo}
- <li class="posts">
- {block:IndexPage}<img src="{PhotoURL-400}" width="{PhotoWidth-400}"height="{PhotoHeight-400}" alt="{PhotoAlt}"/>{/block:IndexPage}
- {block:PermalinkPage}<img src="{PhotoURL-500}" width="{PhotoWidth-400}"height="{PhotoHeight-400}" alt="{PhotoAlt}"/>{/block:PermalinkPage}
- {block:Caption}
- <div class="caption">{Caption}</div>
- {/block:Caption}
- <div class="has-tags">
- {block:HasTags}<div id="tags">
- {block:Tags}<a href="{TagURL}">#{Tag}   </a>
- {/block:Tags}
- </div> <!--tags-->
- <br>{/block:HasTags}
- </div>
- </li>
- {/block:Photo}
- {block:Photoset}
- <li class="posts">
- {block:Photos}
- {block:IndexPage}<img src="{PhotoURL-400}"
- width="{PhotoWidth-400}"height="{PhotoHeight-400}" />{/block:IndexPage}
- {block:PermalinkPage}<img src="{PhotoURL-500}"
- width="{PhotoWidth-500}"height="{PhotoHeight-500}" />{/block:PermalinkPage}
- {block:Caption}
- {Caption}
- {/block:Caption}
- {block:Exif}
- <ul>...</ul>
- {/block:Exif}
- {/block:Photos}
- {block:Caption}
- {Caption}
- {/block:Caption}
- <div class="has-tags">
- {block:HasTags}<div id="tags">
- {block:Tags}<a href="{TagURL}">#{Tag}   </a>
- {/block:Tags}
- </div> <!--tags-->
- <br>{/block:HasTags}
- </div>
- </li>
- {/block:Photoset}
- {block:Quote}
- <li class="posts">
- "{Quote}"
- {block:Source}
- <div class="source">{Source}</div>
- {/block:Source}
- <div class="has-tags">
- {block:HasTags}<div id="tags">
- {block:Tags}<a href="{TagURL}">#{Tag}   </a>
- {/block:Tags}
- </div> <!--tags-->
- <br>{/block:HasTags}
- </div>
- </li>
- {/block:Quote}
- {block:Link}
- <li class="posts">
- <a href="{URL}" class="link" {Target}>{Name}</a>
- {block:Description}
- <div class="description">{Description}</div>
- {/block:Description}
- <div class="has-tags">
- {block:HasTags}<div id="tags">
- {block:Tags}<a href="{TagURL}">#{Tag}   </a>
- {/block:Tags}
- </div> <!--tags-->
- <br>{/block:HasTags}
- </div>
- </li>
- {/block:Link}
- {block:Chat}
- <li class="posts">
- {block:Title}
- <h3 id="title"><a href="{Permalink}">{Title}</a></h3>
- {/block:Title}
- <ul class="chat">
- {block:Lines}
- <li class="{Alt} user_{UserNumber}">
- {block:Label}
- <span class="label">{Label}</span>
- {/block:Label}{Line}
- </li>
- {/block:Lines}
- </ul>
- <div class="has-tags">
- {block:HasTags}<div id="tags">
- {block:Tags}<a href="{TagURL}">#{Tag}   </a>
- {/block:Tags}
- </div> <!--tags-->
- <br>{/block:HasTags}
- </div>
- </li>
- {/block:Chat}
- {block:Video}
- <li class="posts">
- {block:IndexPage}{Video-400}{/block:IndexPage}
- {block:PermalinkPage}{Video-500}{/block:PermalinkPage}{block:Caption}
- <div class="caption">{Caption}</div>
- {/block:Caption}
- <div class="has-tags">
- {block:HasTags}<div id="tags">
- {block:Tags}<a href="{TagURL}">#{Tag}   </a>
- {/block:Tags}
- </div> <!--tags-->
- <br>{/block:HasTags}
- </div>
- </li>
- {/block:Video}
- {block:Audio}
- <li class="posts">
- <div id="audio">{block:IndexPage}{AudioEmbed-400}{/block:IndexPage}{block:PermalinkPage}{AudioEmbed-500}{/block:PermalinkPage}</div>
- {block:Caption}
- <div class="caption">{Caption}</div>
- {/block:Caption}
- <div class="has-tags">
- {block:HasTags}<div id="tags">
- {block:Tags}<a href="{TagURL}">#{Tag}   </a>
- {/block:Tags}
- </div> <!--tags-->
- <br>{/block:HasTags}
- </div>
- </li>
- {/block:Audio}
- {block:Answer}
- <li class="posts">
- <div id="question">
- <img class="asker-avatar" src="{AskerPortraitURL-30}" alt="">
- <ul class="asker1">
- <li> <span id="asker_name"> {Asker} asked:</span> </li>
- <li> <div class="asker-question">{Question}</div> </li>
- </ul>
- </div>
- {block:Answerer}
- <div class="answer">
- <img class="answerer-avatar" src="{AnswererPortraitURL-30}" alt=""/>
- <ul class="answerer1">
- <li> <div class="answerer">{Answerer}:</div> </li>
- <li><div class="answerer-answer">{Answer}</div> </li>
- </ul>
- </div>
- {/block:Answerer}
- <div class="replies1">
- {Replies}
- </div>
- <div class="has-tags">
- {block:HasTags}<div id="tags">
- {block:Tags}<a href="{TagURL}">#{Tag}   </a>
- {/block:Tags}
- </div> <!--tags-->
- <br>{/block:HasTags}
- </div>
- </li>
- {/block:Answer}
- {block:PostNotes}
- <div id="notecontainer">{PostNotes}</div>
- {/block:PostNotes}
- </div> <!--posts2-->
- {/block:Posts}
- </div> <!--content-->
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment