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 3
- ( 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>
- <title>{Title}{block:SearchPage} ({lang:Search results for SearchQuery}){/block:SearchPage}{block:PermalinkPage}{block:PostSummary} — {PostSummary}{/block:PostSummary}{/block:PermalinkPage}</title>
- <meta charset="utf-8">
- <meta name="description" content="{block:IndexPage}{block:Description}{MetaDescription}{/block:Description}{/block:IndexPage}{block:PermalinkPage}{block:PostSummary}{PostSummary}{/block:PostSummary}{/block:PermalinkPage}" />
- <!-- 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="#000000" />
- <meta name="color:link" content="#818181" />
- <meta name="color:link background" content="#f2ff00" />
- <meta name="color:link hover" content="#020202" />
- <meta name="color:border color" content="#ebebeb" />
- <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 name="text:Link3" content="link three" />
- <meta name="text:Link3 Title" content="three" />
- <link rel="shortcut icon" href="{Favicon}" />
- <link rel="alternate" type="application/rss+xml" href="{RSS}" />
- <style type="text/css">
- body {
- color:{color:text};
- background-color:{color:background};
- background-attachment:fixed;
- font-family:'arial';
- font-size:10px;
- line-height:100%;
- text-align:justify;
- }
- 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;
- opacity: 1;
- }
- 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;
- opacity: 1;
- background-color: {color:link background};
- }
- ::-webkit-scrollbar-thumb:vertical {
- background-color: #000000;
- height:100px;}
- ::-webkit-scrollbar {
- height:10px;
- width:10px;
- background-color: #ffffff;}
- #entries {
- margin-left:550px;
- margin-top: 90px;
- width:505px;
- padding-bottom: 100px;
- display: block;
- }
- #sbar {
- margin-left: 300px;
- width:95px;
- text-align: center;
- margin-top: 0px;
- position:fixed;
- display: block;
- }
- #potrait {
- width: 64px;
- height: 64px;
- background-image: url({PortraitURL-64});
- border-radius: 32px;
- display:block;
- }
- #stext {
- font-size:12px;
- font-color:{color:text};
- font-family:'Bell MT';
- letter-spacing:0px;
- padding: 10px;
- width:75px;
- margin-top:10px;
- display:block;
- }
- #nav{
- width:75px;
- text-transform: lowercase;
- text-decoration:none;
- font-family:'Bell MT';
- font-size:10px;
- font-style:italic;
- letter-spacing:2px;
- padding: 10px;
- text-align:center;
- }
- #nav a {
- color:{color:link};
- }
- #nav a:hover {
- color:{color:link hover};
- }
- #pag {
- text-align:center;
- font-size:12px;
- font-family:'Bell MT';
- padding: 10px;
- margin-top: 1px;
- display:block;
- }
- #posts{
- overflow:hidden;
- width:505px;
- background-color: {color:entry};
- padding: 10px;
- margin-bottom: 100px;
- }
- #source {
- display:block;
- margin:0px 0px 0px 0px;
- padding:0px;
- }
- .h1 {
- color:{color:text};
- font-family:'Bell MT';
- font-style:italic;
- font-size: 18px;
- line-height:15px;
- text-align:left;
- padding-bottom: 3px;
- }
- #tags{
- font-family:'helvetica';
- font-size:9px;
- padding-left: 10px;
- padding-right: 10px;
- padding-bottom: 10px;
- letter-spacing:0px;
- text-transform:lowercase;
- }
- #info{
- margin-top:8px;
- font-family:'helvetica';
- font-style:italic;
- font-size:8px;
- text-transform:lowercase;
- text-align:right;
- letter-spacing:1px;
- padding-right: 10px;
- padding-top: 7px;
- }
- #info a {
- color:{color:link};
- }
- #info a:hover {
- color:{color:link hover};
- }
- #tags a {
- color:{color:link};
- }
- #tags a:hover {
- color:{color:link hover};
- }
- #questions {
- text-align:left;
- color: {color:text};
- margin-bottom:10px;
- margin-left:10px;
- margin-top:10px;
- padding-left:10px;
- padding-bottom:10px;
- font-size:10px;
- text-align:justify;
- }
- #asker {
- font-family:'Bell MT';
- font-style:italic;
- font-size: 18px;
- }
- #asker a {
- color:{color:link};
- }
- #asker a:hover {
- color:{color:info link hover};
- }
- blockquote {
- border-left: 3px solid;
- border-color: {color:border color};
- padding-left:5px;
- margin:0px 2px 0px 10px
- }
- #quote {
- font-family:'Bell MT';
- font-style:italic;
- font-size: 18px;
- line-height: 100%;
- }
- #quotesrc {
- text-align:right;
- font-family:'Bell MT';
- font-style:italic;
- font-size: 15px;
- }
- #credit {
- position:fixed;
- right:10px;
- bottom:10px;
- text-transform:uppercase;
- font:10px 'cambria';
- letter-spacing:1px;
- 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:10px;
- bottom:10px;
- text-transform:uppercase;
- font:10px 'cambria';
- letter-spacing:1px;
- 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:1px;}
- .audio { height:100px; margin-bottom:5px; }
- .audio-album { position:absolute; width:100px; }
- .audio-player { opacity:0.6; filter:alpha(opacity=60); border:2px solid #f2f2f2; width:25px; height:25px; overflow:hidden; position:absolute; z-index:2; margin-left:36px; margin-top:36px; }
- .audio-info { font-family:'Bell MT';; font-style:italic; font-size:15px; text-align:center; margin-left:100px; padding:45px;}
- #notes {font-weight:light; font-size:8px; letter-spacing:2px;}
- #notes li {padding-bottom:2em;}
- #notes li img.avatar {vertical-align:-4px; margin-right:5px; width:20px; height:20px;}
- iframe input, iframe submit, iframe textarea, iframe div, iframe table {background-color:transparent!important; z-index:-1;}
- {CustomCSS}</style>
- </head>
- <body>
- <a href="http://cleamour.tumblr.com/" target="_blank"><div id="credit">CLMR</div></a>
- <div id="sbar">
- <center>
- <a href="/"><div id="potrait">
- </div></a>
- </center>
- <div id="stext">{block:Description}{Description}{/block:Description}
- </div>
- <div id="nav">
- <span style="padding-right:5px;"><a href="/ask">ask</a></span>
- {block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a>{/block:ifLink1}<br>
- <span style="padding-right:5px;">{block:ifLink2}<a href="{text:Link2}">{text:Link2 Title}</a>{/block:ifLink2}</span>
- {block:ifLink3}<a href="{text:Link3}">{text:Link3 Title}</a>{/block:ifLink3}
- </div>
- </div>
- <div id="entries">
- {block:Posts}
- <div id="posts">
- {block:Title}<div class="h1">{Title}</div>{/block:Title}
- {block:Text}{Body}{/block:Text}
- {block:Quote}
- <div id="quote">{Quote}</div><br><div id="quotesrc">— {Source}</small></small></div>
- {/block:Quote}
- {block:Link}<a href="{URL}" class="link" {Target}><div class="h1">{Name} </div></a>
- {block:Description}<P>{Description}</p>{/block:Description}{/block:Link}
- {block:Photo}<center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>
- {LinkCloseTag}</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:Lines}<li class="user_{UserNumber}">{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="asker"<a>{Asker}</a>:</div><br><div id="questions"><i>{Question}</i><br></div>
- {Answer}{/block:answer}
- {block:Audio}<div class="audio">
- {block:AlbumArt}<img class="audio-album" src="{AlbumArtURL}">{/block:AlbumArt}
- <div class="audio-player">{block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}
- </div>
- <div class="audio-info">
- {block:TrackName}{TrackName}{/block:TrackName} {block:Artist}by {Artist}{/block:Artist}
- </div></div>
- {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
- {/block:Audio}
- <div id="info">
- <div id="source">
- {block:Date}<a href="{Permalink}">{TimeAgo}</a>{/block:Date}{block:NoteCount} · {NoteCount}{/block:NoteCount}{block:ContentSource} · <a href="{SourceURL}"><b>©</b></a>{/block:ContentSource}{/block:RebloggedFrom}
- </div></div>
- <div id="tags">{block:HasTags}<span style="padding-right:5px;"><big>#</big></span> {block:Tags}<span style="padding-right:5px;"><a href="{TagURL}">{Tag}</a> </span>{/block:Tags}{/block:HasTags} </div>
- </div>
- <div id="notes">{block:PostNotes}{PostNotes}{/block:PostNotes}</div>
- {/block:Posts}
- <div id="pag" style="margin-bottom:-70px;">
- {block:Pagination}
- {block:PreviousPage}<center>
- <a href="{PreviousPage}">previous</a> —
- {/block:PreviousPage}
- ({CurrentPage} of {TotalPages})
- {block:NextPage} —
- <a href="{NextPage}">next</a>
- {/block:NextPage}
- </center>
- {/block:Pagination}
- </div>
- {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