Advertisement
everlark

Theme 004

Dec 12th, 2011
14,227
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.08 KB | None | 0 0
  1. <!--
  2. Theme 004 by Christine (http://everlark.tumblr.com)
  3.  
  4. RULES:
  5. - DO NOT STEAL
  6. - DO NOT REDISTRIBUTE
  7. - DO NOT REMOVE CREDIT
  8. - DO NOT USE AS A BASE CODE
  9.  
  10. Everything can be customized in Appearance.
  11.     Make whatever changes you like but please leave all credit intact. Thank you.
  12. -->
  13.  
  14. <html>
  15. <head>
  16.  
  17. <!-- DEFAULT VARIABLES -->
  18. <meta name="color:background" content="#FFFFFF" />
  19. <meta name="color:info" content="#D4DDC4" />
  20. <meta name="color:border" content="#89996C" />
  21. <meta name="color:circle1" content="#eaefdf" />
  22. <meta name="color:circle2" content="#dfe7cf" />
  23. <meta name="color:circle3" content="#d4dfbf" />
  24. <meta name="color:circle4" content="#cad8b0" />
  25.  
  26. <meta name="color:link1" content="#8D9C6D" />
  27. <meta name="color:link2" content="#8D9C6D" />
  28. <meta name="color:link3" content="#8D9C6D" />
  29. <meta name="color:link4" content="#8D9C6D" />
  30.  
  31. <meta name="color:text" content="#929789" />
  32. <meta name="color:link" content="#8D9C6D" />
  33. <meta name="color:link hover" content= "#758552"/>
  34. <meta name="color:title" content="#758552" />
  35.  
  36. <meta name="color:scroll" content="#D4DDC4" />
  37. <meta name="color:scrollbg" content="#ffffff" />
  38.  
  39. <meta name="font:title" content= "georgia" />
  40.  
  41. <meta name="image:sidebar" content="" />
  42. <meta name="image:background" content="" />
  43.  
  44. <meta name="if:Posts 500" content="" />
  45. <meta name="if:Posts 400" content="1" />
  46.  
  47. <meta name="if:Sidebar Image 250" content="1" />
  48. <meta name="if:Sidebar Image 300" content="" />
  49.  
  50. <meta name="if:No Repeat Background" content="" />
  51. <meta name="if:Fixed Background" content="1" />
  52. <meta name="text:Background Position" content="" />
  53.  
  54. <meta name="if:Side Info" content=1"" />
  55. <meta name="if:Bottom Info" content="" />
  56.  
  57. <meta name="if:Circle Navigation" content="1" />
  58. <meta name="if:Show Sidebar Image" content="" />
  59. <meta name="if:Show Post Info" content="" />
  60. <meta name="if:Show Quick Reblog" content="1" />
  61. <meta name="if:White Audio Player" content="1" />
  62. <meta name="if:Black Audio Player" content="" />
  63.  
  64. <meta name="if:Webkit Scrollbar" content="1" />
  65.  
  66. <meta name="text:Body Font Size" content="11px" />
  67. <meta name="text:Sidebar Font Size" content="10px" />
  68. <meta name="text:BlogTitle Font Size" content="18px" />
  69. <meta name="text:Navigation Font Size" content="10px" />
  70.  
  71. <meta name="text:Link1" content="" />
  72. <meta name="text:Link1URL" content="http://" />
  73. <meta name="text:Link2" content="" />
  74. <meta name="text:Link2URL" content="http://" />
  75. <meta name="text:Link3" content="" />
  76. <meta name="text:Link3URL" content="http://" />
  77. <meta name="text:Link4" content="" />
  78. <meta name="text:Link4URL" content="http://" />
  79.  
  80. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /><title>{Title}</title>
  81. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  82. <link rel="shortcut icon" href="{Favicon}" /><link rel="alternate" type="application/rss+xml" href="{RSS}" /><style type="text/css">
  83.  
  84. {block:ifWebkitScrollbar}
  85. ::-webkit-scrollbar {width: 10px; height:auto; background:{color:scrollbg};}
  86. ::-webkit-scrollbar-corner {background:{color:scroll};}
  87. ::-webkit-scrollbar-thumb:vertical {background:{color:scroll};}
  88. ::-webkit-scrollbar-thumb:horizontal {background:{color:scroll};}
  89. {/block:ifWebkitScrollbar}
  90.  
  91. body {color: {color:text}; background-color: {color:background}; background-image: url('{image:background}'); {block:ifFixedBackground}background-attachment: fixed; {/block:ifFixedBackground} {block:ifNoRepeatBackground}background-repeat:no-repeat; {/block:ifNoRepeatBackground} background-position:{text:Background Position}; font-family: calibri; font-size:{text:body font size}; text-align: justify; line-height: 100%;}
  92.  
  93. a:link, a:active, a:visited {color: {color:link}; text-decoration:none; -webkit-transition: all 0.6s ease-in-out; -moz-transition: all 0.6s ease-in-out; -o-transition: all 0.6s ease-in-out;
  94. -ms-transition: all 0.6s ease-in-out; transition: all 0.6s ease-in-out;}
  95. a:hover {color:{color:link hover}; background-color:{color:link hover background}; -webkit-transition: all 0.6s ease-in-out; -moz-transition: all 0.6s ease-in-out; -o-transition: all 0.6s ease-in-out; -ms-transition: all 0.6s ease-in-out; transition: all 0.6s ease-in-out;}
  96.  
  97. #entries {{block:ifPosts500}width:500px;{/block:ifPosts500} {block:ifPosts400}width:400px;{/block:ifPosts400} margin-top:30px; margin-left: 580px; {block:ifPosts400}margin-left:580px;{/block:ifPosts400} text-align: justify;}
  98. #posts {margin-top:50px; margin-bottom:20px; {block:ifPosts500}width:490px;{/block:ifPosts500}
  99. {block:ifPosts400}width:390px;{/block:ifPosts400} background-color:{color:entry}; text-align: justify;}
  100. #posts:hover #info {opacity:1; border-left:7px solid {color:info}; display:block;}
  101. #posts:hover #rb {opacity:1; display:block; -webkit-transition: all 0.6s ease-in-out; -moz-transition: all 0.6s ease-in-out; -o-transition: all 0.6s ease-in-out; -ms-transition: all 0.6s ease-in-out; transition: all 0.6s ease-in-out;}
  102.  
  103. #links {max-width:300px; background-color:{color:background}; text-align:center; padding:5px;
  104. margin-bottom:5px;}
  105.  
  106. #navigation {height:auto; margin-left:90px; margin-top:120px; {block:ifSidebarImage250}margin-left:160px;{/block:ifSidebarImage250} {block:ifSidebarImage300}margin-left:110px; {/block:ifSidebarImage300} padding:30px; position:fixed;}
  107. .circle1 {display:inline-block; width:60px; height:60px; background-color:{color:circle1}; {block:ifCircleNavigation}-moz-border-radius: 30px; -webkit-border-radius: 30px; {/block:ifCircleNavigation} text-align:center; line-height:60px;}
  108. .circle1 a {color:{color:link1}; opacity:0; text-decoration:none; font-family:{font:title}; font-size:{text:Navigation Font Size};}
  109. .circle1:hover a {color:{color:link1}; opacity:1; }
  110. .circle2 {display:inline-block; width:60px; height:60px; background-color:{color:circle2};
  111. {block:ifCircleNavigation}-moz-border-radius: 30px; -webkit-border-radius: 30px; {/block:ifCircleNavigation} text-align:center; line-height:60px;}
  112. .circle2 a {color:{color:link2}; opacity:0; text-decoration:none; font-family:{font:title}; font-size:{text:Navigation Font Size};}
  113. .circle2:hover a {color:{color:link2}; opacity:1;}
  114. .circle3 {display:inline-block; width: 60px; height: 60px; background-color:{color:circle3};
  115. {block:ifCircleNavigation}-moz-border-radius: 30px; -webkit-border-radius: 30px; {/block:ifCircleNavigation} text-align:center; line-height:60px;}
  116. .circle3 a {color:{color:link3}; opacity:0; text-decoration:none; font-family:{font:title}; font-size:{text:Navigation Font Size};}
  117. .circle3:hover a {color:{color:link3}; opacity:1; }
  118. .circle4 {display:inline-block; width: 60px; height: 60px; background-color:{color:circle4};
  119. {block:ifCircleNavigation}-moz-border-radius: 30px; -webkit-border-radius: 30px; {/block:ifCircleNavigation} text-align:center; line-height:60px;}
  120. .circle4 a {color:{color:link4}; opacity:0; text-decoration:none; font-family:{font:title}; font-size:{text:Navigation Font Size};}
  121. .circle4:hover a {color:{color:link4}; opacity:1; }
  122.  
  123. #sidebar {height:auto; {block:ifSidebarImage250}width:250px;{/block:ifSidebarImage250} {block:ifSidebarImage250}margin-left:280px;{/block:ifSidebarImage250} {block:ifSidebarImage300}width:300px;{/block:ifSidebarImage300} {block:ifSidebarImage300}margin-left:230px;{/block:ifSidebarImage300} margin-top:130px; font-family:calibri; font-size:{text:Sidebar Font Size}; text-align:justify; color:{color:text}; position:fixed;}
  124. #sidebarimg img {width:300px; {block:ifSidebarImage250}width:250px;{/block:ifSidebarImage250}
  125. margin-top:10px; margin-bottom:5px;}
  126.  
  127. #title {font-family:{font:title}; font-size:{text:BlogTitle Font Size}; letter-spacing:-1px; font-style:italic; text-align:center;}
  128.  
  129. #line {background-color:{color:info}; padding:3px; margin-bottom:5px; border-top:1px solid {color:border};}
  130.  
  131. #rb {opacity:0; position:absolute; color:{color:border}; background-color:{color:info}; width:auto; margin-top:10px; margin-left:450px; {block:ifPosts400}margin-left:350px;{/block:ifPosts400} padding:5px; font-family:{font:title}; font-style:italic; font-size:9px;
  132. -webkit-transition: all 0.6s ease-in-out; -moz-transition: all 0.6s ease-in-out; -o-transition: all 0.6s ease-in-out; -ms-transition: all 0.6s ease-in-out; transition: all 0.6s ease-in-out;}
  133.  
  134. #info {width:250px; margin-left:520px; {block:ifPosts400}margin-left:420px;{/block:ifPosts400}
  135. margin-top:0px; font-family:calibri; font-size:9px; text-transform:uppercase; font-weight:bold;
  136. text-align:left; opacity:0; {block:ifShowPostInfo}opacity:1;{/block:ifShowPostInfo} padding:5px;
  137. -webkit-transition: all 0.6s ease-in-out; -moz-transition: all 0.6s ease-in-out; -o-transition: all 0.6s ease-in-out; -ms-transition: all 0.6s ease-in-out; transition: all 0.6s ease-in-out;
  138. position:absolute; border-left:1px solid {color:border};}
  139. #info a{color:{color:link};}
  140. #info a:hover {background-color:{color:link hover background}; color:{color:link hover};}
  141.  
  142. #binfo {font-size:10px; {block:ifPosts500}width:500px;{/block:ifPosts500}; {block:ifPosts400}width:400px;{/block:ifPosts400};}
  143.  
  144. #tags {font-family:{font:title}; font-size:9px; font-weight:normal; text-transform:lowercase;}
  145. #tags a {font-size:9px;}
  146.  
  147. #pagination {width:290px; {block:ifSidebarImage250}width:240px;{/block:ifSidebarImage250}
  148. background-color:{color:background}; font-family:calibri; font-size:{text:Sidebar Font Size};
  149. text-align:center; letter-spacing:1px; padding:5px; text-transform:uppercase; border-top:2px dotted {color:border}; margin-top:10px;}
  150. #pagination a {padding:2px; background-color:{color:background}; color:{color:link};}
  151. #pagination a:hover {color:{color:background}; background-color:{color:link};}
  152.  
  153. #cred {font-size:9px; letter-spacing:1px; opacity:0.8; text-transform:uppercase; bottom:10px; right:10px; position:fixed;}
  154.  
  155. #question {{block:ifPosts500}width:480px;{/block:ifPosts500} {block:ifPosts400}width:380px;{/block:ifPosts400} background-color:{color:info}; color:{color:text}; font-family:georgia;
  156. font-size:{text:Sidebar Font Size}; letter-spacing:1px; font-style:italic; padding:10px; -moz-border-radius:5px; border-radius:5px;}
  157. #question a {color:{color:link};}
  158. #question a:hover {background-color:{color:link hover background}; color:{color:link hover};}
  159.  
  160. h1{color:{color:title}; font-family:{font:title}; font-size:16px; line-height:16px; letter-spacing:0px; font-weight:normal; font-style:italic; margin:0px; padding:0px; text-align:center;}
  161. h2{color:{color:title}; font-family:{font:title}; font-size:16px; line-height:16px; letter-spacing:0px; font-weight:normal; font-style:italic; margin:0px; padding:0px;}
  162.  
  163. .qsource {font-size:9px; text-transform:uppercase; letter-spacing:1px; {block:ifPosts400}width:396px{/block:ifPosts400}; {block:ifPosts500}width:496px{/block:ifPosts500}; text-align:right; background-color:{color:entry};}
  164.  
  165. blockquote {border-left:4px solid {color:border}; padding-left:3px; margin:0px 2px 0px 10px;}
  166. blockquote img, blockquote a img {{block:ifPosts400}max-width:390px;{/block:ifPosts400} {block:ifPosts500}max-width:490px;{/block:ifPosts500};}
  167.  
  168. b, strong {color:{color:title};}
  169. i, em {color:{color:title};}
  170.  
  171. .album {position:absolute; width:100px; height:100px;}
  172. .album img {width:100px; height:100px;}
  173. .audio {display:block; z-index:1; position:absolute; width:30px; height:30px; }
  174. .aplay {overflow:hidden; width:27px; height:80px; opacity:0.5; padding-top:40px; padding-left:35px; }
  175. .acap {height:100px; }
  176. .acapp {text-align:center; margin-left:100px; padding-top:35px; {block:ifPosts400}width:300px;{/block:ifPosts400} {block:ifPosts500}width:400px;{/block:ifPosts500} }
  177.  
  178. ul.chat, .chat ol, .chat li .chat li {list-style:none;}
  179.  
  180. .notes img {width:10px; position:relative; top:1px;}
  181. .notes {width:500px; }
  182. ol.notes, .notes li {background-color:{color:entries}; list-style:none; margin-top:20px; margin:0px;}
  183.  
  184. </style>
  185. <style type="text/css">{CustomCSS}</style>
  186.  
  187. <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;}
  188.  
  189. iframe#tumblr_controls:hover{-webkit-transition: opacity 0.7s linear;opacity: 1;-webkit-transition: all 0.8s ease-out;-moz-transition: all 0.8s ease-out;transition: all 0.8s ease-out;}</style>
  190.  
  191. </head>
  192.  
  193. <body>
  194.  
  195. <div id="navigation">
  196. {block:ifLink1}<div class="circle1"><a href="{text:Link1URL}">{text:Link1}</a></div>{/block:ifLink1}<br><br><br>
  197. {block:ifLink2}<div class="circle2"><a href="{text:Link2URL}">{text:Link2}</a></div>{/block:ifLink2}<br><br><br>
  198. {block:ifLink3}<div class="circle3"><a href="{text:Link3URL}">{text:Link3}</a></div>{/block:ifLink3}<br>
  199. <br><br>
  200. {block:ifLink4}
  201. <div class="circle4"><a href="{text:Link4URL}">{text:Link4}</a></div>{/block:ifLink4}
  202. </div>
  203.  
  204. <div id="sidebar"><div id="title">{Title}</div>{block:ifShowSidebarImage}<div id="sidebarimg"><img src="{image:sidebar}"></div>{/block:ifShowSidebarImage}
  205. <div id="links"><a href="/">home</a> / <a href="/ask">ask</a> / <a href="/archive">archive</a></div>{block:Description}{Description}{/block:Description}
  206. <div id="pagination">{block:PreviousPage}<a href="{PreviousPage}">prev</a>
  207. &nbsp;&nbsp;{/block:PreviousPage}{block:NextPage}<a href="{NextPage}">next</a>{/block:NextPage}</div>
  208.  
  209. </div></div>
  210.  
  211. <div id="cred">&copy; <a href="http://everlark.tumblr.com">everlark</a></div>
  212.  
  213. <br>
  214.  
  215. <div id="entries">
  216.  
  217. {block:Posts}
  218. <div id="posts">
  219.  
  220. {block:ifShowQuickReblog}
  221. <div id="rb"><a href="{ReblogURL}" target="_blank">reblog</a></div>
  222. {/block:ifShowQuickReblog}
  223.  
  224. {block:ifSideInfo}<div id="info">
  225. {block:Date}<a href="{Permalink}">{TimeAgo}</a>{/block:Date}<br>
  226. {block:NoteCount}<a href="{Permalink}">♡ {NoteCountWithLabel}</a>{/block:NoteCount}<br>
  227. {block:RebloggedFrom}<br>via <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}
  228. {block:ContentSource}<br>© <a href="{SourceURL}">{SourceLink}</a>{/block:ContentSource}
  229. <div id="tags"><br>{block:HasTags}{block:Tags}#<a href="/tagged/{Tag}">{Tag}</a><br>{/block:Tags}{/block:HasTags}</div></div>
  230. {/block:ifSideInfo}
  231.  
  232. {block:Quote}<h2>"{Quote}"</h2>&nbsp; <div class="qsource">- {Source}</div>{/block:Quote}
  233. {block:Title}<h1>{Title}&nbsp;</h1>{/block:Title}
  234. {block:Text}{Body}{/block:Text}
  235.  
  236. {block:Link}
  237. <a href="{URL}" class="link" {Target}><h1>{Name}&nbsp;</h1></a>
  238. {block:Description}<P>{Description}</p>{/block:Description}
  239. {/block:Link}
  240.  
  241. {block:ifPosts500}
  242. {block:Photo}<center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  243. {/block:ifPosts500}
  244.  
  245. {block:ifPosts400}
  246. {block:Photo}<center>{LinkOpenTag}<img src="{PhotoURL-400}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  247. {/block:ifPosts400}
  248.  
  249. {block:ifPosts500}
  250. {block:Photoset}<center>{Photoset-500}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  251. {/block:ifPosts500}
  252.  
  253. {block:ifPosts400}
  254. {block:Photoset}<center>{Photoset-400}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  255. {/block:ifPosts400}
  256.  
  257. {block:Chat}<ul class="chat">{block:Lines}<li class="user_{UserNumber}">{block:Label}<span class="label"><b>{Label}</b></span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul>{/block:Chat}
  258.  
  259. {block:ifPosts500}
  260. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  261. {/block:ifPosts500}
  262.  
  263. {block:ifPosts400}
  264. {block:Video}{Video-400}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  265. {/block:ifPosts400}
  266.  
  267. {block:Answer}
  268. <div id="question"><b>{Asker}</b>: "{Question}"</div>
  269. <div id="answer">{Answer}</div>{/block:Answer}
  270.  
  271. {block:ifWhiteAudioPlayer}
  272. {block:Audio}
  273. {block:AlbumArt}
  274. <div class="album"><img src="{AlbumArtURL}"></div>
  275. {/block:AlbumArt}
  276. <div class="audio"><div class="aplay">{AudioPlayerWhite}</div></div>
  277. <div class="acap"><div class="acapp">{block:TrackName}<b><i><font size="2">{TrackName}</font></b></i>{/block:TrackName}{block:Artist}<br>{Artist}{/block:Artist}</div></div>
  278. {block:Caption}{Caption}{/block:Caption}
  279. {/block:Audio}<BR>
  280. {/block:ifWhiteAudioPlayer}
  281.  
  282. {block:ifBlackAudioPlayer}
  283. {block:Audio}
  284. {block:AlbumArt}
  285. <div class="album"><img src="{AlbumArtURL}"></div>
  286. {/block:AlbumArt}
  287. <div class="audio"><div class="aplay">{AudioPlayerBlack}</div></div>
  288. <div class="acap">{block:TrackName}<b><i><font size="2">{TrackName}</font></b></i>{/block:TrackName}{block:Artist}<br>{Artist}{/block:Artist}</div>
  289. {block:Caption}{Caption}{/block:Caption}
  290. {/block:Audio}
  291. {block:ifBlackAudioPlayer}
  292.  
  293. </div>
  294.  
  295. <div id="line"></div>
  296.  
  297. {block:ifBottomInfo}<div id="binfo">{block:Date}<a href="{Permalink}">{TimeAgo}</a>{/block:Date} {block:NoteCount} with <a href="{Permalink}">♡ {NoteCountwithLabel}</a>{/block:NoteCount} {block:RebloggedFrom}via <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}
  298. {block:ContentSource} © <a href="{SourceURL}">{SourceLink}</a>{/block:ContentSource}{block:HasTags}<br>{block:Tags}#<a href="/tagged/{Tag}">{Tag}</a> {/block:Tags}{/block:HasTags}</div>{/block:IfBottomInfo}
  299.  
  300. {/block:Posts}
  301. <br><br>
  302. {block:PostNotes}{PostNotes}{/block:PostNotes}
  303.  
  304. </div>
  305.  
  306. <BR><BR><BR>
  307.  
  308. </body>
  309. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement