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">
- <!--
- THEME 06 BY STVCKY (STVCKY.TUMBLR.COM). DON'T STEAL OR USE AS BASE PLEASE AND THANK. IF YOU HAVE ANY ISSUES MESSAGE ME.
- -->
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
- <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:icon one" content="https://31.media.tumblr.com/9ee8471402cea2d5becf2e0cab162bd1/tumblr_inline_n5n4cuA0Lt1sxn1dl.png"/>
- <meta name="image:icon two" content="https://31.media.tumblr.com/73dd6ae2c81732725c140aeca2580794/tumblr_inline_n5n4d7ban01sxn1dl.png"/>
- <meta name="image:icon three" content="https://31.media.tumblr.com/502d147833da5feb863c7853d42980ea/tumblr_inline_n5n4d0zhVg1sxn1dl.png"/>
- <meta name="image:icon four" content="https://31.media.tumblr.com/3abdfb3f484014f59d89ff75398fbcb6/tumblr_inline_n5n4de4Qi91sxn1dl.png"/>
- <meta name="color:ask bg" content="#ab0a0d"/>
- <meta name="color:ask text" content="#fcfcfc"/>
- <meta name="color:audio border" content="#fcfcfc"/>
- <meta name="color:background" content="#fcfcfc"/>
- <meta name="color:blockquote" content="#fcfcfc"/>
- <meta name="color:bold" content="#ab0a0d"/>
- <meta name="color:chat even" content="#fcfcfc"/>
- <meta name="color:chat even bg" content="#ab0a0d"/>
- <meta name="color:chat odd" content="#fcfcfc"/>
- <meta name="color:chat odd bg" content="#000"/>
- <meta name="color:credit" content="#ab0a0d"/>
- <meta name="color:description" content="#000"/>
- <meta name="color:description link" content="#ab0a0d"/>
- <meta name="color:icon border" content="#ab0a0d"/>
- <meta name="color:icon bg" content="#000"/>
- <meta name="color:info bg" content="#ab0a0d"/>
- <meta name="color:info border" content="#fcfcfc"/>
- <meta name="color:info link" content="#c2a7a7"/>
- <meta name="color:info text" content="#fcfcfc"/>
- <meta name="color:italics" content="#ab0a0d"/>
- <meta name="color:link" content="#c2a7a7"/>
- <meta name="color:link post" content="#ab0a0d"/>
- <meta name="color:main links" content="#fcfcfc"/>
- <meta name="color:main links hover" content="#ab0a0d"/>
- <meta name="color:main links bg" content="#ab0a0d"/>
- <meta name="color:main links bg hover" content="#fcfcfc"/>
- <meta name="color:nav" content="#fcfcfc"/>
- <meta name="color:nav bg" content="#ab0a0d"/>
- <meta name="color:nav shadow" content="#000"/>
- <meta name="color:pagination" content="#fcfcfc"/>
- <meta name="color:pagination bg" content="#000"/>
- <meta name="color:post bg" content="#000"/>
- <meta name="color:post titles" content="#ab0a0d"/>
- <meta name="color:quote" content="#fcfcfc"/>
- <meta name="color:quote shadow" content="#ab0a0d"/>
- <meta name="color:scrollbar" content="#000"/>
- <meta name="color:selection" content="#000"/>
- <meta name="color:selection text" content="#fcfcfc"/>
- <meta name="color:sidebar bg" content="#fcfcfc"/>
- <meta name="color:subtitle" content="#000"/>
- <meta name="color:tags" content="#fcfcfc"/>
- <meta name="color:tags bg" content="#ab0a0d"/>
- <meta name="color:tags border" content="#fcfcfc"/>
- <meta name="color:text" content="#fcfcfc"/>
- <meta name="color:title" content="#ab0a0d"/>
- <meta name="text:title" content="title"/>
- <meta name="text:subtitle" content="subtitle"/>
- <meta name="text:link one" content="one">
- <meta name="text:link one url" content="/">
- <meta name="text:link two" content="two">
- <meta name="text:link two url" content="/">
- <meta name="text:link three" content="three">
- <meta name="text:link three url" content="/">
- <meta name="text:link four" content="four">
- <meta name="text:link four url" content="/">
- <style type="text/css">
- ::-webkit-scrollbar-thumb {
- background-color: {color:scrollbar};
- height:auto;
- border-bottom:none;
- }
- ::-webkit-scrollbar {
- height:9px;
- width:5px;
- background-color: {color:scrollbar};
- border: 2px solid {color:background};
- }
- ::selection {
- background-color: {color:selection};
- color: {color:selection text};
- }
- @font-face{font-family:mix;src:url(http://static.tumblr.com/9wzbixa/cf6mj2fv4/ballw___.ttf);}
- @font-face {font-family:subtitle;src:url(http://static.tumblr.com/cvlbtjz/cnsln9tpp/bebasneue.otf);}
- body {
- background-color: {color:background};
- margin:0px;
- color: {color:text};
- font-family:Arial, Helvetica;
- font-size:9px;
- line-height:100%;
- background-repeat: repeat;
- }
- i, em {
- color: {color:italics};
- }
- b, strong {
- color: {color:bold};
- }
- a {
- text-decoration:none;
- -moz-outline-style:none;
- color: {color:link};
- }
- h1 {
- font-size:12px;
- text-transform:uppercase;
- line-height: 110%;
- color: {color:post titles};
- }
- h1:hover {
- letter-spacing: 2px;
- -webkit-transition: all 0.5s ease;
- -moz-transition: all 0.5s ease;
- -o-transition: all 0.5s ease;
- }
- blockquote {
- padding-left:5px;
- border-left:2px solid {color:blockquote};
- max-width: 100%;
- word-wrap: break-word
- }
- blockquote img {
- max-width: 100%;
- }
- a:hover {
- opacity:1;
- color:{color:hover};
- -webkit-transition: all 0.5s ease;
- -moz-transition: all 0.5s ease;
- -o-transition: all 0.5s ease
- }
- #icontain {
- width: 150px;
- height: 500px;
- margin-top: -575px;
- margin-left: -530px;
- }
- #icontain:hover #sidebar {
- opacity: 1;
- -webkit-transition: all 0.8s ease;
- -moz-transition: all 0.8s ease;
- -o-transition: all 0.8s ease;
- }
- #sidebar {
- opacity: 0;
- width: 150px;
- height: 570px;
- background-color: {color:sidebar bg};
- margin-top: -570px;
- margin-left: 15px;
- position: fixed;
- -webkit-transition: all 0.8s ease;
- -moz-transition: all 0.8s ease;
- -o-transition: all 0.8s ease;
- }
- #title {
- font-family: mix;
- font-size: 50px;
- color: {color:title};
- text-align: center;
- line-height: 110%;
- }
- #subtitle {
- font-family: subtitle;
- font-size: 30px;
- color: {color:subtitle};
- text-align: center;
- opacity: .5;
- margin-top: -15px;
- }
- #maincon {
- width: 150px;
- height: 20px;
- margin-top: 20px;
- }
- #main {
- width: 45px;
- height: 13px;
- background-color: {color:main links bg};
- padding-top: 7px;
- }
- #main:hover {
- background-color: {color:main links bg hover};
- -webkit-transition: all 0.8s ease;
- -moz-transition: all 0.8s ease;
- -o-transition: all 0.8s ease;
- }
- #main a {
- color: {color:main links};
- font-family: subtitle;
- font-size: 15px;
- }
- #main a:hover {
- color: {color:main links hover};
- -webkit-transition: all 0.8s ease;
- -moz-transition: all 0.8s ease;
- -o-transition: all 0.8s ease;
- }
- #home {
- margin-top: 0px;
- margin-left: -105px;
- }
- #ask {
- margin-top: -20px;
- margin-left: 0px;
- }
- #submit {
- margin-top: -20px;
- margin-left: 105px;
- }
- #description {
- text-align: center;
- color: {color:description};
- font-family: arial;
- font-size: 10px;
- margin-top: 20px;
- }
- #description a {
- color: {color:description link};
- }
- #icons {
- width: 100px;
- }
- #icons img {
- width: 100px;
- height: 100px;
- border: 10px solid {color:icon border};
- padding: 5px;
- margin-top: 10px;
- }
- #linkbox {
- width: 150px;
- height: 300px;
- margin-top: 20px;
- }
- #linkss {
- width: 100%;
- height: 13px;
- background-color: {color:nav bg};
- margin-top: 10px;
- padding-top: 7px;
- }
- #linkss a {
- color: {color:nav};
- font-family: subtitle;
- font-size: 15px;
- }
- #linkss a:hover {
- letter-spacing: 2px;
- text-shadow: 2px 2px {color:nav shadow};
- }
- #all {
- padding:10px;
- width:400px;
- margin-left:-20px;
- margin-top:-90px;
- font-size:10px;
- }
- #contain {
- width: 400px;
- height: 475px;
- padding: 50px;
- border-left: 150px solid {color:icon bg};
- overflow-y: scroll;
- margin-top: 50px;
- }
- #posts {
- width:400px;
- padding-bottom:20px;
- padding:10px;
- margin-top:30px;
- background-color: {color:post bg};
- margin-bottom: 50px;
- text-align: left;
- }
- #posts:hover #details {
- opacity: 1;
- -webkit-transition: all 0.8s ease;
- -moz-transition: all 0.8s ease;
- -o-transition: all 0.8s ease;
- }
- #details {
- opacity: 0;
- text-align:right;
- margin-top:8px;
- font-size:8px;
- font-style:none;
- -webkit-transition: all 0.8s ease;
- -moz-transition: all 0.8s ease;
- -o-transition: all 0.8s ease;
- }
- #tags {
- width:394px;
- height: auto;
- font-family:cambria;
- letter-spacing:0px;
- font-size:10px;
- margin-top:2px;
- text-align: right;
- padding: 3px;
- color: black;
- background-color: {color:tags bg};
- border-bottom: 10px solid {color:tags border};
- padding-bottom: 10px;
- padding-top: 10px;
- }
- #tags a {
- display:inline-block;
- padding:-3px;
- text-align:right;
- color: {color:tags};
- -webkit-transition: all 0.6s ease-in-out;
- -moz-transition: all 0.6s ease-in-out;
- -o-transition: all 0.6s ease-in-out;
- -ms-transition: all 0.6s ease-in-out;
- -transition: all 0.6s ease-in-out;
- }
- #tags a:hover {
- opacity: .7;
- font-style: italic;
- }
- #info {
- width: 380px;
- height: auto;
- font-family: arial;
- font-size: 10px;
- background-color: {color:info bg};
- border-top: 10px solid {color:info border};
- padding: 10px;
- margin-bottom: 10px;
- color: {color:info text};
- }
- #info a {
- color: {color:info link};
- }
- #date {
- text-transform: uppercase;
- }
- #question {
- padding:8px;
- font-family:arial;
- letter-spacing:2px;
- text-align:right;
- font-style:italic;
- border:5px solid {color:ask bg};
- color: {color:ask text};
- background-color: {color:ask bg};
- }
- #question a {
- color: {color:ask text};
- }
- .convo .convoline {
- color: {color:chat even};
- background-color: {color:chat even bg};
- }
- .convo .convoline.odd {
- color: {color:chat odd};
- background-color: {color:chat odd bg};
- padding: 5px;
- }
- .newplayerbutton {
- position: relative;
- width: 28px;
- height: 27px;
- overflow: hidden;
- }
- .playerbuttonhug {
- position: absolute;
- top: -11px;
- left: -12px;
- }
- .tumblr_audio_player {
- border: none;
- padding: 0px;
- margin: 0px;
- height: 50px;
- width: 400px;
- }
- .playerbuttonbg {
- position: absolute;
- left: 20px;
- top: 20px;
- width: 28px;
- height: 28px;
- background-color: #ffffff;
- padding: 10px;
- -webkit-border-radius: 40px;
- -moz-border-radius: 40px;
- border-radius: 40px;
- opacity: .4;
- filter: alpha(opacity=40);
- -moz-opacity: 0.4;
- -khtml-opacity: 0.4;
- transition: opacity .7s ease-in-out;
- -moz-transition: opacity .7s ease-in-out;
- -webkit-transition: opacity .7s ease-in-out;
- }
- .playerbuttonbg:hover {
- opacity: 1;
- filter: alpha(opacity=100);
- -moz-opacity: 1;
- -khtml-opacity: 1;
- }
- .audioimgwrapper {
- position: absolute;
- left: 0px;
- top: 0px;
- border: 2px dotted {color:audio border};
- background-color: {color:audio border};
- padding: 2px;
- -webkit-border-radius: 50px;
- -moz-border-radius: 50px;
- border-radius: 50px;
- overflow: hidden;
- width: 88px;
- height: 88px;
- }
- .audioimgwrapper img {
- width: 100%;
- height: auto;
- border: 2px dotted {color:audio border};
- padding: 2px;
- -webkit-border-radius: 50px;
- -moz-border-radius: 50px;
- border-radius: 50px;
- }
- .trackdetails {
- width: auto;
- display:inline-block;
- margin-left: 100px;
- min-height: 85px;
- line-height: 200%;
- }
- .audiowrapper {
- position: relative;
- display:inline-block;
- padding: 10px;
- }
- #pagination {
- height: 100px;
- width: 400px;
- position: fixed;
- margin-top: 20px;
- margin-left: 200px;
- }
- .jump_page {
- padding: 4px 8px;
- background-color: {color:pagination bg};
- color: {color:pagination};
- font-family:century gothic;
- font-size:11px;
- text-decoration:none;
- }
- .current_page, .jump_page:hover {
- padding: 4px 8px;
- background-color: {color:pagination};
- color: {color:pagination bg};
- font-family:century gothic;
- font-size:11px;
- text-decoration:none;
- }
- #quote {
- font-size: 30px;
- font-family: times;
- font-style: italic;
- text-align: center;
- line-height: 110%;
- padding-top: 10px;
- text-shadow: 2px 2px {color:quote shadow};
- color: {color:quote};
- }
- #qsource {
- font-size: 10px;
- font-family: arial;
- text-transform: uppercase;
- text-align: right;
- }
- #notes {
- width: 400px;
- height: 170px;
- overflow-y: scroll;
- overflow-x: hidden;
- margin-top: 30px;
- opacity: 1;
- text-align: left;
- }
- #link_post {
- width: 400px;
- height: 50px;
- background-color: black;
- font-family: mix;
- font-size: 50px;
- text-align: center;
- line-height: 100%;
- }
- #link_post a {
- color: {color:link post};
- opacity: 1;
- }
- #link_post a:hover {
- opacity: .7;
- }
- {CustomCSS}
- </style>
- </head>
- <body>
- <center>
- <div id="contain">
- <div id="all">
- {block:Posts}<div id="posts">
- <div id="info">
- <div id="date">
- posted <a href="{Permalink}">{ShortMonth} {DayOfMonthWithZero} at {12Hour}:{Minutes} </a> {block:RebloggedFrom} from <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom} {block:ContentSource} <a href="{SourceURL}">© <a href="{SourceURL}">{SourceLink}</a> {/block:ContentSource}{block:RebloggedFrom} <a href="{ReblogParentURL}" target="_blank"></a>{/block:RebloggedFrom} with <a href="{Permalink}">{NoteCountWithLabel}</a>
- </div>
- </div>
- {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
- {block:Photo}{LinkOpenTag}<img src="{PhotoURL-400}">{LinkCloseTag}{/block:Photo}
- {block:Link}<div id="link_post"><a href="{URL}" {Target}>{Name}</a></div>{block:Description}{Description}{/block:Description}{/block:Link}
- {block:Photoset}{Photoset-400}{/block:Photoset}
- {block:Quote}
- <div id="quote">"{Quote}"</div>
- <div id="qsource">{block:Source} —{Source}{/block:Source}</div>
- {/block:Quote}
- {block:AudioPlayer}<div class="audiowrapper">{block:AlbumArt}<div class="audioimgwrapper"><img src="{AlbumArtURL}"></div>{/block:AlbumArt}<div class="playerbuttonbg"><div class="newplayerbutton"><div class="playerbuttonhug">{AudioPlayerWhite}</div></div></div><div class="trackdetails">{block:TrackName}{TrackName}{/block:TrackName}<br/>{block:Artist}<b>Artist:</b> {Artist}{/block:Artist}<br/>{block:Album}<b>Album:</b> {Album}{/block:Album}<br/>
- {PlayCountWithLabel}</div></div>{/block:AudioPlayer}{block:Caption}{Caption}{/block:Caption}
- {block:Video}{Video-400}{/block:Video}
- {block:Chat}
- {block:Title}<h1>{Title}</h1>{/block:Title}<div class="convo">{block:Lines}<div class="convo"><div class="convoline {Alt}"><div class="{Alt} user_{UserNumber}">{block:Label}<span class="label">{Label}</span>{/block:Label} {Line}</div></div></div>{/block:Lines}</div>
- {/block:Chat}
- {block:Answer}<div id="question"><span style="text-transform:uppercase;font-size:9px;font-style:italic;">— {Asker}: </span>{Question}</div><left> <font face="cambria">{Answer}</font>{/block:Answer}
- <div id="details">
- {block:HasTags}<div id="tags">{block:Tags} #<a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}
- {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
- </div></div>
- {/block:Posts}
- {/block:Posts}</div></div></div></div>
- <div id="pagination">
- {block:Pagination}
- {block:PreviousPage}<a href="{PreviousPage}" class="jump_page">«</a>{/block:PreviousPage}
- {block:JumpPagination length="5"}
- {block:CurrentPage}<span class="current_page">{PageNumber}</span>{/block:CurrentPage}
- {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}{/block:JumpPagination}
- {block:NextPage}<a href="{NextPage}" class="jump_page">»</a>{/block:NextPage}
- {/block:Pagination}
- </div>
- <div id="icontain">
- <div id="icons">
- <img src="{image:icon one}"/>
- </div>
- <div id="icons">
- <img src="{image:icon two}"/>
- </div>
- <div id="icons">
- <img src="{image:icon three}"/>
- </div>
- <div id="icons">
- <img src="{image:icon four}"/>
- </div>
- <div id="sidebar">
- <div id="title">
- {text:title}
- </div>
- <div id="subtitle">
- {text:subtitle}
- </div>
- <div id="maincon">
- <div id="home">
- <div id="main">
- <a href="/">home</a>
- </div>
- </div>
- <div id="ask">
- <div id="main">
- <a href="/ask">ask</a>
- </div>
- </div>
- <div id="submit">
- <div id="main">
- <a href="/submit">submit</a>
- </div>
- </div>
- </div>
- <div id="description">
- {Description}
- </div>
- <div id="linkbox">
- <div id="linkss">
- <a href="{text:link one url}">{text:link one}</a>
- </div>
- <div id="linkss">
- <a href="{text:link two url}">{text:link two}</a>
- </div>
- <div id="linkss">
- <a href="{text:link three url}">{text:link three}</a>
- </div>
- <div id="linkss">
- <a href="{text:link four url}">{text:link four}</a>
- </div>
- </div>
- </div>
- </div>
- </center>
- </div>
- <div style="position:fixed;bottom:2px; right:3px; font-size:9px; letter-spacing:1px; font-family:calibri;"><a style="color:{color:credit};" href="http://stvcky.tumblr.com/">@STVCKY</a></center></div>
- </body></html>
Advertisement
Add Comment
Please, Sign In to add comment