Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!--- Theme #5 'Clockwork' by Brianna @ farflunghopes.tumblr.com
- Rules:
- 1. Do not remove the credit from the code or the theme. You may MOVE it, but leave it on the FIRST page of your blog, ie: it must be visible on the main page.
- 2. Do not redistribute this theme.
- 3. Do not steal this theme. Taking a portion of the code and adding it to your own theme/others' counts as stealing. If you want to learn how to do something, ask, and I will do my best to help you.
- 4. Do not use this theme as a base code.
- 5. If you have any problems, find glitches, or just need help, please ask me! That's not really a rule, but I'd love to help.
- Help:
- - Theme looks best in Google Chrome.
- - SAVE and REFRESH the page before changing appearance options.
- - The background image REPEAT and POSITION can be changed under the appearance options. Select or deslect 'BackgroundImageRepeat' and enter the position in 'bgimgposition'.
- - The posts can either be 400px wide or 500px wide. The default is 400px. For 500px posts deselect '400pxPosts' under the appearance options.
- - There are FOUR extra links available. Add them under the appearance options.
- - The BODY font SIZE can be changed under the appearance options. DO NOT add 'px' after the number.
- - The 'highlight' and 'highlighttext' color options refer to the background and text color that appears when you click and drag the cursor.
- - The sidebar text alignment is JUSTIFIED (stretched across the row). You can change this in the '#description' css.
- - The sidebar image is the home link.
- Enjoy!
- --->
- <!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}
- <link href='http://fonts.googleapis.com/css?family=Niconne' rel='stylesheet' type='text/css'>
- <link href='http://fonts.googleapis.com/css?family=Allura' rel='stylesheet' type='text/css'>
- <link href='http://fonts.googleapis.com/css?family=Love+Ya+Like+A+Sister' rel='stylesheet' type='text/css'>
- <meta name="color:background" content="#FFFFFF" />
- <meta name="color:text" content="#999999" />
- <meta name="color:sidetext" content="#777777">
- <meta name="color:posts" content="#DDDDDD">
- <meta name="color:link" content="#777777">
- <meta name="color:linkhover" content="#CCCCCC">
- <meta name="color:infolink" content="#555555">
- <meta name="color:infolinkhover" content="#999999">
- <meta name="color:sidelink" content="#CCCCCC">
- <meta name="color:sidelinkhover" content="#888888">
- <meta name="color:borders" content="#CCCCCC">
- <meta name="color:postborder" content="#BBBBBB">
- <meta name="color:scrollbarbackground" content="#DDDDDD">
- <meta name="color:scrollbar" content="#999999">
- <meta name="color:highlight" content="#DDDDDD">
- <meta name="color:highlighttext" content="#111111">
- <meta name="text:bodyfontsize" content="11">
- <meta name="text:bgimgposition" content="bottom right" />
- <meta name="text:link1" content="/">
- <meta name="text:link1name" content="link 1">
- <meta name="text:link2" content="/">
- <meta name="text:link2name" content="link 2">
- <meta name="text:link3" content="/">
- <meta name="text:link3name" content="link 3">
- <meta name="text:link4" content="/">
- <meta name="text:link4name" content="link 4">
- <meta name="font:body" content="">
- <meta name="font:sidebar" content="">
- <meta name="image:sidebar" content="">
- <meta name="image:background" content="">
- <meta name="if:BackgroundImageRepeat" content="" />
- <meta name="if:400pxPosts" content="1">
- <style type="text/css">
- iframe#tumblr_controls {right:3px !important; position: fixed !important;-webkit-transition: opacity 0.7s linear;opacity: 0.2;-webkit-transition: all 0.8s ease-out;-moz-transition: all 0.8s ease-out;transition: all 0.8s ease-out;}
- iframe#tumblr_controls:hover{-webkit-transition: opacity 0.7s linear;opacity: 1;-webkit-transition: all 0.4s ease-out;-moz-transition: all 0.4s ease-out;transition: all 0.4s ease-out;}
- ::-webkit-scrollbar {
- width: 7px;
- background-color:{color:scrollbarbackground};
- }
- ::-webkit-scrollbar-thumb {
- width:7px;
- background-color:{color:scrollbar};
- }
- ::selection {
- background: {color:highlight};
- color: {color:highlighttext};
- }
- body {
- background-color:{color:background};
- color:{color:text};
- font-size:{text:bodyfontsize}px;
- font-family:{font:body};
- line-height:95%;
- background-image:url('{image:background}');
- background-attachment:fixed;
- background-position:{text:bgimgposition};
- {block:IfBackgroundImageRepeat}
- background-repeat:repeat;
- {/block:IfBackgroundImageRepeat}
- {block:IfNotBackgroundImageRepeat}
- background-repeat:no-repeat;
- {/block:IfNotBackgroundImageRepeat}
- }
- a {
- color:{color:link};
- text-decoration:none;
- outline:none;
- -moz-outline-style:none;
- -webkit-transition: all 0.6s ease-out;
- -o-transition: all 0.6s ease-out;
- -webkit-transition: all 0.6s ease-out;
- -moz-transition: all 0.6s ease-out;
- }
- a:hover {
- color:{color:linkhover};
- -webkit-transition: all 0.6s ease-out;
- -o-transition: all 0.6s ease-out;
- -webkit-transition: all 0.6s ease-out;
- -moz-transition: all 0.6s ease-out;
- }
- blockquote {
- padding-left:5px;
- border-left:2px solid;
- }
- blockquote blockquote {
- padding-left:5px;
- border-left:2px solid;
- }
- h1 {
- font-size:17px;
- font-family: 'Niconne', cursive;
- }
- #entries {
- padding:10px;
- {block:IfNot400pxPosts}
- width:540px;
- margin-left:360px;
- {/block:IfNot400pxPosts}
- {block:If400pxPosts}
- width:440px;
- margin-left:410px;
- {/block:If400pxPosts}
- margin-top:40px;
- }
- #post {
- padding:20px;
- overflow:hidden;
- background-color:{color:posts};
- border: 1px solid {color:postborder};
- {block:IfNot400pxPosts}
- width:500px;
- {/block:IfNot400pxPosts}
- {block:If400pxPosts}
- width:400px;
- {/block:If400pxPosts}
- }
- #sidebar {
- {block:IfNot400pxPosts}
- margin-left:160px;
- {/block:IfNot400pxPosts}
- {block:If400pxPosts}
- margin-left:210px;
- {/block:If400pxPosts}
- position:fixed;
- width:160px;
- margin-top:200px;
- height:auto;
- border-right: 1px solid {color:borders};
- padding:10px;
- padding-top:30px;
- padding-bottom:30px;
- background-color:transparent;
- }
- #title {
- font-family: 'Niconne', cursive;
- font-size:18px;
- border-bottom:1px solid {color:borders};
- padding-bottom:7px;
- text-align:right;
- }
- #links {
- position:absolute;
- padding-bottom:5px;
- right:5px;
- margin-top:-6px;
- font-size:7px;
- }
- #links a {
- font-family:georgia;
- margin-right:3px;
- text-transform:uppercase;
- color:{color:sidelink};
- -webkit-transition: all 0.6s ease-out;
- -o-transition: all 0.6s ease-out;
- -webkit-transition: all 0.6s ease-out;
- -moz-transition: all 0.6s ease-out;
- }
- #links a:hover {
- color:{color:sidelinkhover};
- -webkit-transition: all 0.6s ease-out;
- -o-transition: all 0.6s ease-out;
- -webkit-transition: all 0.6s ease-out;
- -moz-transition: all 0.6s ease-out;
- }
- #sidebarimage {
- width:160px;
- margin-top:10px;
- border-top:1px solid {color:borders};
- padding-top:10px;
- padding-bottom:10px;
- -webkit-transition: all 0.6s ease-out;
- -o-transition: all 0.6s ease-out;
- -webkit-transition: all 0.6s ease-out;
- -moz-transition: all 0.6s ease-out;
- }
- #sidebarimage:hover {
- opacity:0.8;
- -webkit-transition: all 0.6s ease-out;
- -o-transition: all 0.6s ease-out;
- -webkit-transition: all 0.6s ease-out;
- -moz-transition: all 0.6s ease-out;
- }
- #sidebarimage img {
- width:160px;
- }
- #description {
- padding-top:10px;
- text-align:justify;
- color:{color:sidetext};
- width:160px;
- font-size:10px;
- font-family:{font:sidebar};
- border-top:1px solid {color:borders};
- }
- #pagination {
- font-family:georgia;
- font-size:8px;
- text-align:center;
- border-top:1px solid {color:borders};
- padding-top:10px;
- }
- #pagination a {
- font-size:16px;
- font-family: 'Niconne', cursive;
- }
- #info {
- font-family:georgia;
- text-transform:uppercase;
- font-size:8px;
- text-align:center;
- border-top:1px solid {color:borders};
- padding-top:7px;
- margin-top:5px;
- }
- #info a{
- color:{color:infolink};
- }
- #info a:hover {
- color:{color:infolinkhover};
- }
- #tags {
- font-size:8px;
- text-align:center;
- margin-top:-8px;
- font-style:italic;
- font-family:georgia;
- }
- #asker {
- font-family: 'Niconne', cursive;
- font-size:15px;
- margin-top:-20px;
- margin-left:32px;
- }
- #question {
- border-bottom:1px solid {color:borders};
- padding-bottom:7px;
- }
- #credit {
- position:fixed;
- right:-1px;
- bottom:-1px;
- font-family: 'Allura', cursive;
- font-size:13px;
- background-color:#FFFFFF;
- padding:5px;
- }
- .audio {
- margin-right:5px;
- width:70px;
- float:left;
- }
- .hidden {
- width:70px;
- height:73px;
- }
- .pull {
- margin-left:4px;
- margin-top:-6px;
- }
- .tumblr_audio_player {
- margin:0px;
- padding:0px;
- width:500px;
- height:50px;
- }
- .player {
- width:35px;
- height:37px;
- margin-left:10px;
- margin-top:10px;
- background-color:#999;
- overflow:hidden;
- position:absolute;
- opacity:0.7;
- background-color:#fff;
- border:7px solid #ECECEC;
- -webkit-transition: all 0.3s ease-out;
- -o-transition: all 0.3s ease-out;
- -webkit-transition: all 0.3s ease-out;
- -moz-transition: all 0.3s ease-out;
- }
- .player:hover {
- opacity:1;
- -webkit-transition: all 0.3s ease-out;
- -o-transition: all 0.3s ease-out;
- -webkit-transition: all 0.3s ease-out;
- -moz-transition: all 0.3s ease-out;
- }
- .caption {
- margin-top:20px;
- }
- .audio img{
- max-width: 70px;
- height: auto;
- }
- .song {
- margin-left:70px;
- margin-top:-58px;
- font-family:geneva;
- line-height:15px;
- text-transform:uppercase;
- font-size:12px;
- padding-bottom:15px;
- }
- .quotation {
- font-family: 'Love Ya Like A Sister', cursive;
- font-size:38px;
- margin-top:10px;
- }
- .quote {
- margin-top:-15px;
- }
- {CustomCSS}</style></head>
- <body>
- <div id="sidebar">
- <div id ="title">{Title}</div><br>
- <div id="links">
- <a href="/ask">ask</a>
- {block:IfLink1Name}
- <a href="{text:link1}">{text:link1name}</a>
- {/block:IfLink1Name}
- {block:IfLink2Name}
- <a href="{text:link2}">{text:link2name}</a>
- {/block:IfLink2Name}
- {block:IfLink3Name}
- <a href="{text:link3}">{text:link3name}</a>
- {/block:IfLink3Name}
- {block:IfLink4Name}
- <a href="{text:link4}">{text:link4name}</a>
- {/block:IfLink4Name}
- </div>
- <div id="sidebarimage"><a href="/"><img src="{image:sidebar}"></a></div>
- <div id="description">{Description}<p>
- <div id="pagination">{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">«</a>{/block:PreviousPage}  {CurrentPage} | {TotalPages}  {block:NextPage}<a href="{NextPage}">»</a>{/block:NextPage}{/block:Pagination}</div></div>
- </div>
- <div id="credit"><a href="http://farflunghopes.tumblr.com">theme</a></div>
- <div id="entries">{block:Posts}<div id="post">
- {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
- {block:Photo}{LinkOpenTag}{block:IfNot400pxPosts}<img src="{PhotoURL-500}">{block:IfNot400pxPosts}{block:If400pxPosts}<img src="{PhotoURL-500}" width="400">{/block:If400pxPosts}{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
- {block:Photoset}{block:IfNot400pxPosts}{Photoset-500}{block:IfNot400pxPosts}{block:If400pxPosts}{Photoset-400}{/block:If400pxPosts}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
- {block:Quote}<div class="quotation">"</div><div class="quote">     {Quote}"</div>{block:Source}<br>                 —{Source}{/block:Source}{/block:Quote}
- {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
- {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
- {block:Audio}
- {block:AlbumArt}<div class="audio"><img src="{AlbumArtURL}"></div>{/block:AlbumArt}
- <div class="hidden"><div class="player"><div class="pull">{AudioPlayerWhite}</div></div></div>
- <div class="song">{block:TrackName}{TrackName}{/block:TrackName}{block:Artist}<br>{Artist}{/block:Artist}<br>{PlayCountWithLabel}</div>
- {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
- {/block:Audio}
- {block:Video}{block:IfNot400pxPosts}{Video-500}{/block:IfNot400pxPosts}{block:If400pxPosts}{Video-400}{/block:If400pxPosts}{block:Caption}{Caption}{/block:Caption}{/block:Video}
- {block:Answer}<img src="{AskerPortraitURL-24}"><div id="asker">{Asker}:</div><br><div id="question">{Question}</div><br>{Answer}{/block:Answer}
- <div id="info">
- {block:Date}posted <a href="{Permalink}">{TimeAgo}</a>{/block:Date}
- with <a href="{Permalink}">{NoteCountWithLabel}</a>
- {block:RebloggedFrom}|{block:ContentSource} © <a href="{SourceURL}">{SourceLink}</a>,{/block:ContentSource} via <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom} | <a href="{ReblogURL}"> reblog</a></div>
- <br>
- <div id="tags">
- {block:HasTags}{block:Tags}  <em><a href="{TagURL}">{Tag}</a></em>  {/block:Tags}{/block:HasTags}</div>
- </div>
- <BR><BR>
- {block:PostNotes}{PostNotes}{/block:PostNotes}
- {/block:Posts}</div>
- </body></html>
Advertisement
Add Comment
Please, Sign In to add comment