Advertisement
everlarks

Theme 030

Aug 31st, 2013
12,687
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.58 KB | None | 0 0
  1. <!--
  2.  
  3. Theme 030 by Christine (http://everlark.tumblr.com)
  4.  
  5. RULES:
  6. - DO NOT STEAL
  7. - DO NOT REDISTRIBUTE
  8. - DO NOT REMOVE CREDIT
  9. - DO NOT USE AS A BASE CODE
  10.  
  11. -->
  12.  
  13. <html>
  14. <head>
  15.  
  16. <!-- DEFAULT VARIABLES -->
  17.  
  18. <meta name="color:link hover" content="#02d5ff" />
  19. <meta name="color:background" content="#ffffff" />
  20. <meta name="color:sidebar" content="#000000" />
  21. <meta name="color:sidebar text" content="#ffffff" />
  22. <meta name="color:scrollbar" content="#000000" />
  23. <meta name="color:text" content="#000000" />
  24. <meta name="color:tags background" content="#eeeeee" />
  25.  
  26. <meta name="image:background" content="" />
  27. <meta name="image:small sidebar" content="" />
  28. <meta name="image:big sidebar" content="" />
  29.  
  30. <meta name="if:Show Post Source" content="1" />
  31. <meta name="if:Sidebar 300" content="1" />
  32.  
  33. <meta name="if:Posts 500" content="" />
  34. <meta name="if:Posts 400" content="1" />
  35.  
  36. <meta name="if:No Repeat Background" content="" />
  37. <meta name="if:Fixed Background" content="1" />
  38. <meta name="text:Background Position" content="" />
  39.  
  40. <meta name="if:White Audio Player" content="" />
  41. <meta name="if:Black Audio Player" content="1" />
  42.  
  43. <meta name="if:Webkit Scrollbar" content="1" />
  44.  
  45. <meta name="text:Body Font Size" content="11px" />
  46.  
  47. <meta name="text:Link1" content="" />
  48. <meta name="text:Link1URL" content="http://" />
  49. <meta name="text:Link2" content="" />
  50. <meta name="text:Link2URL" content="http://" />
  51. <meta name="text:Link3" content="" />
  52. <meta name="text:Link3URL" content="http://" />
  53. <meta name="text:Link4" content="" />
  54. <meta name="text:Link4URL" content="http://" />
  55. <meta name="text:Link5" content="" />
  56. <meta name="text:Link5URL" content="http://" />
  57.  
  58. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  59. <title>{Title}</title>
  60.  
  61. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  62.  
  63. <link rel="shortcut icon" href="{Favicon}" />
  64. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  65. <style type="text/css">
  66.  
  67. {block:ifWebkitScrollbar}
  68. ::-webkit-scrollbar {width: 5px; height:5px; background:{color:background};}
  69. ::-webkit-scrollbar-corner {background:{color:scrollbar};}
  70. ::-webkit-scrollbar-thumb:vertical {background:{color:scrollbar};}
  71. ::-webkit-scrollbar-thumb:horizontal {background:{color:scrollbar};}
  72. {/block:ifWebkitScrollbar}
  73.  
  74. 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:arial; font-size:{text:Body Font Size}; line-height:120%;}
  75.  
  76. a:link, a:active, a:visited {color: {color:text}; 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; -ms-transition: all 0.6s ease-in-out; transition: all 0.6s ease-in-out; }
  77. a:hover {color:{color:link hover}; -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; }
  78.  
  79. #pagination { font-size:7px; letter-spacing:1px; width:150px; text-align:center; margin-top:30px; text-transform:uppercase;}
  80. #pagination a {color:{color:sidebar text};}
  81.  
  82. #entries { {block:ifPosts500}width:500px; margin-left:450px; {/block:ifPosts500} {block:ifPosts400}width:400px; margin-left:450px;{/block:ifPosts400} {block:ifSidebar300}margin-left:550px; {/block:ifSidebar300} margin-top:30px; text-align:justify;}
  83. #posts { margin-top:50px; {block:ifPosts500}width:500px;{/block:ifPosts500} {block:ifPosts400}width:400px; {/block:ifPosts400} background-color:{color:entry}; text-align: justify; }
  84. #posts img {{block:ifPosts400}max-width:400px;{/block:ifPosts400} {block:ifPosts500}max-width:500px;{/block:ifPosts500};}
  85.  
  86. #posts:hover #from {opacity:1; -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;}
  87. #from {float:center;position:absolute; margin-top:25px; margin-left:-2px; opacity:0; {block:ifShowPostSource}opacity:1;{/block:ifShowPostSource} -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;}
  88. #from img { margin-bottom:10px;}
  89.  
  90. #date {position:absolute; padding:10px; text-align:center; font-weight:bold; letter-spacing:-2px; {block:ifPosts500}margin-left:520px; {/block:ifPosts500} {block:ifPosts400}margin-left:420px;{/block:ifPosts400} color:{color:background}; font-size:23px; font-family:courier new; text-transform:uppercase; padding-top:15px; margin-bottom:1px; color:{color:sidebar text}; background-color:{color:sidebar};}
  91. #date a {color:{color:sidebar text}; }
  92. .sm {font-size:10px; letter-spacing:1px; text-align:center;}
  93.  
  94. #info {margin-left:0px; text-align:left; margin-top:0px; {block:ifPosts500}width:500px;{/block:ifPosts500} {block:ifPosts400}width:400px;{/block:ifPosts400} letter-spacing:1px; opacity:1; font-size:10px; color:{color:post info};}
  95. .tags {background-color:{color:tags background}; font-size:10px; color:{color:background}; text-transform:none; margin-top:2px; padding:5px; letter-spacing:0px; line-height:15px;}
  96. .line {font-family: consolas; margin-top:0px; border-top:1px solid {color:tags background}; letter-spacing:1px; font-size:8px; text-transform:uppercase; -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;}
  97.  
  98. .noty {margin-top:-7px; text-align:center; color:{color:text}; {block:ifPosts500}width:500px;{/block:ifPosts500} {block:ifPosts400}width:400px;{/block:ifPosts400}}
  99. .noty a {color:{color:text}; background-color:{color:background}; padding-left:10px; padding-right:10px;}
  100.  
  101. #title { font-size:23px; font-family:courier new; text-transform:uppercase; letter-spacing:-2px; width:150px; line-height:100%; text-align:center;}
  102. #title a {color:{color:sidebar text};}
  103.  
  104. #sidebar {position:fixed; top:0px; left:0px; width:200px; {block:ifSidebar300}width:300px;{/block:ifSidebar300} background-repeat:repeat;}
  105. #sidebar img {width:200px; {block:ifSidebar300}width:300px;{/block:ifSidebar300} }
  106.  
  107. #sidebarimg {width:150px; margin-top:10px; z-index:100;}
  108. #sidebarimg img {width:150px; z-index:100;}
  109.  
  110. #lefty { height:100%; position:fixed; background-color:{color:sidebar}; padding:20px;line-height:150%; top:0px; color:{color:sidebar text}; width:150px; left:200px; {block:ifSidebar300}left:300px;{/block:ifSidebar300} letter-spacing:0px; }
  111. #tri {position:fixed; color:{color:sidebar}; top:50%; margin-left:-48px; font-size:70px; z-index:99;}
  112.  
  113. .desc {text-align:justify; margin-top:10px;}
  114. .navi {display:inline-block; }
  115. .navi a {text-align:left; line-height:150%; width:150px; display:inline-block; padding-bottom:5px; padding-top:5px; border-bottom:1px solid {color:sidebar text}; color:{color:sidebar text};-webkit-transition: all 0s ease-in-out; -moz-transition: all 0s ease-in-out; -o-transition: all 0s ease-in-out; -ms-transition: all 0s ease-in-out; transition: all 0s ease-in-out; }
  116. .navi a:hover {background-color:{color:sidebar text}; color:{color:sidebar}; text-align:center; font-weight:bold;-webkit-transition: all 0s ease-in-out; -moz-transition: all 0s ease-in-out; -o-transition: all 0s ease-in-out; -ms-transition: all 0s ease-in-out; transition: all 0s ease-in-out; }
  117.  
  118. #cred {position:fixed; bottom:10px; right:10px; font-size:8px; letter-spacing:1px; text-transform:uppercase;}
  119.  
  120. #qqq {margin-top:15px; background-color:{color:entry}; {block:ifPosts500}width:500px;{/block:ifPosts500} {block:ifPosts400}width:400px; {/block:ifPosts400}}
  121. #question {background-color:transparent; padding-left:45px; {block:ifPosts400}width:340px;{/block:ifPosts400} {block:ifPosts500}width:440px;{/block:ifPosts500} position:relative; padding-top:3px; text-align:justify; font-size:15px; line-height:18px; font-weight:bold;letter-spacing:-1px; }
  122. #asker {font-size:8px; line-height:1px; letter-spacing:2px; padding-left:27px; text-align:left;font-family:consolas; text-transform:uppercase; border-top:1px solid {color:text}; }
  123. #asker a {font-style:normal; }
  124. .an {margin-top:-8px;}
  125. #asker img {margin-top:-15px; margin-left:-20px; float:left; border:3px solid {color:text};}
  126. #answer {margin-top:30px;}
  127. #answer img {{block:ifPosts400}max-width:400px;{/block:ifPosts400} {block:ifPosts500}max-width:500px;{/block:ifPosts500};}
  128.  
  129. h1 {background-color:{color:tags background}; color:{color:tags}; font-size:18px; line-height:20px; text-align:justify; letter-spacing:-1px;font-weight:bold; margin:0px; padding:20px; }
  130. h2 { letter-spacing:-1px; font-weight:bold; padding:0px; font-style:normal; font-family:arial; font-size:18px; line-height:20px;}
  131.  
  132. blockquote { border-left:1px solid {color:text}; padding-left:20px; {block:ifPosts400}max-width:390px;{/block:ifPosts400} {block:ifPosts500}max-width:490px;{/block:ifPosts500} }
  133. blockquote img, blockquote a img {{block:ifPosts400}max-width:390px;{/block:ifPosts400} {block:ifPosts500}max-width:490px;{/block:ifPosts500};}
  134.  
  135. .qsource {margin-top:0px; text-align:center; letter-spacing:1px; text-transform:uppercase; font-family:consolas; font-size:8px; }
  136.  
  137. .album {position:absolute; width:100px; height:100px;}
  138. .album img {width:100px; height:100px;}
  139. .audio {display:block; z-index:1; position:absolute; width:30px; height:30px; }
  140. .audio b, i {color:{color:text};}
  141. .aplay {overflow:hidden; width:27px; height:80px; opacity:0.5; padding-top:40px; padding-left:35px; }
  142. .acap {height:100px; }
  143. .acapp {text-align:center; margin-left:100px; padding-top:35px; {block:ifPosts400}width:300px;{/block:ifPosts400} {block:ifPosts500}width:400px;{/block:ifPosts500} }
  144.  
  145. ul.chat, .chat ol, .chat li .chat li {list-style:none;}
  146. .notes img {width:10px; position:relative; top:1px;}
  147. .notes { {block:ifPosts400}width:400px;{/block:ifPosts400} {block:ifPosts500}width:500px;{/block:ifPosts500} padding:15px; margin-left:-15px; line-height:20px;}
  148. ol.notes {background-color:{color:entry}; list-style:none; margin-top:5px; }
  149. .notes li {padding-bottom:5px; padding-top:5px; border-bottom:1px solid {color:tags background};}
  150.  
  151. </style>
  152.  
  153.  
  154. <style type="text/css">{CustomCSS}</style>
  155.  
  156. <script type="text/javascript" src="http://static.tumblr.com/bmdsqsc/8mXm7q8vn/jquery.js"></script>
  157. <script type="text/javascript" src="http://static.tumblr.com/bmdsqsc/ogWm7q8w1/lazyload.js"></script>
  158. <script type="text/javascript" charset="utf-8">
  159. var $j = jQuery.noConflict();
  160. $j(function() {
  161. if (navigator.platform == "iPad" || navigator.platform == "iPhone") return;
  162. $j("img").lazyload({
  163. placeholder : "http://static.tumblr.com/twte3d7/RSvlio0k5/grey.gif",
  164. effect: "fadeIn",
  165. });
  166. });
  167. </script>
  168.  
  169. </style>
  170.  
  171.  
  172. </head>
  173.  
  174. <body>
  175.  
  176. <div id="sidebar"><img src="{image:big sidebar}"></div>
  177. <div id="lefty">
  178. <div id="title">{Title}</div>
  179. <div id="tri">&#9670;</div>
  180. <div id="sidebarimg"><img src="{image:small sidebar}"></div>
  181. {block:Description}<div class="desc">{Description}</div>{/block:Description}<br>
  182. <div class="navi">
  183. <a href="/">Index</a>
  184. <a href="/ask">Message</a>
  185. {block:ifLink1}<br><a href="{text:Link1URL}">{text:Link1}</a>{/block:ifLink1}
  186. {block:ifLink2}<br><a href="{text:Link2URL}">{text:Link2}</a>{/block:ifLink2}
  187. {block:ifLink3}<br><a href="{text:Link3URL}">{text:Link3}</a>{/block:ifLink3}
  188. {block:ifLink4}<br><a href="{text:Link4URL}">{text:Link4}</a>{/block:ifLink4}
  189. {block:ifLink5}<br><a href="{text:Link5URL}">{text:Link5}</a>{/block:ifLink5}
  190. </div>
  191.  
  192. {block:Pagination}<div id="pagination">{block:PreviousPage}<a href="{PreviousPage}">Back</a>&nbsp;&nbsp;&middot;&nbsp;&nbsp;{/block:PreviousPage}{block:NextPage}<a href="{NextPage}">Forward</a>{/block:NextPage}</div>{/block:Pagination}
  193.  
  194. </div>
  195.  
  196. <div id="cred"><a href="http://everlark.tumblr.com">&copy; everlark</a></div>
  197.  
  198. <div id="entries">
  199.  
  200. {block:Posts}
  201. <div id="posts">
  202.  
  203. <div id="date">{block:Date}<a href="{Permalink}">{DayOfMonthWithZero}<div class="sm">{ShortMonth}</div></a>{/block:Date}
  204.  
  205. <div id="from">{block:RebloggedFrom}<a href="{ReblogParentURL}" title="via"><img src="{ReblogParentPortraitURL-30}"></a><br>{block:ContentSource}<a href="{SourceURL}" title="source"><img src="{ReblogRootPortraitURL-30}"></a>{block:ContentSource}{/block:RebloggedFrom}</div>
  206. </div>
  207.  
  208. {block:Quote}<h2>"{Quote}"</h2><div class="qsource">{Source}</div>{/block:Quote}
  209. {block:Title}<h1>{Title}&nbsp;</h1>{/block:Title}
  210. {block:Text}{Body}{/block:Text}
  211.  
  212. {block:Link}
  213. <a href="{URL}" class="link" {Target}><h1>{Name}&nbsp;</h1></a>
  214. {block:Description}<P>{Description}</p>{/block:Description}
  215. {/block:Link}
  216.  
  217. {block:ifPosts500}
  218. {block:Photo}<center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  219. {/block:ifPosts500}
  220.  
  221. {block:ifPosts400}
  222. {block:Photo}<center>{LinkOpenTag}<img src="{PhotoURL-500}" width="400px" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  223. {/block:ifPosts400}
  224.  
  225. {block:ifPosts500}
  226. {block:Photoset}<center>{Photoset-500}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  227. {/block:ifPosts500}
  228.  
  229. {block:ifPosts400}
  230. {block:Photoset}<center>{Photoset-400}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  231. {/block:ifPosts400}
  232.  
  233. {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}
  234.  
  235. {block:ifPosts500}
  236. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  237. {/block:ifPosts500}
  238.  
  239. {block:ifPosts400}
  240. {block:Video}{Video-400}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  241. {/block:ifPosts400}
  242.  
  243. {block:Answer}<BR>
  244. <div id="qqq">
  245. <div id="asker"><img src="{AskerPortraitURL-24}"><div class="an">&nbsp;&nbsp;&nbsp;{Asker}</div></div>
  246. <div id="question">{Question}</div></div>
  247. <div id="answer">{Answer}</div>
  248. {/block:Answer}
  249.  
  250. {block:ifWhiteAudioPlayer}
  251. {block:Audio}
  252. {block:AlbumArt}
  253. <div class="album"><img src="{AlbumArtURL}"></div>
  254. {/block:AlbumArt}
  255. <div class="audio"><div class="aplay">{AudioPlayerWhite}</div></div>
  256. <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>
  257. {block:Caption}{Caption}{/block:Caption}
  258. {/block:Audio}<BR>
  259. {/block:ifWhiteAudioPlayer}
  260.  
  261. {block:ifBlackAudioPlayer}
  262. {block:Audio}
  263. {block:AlbumArt}
  264. <div class="album"><img src="{AlbumArtURL}"></div>
  265. {/block:AlbumArt}
  266. <div class="audio"><div class="aplay">{AudioPlayerBlack}</div></div>
  267. <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>
  268. {block:Caption}{Caption}{/block:Caption}
  269. {/block:Audio}<BR>
  270. {block:ifBlackAudioPlayer}
  271.  
  272. <div id="info">
  273.  
  274. <div class="line">
  275.  
  276. <div class="noty">{block:NoteCount}<a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}</div>
  277.  
  278. </div>
  279.  
  280. {block:HasTags}<div class="tags">{block:Tags}<a href="/tagged/{Tag}">{Tag}</a>&nbsp;&nbsp;&nbsp;&nbsp;{/block:Tags}</div>{/block:HasTags}
  281.  
  282.  
  283. </div>
  284.  
  285. </div>
  286.  
  287. {/block:Posts}
  288.  
  289. {block:PostNotes}{PostNotes}{/block:PostNotes}
  290. <BR><BR><BR><BR>
  291.  
  292.  
  293.  
  294. </div>
  295.  
  296.  
  297.  
  298. </body>
  299. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement