Advertisement
lills

six

Oct 2nd, 2014
1,177
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.83 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3.  
  4. <head><title>{Title}</title>
  5. <link rel="shortcut icon" href="{Favicon}">
  6. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  7. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  8.  
  9.  
  10. <!--
  11. THEME BY LILLSTHEMES
  12. DO NOT STEAL OR USE AS BASE CODE
  13. LEAVE CREDIT IN TACT
  14. -->
  15.  
  16.  
  17. <meta name="color:Background" content="#ffffff"/>
  18. <meta name="color:Text" content="#000000"/>
  19. <meta name="color:Sidebar Links" content="#c9c9c9"/>
  20. <meta name="color:Sidebar Background" content="#000000"/>
  21. <meta name="color:Title" content="#ffffff"/>
  22. <meta name="color:Description Text" content="#ffffff"/>
  23. <meta name="color:Border" content="#dddddd"/>
  24. <meta name="color:Hover" content="#f2f2f2"/>
  25. <meta name="color:Post Links" content="#000000"/>
  26. <meta name="color:Pagination Links" content="#ffffff"/>
  27. <meta name="color:Answer Backg" content="#000000"/>
  28. <meta name="image:Background" content=""/>
  29. <meta name="text:Link 1" content="" />
  30. <meta name="text:Link 1 Text" content="" />
  31. <meta name="text:Link 2" content="" />
  32. <meta name="text:Link 2 Text" content="" />
  33. <meta name="text:Link 3" content="" />
  34. <meta name="text:Link 3 Text" content="" />
  35. <meta name="text:Link 4" content="" />
  36. <meta name="text:Link 4 Text" content="" />
  37. <meta name="if:Show Link 1" content="1" />
  38. <meta name="if:Show Link 2" content="1" />
  39. <meta name="if:Show Link 3" content="1" />
  40. <meta name="if:Show Link 4" content="1" />
  41.  
  42.  
  43. <style type="text/css">
  44.  
  45.  
  46. body {
  47. background-color: {color:Background};
  48. background-image:url({image:Background});
  49. background-attachment:fixed;
  50. background-repeat:repeat;
  51. background-position:center;
  52. background-size:100% 100%;
  53. margin:0px;
  54. color:{color:text};
  55. font-family:'Source Code Pro', Consolas, Courier;
  56. font-size:12px;
  57. line-height:100%;
  58. letter-spacing:0px;
  59. text-align:justify;
  60. }
  61.  
  62. a {
  63. text-decoration:none;
  64. outline:none;
  65. -moz-outline-style:none;
  66. color:{color:Post Links};
  67. }
  68.  
  69. img {
  70. border:none;
  71. }
  72.  
  73. blockquote {
  74. padding-left:5px;
  75. border-left:2px solid;
  76. }
  77.  
  78. blockquote blockquote {
  79. padding-left:5px;
  80. border-left:2px solid;
  81. }
  82.  
  83. h1 {
  84. font-size:10px;
  85. letter-spacing:2px;
  86. text-transform:uppercase;
  87. font-family:'Source Code Pro', Consolas, Courier;
  88. font-style:none;
  89. line-height:10px;
  90. text-align:left;
  91. padding:0px;
  92. }
  93.  
  94. a:hover {
  95. color:#000000;
  96. -moz-transition-duration:0.3s;
  97. -webkit-transition-duration:0.3s;
  98. -o-transition-duration:0.3s;
  99. }
  100.  
  101.  
  102.  
  103. #entries {
  104. padding-top: 50px;
  105. line-height: 150%;
  106. margin: auto;
  107. position: absolute;
  108. width: 400px;
  109. padding-bottom: 50px;
  110. }
  111.  
  112. #post {
  113. margin-left: 500px;
  114. margin-top:-60px;
  115. margin-bottom: 50px;
  116. float:center;
  117. overflow:hidden;
  118. text-align:justify;
  119. padding-top: 50px;
  120. width:400px;
  121. overflow:hidden;
  122. }
  123.  
  124.  
  125.  
  126. #sidebar {
  127. z-index: 1000;
  128. width: 200px;
  129. height:auto;
  130. font-size:11px;
  131. margin-left:150px;
  132. position:fixed;
  133. padding:10px;
  134. background-color: {color:Sidebar Background};
  135. margin-top:50px;
  136. }
  137.  
  138. #title {
  139. text-transform:uppercase;
  140. color:{color:Title};
  141. text-align:center;
  142. padding:5px;
  143. font-size:17px;
  144. line-height:90%;
  145.  
  146. }
  147.  
  148. #box {
  149. margin-top:100px;
  150. }
  151.  
  152. .links {
  153. width:100px;
  154. font-family:'Source Code Pro', Consolas, Courier;
  155. padding: 4px;
  156. text-align:center;
  157. text-transform:uppercase;
  158. background:white;
  159. position:fixed;
  160. margin-left:100px;
  161. margin-top:20px;
  162. border:1px solid {color:Sidebar Background};
  163. }
  164.  
  165. .links a {
  166. width:94px;
  167. padding:3px;
  168. font-size:12px;
  169. letter-spacing:0px;
  170. color:{color:Sidebar Links};
  171. }
  172.  
  173.  
  174. .links a:hover {
  175. -moz-transition-duration:0.3s;
  176. -webkit-transition-duration:0.3s;
  177. -o-transition-duration:0.3s;
  178. color:{color:Hover};
  179. }
  180.  
  181. .icon img {
  182. border-radius:100px;
  183. position:fixed;
  184. top:50px;
  185. left:50px;
  186. }
  187.  
  188. #description {
  189. color: {color:Description Text};
  190. letter-spacing: 1px;
  191. width: 200px;
  192. z-index: 1;
  193. text-align: center;
  194. text-transform: lowercase;
  195. font-family: 'Source Code Pro', Consolas, Courier;
  196. font-weight: 300;
  197. padding-bottom: 0px;
  198. line-height: 155%;
  199. margin-left:0px;
  200. margin-top:0px;
  201. }
  202.  
  203. #pagination {
  204. font-style:bold;
  205. padding:2px;
  206. font-family:'Source Code Pro', Consolas, Courier;
  207. letter-spacing:0px;
  208. font-size:11px;
  209. text-align:center;
  210. padding:2px;
  211. margin-top:10px;
  212. text-transform:lowercase;
  213. }
  214.  
  215. #pagination a {
  216. color:{color:Pagination Links};
  217. text-decoration:underline;
  218. }
  219.  
  220.  
  221.  
  222. #info {
  223. width:400px;
  224. text-align:left;
  225. font-family:'Source Code Pro', Consolas, Courier;
  226. margin-top:2px;
  227. letter-spacing:1px;
  228. font-size:11px;
  229. font-style:none;
  230. padding:5px;
  231. line-height:10px;
  232. text-transform:uppercase;
  233. border-top:1px solid;
  234. border-color:{color:Border};
  235. }
  236.  
  237. #info a {
  238. text-align:center;
  239. color:{color:Post Links};
  240. }
  241.  
  242. #info a:hover {
  243. -moz-transition-duration:0.3s;
  244. -webkit-transition-duration:0.3s;
  245. -o-transition-duration:0.3s;
  246. color:{color:Hover}
  247. }
  248.  
  249. #tags {
  250. float:left;
  251. width:489px;
  252. margin-top:-5px;
  253. margin-left:-5px;
  254. text-align:left;
  255. font-size:11px;
  256. padding:5px;
  257. opacity:1;
  258. transition-duration: 0.5s;
  259. -moz-transition-duration: 0.5s;
  260. -webkit-transition-duration: 0.5s;
  261. -o-transition-duration: 0.5s
  262. color:{color:Post Links};
  263. }
  264.  
  265. #tags a {
  266. letter-spacing:0px;
  267. font-size:10px;
  268. text-align:center;
  269. font-family:'Source Code Pro', Consolas, Courier;
  270. text-decoration:none;
  271. display:inline-block;
  272. color:{color:Post Links};
  273. }
  274.  
  275. #tags a:hover {
  276. background-color:#fff;
  277. -moz-transition-duration:0.3s;
  278. -webkit-transition-duration:0.3s;
  279. -o-transition-duration:0.3s;
  280. color:{color:Hover};
  281. }
  282.  
  283. #notes {
  284. margin-left:500px;
  285. width:400px;
  286. list-style-type:lower-roman;
  287. text-align:justify;
  288. }
  289.  
  290. .arrow-left {
  291. position:fixed;
  292. margin-top:65px;
  293. margin-left:135px;
  294. z-index:999999999;
  295. border-top: 15px solid transparent;
  296. border-bottom: 15px solid transparent;
  297. border-right:15px solid {color:Sidebar Background};
  298. }
  299.  
  300.  
  301.  
  302.  
  303. #asker {
  304. color:#fcfcfc;
  305. padding:14px;
  306. font-family:'Source Code Pro', Consolas, Courier;
  307. font-size:12px;
  308. letter-spacing:0px;
  309. text-align:left;
  310. margin-top:0px;
  311. text-transform:uppercase;
  312. line-height:100%;
  313. background-color:{color:Answer Backg}
  314. }
  315.  
  316.  
  317. #cred {
  318. position:fixed;
  319. font-family:'Source Code Pro', Consolas, Courier;
  320. text-transform:uppercase;
  321. font-size:8px;
  322. right:9px;
  323. bottom:9px;
  324. padding:4px;
  325. letter-spacing:1px;
  326. }
  327.  
  328. {CustomCSS}</style></head><body>
  329.  
  330.  
  331.  
  332.  
  333. <div id="sidebar">
  334. <div id="title">{Title}</div>
  335.  
  336.  
  337. <div id="description">{Description}
  338. {block:Pagination}
  339. <div id="pagination">
  340. {block:PreviousPage}<a href="{PreviousPage}">new</a>{/block:PreviousPage}
  341. — {block:NextPage}<a href="{NextPage}">old</a>{/block:NextPage}
  342. </div>
  343. {/block:Pagination}
  344. </div>
  345.  
  346. <div class="links">
  347. <a href="/">Home</a>
  348. <br><a href="/ask">Ask</a>
  349. <br>{block:IfShowLink1}<a href="{text:Link 1}">{text:Link 1 Text}</a>{/block:IfShowLink1}
  350. <br>{block:IfShowLink2}<a href="{text:Link 2}">{text:Link 2 Text}</a>{/block:IfShowLink2}
  351. <br>{block:IfShowLink3}<a href="{text:Link 3}">{text:Link 3 Text}</a>{/block:IfShowLink3}
  352. <br>{block:IfShowLink4}<a href="{text:Link 4}">{text:Link 4 Text}</a>{/block:IfShowLink4}
  353. <br>
  354. </div>
  355.  
  356. <div class="icon"><img src="{PortraitURL-64}"></div>
  357.  
  358. </div>
  359.  
  360. <div class="arrow-left"></div>
  361.  
  362.  
  363. <div id="entries">
  364. {block:Posts}
  365. <div id="post">
  366.  
  367. {block:Text}
  368. <h1>{block:Title}{Title}{/block:Title}</h1>
  369. {Body}{/block:Text}
  370.  
  371. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-400}">{LinkCloseTag}
  372. {block:Caption}{Caption}{/block:Caption}{/block:Photo}
  373.  
  374. {block:Photoset}{Photoset-400}{block:Caption}{Caption}
  375. {/block:Caption}{/block:Photoset}
  376.  
  377. {block:Quote}<h2>"{Quote}"</h2>
  378. {block:Source}<div class="qsource"> —{Source}</div>
  379. {/block:Source}{/block:Quote}
  380.  
  381. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  382.  
  383. {block:Chat}{block:Title}{Title}{/block:Title}{block:Lines}{block:Label}<b><u>{Label}</u></b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  384.  
  385. {block:Audio}<left>{block:AlbumArt}<img src="{AlbumArtURL}" width="60px" height="60px" align="left" style="margin-right:10px" />{/block:AlbumArt}<span class="audio">{AudioPlayerBlack}</left></span>
  386. {block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  387. {block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  388. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times <br>
  389. {/block:Audio}<br>
  390.  
  391. {block:Video}{Video-400}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  392.  
  393. {block:Answer}<div id="asker">{Question} —<span style="text-align:lowercase; color:#fcfcfc;font-style:italic; "><b><i>{Asker}</i></b><br></span> </div><left><div style="padding:4px;margin-top:3px;font-size:12px;"><font face="'Source Code Pro', Consolas, Courier">{Answer}</font></div>{/block:Answer}
  394.  
  395. <div id="info">
  396. <a href="{Permalink}">{12Hour}:{Minutes} {AmPm}</a> —
  397. {block:RebloggedFrom} <a href="{ReblogParentURL}">via</a>{/block:RebloggedFrom}
  398. + {block:ContentSource} <a href="{SourceURL}"><a href="{SourceURL}">source</a>{/block:ContentSource}
  399. {block:RebloggedFrom} <a href="{ReblogParentURL}" target="_blank"></a>{/block:RebloggedFrom}
  400. ⋯{NoteCount}</a>
  401. {block:HasTags}<div id="tags">
  402.  
  403. {block:Tags}<a href="/tagged/{Tag}">#{Tag}</a>&nbsp;{/block:Tags}
  404. </div>{block:HasTags}
  405. </div>
  406. </div>
  407. {/block:Posts}
  408. <br><br>{block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  409. {/block:Posts}</div></div></div>
  410. <br><br><br><br>
  411.  
  412. <div id="cred">
  413. <a href="http://lillsthemes.tumblr.com/">LT</a>
  414. </div>
  415. </div>
  416.  
  417.  
  418.  
  419. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement