Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <!----
- THEME FOUR - "SEXY BACK" by CREMATA
- Rules and Regulations:
- #1: Please DO NOT commit thievery and steal this theme/page. I've worked hard on in so I'd appreciate if you didn't.
- #2: DO NOT redistribute this theme/page.
- #3: You can customize to your liking, just make sure that your theme/page is readable and credible for your viewers.
- #4: You are not allowed to copy this code for an "edited theme". If you are caught, you will be reported.
- Credits to codysherman.com for the infinite scroll feature!
- Credits to css-tricks.com for the slide panel!
- ---->
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
- <title>{Title}</title>
- <link rel="shortcut icon" href="{Favicon}" />
- <link href='http://fonts.googleapis.com/css?family=Roboto+Condensed' rel='stylesheet' type='text/css'>
- <link href='http://fonts.googleapis.com/css?family=Lobster' rel='stylesheet' type='text/css'>
- <link href='http://fonts.googleapis.com/css?family=Euphoria+Script' rel='stylesheet' type='text/css'>
- {block:IfInfiniteScroll}<script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>{/block:IfInfiniteScroll}
- <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
- <script type="text/javascript">
- $(function(){
- $(".button").toggle(fnShow, fnHide);
- });
- function fnShow(){
- $("#sidebar").animate({left:0});
- $(".button").animate({left:250});
- }
- function fnHide(){
- $("#sidebar").animate({left:-250});
- $(".button").animate({left:0});
- }
- </script>
- <!-- VARIABLES -->
- <meta name="color:Background" content="#FEFEFE">
- <meta name="color:Post BG" content="#202020">
- <meta name="color:Text" content="#EEEEEE">
- <meta name="color:Accent" content="#0195ab">
- <meta name="color:Border Color" content="#DDDDDD">
- <meta name="color:Blockquote BG" content="#EEEEEE">
- <meta name="color:Blockquote Text" content="#202020">
- <meta name="if:Black Player" content="1">
- <meta name="if:Grayscale" content="1">
- <meta name="if:400px Post" content="1">
- <meta name="if:Infinite Scroll" content="0">
- <meta name="image:Background" content="">
- <meta name="image:Sidebar" content="">
- <meta name="text:Link 1" content="">
- <meta name="text:Link 1 URL" content="">
- <meta name="text:Link 2" content="">
- <meta name="text:Link 2 URL" content="">
- <meta name="text:Link 3" content="">
- <meta name="text:Link 3 URL" content="">
- <meta name="text:Link 4" content="">
- <meta name="text:Link 4 URL" content="">
- <meta name="text:Link 5" content="">
- <meta name="text:Link 5 URL" content="">
- <meta name="text:Link 6" content="">
- <meta name="text:Link 6 URL" content="">
- </head>
- <style type="text/css">
- body {
- padding: 0;
- margin: 0;
- margin: auto;
- list-style: none;
- background-color: {color:Background};
- background-attachment: fixed;
- background-image:url('{image:Background}');
- }
- a {
- text-decoration: none;
- color: black;
- }
- b,i,strong,em {
- color: {color:Accent};
- }
- blockquote {
- display: block;
- margin-left: 0px;
- width: 96%;
- background-color: {color:Blockquote BG};
- color: {color:Blockquote Text};
- padding: 3px 10px 4px 8px;
- }
- ::-webkit-scrollbar-thumb:vertical {
- height: 10px;
- border-radius: 7px;
- background-color: {color:Accent};
- }
- ::-webkit-scrollbar-thumb:horizontal {
- height: 5px;
- width: 7px;
- border-radius: 7px;
- background-color: {color:Accent};
- }
- ::-webkit-scrollbar {
- width: 7px;
- background-color: #202020;
- }
- .button {
- position: fixed;
- background: {color:Accent};
- color: #EEEEEE;
- padding: 8px 15px 10px 13px;
- cursor: pointer;
- font-family: roboto condensed;
- font-size: 14px;
- text-align: center;
- }
- #sidebar {
- margin: auto;
- position:fixed;
- width: 250px;
- background: #202020;
- height: 100%;
- left: -270px;
- text-align: center;
- font-family: roboto condensed;
- font-size: 10px;
- color: #EEEEEE;
- background-image:url('{image:Sidebar}');
- }
- #posts {
- margin: auto;
- {block:IfNot400pxPost}width: 500px;{/block:IfNot400pxPost}
- {block:If400pxPost}width: 400px;{/block:If400pxPost}
- height: auto;
- margin-bottom: 60px;
- margin-top: 40px;
- display: inline-block;
- margin-left: 320px;
- }
- #posts img {
- {block:IfGrayscale}-webkit-filter: grayscale(100%);{/block:IfGrayscale}
- webkit-transition: all 0.3s ease-in-out;
- -moz-transition: all 0.3s ease-in-out;
- -o-transition: all 0.3s ease-in-out;
- -ms-transition: all 0.3s ease-in-out;
- transition: all 0.3s ease-in-out;
- }
- #posts img:hover {
- {block:IfGrayscale}-webkit-filter: grayscale(0%);{/block:IfGrayscale}
- }
- .description {
- margin: auto;
- width: 230px;
- height: auto;
- background-color: #FFFFFF;
- padding: 10px;
- text-align: center;
- color: #202020;
- margin-top: 450px;
- font-size: 11px;
- }
- .crown {
- font-family: roboto condensed;
- font-size: 14px;
- color: {color:Accent};
- text-align: center;
- display: block;
- margin-bottom: 5px;
- text-transform: uppercase;
- letter-spacing: 1px;
- padding-bottom: 3px;
- border-bottom: 3px double {color:Border Color};
- }
- .links {
- display: block;
- margin-top: 6px;
- }
- .links a {
- text-transform: uppercase;
- color: #EEEEEE;
- padding: 3px 6px;
- font-size: 10px;
- display: inline-block;
- width: 95px;
- background-color: {color:Accent};
- margin: 3px;
- webkit-transition: all 0.3s ease-in-out;
- -moz-transition: all 0.3s ease-in-out;
- -o-transition: all 0.3s ease-in-out;
- -ms-transition: all 0.3s ease-in-out;
- transition: all 0.3s ease-in-out;
- }
- .links a:hover {
- color: {color:Accent};
- background-color: #EEEEEE;
- }
- #entries {
- width: 100%;
- font-family: cambria;
- font-size: 10px;
- color: {color:Text};
- background-color: {color:Post BG};
- padding: 20px;
- }
- #entries a {
- color: {color:Accent};
- }
- #entries a:hover {
- color: #CCCCCC;
- }
- /* TEXT */
- .text {
- border-bottom: 3px double #404040;
- }
- .text a {
- display: block;
- font-family: roboto condensed;
- font-size: 16px;
- text-transform: uppercase;
- color: {color:Accent};
- padding-bottom: 4px;
- text-align: center;
- }
- /* PHOTO */
- .photo img {
- width: 100%;
- }
- .photoset {
- {block:IfGrayscale}-webkit-filter: grayscale(100%);{/block:IfGrayscale}
- webkit-transition: all 0.3s ease-in-out;
- -moz-transition: all 0.3s ease-in-out;
- -o-transition: all 0.3s ease-in-out;
- -ms-transition: all 0.3s ease-in-out;
- transition: all 0.3s ease-in-out;
- }
- .photoset:hover {
- {block:IfGrayscale}-webkit-filter: grayscale(0%);{/block:IfGrayscale}
- }
- /* QUESTION */
- .question {
- display: block;
- padding: 10px;
- text-align: center;
- font-family: cambria;
- font-size: 10px;
- font-style: italic;
- color: {color:Accent};
- background-color: transparent;
- }
- .answer {
- display: block;
- text-align: justify;
- font-size: 8px;
- text-transform: uppercase;
- }
- .asker img {
- width: 24px;
- height: 24px;
- display: block;
- text-align: center;
- margin: auto;
- padding: 10px;
- background-color: {color:Accent};
- }
- /* LINK */
- .link h3 {
- display: block;
- text-align: center;
- font-family: euphoria script;
- font-size: 24px;
- }
- /* QUOTE */
- .quote {
- text-align: center;
- display: block;
- font-family: 'euphoria script';
- font-size: 15px;
- color: {color:Accent};
- }
- .source {
- font-size: 10px;
- font-family: roboto condensed;
- text-transform: uppercase;
- padding-top: 4px;
- border-top: 3px double {color:Border Color};
- }
- /* CHAT */
- .chat .convo li {
- list-style: none;
- text-align: justify;
- margin-top: 5px;
- }
- .chat h2 {
- font-family: 'roboto condensed';
- font-size: 20px;
- text-align: center;
- display: block;
- color: {color:Accent};
- text-transform: uppercase;
- }
- .line_odd .label {
- color: {color:Accent};
- text-transform: uppercase;
- border-bottom: 1px dotted #AAAAAA;
- padding: 2px;
- }
- .line_even .label {
- color: #BBBBBB;
- text-transform: uppercase;
- border-bottom: 1px dotted #AAAAAA;
- padding: 2px;
- }
- /* MUSIC */
- .album img {
- text-align: left;
- position: relative;
- width: 100px;
- height: 100px;
- }
- .info {
- display: inline-block;
- {block:IfNot400pxPost}width: 325px;{/block:IfNot400PxPost}
- {block:If400pxPost}width: 225px;{/block:If400pxPost}
- padding: 35px;
- {block:IfBlackPLayer}background-color: #000;{/block:IfBlackPlayer}
- {block:IfNotBlackPLayer}background-color: #FFF; {/block:IfNotBlackPlayer}
- float: right;
- position: relative;
- height: 30px;
- }
- .music {
- width: 27px;
- height: 28px;
- overflow: hidden;
- z-index: 1000;
- padding: 3px;
- margin: 15px 24px 13px 16px;
- {block:If400pxPost}margin-left: 33px;{/block:If400pxPost}
- {block:IfNot400pxPost}margin-left: 33px;{/block:IfNot400pxPost}
- opacity: 0.3;
- {block:IfBlackPlayer}background-color: #000;{/block:IfBlackPLayer}
- {block:IfNotBlackPlayer}background-color: #FFF;{/block:IfNotBlackPlayer}
- position: absolute;
- margin-top: -69px;
- webkit-transition: all 0.3s ease-in-out;
- -moz-transition: all 0.3s ease-in-out;
- -o-transition: all 0.3s ease-in-out;
- -ms-transition: all 0.3s ease-in-out;
- transition: all 0.3s ease-in-out;
- }
- .music:hover {
- opacity: 1;
- }
- .track {
- text-align: right;
- display: block;
- font-family: 'roboto condensed';
- font-size: 16px;
- color: {color:Accent};
- margin-top: -10px;
- text-transform: uppercase;
- font-style: italic;
- }
- .artist {
- display: block;
- font-family: cambria;
- font-size: 8px;
- {block:IfBlackPlayer}color: #FFFFFF;{/block:IfBlackPlayer}
- {block:IfNotBlackPlayer}color: #202020;{/block:IfNotBlackPlayer}
- letter-spacing: 1px;
- text-transform: uppercase;
- text-align: right;
- }
- .playcount {
- display: block;
- font-family: cambria;
- font-size: 8px;
- {block:IfBlackPlayer}color: #FFFFFF;{/block:IfBlackPlayer}
- {block:IfNotBlackPlayer}color: #202020;{/block:IfNotBlackPlayer}
- letter-spacing: 1px;
- text-transform: uppercase;
- text-align: right;
- }
- /* INFORMATION */
- #postinfo {
- width: 100px;
- padding: 10px;
- background-color: transparent;
- position: absolute;
- {block:IfNot400pxPost}margin-left: 560px;{/block:IfNot400pxPost}
- {block:If400pxPost}margin-left: 460px;{/block:If400pxPost}
- text-align: center;
- border-top: 3px double {color:Border Color};
- }
- #postinfo .notes a {
- display: block;
- font-family: 'Lobster';
- font-size: 16px;
- color: {color:Accent};
- webkit-transition: all 0.3s ease-in-out;
- -moz-transition: all 0.3s ease-in-out;
- -o-transition: all 0.3s ease-in-out;
- -ms-transition: all 0.3s ease-in-out;
- transition: all 0.3s ease-in-out;
- }
- #postinfo .notes a:hover {
- color: #DDDDDD;
- }
- .postnotes {
- width: 100%;
- font-family: 'roboto condensed';
- font-size: 10px;
- text-transform: uppercase;
- color: {color:Accent};
- text-align: left;
- float: left;
- }
- .postnotes ol {
- list-style: none;
- }
- #tags {
- margin-bottom: 20px;
- font-family: roboto condensed;
- font-size: 10px;
- text-transform: uppercase;
- margin-top: 5px;
- width: 500px;
- display: inline-block;
- }
- #tags a {
- display: inline-block;
- color: {color:Accent};
- margin: 3px;
- webkit-transition: all 0.1s ease-in-out;
- -moz-transition: all 0.1s ease-in-out;
- -o-transition: all 0.1s ease-in-out;
- -ms-transition: all 0.1s ease-in-out;
- transition: all 0.1s ease-in-out;
- }
- #tags a:hover {
- color: #DDDDDD;
- }
- .tagtitle {
- width: 110px;
- padding: 3px;
- float: left;
- text-transform: uppercase;
- background-color: {color:Accent};
- color: #EEEEEE;
- text-align: center;
- }
- .reblogs {
- font-family: roboto condensed;
- font-size: 10px;
- color: #CCCCCC;
- text-transform: uppercase;
- }
- .reblogs a {
- color: {color:Accent};
- display: inline-block;
- }
- .readmore a {
- padding: 5px;
- background-color: {color:Accent};
- color: #EEEEEE;
- text-align: center;
- width: 90px;
- font-family: roboto condensed;
- font-size: 10px;
- text-transform: uppercase;
- }
- .readmore a:hover {
- color: {color:Accent};
- background-color: #EEEEEE;
- }
- #pagination {
- position: fixed;
- display: inline-block;
- width: 60px;
- padding: 20px;
- border-top: 3px double {color:Border Color};
- border-bottom: 3px double {color:Border Color};
- margin-left: 280px;
- margin-top: 300px;
- font-family: roboto condensed;
- font-size: 10px;
- color: #202020;
- text-align: center;
- }
- #pagination a {
- display: block;
- font-size: 16px;
- color: {color:Accent};
- }
- .reblogbutton a {
- display: block;
- font-family: roboto condensed;
- font-size: 12px;
- color: {color:Accent};
- text-align: center;
- text-transform: uppercase;
- }
- </style>
- <body>
- <div id="sidebar">
- <div class="description">
- <div class="crown">{Title}</div>
- {Description}
- <div class="links">
- <a href="/">Home</a>
- <a href="/ask">Message</a>
- <a href="/submit">Submit</a>
- <a href="http://cremata.tumblr.com">© theme</a>
- <a href="{text:Link 1 URL}">{text:Link 1}</a>
- <a href="{text:Link 2 URL}">{text:Link 2}</a>
- <a href="{text:Link 3 URL}">{text:Link 3}</a>
- <a href="{text:Link 4 URL}">{text:Link 4}</a>
- <a href="{text:Link 5 URL}">{text:Link 5}</a>
- <a href="{text:Link 6 URL}">{text:Link 6}</a>
- </div>
- </div>
- </div>
- <div class="button">♥</div>
- <div id="posts">
- {block:Posts}
- <div id="postinfo">
- <div class="notes">{block:NoteCount}<a href="{Permalink}">{NoteCount} Notes</a>{/block:NoteCount}</div>
- <div class="reblogs">{block:RebloggedFrom}<a href="{ReblogParentURL}" title="{ReblogParentName}">Via</a> ❖ <a href="{ReblogRootURL}" title="{ReblogRootName}">Source</a>{/block:RebloggedFrom}</div>
- <div class="reblogbutton"><a href="{ReblogURL}">Reblog</a></div>
- </div>
- <div id="entries">
- {block:Text}
- {block:Title}<div class="text"><a href="{Permalink}">{Title}</a></div>{/block:Title}
- {Body}
- {/block:Text}
- <div class="photoset">
- {block:Photoset}
- <center>
- {block:IfNot400pxPost}{Photoset-500}{/block:IfNot400pxPost}
- {block:If400pxPost}{Photoset-400}{/block:If400pxPost}
- </center>
- {block:Caption}{Caption}{/block:Caption}
- {/block:Photoset}
- </div>
- <div class="photo">
- {block:Photo}
- <center><a href="{Permalink}"><img src="{PhotoURL-500}"></a></center>
- {block:Caption}{Caption}{/block:Caption}
- {/block:Photo}
- </div>
- {block:More}
- <div class="readmore"><a href="{Permalink}">Read More</a></div>
- {/block:More}
- {block:Audio}
- <div class="album">{block:AlbumArt}<img src="{AlbumArtURL}" />{block:AlbumArt}<div class="music">{block:AudioPlayer}{block:IfBlackPlayer}{AudioPlayerBlack}{/block:IfBlackPlayer}{block:IfNotBlackPlayer}{AudioPlayerWhite}{/block:IfNotBlackPlayer}{/block:AudioPlayer}</div>
- <div class="info">
- <div class="track">{block:TrackName}{TrackName}{/block:TrackName}</div>
- <div class="artist">{block:Artist}{Artist}{/block:Artist}</div>
- <div class="playcount">{block:PlayCount}{PlayCount} Plays{/block:PlayCount}</div>
- </div>
- {block:Caption}{Caption}{/block:Caption}
- </div>
- {/block:Audio}
- {block:Video}
- {Video-500}
- {block:Caption}{Caption}{/block:Caption}
- {/block:Video}
- {block:Link}
- <div class="link"> <a href="{URL}"><h3>{Name}</h3></a></div>
- {block:Description}{Description}{/block:Description}
- {/block:Link}
- {block:Quote}<div class="quote"><h3>"{Quote}"</h3> <div class="source">-{Source}</div></div>{/block:Quote}
- {block:Answer}
- <div class="question"><div class="asker"><img src="{AskerPortraitURL-24}" /></div><br />{Asker} asked: {Question}</div>
- <div class="answer">{Answer}</div>
- {/block:Answer}
- {block:Chat}
- <div class="chat">
- {block:Title}<h2>{Title}</h2>{/block:Title}
- <ul class="convo">{block:Lines}<li class="line_{Alt}">{block:Label}<span class="label">{Label}</span>{/block:Label}
- {Line}</li>{/block:Lines}</ul>
- </div>
- {/block:Chat}
- </div>
- <div id="tags">
- <div class="tagtitle">{block:Date}{TimeAgo}, {ShortMonth} {DayOfMonthWithZero}{/block:Date}
- </div>
- {block:HasTags}{block:Tags}<a href="{TagURL}">❖ {Tag}</a>{/block:Tags}{/block:HasTags}
- </div>
- {/block:Posts}
- <div class="postnotes">
- {block:PostNotes}{PostNotes}{/block:PostNotes}
- </div>
- </div>
- {block:IfNotInfiniteScroll}
- <div id="pagination">
- {block:Pagination}
- {block:PreviousPage}<a href="{PreviousPage}">⇐</a>{/block:PreviousPage}
- {CurrentPage} / {TotalPages}
- {block:NextPage}<a href="{NextPage}">⇒</a>{/block:NextPage}
- {/block:Pagination}
- </div>
- {/block:IfNotInfiniteScroll}
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement