Advertisement
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">
- <!--
- --------------------------------------------------
- C L E A M O U R (C) 2 0 1 4
- ( d o n' t r e m o v e t h e c r e d i t )
- --------------------------------------------------
- -->
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
- <head>
- <!-- DEFAULT VARIABLES -->
- <script type="text/javascript">
- Cufon.replace('.wrapper');
- Cufon.replace('#titles');
- </script>
- <meta name="color:background" content="#ffffff" />
- <meta name="color:entry" content="#ffffff" />
- <meta name="color:text" content="#313131" />
- <meta name="color:link" content="#313131" />
- <meta name="color:link hover" content="#a3a3a3" />
- <meta name="text:Link1" content="link one" />
- <meta name="text:Link1 Title" content="one" />
- <meta name="text:Link2" content="link two" />
- <meta name="text:Link2 Title" content="two" />
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <title>{Title}</title> {block:Description}<meta name="description"
- content="{MetaDescription}" />{/block:Description}
- <link rel="shortcut icon" href="{Favicon}" />
- <link rel="alternate" type="application/rss+xml" href="{RSS}" />
- <script
- src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js"></script>
- <style type="text/css">
- body {
- color:{color:text};
- background-color:{color:background};
- background-attachment:fixed;
- font-family: 'helvetica';
- font-size:11px;
- line-height:150%;
- }
- a:link, a:active, a:visited {
- color: {color:link};
- text-decoration:none;
- -webkit-transition: all 0.5s ease;
- -moz-transition: all 0.5s ease;
- -ms-transition: all 0.5s ease;
- -o-transition: all 0.5s ease;
- transition: all 0.5s ease;
- }
- a:hover {
- color:{color:link hover};
- -webkit-transition: all 0.5s ease;
- -moz-transition: all 0.5s ease;
- -ms-transition: all 0.5s ease;
- -o-transition: all 0.5s ease;
- transition: all 0.5s ease;
- }
- ::-webkit-scrollbar-thumb:vertical {
- background-color: {color:background};
- height:100px;
- border-left:2px solid #181818;
- }
- ::-webkit-scrollbar {
- height:0px;
- width:5px;
- border-left:1px dotted #181818;
- background-color: {color:background};
- }
- #entries {
- margin-left:130px;
- margin-top:140px;
- width:500px;
- display: block;
- }
- #sbar {
- margin-left:750px;
- background-color:{color:background};
- width:180px;
- position:fixed;
- display: block;
- }
- #potrait {
- height:64px;
- padding:10px;
- margin-bottom:10px;
- display:block;
- }
- #stext {
- text-align:justify;
- color:{color:text};
- padding:10px;
- line-height:200%;
- display:block;
- }
- #stext a{
- text-decoration:underline;
- }
- #stext a:hover{
- text-decoration:none;
- }
- .nav {
- font-size:11px;
- }
- .nav:hover {
- color: transparent;
- text-shadow: 0 0 5px rgba(0,0,0,0.5);
- }
- td {
- border-bottom:1px solid #E6E6E6;
- padding:10px;
- }
- #pag {
- background-color:#ffffff;
- margin-top: 50px;
- margin-bottom: 100px;
- width:500px;
- font-size:12px;
- text-align: center;
- display:block;
- }
- #pag a {
- text-decoration:none;
- font-weight:bolder;
- padding-bottom: 2px;
- border-bottom: 1px dotted #000000;
- }
- #posts{
- overflow:hidden;
- margin:auto;
- width:500px;
- background-color: {color:entry};
- margin-top: 50px;
- margin-bottom: 50px;
- }
- #caption{
- padding:0px 10px 5px 10px;
- }
- #caption img, #caption a img {max-width: 450px;}
- #caption a{
- color: {color:link};
- }
- #caption a:hover{
- color: {color:link hover};
- text-decoration:none;
- }
- #caption2{
- background-color:#fff;
- padding:5px 10px 5px 10px;
- margin-top:5px;
- }
- #caption2 img, #caption2 a img {max-width: 450px;}
- #caption2 a{
- color: {color:link};
- }
- #caption2 a:hover{
- color: {color:link hover};
- text-decoration:none;
- }
- .source {
- margin-top:10px;
- border-top:1px solid #E6E6E6;
- padding:5px 0px 5px 0px;
- letter-spacing:0px;
- text-align:left;
- }
- a.tag:after {
- content:",";
- }
- a.tag:last-child:after {
- content:".";
- }
- .info {
- font-size:11px;
- color:#222222;
- line-height:150%;
- padding:0px 5px 0px 5px;
- }
- .info a {
- color:#222222;
- text-decoration:none;
- }
- .info a:hover {
- text-decoration:none;
- color:#BDBDBD;
- }
- .perma {
- margin-top:10px;
- margin-bottom:50px;
- font-size:11px;
- text-align:left;
- }
- .permatags {
- text-transform:none;
- line-height:150%;
- padding:0px 5px 0px 5px;
- }
- .permatags a {
- color:#222222;
- margin-right:15px;
- text-decoration:none;
- }
- .permatags a:hover {
- color:#BDBDBD;
- }
- blockquote {
- width:90%;
- text-align:justify;
- padding-left:15px;
- margin-left:20px;
- border-left:1px solid #A4A4A4;
- }
- blockquote img, blockquote a img {max-width: 400px;}
- #question {
- padding:10px;
- background-color:#F8F8F8;
- }
- #answer {
- padding:10px 10px 5px 10px;
- }
- #quote {
- font-weight:bolder;
- letter-spacing:0px;
- font-size:12px;
- text-align:left;
- margin:0px 15px 15px 15px;
- line-height: 150%;
- }
- #quotesource {
- margin:0px 15px 10px 15px;
- font-size:11px;
- text-align:left;
- line-height: 150%;
- }
- #credit {
- position:fixed;
- right:15px;
- bottom:10px;
- font-size:10px;
- padding:5px;
- -webkit-transition: all 0.5s ease;
- -moz-transition: all 0.5s ease;
- -ms-transition: all 0.5s ease;
- -o-transition: all 0.5s ease;
- transition: all 0.5s ease;
- }
- #credit:hover {
- position:fixed;
- right:15px;
- bottom:10px;
- padding:5px;
- text-shadow: 1px 1px 1px #bebebe;
- -webkit-transition: all 0.5s ease;
- -moz-transition: all 0.5s ease;
- -ms-transition: all 0.5s ease;
- -o-transition: all 0.5s ease;
- transition: all 0.5s ease;
- }
- .user_1 .label {color:{color:text}; font-weight:bold;}
- .user_2 .label {color:{color:text}; font-weight:bold;}
- ul.chat, .chat ol, .chat li {list-style:none; margin:0px; padding:3px; }
- .audiopost { position: relative; display:inline-block; }
- .tumblr_audio_player { padding: 0px; margin: 0px; height: 50px; width:
- 500px; }
- .button { width:20px; height:36px; overflow:hidden; position:relative;
- opacity:0.8; z-index:100; margin: 0px 18px 13px 10px; }
- .musicbox { margin-top:14px; margin-left:15px; opacity: 1; background-
- color:#FFF; position: absolute; z-index: 100; }
- .audiopostinfo { margin-left: 90px; width:400px; display:inline-block; min-
- height:55px; overflow: hidden; font-size:11px; font-style: ; text-align: left;
- letter-spacing:0px; text-transform:lowercase; padding:13px; line-height:
- 200%; }
- #notes {margin-top:50px; font-weight:normal; font-size:9px;}
- #notes li {padding-bottom:2em; list-style-type: none;}
- #notes li img.avatar {vertical-align:-4px; margin-right:5px; width:16px;
- height:16px;}
- iframe input, iframe submit, iframe textarea, iframe div, iframe table
- {background-color:transparent!important; z-index:-1;}
- {CustomCSS}
- </style>
- <script type="text/javascript"
- src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/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>
- <script language="javascript">
- function toggle() {
- var ele = document.getElementById("toggleText");
- var text = document.getElementById("displayText");
- if(ele.style.display == "block") {
- ele.style.display = "none";
- text.innerHTML = "SHOW NOTES";
- }
- else {
- ele.style.display = "block";
- text.innerHTML = "HIDE NOTES";
- }
- }
- </script>
- </head>
- <body>
- <div id="credit"><a href="http://cleamour.tumblr.com/" title="theme by cleamour.">▼</a></div>
- <div id="sbar">
- <div id="potrait"><img src="{PortraitURL-64}"></div>
- <div id="stext">
- {block:Description}{Description}{/block:Description}
- </div>
- <table width="180" border="0" cellspacing="10" cellpadding="0">
- <tr>
- <td align="left" valign="middle"><a class="nav" href="/">index</a></td>
- <td align="left" valign="middle"><a class="nav"
- href="/ask">inbox</a></td>
- </tr>
- <tr>
- <td align="left" valign="middle">{block:ifLink1}<a class="nav"
- href="{text:Link1}">{text:Link1 Title}</a>{/block:ifLink1}</td>
- <td align="left" valign="middle">{block:ifLink2}<a class="nav"
- href="{text:Link2}">{text:Link2 Title}</a>{/block:ifLink2}</div></td>
- </tr>
- </table>
- </div>
- <div id="entries">
- {block:Posts}
- <div id="posts">
- {block:Text}<div id="caption">{block:Title}<big><strong>{Title}
- </strong></big>{/block:Title}{Body}</div>{/block:Text}
- {block:Quote}<div id="caption">
- <div id="quote">{Quote}</div>
- <div id="quotesource">— {Source}</div></div>
- {/block:Quote}
- {block:Link}<a href="{URL}" class="link" {Target}><big><strong>{Name}
- </strong></big></a>
- {block:Description}<P>{Description}</p>{/block:Description}{/block:Link}
- {block:Photo}<center>{LinkOpenTag}<img src="{PhotoURL-500}"
- alt="{PhotoAlt}" width="500px"/>{LinkCloseTag}</center>{block:Caption}
- <div id="caption2">{Caption}</div>{/block:Caption}{/block:Photo}
- {block:Photoset}<center>{Photoset-500}</center>{block:Caption}<div
- id="caption2">{Caption}</div>{/block:Caption}
- {/block:Photoset}
- {block:Chat}<div id="caption">{block:Title}<big><strong>{Title}
- </strong></big>{/block:Title}<ul class="chat">{block:Lines}<li class="user_
- {UserNumber}">{block:Label}
- <span class="label">{Label}</span>{/block:Label} {Line}</li>
- {/block:Lines}</ul></div>
- {/block:Chat}
- {block:Video}{Video-500}{block:Caption}<div id="caption2">{Caption}
- </div>{/block:Caption}{/block:Video}
- {block:Answer}
- <div id="question"><strong>{Asker}:</strong><br> {Question}</div>
- <div id="answer">{Answer}</div>{/block:answer}
- {block:Audio}
- {block:AudioPlayer}
- <div class="audiopost">
- <div class="musicbox"><div class="button">{block:AudioPlayer}
- {AudioPlayerWhite}{/block:AudioPlayer}</div></div>
- <div class="audiopostinfo"><font style="border-bottom: 0px solid
- {color:border}; padding-bottom: 6px; text-transform: uppercase; font-weight: 300; font-size: 15px; font-family: {text:body}; font-style:italic;">
- {block:TrackName}{TrackName}{/block:TrackName}</font><br>
- {block:Artist}— {Artist}{/block:Artist}</div></div>
- {/block:AudioPlayer}
- {block:Caption}
- <div id="caption2">{Caption}</div>
- {/block:Caption}{/block:Audio}
- {/block:Audio}
- {block:IndexPage}<div class="source">
- <div class="info">
- <span style="text-transform:none;">{block:Date}<a href="{Permalink}" title="{TimeAgo}">{12Hour}:{Minutes} {CapitalAmPm}</a>{/block:Date}{block:NoteCount} / <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}{block:HasTags} · tagged: {block:Tags}<a class="tag" href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}
- </div></div> {/block:IndexPage}
- {block:PermalinkPage}<div class="perma">
- <div class="info">
- <span style="text-transform:none;">{block:Date}{TimeAgo}{/block:Date}{block:NoteCount} · {NoteCountWithLabel}
- {/block:NoteCount}</span></span>{block:RebloggedFrom}<br/><a href="{ReblogParentURL}">via</a>{block:ContentSource} · <a href="{ReblogRootURL}">source</a>{/block:ContentSource}{/block:RebloggedFrom}
- </div>
- <div class="permatags">
- {block:HasTags}{block:Tags}<a href="{TagURL}">#{Tag}</a>{/block:Tags}{/block:HasTags}
- </div>
- </div>{/block:PermalinkPage}
- {block:PostNotes}<center><a id="displayText" href="javascript:toggle();"
- style="font-size:11px; letter-spacing:2px;">SHOW NOTES</a></center>
- <div id="toggleText" style="display: none"><div id="notes">{PostNotes}
- </div>
- </div>{/block:PostNotes}
- </div><br>
- {/block:Posts}
- {block:Pagination}
- <div id="pag">
- <center>
- {block:PreviousPage}
- <span style="padding-right:50px;"><a
- href="{PreviousPage}">fall</a></span>
- {/block:PreviousPage}
- {block:NextPage}<a href="{NextPage}">jump</a>
- {/block:NextPage}
- </center>
- </div>
- {/block:Pagination}
- {block:ContentSource}
- <!— {SourceURL}{block:SourceLogo}<img src=”{BlackLogoURL}”
- width=”{LogoWidth}” height=”{LogoHeight}” alt=”{SourceTitle}” />
- {/block:SourceLogo}
- {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} —>
- {/block:ContentSource}{block:ReblogParent}{/block:ReblogParent}
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement