Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <html>
- <head>
- <!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">
- <!--------------------------------------------
- THEMES BY KECIA @ ASSCHLIN.
- RULES FOR USING MY THEMES.
- [1]: do not remove credit / move to another page
- [2]: you may edit the theme, but do not steal coding.
- [3]: do not use any of my themes as a base code.
- --------------------------------------------->
- <title>{Title}</title>
- <link rel="shortcut icon" href="{Favicon}">
- <link rel="altertnate" type="application/rss+xml" href="{RSS}">
- <meta name="description" content="" />
- <meta http-equiv="x-dns-prefetch-control" content="off"/>
- <meta name="color:Background" content="#FFFFFF">
- <meta name="color: dropdown color" content="#f5f5f5">
- <meta name="color:Link" content="#5D5C5C">
- <meta name="color:Link Hover" content="#9D9D9D">
- <meta name="color:Text" content="#4F4E4E">
- <meta name="color:Scrollbar" content="#000000">
- <meta name="color:Blockquote" content="#EAEAEA">
- <meta name="color:Info Border" content="#F5F5F5">
- <meta name="color:Questions Border" content="#FBFBFB">
- <meta name="color: 1" content="#D6D5D5">
- <meta name="color: 2" content="#D6D5D5">
- <meta name="color: 3" content="#D6D5D5">
- <meta name="color: 4" content="#D6D5D5">
- <meta name="image:Sidebar" content=""/>
- <meta name="if:Show 400px posts" content="0"/>
- <meta name="text:Extra Links Title" content="navigation"/>
- <meta name="text:link1" content="">
- <meta name="text:link1 url" content="/">
- <meta name="text:link2" content="">
- <meta name="text:link2 url" content="/">
- <meta name="text:link3" content="">
- <meta name="text:link3 url" content="/">
- <meta name="text:link4" content="">
- <meta name="text:link4 url" content="/">
- <meta name="text:link5" content="">
- <meta name="text:link5 url" content="/">
- <meta name="text:link6" content="">
- <meta name="text:link6 url" content="/">
- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js"></script>
- <script type="text/javascript">
- jQuery(document).ready(function() {
- jQuery(".sub").hide();
- //toggle the componenet with class msg_body
- jQuery(".cthrough").click(function()
- {
- jQuery(this).next(".sub").slideToggle(500);
- });});
- </script>
- <style type="text/css">
- ::-webkit-scrollbar {background-color:{color:Background}; height:4px; width:6px}
- ::-webkit-scrollbar-thumb:vertical {background-color:{color:Scrollbar}; height:50px}
- ::-webkit-scrollbar-thumb:horizontal {background-color:{color:Scrollbar}; height:8px!important}
- h1 {
- font-weight:normal;
- font-size:9px;
- text-align:center;
- font-style:italic;
- line-height:50%;
- letter-spacing:0px;
- font-family:arial;
- text-transform:none;
- color:{color:Text};
- }
- h2 {
- font-size:10px;
- font-family:calibri;
- letter-spacing:0px;
- margin-bottom:12px;
- padding-bottom:10px;
- font-weight:normal;
- line-height:90%;
- text-transform:lowercase;
- color:{color:Text};
- margin: 0px;
- }
- pre {
- {block:ifNotShow400pxposts}
- width:500px;
- {/block:ifNotShow400pxposts}
- {block:ifShow400pxposts}
- width:400px;
- {/block:ifShow400pxposts}
- text-align: left;
- word-wrap: break-word;
- color:{color:Text};
- }
- blockquote {
- border-left:1px solid {color:Blockquote};
- padding-left:6px;
- margin:8px;
- }
- body {
- color: {color:Text};
- background-color:{color:Background};
- }
- a {
- color: {color:Link};
- text-decoration: none;
- -moz-transition-duration: 0.5s;
- -o-transition-duration: 0.5s;
- -webkit-transition-duration: 0.5s;
- transition-duration: 0.5s;
- }
- a:hover {
- color: {color:Link Hover};
- -moz-transition-duration: 0.5s;
- -o-transition-duration: 0.5s;
- -webkit-transition-duration: 0.5s;
- transition-duration: 0.5s;
- }
- .sidebar {
- width:245px;
- position: fixed;
- margin-top:70px;
- margin-left:10px;
- }
- .sidebarimage {
- width:245px;
- margin-bottom:4px;
- }
- /* MENU DROPDOWN by FUKUO
- you can adjust any of these,
- to your liking */
- #menu-dropdown { /* this is the whole box/dropdown*/
- width:240px;
- height:12px;
- padding:5px;
- overflow: hidden;
- margin:0px auto auto -2px;
- -webkit-transition: all 0.7s ease;
- -moz-transition: all 0.7s ease;
- -o-transition: all 0.7s ease;
- }
- #menu-dropdown:hover {
- height:120px; /* adjust this to your liking. more links, higher # */
- -webkit-transition: all 0.4s ease;
- -moz-transition: all 0.4s ease;
- -o-transition: all 0.4s ease;}
- #menu-dropdown span { /* this is your hover header */
- margin:-5px 0 0 -3px;
- display:block;
- width:245px;
- height:34px;
- background-color:{color: dropdown color};
- height:10px;
- padding:5px;
- color:{color:Text};
- font-family:calibri;
- text-transform: uppercase;
- font-size:8px;
- text-align:center;
- }
- .menubar-drop {
- background-color:transparent;
- width:245px;
- height:200px;
- color:{color:Text};
- font-family:calibri;
- text-transform: uppercase;
- font-size:8px;
- text-align:center;
- padding:3% 1% 9% 3%;
- margin:0px 0 0 -7px;
- }
- .menubar-drop a { /* this is your hover links */
- display:inline-block;
- font-family:calibri;
- font-size:8px;
- margin-bottom:5px;
- width:110px;
- padding:5px 5px 5px 5px;
- background-color:{color:Blockquote};
- text-decoration:none;
- color:{color:text};
- -webkit-transition: all 0.4s ease;
- -moz-transition: all 0.4s ease;
- -o-transition: all 0.4s ease;
- }
- .menubar-drop a:hover {
- letter-spacing:5px;
- text-indent:10px; /* adjust for letter spacing */
- background-color:#333;
- -webkit-transition: all 0.4s ease;
- -moz-transition: all 0.4s ease;
- -o-transition: all 0.4s ease;
- }
- .menubar-drop a:hover:nth-child(4n+1) {background-color:{color: 1};}
- .menubar-drop a:hover:nth-child(4n+2) {background-color:{color: 2};}
- .menubar-drop a:hover:nth-child(4n+3) {background-color:{color: 3};}
- .menubar-drop a:hover:nth-child(4n+4) {background-color:{color: 4};}
- /* MENU DROPDOWN by FUKUO
- you can adjust any of these,
- to your liking */
- .description {
- width:245px;
- padding:2px;
- padding-bottom:4px;
- line-height:10px;
- text-align:center;
- font-size:9px;
- font-family:arial;
- color:{color:Text};
- border-top: 1px solid #fafafa;
- }
- .description a {
- color:{color:Link};
- }
- .description a:hover {
- color:{color:Link Hover};
- }
- .pagination {
- font-family:arial;
- text-align:center;
- font-size:9px;
- text-align:center;
- }
- .pagination a {
- color:{color:Link};
- padding:3px;
- -moz-transition-duration: 0.5s;
- -o-transition-duration: 0.5s;
- -webkit-transition-duration: 0.5s;
- transition-duration: 0.5s;
- }
- .pagination a:hover {
- color:{color:Link Hover};
- text-decoration:underline;
- -moz-transition-duration: 0.5s;
- -o-transition-duration: 0.5s;
- -webkit-transition-duration: 0.5s;
- transition-duration: 0.5s;
- }
- .container {
- width:900px;
- margin: auto;
- margin-top:-8px;
- }
- .postscontainer {
- {block:ifNotShow400pxposts}
- max-width:500px;
- {/block:ifNotShow400pxposts}
- {block:ifShow400pxposts}
- max-width:400px;
- {/block:ifShow400pxposts}
- margin: auto;
- margin-top:-60px;
- margin-left:350px;
- }
- .posts {
- {block:ifNotShow400pxposts}
- width:500px;
- {/block:ifNotShow400pxposts}
- {block:ifShow400pxposts}
- width:400px;
- {/block:ifShow400pxposts}
- line-height:100%;
- font-size:10px;
- font-family:calibri;
- margin-top:120px;
- text-align:justify;
- }
- .posts img {
- {block:ifNotShow400pxposts}
- max-width:500px;
- {/block:ifNotShow400pxposts}
- {block:ifShow400pxposts}
- max-width:400px;
- {/block:ifShow400pxposts}
- }
- .info {
- margin-top:20px;
- padding-top:3px;
- margin-bottom:1px;
- text-align:left;
- font-size:9px;
- font-family:arial;
- color:{color:Text};
- border-top:1px solid {color:Info Border};
- }
- .info a {
- color:{color:Link};
- }
- .info a:hover {
- color:{color:Link Hover};
- }
- .tags {
- {block:ifNotShow400pxposts}
- width:500px;
- {/block:ifNotShow400pxposts}
- {block:ifShow400pxposts}
- width:400px;
- {/block:ifShow400pxposts}
- opacity: .05;
- position:absolute;
- margin-top:1px;
- line-height:100%;
- font-family:arial;
- font-size:9px;
- text-align:right;
- -webkit-transition-duration: 1s;
- }
- .tags a {color:{color:Link};}
- .tags a:hover {color:{color:Link Hover};}
- .tags a:hover:nth-child(4n+1) {color:{color: 1};}
- .tags a:hover:nth-child(4n+2) {color:{color: 2};}
- .tags a:hover:nth-child(4n+3) {color:{color: 3};}
- .tags a:hover:nth-child(4n+4) {color:{color: 4};}
- .posts:hover .tags { opacity: 1; -webkit-transition-duration: 1s;}
- .postnote {
- {block:ifNotShow400pxposts}
- width:500px;
- {/block:ifNotShow400pxposts}
- {block:ifShow400pxposts}
- width:400px;
- {/block:ifShow400pxposts}
- font-family:arial;
- text-transform:lowercase;
- font-size:9px;
- text-align:left;
- line-height:90%;
- margin-top:40px;
- }
- .pagenotes {
- {block:IndexPage}
- display: none!important;
- {/block:IndexPage}
- {block:ifNotShow400pxposts}
- width:500px;
- {/block:ifNotShow400pxposts}
- {block:ifShow400pxposts}
- width:400px;
- {/block:ifShow400pxposts}
- text-align:left;
- }
- .pagenotes img {
- display:none;}
- .pagenotes li {
- list-style-type:none;
- padding:5px 0px;
- text-align:left;
- margin:0 0 0 -40px;
- }
- .music {
- width:500px;
- {block:ifShow400pxposts}
- width:400px;
- {/block:ifShow400pxposts}
- padding-bottom:10px;
- }
- .albumart {
- float:left;
- padding:10px 10px 10px 0px;
- }
- .albumart img {
- width:30px;
- padding: 3px;
- margin:2px 7px -3px 6px;
- }
- .playercontainer {
- text-align:left;
- padding:5px 5px -5px;
- width:480px;
- }
- .musicinfo {
- padding:10px;
- margin-top:9px;
- color:{color:Text};
- }
- .quote {
- font-size:10px;
- font-family:calibri;
- letter-spacing:0px;
- line-height:90%;
- font-weight:normal;
- text-align:center;
- }
- .source {
- font-family:calibri;
- font-size:10px;
- font-style:normal;
- text-align:center;
- line-height:17px;
- }
- .chat ol {
- font-size:10px;
- font-family:calibri;
- line-height:100%;
- padding:0px;
- list-style:none;
- }
- .label {
- font-size:10px;
- font-family:calibri;
- font-weight:bold;
- color:{color:Text};
- }
- .line.odd {
- padding:4px;
- margin-bottom:2px;
- }
- .line.even {
- padding:4px;
- margin-bottom:2px;
- }
- .ask {
- font-size:10px;
- font-family:calibri;
- text-align:left;
- padding-top:4px;
- text-transform:lowercase;
- }
- .question {
- {block:ifNotShow400pxposts}
- width:500px;
- {/block:ifNotShow400pxposts}
- {block:ifShow400pxposts}
- width:400px;
- {/block:ifShow400pxposts}
- letter-spacing:0px;
- margin-top:3px;
- padding-bottom:4px;
- text-align:justify;
- color:{color:Text};
- font-size:10px;
- font-family:calibri;
- border-bottom: 1px solid {color:Questions Border};
- }
- .answer {
- {block:ifNotShow400pxposts}
- width:500px;
- {/block:ifNotShow400pxposts}
- {block:ifShow400pxposts}
- width:400px;
- {/block:ifShow400pxposts}
- letter-spacing:0px;
- text-align:justify;
- padding-top:5px;
- margin-bottom:1px;
- font-size:10px;
- font-family:calibri;
- color:{color:Text};
- }
- .askimg {
- padding: 3px;
- margin:2px 7px -3px 6px;
- }
- .credit {
- position:fixed;
- font-family:calibri;
- font-size:10px;
- font-weight:normal;
- line-height:150%;
- letter-spacing:0px;
- right:5px;
- bottom:20px;
- text-align:center;
- }
- .credit a {
- font-style:normal;
- padding:3px;
- color:{color:Link};
- -moz-transition-duration:0.5s;
- -webkit-transition-duration:0.5s;
- -o-transition-duration:0.5s;
- }
- </style>
- </head>
- <body>
- <div class="container">
- <div class="sidebar">
- <center><a href="/">
- <img src="{image:sidebar}" class="sidebarimage">
- </a></center>
- <div id="menu-dropdown">
- <span>{text:Extra Links Title}</span>
- <div class="menubar-drop">
- <a href="/">index</a>
- <a href="/ask">ask</a>
- <a href="{text:link1 url}">{text:link1}</a>
- <a href="{text:link2 url}">{text:link2}</a>
- <a href="{text:link3 url}">{text:link3}</a>
- <a href="{text:link4 url}">{text:link4}</a>
- <a href="{text:link5 url}">{text:link5}</a>
- <a href="{text:link6 url}">{text:link6}</a>
- </div>
- </div>
- <div class="description">
- {Description}
- </div>
- {block:Pagination}
- <div class="pagination">
- {block:PreviousPage}
- <a href="{PreviousPage}"> back </a>
- {/block:PreviousPage}
- /
- {block:NextPage}
- <a href="{NextPage}"> next </a>
- {/block:NextPage}
- </div>
- {/block:Pagination}
- </div>
- <div class="postscontainer">
- {block:Posts}
- <div class="posts">
- {block:Text}
- {block:Title}<h2>{Title}</h2>{/block:Title}
- {Body}
- {/block:Text}
- {block:Quote}<div class="quote">“{Quote}”</div><center><div class="source">— {block:Source}{Source}{/block:Source}</div></center><br>{/block:Quote}
- {/block:Quote}
- {block:Link}
- <h2><a href="{URL}">{Name}</a></h2>
- {block:Description}{Description}{/block:Description}
- {/block:Link}
- {block:Chat}{block:Title}<h2>{Title}</h2>{/block:Title}<div class="chat"><ol>{block:Lines}<li class="line {Alt}">{block:Label}<span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}
- </ol></div>{/block:Chat}
- {block:Answer}<img src="{AskerPortraitURL-48}" width="20px" align="left" class="askimg"> <div class="ask"><span style="text-transform:lowercase;">{Asker} asked:</b></span></div> <div class="question">{Question}</div><div class="answer">{Answer}</div>{/block:answer}
- {block:Photo}
- {LinkOpenTag}{block:ifNotShow400pxposts}<img src="{PhotoURL-500}" alt="{PhotoAlt}">{/block:ifNotShow400pxposts}
- {block:ifShow400pxposts}<img src="{PhotoURL-400}" alt="{PhotoAlt}">{/block:ifShow400pxposts}{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}
- {/block:Photo}
- {block:Photoset}
- {block:ifNotShow400pxposts}{Photoset-500}{/block:ifNotShow400pxposts}{block:ifShow400pxposts}{Photoset-400}{/block:ifShow400pxposts}
- {block:Caption}{Caption}{/block:Caption}
- {/block:Photoset}
- {block:Audio}<div class="music">{block:AlbumArt}<div class="albumart"><img src="{AlbumArtURL}"/></div>{/block:AlbumArt}
- <div class="musicinfo">{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
- {/block:ExternalAudio}<b>Played:</b> {PlayCount} times</div>
- <br><div class="playercontainer">{AudioPlayerWhite}</div></div>
- {block:Caption}{Caption}{/block:Caption}<br>{/block:Audio}
- {block:Video}
- {block:ifNotShow400pxposts}{Video-500}{/block:ifNotShow400pxposts}{block:ifShow400pxposts}{Video-400}{/block:ifShow400pxposts}
- {block:Caption}{Caption}{/block:Caption}
- {/block:Video}
- {block:Date}<div class="info"><a href="{Permalink}">{TimeAgo}</a>{block:NoteCount} {NoteCountWithLabel}{/block:NoteCount} <span style="float:right">
- {block:RebloggedFrom} <a href="{ReblogParentURL}">{ReblogParentName}</a>{block:ContentSource} <a href="{SourceURL}"></a><a href="{ReblogRootURL}"> / {ReblogRootName}</a>{/block:ContentSource} & <a href="{ReblogURL}">reblog</a>{/block:RebloggedFrom}</div>{/block:Date}
- {block:HasTags}
- <div class="tags">
- <span style="float:left"><b>tagged under</b>:</span>
- {block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}
- </div>
- {/block:HasTags}
- <div class="postnote">
- {block:PostNotes}{PostNotes}{/block:PostNotes}
- </div>
- {/block:Posts}
- <div class="credit"><a href="http://asschlinthemes.tumblr.com/">credit</a></div>
- </div>
- </div>
- </div>
- </body>
Advertisement
Add Comment
Please, Sign In to add comment