Advertisement
everlark

Theme 010

Feb 8th, 2012
20,611
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.89 KB | None | 0 0
  1. <!--
  2. Theme 010 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="#F3EEF1" />
  19. <meta name="color:navigation" content="#ECDEE8" />
  20. <meta name="color:desc" content="#FFFFFF" />
  21. <meta name="color:info" content="#FCF7FA" />
  22. <meta name="color:description text" content="#BBA0BE" />
  23. <meta name="color:question background" content="#FFFFFF" />
  24. <meta name="color:border" content="#EEDDE6" />
  25. <meta name="color:side border" content="#B49DBD" />
  26. <meta name="color:second side border" content="#E8D8EE" />
  27.  
  28. <meta name="color:scroll" content="#B49DBD" />
  29. <meta name="color:scrollbg" content="#F3EEF1" />
  30.  
  31. <meta name="color:nav1" content="#D7BEE0" />
  32. <meta name="color:nav2" content="#F3C4E4" />
  33. <meta name="color:nav3" content="#D9B9E7" />
  34. <meta name="color:nav4" content="#F7C5E7" />
  35. <meta name="color:nav5" content="#DEB0F0" />
  36. <meta name="color:nav6" content="#EEC2E0" />
  37. <meta name="color:nav7" content="#D6B5E4" />
  38. <meta name="color:nav8" content="#F8C2E5" />
  39.  
  40. <meta name="color:text" content="#AD9CAF" />
  41. <meta name="color:link" content="#EE9ACC" />
  42. <meta name="color:link hover" content= "#FFA7DC"/>
  43. <meta name="color:title" content="#D489B6" />
  44.  
  45. <meta name="font:title" content= "georgia" />
  46.  
  47. <meta name="image:sidebar" content="" />
  48. <meta name="image:background" content="" />
  49.  
  50. <meta name="if:Posts 500" content="1" />
  51. <meta name="if:Posts 400" content="" />
  52.  
  53. <meta name="if:No Repeat Background" content="" />
  54. <meta name="if:Fixed Background" content="1" />
  55.  
  56. <meta name="if:Show Quick Reblog" content="1" />
  57. <meta name="if:White Audio Player" content="1" />
  58. <meta name="if:Black Audio Player" content="" />
  59.  
  60. <meta name="if:Webkit Scrollbar" content="1" />
  61.  
  62. <meta name="text:Background Position" content="" />
  63. <meta name="text:Body Font Size" content="11px" />
  64. <meta name="text:Navigation Font Size" content="9px" />
  65. <meta name="text:Post Info Font Size" content="10px" />
  66. <meta name="text:Title Font Size" content="11px" />
  67. <meta name="text:BlogTitle Font Size" content="9px" />
  68.  
  69. <meta name="text:Link1Title" content="" />
  70. <meta name="text:Link1URL" content="http://" />
  71. <meta name="text:Link2Title" content="" />
  72. <meta name="text:Link2URL" content="http://" />
  73. <meta name="text:Link3Title" content="" />
  74. <meta name="text:Link3URL" content="http://" />
  75. <meta name="text:Link4Title" content="" />
  76. <meta name="text:Link4URL" content="http://" />
  77. <meta name="text:Link5Title" content="" />
  78. <meta name="text:Link5URL" 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:50px; margin-left: 450px; {block:ifPosts400}margin-left:520px;{/block:ifPosts400} text-align: justify;}
  98. #posts {margin-top:30px; margin-bottom:20px; {block:ifPosts500}width:500px;{/block:ifPosts500}
  99. {block:ifPosts400}width:400px;{/block:ifPosts400} text-align: justify;}
  100. #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;}
  101. #info {{block:ifPosts500}width:494px;{/block:ifPosts500} {block:ifPosts400}width:394px;{/block:ifPosts400} text-align:left; font-size:{text:Post Info Font Size}; background-color:{color:info}; padding:3px; border-bottom:1px solid {color:border};}
  102.  
  103. #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;
  104. -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;}
  105.  
  106. .date {text-align:left;}
  107. .source {margin-bottom:10px; margin-top:-10px; text-align:right;}
  108. .tags {margin-top:-10px;}
  109.  
  110. #side {height:1500px; width:30px; margin-left:-10px; margin-top:-50px; background-color:{color:side border}; border-right:10px solid {color:second side border}; position:fixed;}
  111.  
  112. .title {margin-top:-130px; margin-left:-15px; background-color:{color:navigation}; color:{color:title}; width:200px; font-family:{font:title}; font-size:{text:blogtitle font size}; font-style:italic;
  113. letter-spacing:1px; text-align:center; text-transform:lowercase; z-index:2; padding:5px; position:fixed;}
  114.  
  115. #navigation {margin-top:430px; margin-left:10px; z-index:2;}
  116. #navigation a { display:inline-block; width:15px; padding:5px; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; position:fixed;}
  117. #navigation a:hover {padding-top:45px; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out;
  118. transition: all 0.5s ease-in-out;}
  119. .navone a {background-color:{color:nav1}; margin-top:-110px; margin-left:-10px;height:25px;}
  120. .navtwo a {background-color:{color:nav2}; margin-top:-110px; margin-left:15px; height:50px;}
  121. .navthree a {background-color:{color:nav3}; margin-top:-110px; margin-left:40px; height:60px;}
  122. .navfour a {background-color:{color:nav4}; margin-top:-110px; margin-left:65px; height:45px;}
  123. .navfive a {background-color:{color:nav5}; margin-top:-120px; margin-left:90px; height:35px;}
  124. .navsix a {background-color:{color:nav6}; margin-top:-132px; margin-left:115px; height:65px;}
  125. .navseven a {background-color:{color:nav7}; margin-top:-142px; margin-left:140px; height:50px;}
  126. .naveight a {background-color:{color:nav8}; margin-top:-153px; margin-left:165px; height:30px;}
  127.  
  128. #sidebar {margin-top:150px; margin-left:120px; position:fixed;}
  129. #sidebarimg img {position:fixed; width:200px; height:300px; -webkit-transition: all 1.0s ease-in-out; -moz-transition: all 1.0s ease-in-out; -o-transition: all 1.0s ease-in-out; -ms-transition: all 1.0s ease-in-out; transition: all 1.0s ease-in-out;}
  130. #sidebarimg:hover .desc {background-color:{color:desc}; height:280px; opacity:0.7; -webkit-transition: all 1.0s ease-in-out; -moz-transition: all 1.0s ease-in-out; -o-transition: all 1.0s ease-in-out; -ms-transition: all 1.0s ease-in-out; transition: all 1.0s ease-in-out; z-index:100;}
  131. .desc {opacity:0.1; width:180px; height:280px; margin-top:0px; background-color:{color:desc}; color:{color:description text}; font-family:calibri; font-size:10px; text-align:justify; position:fixed; z-index:1; padding:10px; -webkit-transition: all 1.0s ease-in-out;
  132. -moz-transition: all 1.0s ease-in-out; -o-transition: all 1.0s ease-in-out; -ms-transition: all 1.0s ease-in-out; transition: all 1.0s ease-in-out;}
  133.  
  134. #pagination {background-color:{color:navigation}; width:210px; height:15px; margin-left:-5px; font-size:9px; text-align:center; font-family:{font:title}; text-transform:lowercase; line-height:15px; letter-spacing:5px;}
  135.  
  136. #cred {font-size:9px; letter-spacing:1px; opacity:0.8; text-transform:uppercase; bottom:10px; right:10px; position:fixed;}
  137.  
  138. #question {background-color:{color:question background}; font-family:{font:title}; font-size:9px; text-align:justify; letter-spacing:1px; padding:5px;}
  139. #answer {margin-top:10px;}
  140.  
  141. h1{color:{color:title}; font-family:{font:title}; font-size:{text:Title Font Size}; line-height:13px; letter-spacing:0px; font-weight:normal; font-style:italic; margin:0px; padding:0px; }
  142. h2{color:{color:title}; font-family:{font:title}; font-size:{text:Title Font Size}; line-height:15px; letter-spacing:0px; font-weight:normal; font-style:italic; margin:0px; padding:0px; margin-bottom:-0px;}
  143.  
  144. .qsource {font-size:{text:Post Info Font Size}; text-transform:uppercase; letter-spacing:1px; {block:ifPosts400}width:400px{/block:ifPosts400}; {block:ifPosts500}width:500px{/block:ifPosts500}; text-align:right; background-color:{color:entry};}
  145.  
  146. blockquote {border-left:4px solid {color:border}; padding-left:3px; margin:0px 2px 0px 10px;}
  147. blockquote img, blockquote a img {{block:ifPosts400}max-width:390px;{/block:ifPosts400} {block:ifPosts500}max-width:490px;{/block:ifPosts500};}
  148.  
  149. b, strong {color:{color:title};}
  150. i, em {color:{color:title};}
  151.  
  152. .album {position:absolute; width:100px; height:100px;}
  153. .album img {width:100px; height:100px;}
  154. .audio {display:block; z-index:1; position:absolute; width:30px; height:30px; }
  155. .aplay {overflow:hidden; width:27px; height:80px; opacity:0.5; padding-top:40px; padding-left:35px; }
  156. .acap {height:100px; }
  157. .acapp {text-align:center; margin-left:100px; padding-top:35px; {block:ifPosts400}width:300px;{/block:ifPosts400} {block:ifPosts500}width:400px;{/block:ifPosts500} }
  158.  
  159. ul.chat, .chat ol, .chat li .chat li {list-style:none;}
  160.  
  161. .notes img {width:10px; position:relative; top:1px;}
  162. .notes {width:500px; }
  163. ol.notes, .notes li {background-color:{color:entries}; list-style:none; margin-top:20px; margin:0px;}
  164.  
  165. }
  166.  
  167. </style>
  168. <style type="text/css">{CustomCSS}</style>
  169.  
  170. <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;}
  171.  
  172. 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>
  173.  
  174. </head>
  175.  
  176. <body>
  177.  
  178. <div id="side"></div>
  179. <div id="sidebar">
  180. <div id="pagination">{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">&larr;</a>{/block:PreviousPage} {block:JumpPagination length="5"} {block:CurrentPage} <span class="current_page">{PageNumber}</span> {/block:CurrentPage} {block:JumpPage} <a class="jump_page" href="{URL}">{PageNumber}</a> {/block:JumpPage} {/block:JumpPagination} {block:NextPage}<a href="{NextPage}">&rarr;</a>{/block:NextPage}{block:Pagination}</div>
  181. <div id="sidebarimg"><div class="desc">{block:Description}{Description}{/block:Description}</div>
  182. <img src="{image:sidebar}">
  183. </div>
  184.  
  185. <div id="navigation">
  186. <div class="title">{Title}</div>
  187. <div class="navone"><a href="/" title="Home"> </a></div>
  188. <div class="navtwo"><a href="/ask" title="Ask"> </a></div>
  189. <div class="navthree"><a href="/archive" title="Archive"> </a></div>
  190. <div class="navfour"><a href="{text:Link1URL}" title="{text:Link1Title}"> </a><br></div>
  191. <div class="navfive"><a href="{text:Link2URL}" title="{text:Link2Title}"> </a><br></div>
  192. <div class="navsix"><a href="{text:Link3URL}" title="{text:Link3Title}"> </a><br></div>
  193. <div class="navseven"><a href="{text:Link4URL}" title="{text:Link4Title}"> </a><br></div>
  194. <div class="naveight"><a href="{text:Link5URL}" title="{text:Link5Title}"> </a><br></div>
  195. </div>
  196.  
  197. </div>
  198.  
  199. <div id="cred">&copy; <a href="http://everlark.tumblr.com">everlark</a></div>
  200.  
  201. <BR>
  202.  
  203. <div id="entries">
  204.  
  205. {block:Posts}
  206. <div id="posts">
  207.  
  208. {block:ifShowQuickReblog}
  209. <div id="rb"><a href="{ReblogURL}" target="_blank">reblog</a></div>
  210. {/block:ifShowQuickReblog}
  211.  
  212. {block:Quote}<h2>"{Quote}"</h2>&nbsp; <div class="qsource">- {Source}</div>{/block:Quote}
  213. {block:Title}<h1>{Title}&nbsp;</h1>{/block:Title}
  214. {block:Text}{Body}{/block:Text}
  215.  
  216. {block:Link}
  217. <a href="{URL}" class="link" {Target}><h1>{Name}&nbsp;</h1></a>
  218. {block:Description}<P>{Description}</p>{/block:Description}
  219. {/block:Link}
  220.  
  221. {block:ifPosts500}
  222. {block:Photo}<center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  223. {/block:ifPosts500}
  224.  
  225. {block:ifPosts400}
  226. {block:Photo}<center>{LinkOpenTag}<img src="{PhotoURL-400}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  227. {/block:ifPosts400}
  228.  
  229. {block:ifPosts500}
  230. {block:Photoset}<center>{Photoset-500}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  231. {/block:ifPosts500}
  232.  
  233. {block:ifPosts400}
  234. {block:Photoset}<center>{Photoset-400}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  235. {/block:ifPosts400}
  236.  
  237. {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}
  238.  
  239. {block:ifPosts500}
  240. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  241. {/block:ifPosts500}
  242.  
  243. {block:ifPosts400}
  244. {block:Video}{Video-400}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  245. {/block:ifPosts400}
  246.  
  247. {block:Answer}
  248. <div id="question"><i>{Asker}</i> said: "{Question}"<br></div>
  249. <div id="answer">{Answer}</div>
  250. {/block:Answer}
  251.  
  252. {block:ifWhiteAudioPlayer}
  253. {block:Audio}
  254. {block:AlbumArt}
  255. <div class="album"><img src="{AlbumArtURL}"></div>
  256. {/block:AlbumArt}
  257. <div class="audio"><div class="aplay">{AudioPlayerWhite}</div></div>
  258. <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>
  259. {block:Caption}{Caption}{/block:Caption}
  260. {/block:Audio}<BR>
  261. {/block:ifWhiteAudioPlayer}
  262.  
  263. {block:ifBlackAudioPlayer}
  264. {block:Audio}
  265. {block:AlbumArt}
  266. <div class="album"><img src="{AlbumArtURL}"></div>
  267. {/block:AlbumArt}
  268. <div class="audio"><div class="aplay">{AudioPlayerBlack}</div></div>
  269. <div class="acap">{block:TrackName}<b><i><font size="2">{TrackName}</font></b></i>{/block:TrackName}{block:Artist}<br>{Artist}{/block:Artist}</div>
  270. {block:Caption}{Caption}{/block:Caption}
  271. {/block:Audio}
  272. {block:ifBlackAudioPlayer}
  273.  
  274. </div>
  275.  
  276. <div id="info">
  277. {block:Date}<div class="date"><a href="{Permalink}">{TimeAgo}</a> {block:NoteCount} with {NoteCountwithLabel}{/block:NoteCount}</div>{/block:Date}
  278. <div class="source">{block:RebloggedFrom}via <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}{block:ContentSource} &copy; <a href="{ReblogRootURL}">{SourceLink}</a>{/block:ContentSource}</div>
  279. <div class="tags">{block:HasTags}{block:Tags}#<a href="/tagged/{Tag}">{Tag}</a> {/block:Tags}{/block:HasTags}</div>
  280. </div>
  281.  
  282. <BR><BR><BR><BR>
  283.  
  284. {/block:Posts}
  285. {block:PostNotes}{PostNotes}{/block:PostNotes}
  286.  
  287. </div>
  288.  
  289. </body>
  290. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement