Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!--
- BASE CODE BY KAYLIE (@DEANANDHISPIE)
- THEME BY ALI (@ALICATOFRP OR @SAINTBERRIES)
- THEME #12: LET'S BE BAD
- ♛ No stealing any parts of this coding and using it in your own
- ♛ Do not use this as a base code for your own theme
- ♛ Feel free to edit as much as you'd like for personal use
- ♛ Do not take my credit off (or the base credit) or move it somewhere else
- ♛ Let me know if you have any questions about this theme
- -->
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <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="color:bg" content="#FFFFFF">
- <meta name="color:border" content="#e2e1e1">
- <meta name="color:infobg" content="#F9F9F9">
- <meta name="color:linksbg" content="#ededed">
- <meta name="color:links hover" content="#f7f5f5">
- <meta name="color:links" content="#c2c2c2">
- <meta name="color:title" content="#f7f5f5">
- <meta name="color:scrollbar" content="#dddada">
- <meta name="color:scrollbar bg" content="#f7f5f5">
- <meta name="color:tags" content="#d3d0d0">
- <meta name="color:text" content="#c0bfbf">
- <meta name="color:title" content="#c0bfbf">
- <meta name="image:sidebar" content=""/>
- <meta name="text:linkA" content="">
- <meta name="text:linkA url" content="/">
- <meta name="text:linkB" content="">
- <meta name="text:linkB url" content="/">
- <meta name="text:linkC" content="">
- <meta name="text:linkC url" content="/">
- <style type="text/css">
- ::-webkit-scrollbar {background-color:{color:scrollbar bg}; height:8px; width:5px}
- ::-webkit-scrollbar-thumb:vertical {background-color:{color:scrollbar}; height:50px}
- ::-webkit-scrollbar-thumb:horizontal {background-color:{color:scrollbar}; height:10px!important}
- body {
- background:{color:bg};
- color:{color:text};
- font-family:'times new';
- line-height:140%;
- font-size:11px; }
- a {
- color:{color:links};
- text-decoration:none
- }
- a:hover {
- opacity:1;
- font-family: 'times new';
- color:{color:links hover};}
- img {
- border:none;
- }
- b,strong {
- color:{color:Title};
- }
- small,sub {
- font-size:9px;
- }
- h1 {
- font-weight:normal;
- font-size:10px;
- text-align:center;
- font-style:normal;
- line-height:80%;
- letter-spacing:1px;
- text-transform:uppercase;
- color:{color:text};
- }
- blockquote {
- border-left:1px solid {color:text};
- padding-left:5px;
- margin:5px;}
- #theme {
- background-color:{color:bg};
- width:700px;
- margin: 0 auto -12px auto;
- text-align: center;}
- h2 {
- font-size:20px;
- text-align:right;
- font-weight:normal;
- line-height:100%;
- letter-spacing:-0.5px;
- color:{color:title};
- font-style:italic;
- padding:5px;
- padding-bottom:2px;}
- #sidebar {
- color:{color:text};
- position:fixed;
- width:300px;
- height:auto;
- margin-left:32px;
- margin-top:50px;
- text-align:center;
- }
- #sidebarph {
- position:fixed;
- width:250px;
- height:200px;
- padding:2px;
- margin-left:96px;
- margin-top:50px;
- border: 1px solid {color:border};
- }
- #links {
- position:absolute;
- z-index: 99999;
- margin-left:0px;
- margin-top:0px;
- width: 61px;
- height: 256px;
- background-color: transparent;
- -webkit-transition: all 0.6s ease-out;
- -moz-transition: all 0.6s ease-out;
- transition: all 0.6s ease-out;}
- #links a {
- display: block;
- margin-bottom:4px;
- margin-left:3px;
- width: 55px;
- height: 29px;
- line-height: 29px;
- background-color: {color:infobg};
- color: {color:links};
- text-transform: uppercase;
- text-align: center;
- font-family: times new;
- border:1px solid {color:border};
- font-size: 7px;
- -webkit-transition: all 0.6s ease;
- -moz-transition: all 0.6s ease;
- -o-transition: all 0.6s ease;}
- #description {
- position: fixed;
- text-align:justify;
- font-size:10px;
- width:295px;
- padding:10px;
- margin-top:260px;
- margin-left:35px;
- color:{color:text};
- background-color:{color:infobg};
- letter-spacing:1px;
- line-height:140%;
- border:1px solid {color:border};
- }
- .description a {
- color:{color:text};
- }
- .pagination {
- text-transform:lowercase;
- letter-spacing:0px;
- text-align:center;
- margin-top:0px;
- font-family:'times new';
- font-size:12px;
- padding:5px;
- font-style:italic;
- opacity:1;
- -moz-transition-duration:0.7s;
- -webkit-transition-duration:0.7s;
- -o-transition-duration:0.7s;
- }
- .pagination a {
- color:{color:text};
- }
- .pagination a:hover{
- color:{color:link};
- }
- #entries {
- float:left;
- margin-left:380px;
- margin-top:20px;
- text-align:justify;
- background-color:{color:bg};
- color:{color:text};
- margin-bottom: 30px;
- }
- #posts {
- width:500px;
- margin-top:0px;
- text-align:justify;
- font-size:11px;
- line-height:140%;
- margin-bottom:30px;
- color:{color:text};
- padding:10px;
- }
- .caption {
- width:500px;
- text-align:justify;
- line-height:120%;
- }
- #ask {
- background-color:{color:infobg};
- text-align:center;
- line-height:120%;
- color:{color:text};
- padding:5px;
- padding-bottom:10px;
- padding-top:5px;
- }
- #asker img {
- margin-left:-2px;
- margin-bottom:-15px;
- border-radius:50px;
- padding:5px;
- padding-bottom:5px;
- }
- #ans {
- text-align:left;
- padding:0px;
- color:{color:text};
- }
- .playerbuttonbg {
- position: absolute;
- left: 20px;
- top: 20px;
- width: 19px;
- height: 19px;
- background-color: #ffffff;
- padding: 10px;
- -webkit-border-radius: 40px;
- -moz-border-radius: 40px;
- border-radius: 40px;
- opacity: .4;
- filter: alpha(opacity=40);
- 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;
- }
- .newplayerbutton {
- position: relative;
- width: 19px;
- height: 19px;
- overflow: hidden;
- }
- .playerbuttonhug {
- position: absolute;
- top: -18px;
- left: -7px;
- }
- .tumblr_audio_player {
- height: 90px;
- width: 270px;
- -moz-transform: scale(0.60, 0.60);
- -webkit-transform: scale(0.60, 0.60);
- -o-transform: scale(0.60, 0.60);
- -ms-transform: scale(0.60, 0.60);
- transform: scale(0.60, 0.60);
- -moz-transform-origin: top left;
- -webkit-transform-origin: top left;
- -o-transform-origin: top left;
- -ms-transform-origin: top left;
- transform-origin: top left;
- }
- .audioimgwrapper {
- position: absolute;
- left: 0px;
- top: 0px;
- -webkit-border-radius: 40px;
- -moz-border-radius: 40px;
- border-radius: 40px;
- overflow: hidden;
- width: 79px;
- height: 79px;
- }
- .audioimgwrapper img {
- width: 100%;
- height: auto;
- -webkit-border-radius: 40px;
- -moz-border-radius: 40px;
- border-radius: 40px;
- }
- .trackdetails {
- width: auto;
- display:inline-block;
- margin-left: 90px;
- min-height: 85px;
- }
- .audiowrapper {
- position: relative;
- display:inline-block;
- }
- #postinfo {
- padding-top:5px;
- margin-top:12px;
- font-size:8px;
- color:{color:link};
- text-transform:uppercase;
- letter-spacing:1px;
- text-align:center;
- font-family:'times new';
- border-top:1px solid {color:border};
- -moz-transition-duration:0.5s;
- -webkit-transition-duration:0.5s;
- -o-transition-duration:0.5s;
- }
- #postinfo a {
- color:{color:link};
- letter-spacing:0px;
- }
- #postinfo a:hover {
- color:{color:hover};
- }
- .tags {
- font-style:normal;
- width:500px;
- text-transform:uppercase;
- font-style:normal;
- font-family:'times new';
- color:{color:tags};
- line-height:120%;
- font-size:8px;
- text-align:center;
- padding:2px;
- -moz-transition-duration:0.5s;
- -webkit-transition-duration:0.5s;
- -o-transition-duration:0.5s;
- }
- .tags a {
- color:{color:tags};
- letter-spacing:0px;
- padding:1px;
- }
- .tags a:hover {
- color:{color:link};
- }
- ul.chat, .chat ol, .chat li {
- list-style:none;
- margin:0px;
- padding:3px;
- }
- .label {
- font-weight:700;
- margin-right:5px;
- }
- #credit{
- font-size: 8px;
- font-style:none;
- letter-spacing: 0px;
- float: center;
- position: fixed;
- bottom: 15px;
- right: 15px;
- text-transform:uppercase;
- font-family:'times new';
- }
- #credit a{
- color: {color:text};
- padding:4px;
- background:{color:infobg};
- -moz-transition-duration:0.5s;
- -webkit-transition-duration:0.5s;
- -o-transition-duration:0.5s;
- }
- img {
- filter: url(filters.svg#grayscale); /* Firefox 3.5+ */
- filter: gray; /* IE6-9 */
- z-index:-1;
- -webkit-filter: grayscale(100%); /* Google Chrome, Safari 6+ & Opera 15+ */
- -webkit-transition: all 0.8s ease-out;
- -moz-transition: all 0.8s ease-out;
- transition: all 0.8s ease-out;
- }
- img:hover {
- filter: none;
- -webkit-filter: grayscale(0);
- }
- .html_photoset {
- -webkit-filter: grayscale(100%);
- -webkit-transition: all .25s;
- ...
- }
- .html_photoset:hover {
- -webkit-filter: grayscale(0);
- }
- {CustomCSS}
- </style></head>
- <body>
- <div id="sidebarph"><img src="{image:sidebar}"></div>
- <div id="sidebar">
- <div id="links">
- <a href="/">home</a>
- <a href="/ask">inquire</a>
- <a href="/submit">submit</a>
- <a href="{text:linkA url}">{text:linkA}</a>
- <a href="{text:linkB url}">{text:linkB}</a>
- <a href="{text:linkC url}">{text:linkC}</a>
- </div></div>
- <div id="description">
- {Description}
- <div class="pagination">
- {block:Pagination}
- {block:PreviousPage}
- <a href="{PreviousPage}">fall</a>
- {/block:PreviousPage}
- {block:NextPage} -
- <a href="{NextPage}">rise</a>
- {/block:NextPage}
- {/block:Pagination}</div>
- </div>
- <div id="entries">
- {block:Posts}
- <div id="posts">
- {block:Text}{block:Title}<h2>{Title}</h2>{/block:Title}{Body}{/block:Text}
- {block:Quote}<h2>“{Quote}”</h2><h1>{Source}</h1>{/block:Quote}
- {block:Link}<a href="{URL}"><h2>{Name}</h2></a>
- {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
- {block:Photo}<center><img src="{PhotoURL-500}"/></center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
- {block:Photoset}<center>{Photoset-500}</center>
- {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
- {block:Chat}<ul class="chat">{block:Title}<h2>{Title}</h2>{/block:Title}{block:Lines}<li>{block:Label}<span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul>{/block:Chat}
- {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
- {block:Answer}<div id="ask"><div id="asker"><img src="{AskerPortraitURL-64}" style="height:30px; width:30px; float:center; margin-top:0px"><big><i><big>{Asker} asked:</big></big></i><br><br>{Question}</div></div><div id="ans">{Answer}</div>{/block:answer}
- {block:Audio}{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}Artist: {Artist}{/block:Artist}<br/>
- {block:Album}Album: {Album}{/block:Album}<br/>
- {PlayCountWithLabel}
- </div>
- </div>
- {/block:AudioPlayer}
- {block:Caption}{Caption}{/block:Caption}{/block:Audio}
- {block:Date}<div id="postinfo"><a href="{Permalink}">{TimeAgo}</a>{block:NoteCount} with <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}{block:RebloggedFrom} via <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}
- {block:ContentSource} from <a href="{SourceURL}">{SourceTitle}</a>{/block:ContentSource}</div>{/block:Date}
- {block:HasTags}
- <div class="tags">
- {block:Tags}<a href="{TagURL}"># {Tag}</a>{/block:Tags}</div>
- {/block:HasTags}
- <div class="note">
- {block:PostNotes}{PostNotes}{/block:PostNotes}
- </div>
- </div>
- {/block:Posts}
- </div>
- <div id="credit"> <a href="http://alicatofrp.tumblr.com/">queen</a></div>
- </div>
- </div>
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment