Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <html>
- <head>
- <title>{Title}{block:PostSummary}, {PostSummary}{/block:PostSummary}</title>
- {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
- <!--
- Butterfly Wings theme by hendrixrph. Please don't remove the credit or redistribute, but feel free to edit anything for personal use. Thank you!
- -->
- <meta name="text:Title" content="Title Goes Here">
- <meta name="text:Hover Description" content="You hover description goes here!">
- <meta name="text:Update Title" content="UPDATES">
- <meta name="text:Update" content="put your updates here! For example, we just got a new admin, acceptance happens next friday, whatever.">
- <meta name="text:Nav Header" content ="Navigation">
- <meta name="text:Nav Subheader 1" content ="Before Acceptance">
- <meta name="text:Link 1 Name" content ="Link 1">
- <meta name="text:Link 1 URL" content ="">
- <meta name="text:Link 2 Name" content ="Link 2">
- <meta name="text:Link 2 URL" content ="">
- <meta name="text:Link 3 Name" content ="Link 3">
- <meta name="text:Link 3 URL" content ="">
- <meta name="text:Link 4 Name" content ="Link 4">
- <meta name="text:Link 4 URL" content ="">
- <meta name="text:Link 5 Name" content ="Link 5">
- <meta name="text:Link 5 URL" content ="">
- <meta name="text:Link 6 Name" content ="Link 6">
- <meta name="text:Link 6 URL" content ="">
- <meta name="text:Nav Subheader 2" content ="After Acceptance">
- <meta name="text:Link 7 Name" content ="Link 7">
- <meta name="text:Link 7 URL" content ="">
- <meta name="text:Link 8 Name" content ="Link 8">
- <meta name="text:Link 8 URL" content ="">
- <meta name="text:Link 9 Name" content ="Link 9">
- <meta name="text:Link 9 URL" content ="">
- <meta name="text:Link 10 Name" content ="Link 10">
- <meta name="text:Link 10 URL" content ="">
- <meta name="text:Link 11 Name" content ="Link 11">
- <meta name="text:Link 11 URL" content ="">
- <meta name="text:Link 12 Name" content ="Link 12">
- <meta name="text:Link 12 URL" content ="">
- <meta name="text:Circle link 1 URL" content="">
- <meta name="text:Circle link 2 URL" content="">
- <meta name="text:Circle link 3 URL" content="">
- <meta name="color:background" content="#ffffff">
- <meta name="color:sidebars" content="#beb0b0">
- <meta name="color:description" content="#e7d2d2">
- <meta name="color:description text" content="#443a3a">
- <meta name="color:hover background" content="#f3e7e7">
- <meta name="color:hover text" content="#554a4a">
- <meta name="color:hover header background" content="#ffffff">
- <meta name="color:post background" content="#d1c2c2">
- <meta name="color:post text" content="#3a3636">
- <meta name="color:post link" content="#923f3f">
- <meta name="color:post link hover" content="#c77878">
- <meta name="color:post header background" content="#f0dddd">
- <meta name="color:post header text" content="#443a3a">
- <meta name="color:post header shadow" content="#ffffff">
- <meta name="color:nav links background" content="#d4bfbf">
- <meta name="color:nav links background hover" content="#eddada">
- <meta name="color:nav links text" content="#947b7b">
- <meta name="color:nav links text hover" content="#9f8080">
- <meta name="color:scrollbar" content="#ffffff">
- <meta name="color:scrollbar border" content="#ac9494">
- <meta name="image:background" content="">
- <meta name="image:left sidebar" content="">
- <meta name="image:right sidebar" content="">
- <meta name="image:circle 1" content="">
- <meta name="image:circle 2" content="">
- <meta name="image:circle 3" content="">
- <meta name="if:Hide Update Bar" content="0">
- <meta name="if:Header Text Shadow" content="1">
- <link rel="shortcut icon" href="{Favicon}" />
- <link href='http://fonts.googleapis.com/css?family=Montserrat:400,700|Hind:400,300,600' rel='stylesheet' type='text/css'>
- <style>
- html, body, div, span, applet, object, iframe,
- h1, h2, h3, h4, h5, h6, p, blockquote, pre,
- a, abbr, acronym, address, big, cite, code,
- del, dfn, em, img, ins, kbd, q, s, samp,
- small, strike, strong, sub, sup, tt, var,
- b, u, i, center,
- dl, dt, dd, ol, ul, li,
- fieldset, form, label, legend,
- table, caption, tbody, tfoot, thead, tr, th, td,
- article, aside, canvas, details, embed,
- figure, figcaption, footer, header, hgroup,
- menu, nav, output, ruby, section, summary,
- time, mark, audio, video {
- margin: 0;
- padding: 0;
- border: 0;
- font-size: 100%;
- font: inherit;
- vertical-align: baseline;
- }
- /* HTML5 display-role reset for older browsers */
- article, aside, details, figcaption, figure,
- footer, header, hgroup, menu, nav, section {
- display: block;
- }
- body {
- line-height: 1;
- -webkit-transform-style: preserve-3d;
- -moz-transform-style: preserve-3d;
- transform-style: preserve-3d;
- }
- ol, ul {
- list-style: none;
- }
- blockquote, q {
- quotes: none;
- }
- blockquote:before, blockquote:after,
- q:before, q:after {
- content: '';
- content: none;
- }
- table {
- border-collapse: collapse;
- border-spacing: 0;
- }
- html {
- box-sizing: border-box;
- }
- *, *:before, *:after {
- box-sizing: inherit;
- }
- body, html {
- height:100%;
- }
- body {
- font-family:"Hind", Arial, Helvetica, sans-serif;
- background:{color:background};
- background-image:url('{image:Background}');
- }
- ::-webkit-scrollbar {width: 5px; height: 5px; }
- ::-webkit-scrollbar-thumb {background-color:{color:scrollbar} ; border: 1px solid {color:scrollbar border};}
- .wrapper {
- width:1065px;
- height:600px;
- margin:0px auto;
- position: relative;
- top: 50%;
- transform: translateY(-50%);
- }
- .leftside, .rightside {
- float:left;
- width:300px;
- height:525px;
- background:{color:sidebars};
- }
- .leftside {
- margin-right:20px;
- }
- .rightside {
- margin-left:20px;
- }
- .postcontainer {
- width:425px;
- height:525px;
- float:left;
- overflow:auto;
- }
- .leftimg, .rightimg {
- width:280px;
- margin:10px;
- height:395px;
- background-size:cover;
- }
- .leftimg {
- background:url('{image:left sidebar}');
- }
- .rightimg {
- background:url('{image:right sidebar}');
- }
- .descwrapper {
- margin:10px;
- height:100px;
- }
- .desc {
- background:{color:description};
- color:{color:description text};
- padding:10px;
- text-align:center;
- font-size:12px;
- max-height:100px;
- position: relative;
- top: 50%;
- transform: translateY(-50%);
- line-height:1.35em;
- overflow:hidden;
- }
- .hoverdesc {
- overflow-y:auto;
- }
- .hoverdesc, .nav {
- height:370px;
- width:252px;
- padding:10px;
- background:{color:hover background};
- color:{color:hover text};
- position: relative;
- top: 50%;
- transform: translateY(-50%);
- margin:0 auto;
- opacity:0;
- transition:1s all;
- font-size:12px;
- line-height:1.35em;
- text-align:center;
- }
- .hoverdesc:hover, .nav:hover {
- opacity:1;
- }
- .hoverdesc pre, .nav h2 {
- font-size:16px;
- color:{color:post header text};
- padding:7px 10px;
- text-align:center;
- letter-spacing:1px;
- background:{color:hover header background};
- }
- .nav h2 {
- margin:10px 5px 20px
- }
- .nav h3 {
- font-size:14px;
- margin-top:15px;
- font-family:"Montserrat", Arial, Helvetica, Sans-serif;
- text-shadow:1px 1px {color:post header shadow};
- }
- .nav ul {
- width:170px;
- margin:7px auto;
- }
- .nav ul li {
- display:inline-block;
- width:70px;
- margin:5px;
- height:25px;
- background:{color:nav links background};
- line-height:25px;
- transition:1s all;
- color:{color:nav links text};
- }
- .nav ul li:hover {
- background:{color:nav links background hover};
- color:{color:nav links text hover};
- }
- .circlelinks {
- margin:10px;
- height:100px;
- text-align:center;
- }
- .circle {
- display:inline-block;
- height:80px;
- width:80px;
- background:{color:post header background};
- margin:5px;
- border-radius:50px;
- overflow:hidden;
- }
- .circle img {
- height:80px;
- width:80px;
- }
- /* Post formatting */
- .post {
- background:{color:post background};
- color:{color:post text};
- padding:10px;
- font-size:12px;
- line-height:1.35em;
- width:420px;
- margin-bottom:20px;
- padding-bottom:0px;
- }
- .post:last-of-type {
- margin-bottom:0;
- }
- .post p, .post ul, .post ol, .post blockquote {
- margin:5px 0;
- }
- em, i {
- font-style:italic;
- }
- strong, b {
- font-weight:bold;
- }
- sub {
- vertical-align:sub;
- }
- sup {
- vertical-align:super;
- }
- small, sub, sup {
- font-size:0.75em;
- }
- big {
- font-size:1.25em;
- }
- .post h2 {
- font-size:18px;
- font-family:"Montserrat", Arial, Helvetica, Sans-serif;
- margin:10px 0;
- }
- a {
- text-decoration:none;
- color:{color:post link};
- transition:0.5s all;
- }
- a:hover {
- color:{color:post link hover};
- }
- blockquote {
- margin-left:15px;
- padding-left:10px;
- border-left:1px solid {color:post header background};;
- }
- .post ul{
- margin-left:20px;
- list-style-type:square;
- }
- .post ol{
- margin-left:20px;
- list-style-type:decimal;
- }
- .title {
- font-size:16px;
- background:{color:post header background};
- color:{color:post header text};
- padding:7px 10px;
- text-align:center;
- letter-spacing:1px;
- text-transform:lowercase;
- font-family:"Montserrat", Arial, Helvetica, Sans-serif;
- text-shadow:1px 1px {color:post header shadow};
- margin-bottom:10px;
- }
- .question {
- background:{color:post header background};
- color:{color:post header text};
- width:350px;
- margin:10px auto;
- padding:10px;
- }
- .even, .odd {
- padding:3px;
- }
- .even {
- background:{color:post header background};
- color:{color:post header text};
- }
- /* Postfooter */
- .info {
- background:{color:post header background};
- color:{color:post header text};
- margin:0 -10px;
- width:420px;
- padding:7px 10px;
- text-align:right;
- font-size:10px;
- margin-top:10px;
- }
- .tags {
- background:{color:post background};
- color:{color:post text};
- list-style-type:none;
- padding-bottom:5px;
- display:block;
- margin:0;
- }
- .tags li {
- display:inline;
- font-size:10px;
- }
- .tags li a {
- color:{color:post link};
- text-decoration:none;
- transition:0.5s all;
- }
- .tags li a:hover {
- color:{color:post link hover};
- }
- /* Update/Title bars */
- .titlebar, .updatebar {
- background:{color:post header background};
- }
- .updatebar strong {
- text-transform:uppercase;
- }
- .titlebar {
- margin-bottom:10px;
- height:30px;
- text-align:center;
- line-height:30px;
- font-family:"Montserrat", Arial, Helvetica, Sans-serif;
- text-shadow:1px 1px {color:post header shadow};
- }
- .titlebar a {
- color:{color:post header text};
- transition:none;
- text-transform:uppercase;
- }
- .titlebar a:hover {
- color:{color:post header text};
- }
- .pagetitle {
- display:inline-block;
- position:relative;
- }
- .next, .prev {
- position:absolute;
- height:30px;
- width:30px;
- top:0;
- text-align:center;
- }
- .prev {
- left:-50px;
- }
- .next {
- right:-50px;
- }
- .updatebar {
- position:absolute;
- color:{color:post header text};
- width:100%;
- bottom:0;
- height:25px;
- line-height:25px;
- text-align:center;
- font-size:12px;
- overflow:hidden;
- }
- .notecontainer {
- font-size:12px;
- line-height:1.35em;
- padding:10px;
- background-color:{color:post background};
- }
- .notecontainer img.avatar {
- margin-right:10px;
- }
- .credit {
- font-size:10px;
- display:block;
- padding:5px;
- background:{color:Post Background};
- color:{color:Post Text};
- position:absolute;
- bottom:10px;
- right:10px;
- opacity:0.5;
- transition:0.5s all;
- }
- .credit:hover {
- opacity:1;
- color:{color:Post Text};
- }
- </style>
- <!-- option styles -->
- {block:IfHideUpdateBar}
- <style>
- .updatebar {
- visibility:hidden;
- }
- </style>
- {/block:IfHideUpdateBar}
- {block:IfNotHeaderTextShadow}
- <style>
- .title, .titlebar {
- text-shadow:none;
- }
- </style>
- {/block:IfNotHeaderTextShadow}
- </head>
- <body>
- <div class="wrapper">
- <div class="titlebar">
- <div class="pagetitle">
- <span class="prev">{block:PreviousPage}<a href="{PreviousPage}">««</a>{/block:PreviousPage}</span>
- <a href="/">{text:Title}</a>
- <span class="next">{block:NextPage}<a href="{NextPage}">»»</a>{/block:NextPage}</span>
- </div>
- </div>
- <div class="leftside">
- <div class="leftimg">
- <div class="hoverdesc">
- {text:Hover Description}<br>{nextpage}
- </div>
- </div>
- <div class="descwrapper"><div class="desc">{Description}</div></div>
- </div>
- <div class="postcontainer">
- {block:Posts}
- <div class="post">
- {block:Photo}
- {LinkOpenTag}<img src="{PhotoURL-400}" />{LinkCloseTag}
- {block:Caption}<div class="text">{Caption}</div>{/block:Caption}
- {/block:Photo}
- {block:Photoset}
- {Photoset-400}
- {block:Caption}<div class="text">{Caption}</div>{/block:Caption}
- {/block:Photoset}
- {block:Video}
- {Video-400}
- {block:Caption}<div class="text">{Caption}</div>{/block:Caption}
- {/block:Video}
- {block:Audio}
- {AudioPlayer}
- <div class="text">{PlayCountWithLabel}</div>
- {block:Caption}<div class="text">{Caption}</div>{/block:Caption}
- {/block:Audio}
- {block:Quote}
- <div class="title">{text:Header Embellishment} “{Quote}”</div>
- {block:Source}<div class="text">— {Source}</div>{/block:Source}
- {/block:Quote}
- {block:Text}
- {block:Title}<div class="title">{text:Header Embellishment} {Title}</div>{/block:Title}
- <div class="text">{Body}</div>
- {/block:Text}
- {block:Answer}
- <div class="title">{Asker} asked:</div>
- <div class="question">{Question}</div>
- {Block:Answerer}<div class="text">{Answer}</div>{/Block:Answerer}
- <div class="text">{Replies}</div>
- {/block:Answer}
- {block:Chat}
- {block:Title}<div class="title">{text:Header Embellishment} {Title}</div>{/block:Title}
- {block:Lines}<div class="text">
- {block:Label}<div class="line {Alt}"><strong>{Label}</strong>{/block:Label} {Line}</div>
- </div>{/block:Lines}
- {/block:Chat}
- {block:Link}
- <div class="title"><a href="{URL}" >{text:Header Embellishment} {Name}</a></div>
- {block:Description}<div class="text">{Description}</div>{/block:Description}
- {/block:Link}
- {block:Date}
- <div class="postfooter">
- <div class="info">
- <div class="date">Posted <a href="{Permalink}">{TimeAgo}{block:NoteCount}</a> with {NoteCountWithLabel}{/block:NoteCount}</div>
- </div>
- {block:HasTags}
- <ul class="tags">
- {block:Tags}
- <li>
- <a href="{TagURL}">#{Tag}</a>
- </li>
- {/block:Tags}
- </ul>
- {/block:HasTags}
- </div>
- {/block:Date}
- </div>
- {block:PostNotes}
- <div class="notecontainer">{PostNotes}</div>
- {/block:PostNotes}
- {/block:Posts}
- </div>
- <div class="rightside">
- <div class="circlelinks">
- {block:IfCircleLink1URL}<a class="circle" href="{text:Circle Link 1 URL}"><img src="{image:Circle 1}"></a>{/block:IfCircleLink1URL}
- {block:IfCircleLink2URL}<a class="circle" href="{text:Circle Link 2 URL}"><img src="{image:Circle 2}"></a>{/block:IfCircleLink2URL}
- {block:IfCircleLink3URL}<a class="circle" href="{text:Circle Link 3 URL}"><img src="{image:Circle 3}"></a>{/block:IfCircleLink3URL}
- </div>
- <div class="rightimg">
- <div class="nav">
- <h2>{text:Nav Header}</h2>
- <h3>{text:Nav Subheader 1}</h3>
- <ul>
- {block:IfLink1Name}<a href="{text:Link 1 URL}"><li>{text:Link 1 Name}</li></a>{/block:IfLink1Name}
- {block:IfLink2Name}<a href="{text:Link 2 URL}"><li>{text:Link 2 Name}</li></a>{/block:IfLink2Name}
- {block:IfLink3Name}<a href="{text:Link 3 URL}"><li>{text:Link 3 Name}</li></a>{/block:IfLink2Name}
- {block:IfLink4Name}<a href="{text:Link 4 URL}"><li>{text:Link 4 Name}</li></a>{/block:IfLink2Name}
- {block:IfLink5Name}<a href="{text:Link 5 URL}"><li>{text:Link 5 Name}</li></a>{/block:IfLink2Name}
- {block:IfLink6Name}<a href="{text:Link 6 URL}"><li>{text:Link 6 Name}</li></a>{/block:IfLink2Name}
- </ul>
- <h3>{text:Nav Subheader 2}</h3>
- <ul>
- {block:IfLink7Name}<a href="{text:Link 7 URL}"><li>{text:Link 7 Name}</li></a>{/block:IfLink7Name}
- {block:IfLink8Name}<a href="{text:Link 8 URL}"><li>{text:Link 8 Name}</li></a>{/block:IfLink8Name}
- {block:IfLink9Name}<a href="{text:Link 9 URL}"><li>{text:Link 9 Name}</li></a>{/block:IfLink9Name}
- {block:IfLink10Name}<a href="{text:Link 10 URL}"><li>{text:Link 10 Name}</li></a>{/block:IfLink10Name}
- {block:IfLink11Name}<a href="{text:Link 11 URL}"><li>{text:Link 11 Name}</li></a>{/block:IfLink11Name}
- {block:IfLink12Name}<a href="{text:Link 12 URL}"><li>{text:Link 12 Name}</li></a>{/block:IfLink12Name}
- </ul>
- </div>
- </div>
- </div>
- <div class="updatebar">
- <p><strong>{text:Update Title}:</strong> {text:update} </p>
- </div>
- </div> <!--End Wrapper -->
- <a class="credit" href="http://hendrixrph.tumblr.com">hendrixrph</a>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment