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>
- <!-- 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="#0f0f0f" />
- <meta name="color:link" content="#4e4e4e" />
- <meta name="color:link hover" content="#6d6d6d" />
- <meta name="color:border color" content="#ececec" />
- <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" />
- <meta name="text:Link4" content="link four" />
- <meta name="text:Link4 Title" content="four" />
- <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}" />
- <link href='http://fonts.googleapis.com/css?family=Source+Sans+Pro' rel='stylesheet' type='text/css'>
- </head>
- <style type="text/css">
- body {
- color:{color:text};
- background-color:{color:background};
- background-attachment:fixed;
- font-family:'source sans pro';
- font-size:10px;
- line-height:100%;
- text-align:justify;
- }
- ::-webkit-scrollbar-thumb:vertical {
- background-color: {color:background};
- height:100px;
- border-left:2px solid #4e4e4e;
- }
- ::-webkit-scrollbar {
- height:0px;
- width:5px;
- background-color: {color:background};
- }
- 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;
- text-shadow: 0px 1px 1px #bebebe;
- }
- #entries {
- margin-left:400px;
- margin-top: 100px;
- width:500px;
- display: block;
- }
- #sbar {
- width:162px;
- margin-top:110px;
- margin-left:200px;
- top:0px;
- left:0px;
- position:fixed;
- display: block;
- }
- #stext {
- width:100px;
- background-color:#fafafa;
- font-size:11px;
- text-align: justify;
- font-color:{color:text};
- padding: 30px;
- border-bottom:1px solid {color:border color};
- border-top:1px solid {color:border color};
- display:block;
- }
- .nav1 {
- text-align:center;
- float:left;
- width:61px;
- }
- .nav2 {
- text-align:center;
- float:right;
- width:61px;
- }
- .nav1 a {
- color:#000000;
- float:left;
- padding:10px;
- letter-spacing:3px;
- width:61px;
- }
- .nav2 a {
- color:#000000;
- float:right;
- padding:10px;
- letter-spacing:3px;
- width:61px;
- }
- .nav1 a:hover, .nav2 a:hover {
- padding:10px;
- background-image:url(http://i.imgur.com/Iq1HdaL.png);
- letter-spacing:1px;
- }
- #pag {
- font-size:10px;
- padding-top:12px;
- display:block;
- }
- #pag a {
- padding:5px;
- }
- #pag a: hover {
- padding:5px;
- background-color:{color:background};
- }
- #posts{
- overflow:hidden;
- width:500px;
- background-color: {color:entry};
- padding: 10px;
- margin-bottom: 80px;
- }
- #source {
- background-image:url(http://i.imgur.com/Iq1HdaL.png);
- }
- .h1, .link {
- color:{color:text};
- font-size:15px;
- line-height:15px;
- letter-spacing:0px;
- text-align:center;
- padding-bottom: 3px;
- }
- #info{
- font-size:9px;
- margin-top:10px;
- text-align:center;
- text-transform:lowercase;
- padding-top:10px;
- padding-left:10px;
- padding-right:10px;
- }
- #info a {
- color:{color:link};
- }
- #info a:hover {
- color:{color:link hover};
- }
- #tags{
- font-size:9px;
- text-align:center;
- text-transform:lowercase;
- padding-bottom:10px;
- padding-left:10px;
- padding-right:10px;
- }
- #tags a {
- color:{color:link};
- }
- #tags a:hover {
- color:{color:link hover};
- }
- blockquote {
- border-left: 2px solid;
- border-color: {color:border color};
- padding-left:5px;
- margin:0px 5px 0px 5px
- }
- #quote {
- font-size:14px;
- text-align:center;
- line-height: 100%;
- margin-left: 10px;
- padding:10px;
- }
- #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:2px;}
- .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-size:15px; text-align:center; margin-left:100px; padding:42px;}
- #notes {font-weight:normal;}
- #notes li {padding-bottom:0.5em;}
- #notes li img.avatar {vertical-align:-4px; margin-right:5px; width:16px; height:16px; border-radius:50%;}
- iframe input, iframe submit, iframe textarea, iframe div, iframe table {background-color:transparent!important; z-index:-1;}
- {CustomCSS}
- </style>
- <body>
- <div id="credit"><a href="http://cleamour.tumblr.com/" target="_blank">CLMR</a></div>
- <div id="sbar">
- <div id="stext">
- {block:Description}{Description}{/block:Description}</div>
- <div class="nav1">
- <a class="nav1" href="/" style="background-image:url(http://i.imgur.com/Iq1HdaL.png);">index</a>
- {block:ifLink1}<a class="nav1" href="{text:Link1}">{text:Link1 Title}</a>{/block:ifLink1}
- {block:ifLink3}<a class="nav1" href="{text:Link3}">{text:Link3 Title}</a>{/block:ifLink3}
- </div>
- <div class="nav2">
- <a class=nav2" href="/ask">ask</a>
- {block:ifLink2}<a class="nav2" href="{text:Link2}">{text:Link2 Title}</a>{/block:ifLink2}
- {block:ifLink4}<a class="nav2" href="{text:Link4}">{text:Link4 Title}</a>{/block:ifLink4}
- </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}<br><span style="text-transform:uppercase; font-size:10px;">— {Source} —</span></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}
- <table style="padding-bottom:5px;margin-bottom:5px;">
- <tr>
- <td style="vertical-align:top;padding-right:10px;"><img src="{AskerPortraitURL-24}" style="border:1px solid {color:border color}; padding:10px;"></td>
- <td style="vertical-align:top;"><span style="text-transform:uppercase; letter-spacing:2px;">{Asker} asked:</span><br>{Question}</td>
- </tr>
- </table>
- {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}<br><span style="text-transform:uppercase; font-size:9px; letter-spacing:2px;">{Artist}</span>{/block:Artist}
- </div></div>
- {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
- {/block:Audio}
- <div id="source">
- <div id="info">
- {block:Date}<a href="{Permalink}">{TimeAgo}</a></span>{/block:Date} {block:NoteCount}<span style="padding-left:20px;">{NoteCountWithLabel}</span>{/block:NoteCount}{block:ContentSource} <span style="padding-left:20px;"><a href="{SourceURL}"><b>©</b></a></span>{/block:ContentSource}
- </div>
- <div id="tags">{block:HasTags}{block:Tags} <span style="padding-right:5px;"><a href="{TagURL}">{Tag}</a> </span>{/block:Tags}{/block:HasTags} </div>
- </div>
- </div>
- {/block:Posts}
- {block:Pagination}
- <div id="pag" style="margin-bottom:50px;">
- <center>
- {block:PreviousPage}
- <span style="background-color:#ffffff; padding:10px"><a href="{PreviousPage}">recent</a> </span>
- {/block:PreviousPage}
- {block:NextPage} <span style="background-image:url(http://i.imgur.com/Iq1HdaL.png); padding:10px"><a href="{NextPage}">older</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 id="notes">{block:PostNotes}{PostNotes}{/block:PostNotes}</div>
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement