Advertisement
paulveretts

theme 16; wolfsbane

Jul 21st, 2013
458
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.63 KB | None | 0 0
  1.  
  2.  
  3. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  4.  
  5. <!--
  6.  
  7. WOLFSBANE
  8. Theme #16 by Júlia, aka Paulveretts.
  9.  
  10. -->
  11.  
  12.  
  13. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  14. <head><title>{Title}</title>
  15. <link rel="shortcut icon" href="{Favicon}">
  16. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  17. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  18.  
  19.  
  20. <meta name="color:Background" content="#ffffff"/>
  21. <meta name="color:Sidebar" content="#ffffff"/>
  22. <meta name="color:Sidebar Title" content="#b8b8b8"/>
  23. <meta name="color:Text" content="#a8a8a8"/>
  24. <meta name="color:Tags BG" content="#000000"/>
  25. <meta name="color:Link" content="#b8b8b8"/>
  26. <meta name="color:Tags" content="#f0f0f0"/>
  27. <meta name="color:Hover" content="#f2f2f2"/>
  28. <meta name="color:Info BG" content="#f7f3f5"/>
  29. <meta name="color:Line" content="#f2f2f2"/>
  30. <meta name="color:Border" content="#e4e4e4"/>
  31. <meta name="color:Question BG" content="#f7f3f5"/>
  32. <meta name="color:Nav Link BG" content="#e4e4e4"/>
  33. <meta name="color:Nav Link Hover BG" content="#ffffff"/>
  34. <meta name="color:Post" content="#ffffff"/>
  35. <meta name="color:Answer" content="#f8f8f8"/>
  36. <meta name="image:sidebar" content=""/>
  37. <meta name="image:bg" content=""/>
  38. <meta name="image:Sidebar Background" content=""/>
  39. <meta name="text:Sidebar Title" content="" />
  40. <meta name="text:Link 1" content="" />
  41. <meta name="text:Link 1 Text" content="" />
  42. <meta name="text:Link 2" content="" />
  43. <meta name="text:Link 2 Text" content="" />
  44. <meta name="text:Link 3" content="" />
  45. <meta name="text:Link 3 Text" content="" />
  46. <meta name="text:Link 4" content="" />
  47. <meta name="text:Link 4 Text" content="" />
  48. <meta name="text:Link 5" content="" />
  49. <meta name="text:Link 5 Text" content="" />
  50. <meta name="text:Link 6" content="" />
  51. <meta name="text:Link 6 Text" content="" />
  52. <meta name="text:Link 7" content="" />
  53. <meta name="text:Link 7 Text" content="" />
  54. <meta name="if:Show Link 1" content="1" />
  55. <meta name="if:Show Link 2" content="1" />
  56. <meta name="if:Show Link 3" content="1" />
  57. <meta name="if:Show Link 4" content="1" />
  58. <meta name="if:Show Link 5" content="1" />
  59. <meta name="if:Show Link 6" content="1" />
  60. <meta name="if:Show Link 7" content="1" />
  61. <meta name="color:scrollbarbg" content="ffffff"/>
  62.  
  63.  
  64. <style type="text/css">
  65.  
  66. /* --- SCROLLBAR ---*/
  67.  
  68. ::-webkit-scrollbar {
  69. width: 5px;height: 5px;}
  70. ::-webkit-scrollbar-button:start:decrement,
  71. ::-webkit-scrollbar-button:end:increment {
  72. height: 6px;display: block;background-color: {color:white};}
  73. ::-webkit-scrollbar-track-piece {
  74. background-color: {color:scrollbarbg};}
  75. ::-webkit-scrollbar-thumb:vertical {
  76. height: 9px;background-color: {color:scrollbarbg};border-top:1px solid {color:scrollbarbg};border-bottom:1px solid {color:scrollbarbg};}
  77.  
  78.  
  79. /* --- BODY ---*/
  80.  
  81. body {
  82. background:{color:background};
  83. margin:0px;
  84. color:{color:text};
  85. font-family:Cambria;
  86. font-size:9px;
  87. line-height:100%;
  88. }
  89.  
  90. a {
  91. text-decoration:none;
  92. outline:none;
  93. -moz-outline-style:none;
  94. color:{color:link};
  95. }
  96.  
  97. img {
  98. border:none;
  99. }
  100.  
  101. blockquote {
  102. padding-left:5px;
  103. border-left:2px solid;
  104. }
  105.  
  106. blockquote blockquote {
  107. padding-left:5px;
  108. border-left:2px solid;
  109. }
  110.  
  111. h1 {
  112. font-family: 'Parisienne', cursive;
  113. font-size:20px;
  114. line-height:100%;
  115. border-bottom:1px dotted {color:Border};
  116. }
  117.  
  118. a:hover {
  119. opacity:10;
  120. color:{color:hover};
  121. -webkit-transition: all 0.7s ease;
  122. -moz-transition: all 0.7s ease;
  123. -o-transition: all 0.7s ease
  124. }
  125.  
  126. /* --- POST ENTRIES ---*/
  127.  
  128.  
  129. #entries {
  130. padding:10px;
  131. width:500px;
  132. margin-left:450px;
  133. margin-top:40px;
  134. font-size:10px;
  135. }
  136.  
  137. /* --- BODY: POSTS ---*/
  138.  
  139.  
  140. #post {
  141. width:500px;
  142. padding-bottom:20px;
  143. padding:10px;
  144. margin-top:15px;
  145. background-color:{color:Post};
  146. }
  147.  
  148. /* --- SIDEBAR IMAGE ---*/
  149.  
  150. #stitle {
  151. position:fixed;
  152. font-family: 'Parisienne', cursive;
  153. font-size:20px;
  154. width:200px;
  155. text-align:center;
  156. color:{color:Sidebar Title};
  157. margin-top:-16px;
  158. text-shadow: 0.1em 0.1em 0.10em #e3e3e3;
  159. }
  160.  
  161. #credit a:hover {
  162. border-radius:500px;
  163. color:{color:Hover};
  164. border 1px solid {color:Border};
  165. background-color:{color:Info BG};
  166. }
  167.  
  168. #musicinfo {
  169. margin-top:15px;
  170. text-align:center;
  171. }
  172.  
  173.  
  174. #audio {
  175. position:absolute;
  176. margin-top:25px;
  177. width:25px;
  178. height:25px;
  179. margin-bottom:10px;
  180. opacity:0.5;
  181. }
  182.  
  183. #sidebar {
  184. width:202px;
  185. padding:100px;
  186. height:1000px;
  187. border-left:1px dotted {color:Border};
  188. border-right:1px dotted {color:Border};
  189. position:fixed;
  190. margin-left:0px;
  191. margin-top:-150px;
  192. padding-top:300px;
  193. opacity:0.9;
  194. background-color:{color:Sidebar};
  195. background-image:url('{image:Sidebar Background}');
  196. }
  197.  
  198. #sidebar .links {
  199. opacity:0;
  200. -moz-transition-duration:1s;
  201. -webkit-transition-duration:1s; -o-transition-duration:1s;
  202. }
  203.  
  204. #sidebar:hover .links {
  205. opacity:1;
  206. -moz-transition-duration:1s;
  207. -webkit-transition-duration:1s; -o-transition-duration:1s;
  208. }
  209.  
  210. #sidebar #links2 {
  211. opacity:0;
  212. -moz-transition-duration:1s;
  213. -webkit-transition-duration:1s; -o-transition-duration:1s;
  214. }
  215.  
  216. #sidebar:hover #links2 {
  217. opacity:1;
  218. -moz-transition-duration:1s;
  219. -webkit-transition-duration:1s; -o-transition-duration:1s;
  220. }
  221.  
  222. #sidebarimage {
  223. width 150px;
  224. }
  225.  
  226. #sidebarimage img {
  227. width:185px;
  228. padding:6px;
  229. border:3px double {color:Border};
  230. background-color:{color:Sidebar};
  231. }
  232.  
  233.  
  234. /* --- SIDEBAR LINKS ---*/
  235.  
  236. #links2 {
  237. padding: 4px;
  238. font-size:8px;
  239. text-align:right;
  240. margin-top:-200px;
  241. margin-left:200px;
  242. line-height:6px;
  243. text-transform:uppercase;
  244. word-spacing:2px;
  245. position:fixed;
  246. padding-bottom:7px;
  247. -moz-transition-duration:0.4s;
  248. -webkit-transition-duration:0.4s; -o-transition-duration:0.4s;
  249. }
  250.  
  251. #links2 a {
  252. width:38px;
  253. display:block;
  254. padding:9px;
  255. background:{color:Nav Link BG};
  256. -moz-transition-duration:0.4s;
  257. -webkit-transition-duration:0.4s; -o-transition-duration:0.4s;
  258. }
  259.  
  260. #links2 a:hover {
  261. padding-left:20px;
  262. color:{color:Hover};
  263. background-color:{color:Nav Link Hover BG};
  264. -moz-transition-duration:0.4s;
  265. -webkit-transition-duration:0.4s; -o-transition-duration:0.4s;
  266. }
  267.  
  268. .links {
  269. padding: 4px;
  270. font-size:8px;
  271. text-align:left;
  272. margin-top:-200px;
  273. margin-left:-61px;
  274. line-height:6px;
  275. text-transform:uppercase;
  276. word-spacing:2px;
  277. position:fixed;
  278. padding-bottom:7px;
  279. -moz-transition-duration:0.4s;
  280. -webkit-transition-duration:0.4s; -o-transition-duration:0.4s;
  281. }
  282.  
  283. .links a {
  284. width:38px;
  285. display:block;
  286. padding:9px;
  287. background:{color:Nav Link BG};
  288. -moz-transition-duration:0.4s;
  289. -webkit-transition-duration:0.4s; -o-transition-duration:0.4s;
  290. }
  291.  
  292. .links a:hover {
  293. margin-left:-12px;
  294. padding-right:20px;
  295. color:{color:Hover};
  296. background-color:{color:Nav Link Hover BG};
  297. -moz-transition-duration:0.4s;
  298. -webkit-transition-duration:0.4s; -o-transition-duration:0.4s;
  299. }
  300.  
  301.  
  302. /* --- DESCRIPTION ---*/
  303.  
  304. #description {
  305. position:fixed;
  306. font-family:cambria;
  307. line-height:90%;
  308. font-size:10px;
  309. font-style:italic;
  310. width:200px;
  311. margin-top:3px;
  312. padding:8px;
  313. margin-left:-7px;
  314. text-align:center;
  315. color:{color:text};
  316. }
  317.  
  318. #description a {color:{color:text}; -moz-transition-duration:0.4s;
  319. -webkit-transition-duration:0.4s; -o-transition-duration:0.4s;}
  320.  
  321. /* --- PAGINATION---*/
  322.  
  323.  
  324. #pagination {
  325. width:100px;
  326. font-size:10px;
  327. text-align:center;
  328. margin-left:55px;
  329. margin-top:60px;
  330. position:fixed;
  331. font-family:consolas;
  332. letter-spacing:0px;
  333. }
  334.  
  335. /* --- POST INFO ---*/
  336.  
  337. #info {
  338. width:496px;
  339. padding:4px;
  340. background:{color:Info BG};
  341. text-align:center;
  342. margin-top:10px;
  343. text-transform:uppercase;
  344. font-size:8px;
  345. font-style:none;
  346. border-top:1px solid {color:Line}
  347. }
  348.  
  349. #info a:hover {
  350. color:{color:Hover};
  351. border-bottom:4px solid {color:Border};
  352. }
  353.  
  354. /* --- POST TAGS---*/
  355.  
  356.  
  357. #tags {
  358. position:absolute;
  359. font-family:cambria;
  360. letter-spacing:0px;
  361. text-transform:lowercase;
  362. font-size:10px;
  363. font-style:italic;
  364. margin-top:4px;
  365. text-align:left;
  366. }
  367.  
  368. #tags
  369. a {color:{color:Tags};padding:-3px;text-align:left;
  370. -webkit-transition: all 0.6s ease-in-out;
  371. -moz-transition: all 0.6s ease-in-out;
  372. -o-transition: all 0.6s ease-in-out;
  373. -ms-transition: all 0.6s ease-in-out; transition: all 0.6s ease-in-out;}
  374.  
  375. #tags a:hover {
  376. color:{color:Hover};
  377. background:{color:Tags BG};
  378. padding:2px;
  379. }
  380.  
  381.  
  382. /* --- QUESTIONS ---*/
  383.  
  384. #inquirer a {
  385. text-transform:uppercase;
  386. font-style:normal;
  387. }
  388.  
  389. #asker {
  390. padding:10px;
  391. border-bottom:1px dotted {color:Border};
  392. font-family:cambria;
  393. letter-spacing:1px;
  394. text-align:center;
  395. font-style:italic;
  396. background-color:{color:Question BG}
  397. }
  398.  
  399. {CustomCSS}</style></head><body>
  400.  
  401. <div id="sidebar">
  402. <a href="/"><div id="stitle">{text:Sidebar Title}</div></a>
  403. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  404.  
  405.  
  406. <div id="description">
  407. {Description}
  408. </div>
  409.  
  410. <div class="links">
  411. <a href="/">home</a><br>
  412. <a href="/ask">ask</a><br>
  413. <a href="/archive">past</a><br>
  414. {block:IfShowLink1}<a href="{text:Link 1}">{text:Link 1 Text}</a>{/block:IfShowLink1}<br>
  415. {block:IfShowLink2}<a href="{text:Link 2}">{text:Link 2 Text}</a>{/block:IfShowLink2}
  416. </div>
  417.  
  418. <div id="links2">
  419. {block:IfShowLink3}<a href="{text:Link 3}">{text:Link 3 Text}</a>{/block:IfShowLink3}<br>
  420. {block:IfShowLink4}<a href="{text:Link 4}">{text:Link 4 Text}</a>{/block:IfShowLink4}<br>
  421. {block:IfShowLink5}<a href="{text:Link 5}">{text:Link 5 Text}</a>{/block:IfShowLink5}<br>
  422. {block:IfShowLink6}<a href="{text:Link 6}">{text:Link 6 Text}</a>{/block:IfShowLink6}<br>
  423. {block:IfShowLink7}<a href="{text:Link 7}">{text:Link 7 Text}</a>{/block:IfShowLink7}<br>
  424. </div>
  425.  
  426.  
  427. {block:Pagination}<div id="pagination">
  428. {block:PreviousPage}<a href="{PreviousPage}">&larr;</a>&nbsp;&nbsp;{/block:PreviousPage}
  429. {block:NextPage}<a href="{NextPage}">&rarr;</a>{/block:NextPage}
  430. </div>{/block:Pagination}
  431.  
  432. </div>
  433.  
  434. <div id="entries">{block:Posts}<div id="post">
  435.  
  436. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  437.  
  438. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  439.  
  440. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  441.  
  442. {block:Quote}{Quote}{/block:Quote}
  443.  
  444. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  445.  
  446. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  447.  
  448. {block:Audio}<left>{block:AlbumArt}<img src="{AlbumArtURL}" width="78px" height="78px" align="left" style="margin-bottom:10px" />{/block:AlbumArt}<div id="audio">{AudioPlayerWhite}</div></left>
  449. <div id="musicinfo">{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  450. <br>{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  451. {/block:ExternalAudio}<br><b>Played:</b> {PlayCount} times</div><br>
  452. {/block:Audio}
  453.  
  454. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  455.  
  456. {block:Answer}<div id="asker"><span style="font-family:cambria;font-size:9px;font-style:italic;"></span><div id="inquirer">{Asker}:</div> {Question}</div><left><font face="cambria">{Answer}</font>{/block:Answer}
  457.  
  458. <div id="info">posted <a href="{Permalink}">{TimeAgo}</a> {block:RebloggedFrom} via <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom} {block:ContentSource}(<a href="{SourceURL}">© <a href="{SourceURL}">{SourceLink}</a>){/block:ContentSource}{block:RebloggedFrom} <a href="{ReblogParentURL}" target="_blank"></a>{/block:RebloggedFrom} with <a href="{Permalink}">{NoteCountWithLabel}</a></div>
  459. {block:HasTags}<div id="tags"><img src="http://static.tumblr.com/qlfmldj/wOKmcnquv/untitled-2.png">{block:Tags} #<a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}</div>
  460. {/block:Posts}
  461. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  462. {/block:Posts}</div>
  463.  
  464.  
  465. <div id="credit"><div style="border-radius:500px; position:fixed;bottom:5px; right:3px; font-size:7px; letter-spacing:1px; font-family:cambria;"><a href="http://paulveretts.tumblr.com/"><big><big><big>©</big></big></big></a></center></div></div>
  466.  
  467.  
  468. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement