Advertisement
lydsiamartin

Theme #18: The Angel of Verdun

Jun 20th, 2014
355
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.53 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. <head>
  4.  
  5. <title>{Title}</title>
  6. <link rel="shortcut icon" href="{Favicon}">
  7. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  8. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  9.  
  10. <script type="text/javascript" src="http://static.tumblr.com/kwlg23j/QXAlgobzw/jquery-1.5.min.js"></script>
  11.  
  12.  
  13. <script type="text/javascript" src="http://static.tumblr.com/vaqsgdj/m5lloo7bn/jquery.style-my-tooltips.js"></script>
  14. <script>(function($){$(document).ready(function(){$("[title]").style_my_tooltips({tip_delay_time:100});});})(jQuery);</script>
  15.  
  16. <script src="http://static.tumblr.com/me5sfsd/1YFl414t0/jquery142.js"></script>
  17. <script type="text/javascript">
  18. $(document).ready(function () {
  19. $('li.drawer div:nth-child(2)').hide();
  20. $('li.drawer h4').click(function () {
  21. if ($(this).hasClass('open')) {
  22. $('li.drawer div:visible:nth-child(2)').slideUp().prev().removeClass('open');}
  23. else {
  24. $('li.drawer div:visible:nth-child(2)').slideUp().prev().removeClass('open');
  25. $(this).next().slideDown();
  26. $(this).addClass('open');}
  27. });
  28. });
  29. </script>
  30.  
  31. <!---- Theme by Claire (badwolfthemes). Do not remove credit, steal, redistribute, claim as your own, etc. Please, just don't do it.--->
  32.  
  33. <meta name="color:Background" content="#ffffff"/>
  34. <meta name="color:Text" content="#000000"/>
  35. <meta name="color:Link" content="#000000"/>
  36. <meta name="color:Link Hover" content="#000000" />
  37. <meta name="color:Nav Link" content="#606060" />
  38. <meta name="color:Title" content="#fafafa" />
  39. <meta name="color:Description" content="#000000" />
  40. <meta name="color:Scrollbar" content="#000000" />
  41. <meta name="color:Blockquote" content="#fafafa" />
  42. <meta name="color:Post Title" content="#cf2d85" />
  43. <meta name="color:Bold" content="#000000" />
  44. <meta name="color:Italics" content="#cf2d85" />
  45. <meta name="color:Info" content="#000000" />
  46. <meta name="color:navbg" content="#cccccc" />
  47.  
  48. <meta name="image:Sidebar" content=""/>
  49.  
  50.  
  51. <meta name="text:link 1 url" content="/"/>
  52. <meta name="text:link 2 url" content="/ask"/>
  53. <meta name="text:link 3 url" content="/"/>
  54. <meta name="text:link 4 url" content="/"/>
  55.  
  56.  
  57. <!--- CSS --->
  58. <style type="text/css">
  59.  
  60. html, body, h1, h3, h4, h5, h6, p, ol, blockquote {margin:0; padding:0; list-style:none;}
  61. h2 {
  62. font-family: Georgia;
  63. font-size:30px;
  64. text-align:center;
  65. line-height:150%;
  66. color:{color:title};
  67. font-style:italic;
  68. font-weight:normal;
  69.  
  70. }
  71. h2 a{
  72. font-family: Georgia;
  73. font-size:30px;
  74. text-align:center;
  75. line-height:150%;
  76. color:{color:title};
  77. font-style:italic;
  78. font-weight:normal;
  79.  
  80. }
  81.  
  82. h4 {background-color:#ababab;
  83. }
  84.  
  85. h3 {
  86. font-family: Georgia;
  87. font-size:20px;
  88. line-height:150%;
  89. color:{color:title};
  90. font-style:bold;
  91. font-weight:normal;
  92.  
  93. }
  94.  
  95. body {font: 11px cambria; color: {color:text}; background-color: {color:Background}; line-height:5px;}
  96. a {color: {color:link};
  97. -right-radius:25px;
  98. -webkit-transition: all 0.8s ease-out;
  99. -moz-transition: all 0.8s ease-out;
  100. transition: all 0.8s ease-out;}
  101. a:hover {color: {color:link hover};
  102. -right-radius:25px;
  103. -webkit-transition: all 0.8s ease-out;
  104. -moz-transition: all 0.8s ease-out;
  105. transition: all 0.8s ease-out;}
  106. a {text-decoration:none;}
  107.  
  108. b, strong {color:{color:bold}}
  109. i, em {color:{color:italics}}
  110. small {font-size:8px;}
  111. big {font-size:12px;}
  112. ul {list-style:square;text-align:justify;}
  113. ol {text-align:justify;}
  114.  
  115. ::-webkit-scrollbar-thumb {
  116. height:auto;
  117. background-color:{color:scrollbar};
  118. border: 2px solid #fff;
  119. }
  120.  
  121. ::-webkit-scrollbar {
  122. height:9px;
  123. width:6px;
  124. background-color:{color:scrollbar};
  125. border: 4px solid #fff;
  126. }
  127.  
  128. .post blockquote {padding: 6px 6px 10px 13px;border-left: 4px solid #888888;text-align:justify; background-color:{color:blockquote}; margin-left:10px; margin-bottom:4px; width:470px;}
  129.  
  130. .post img, .post li, .post blockquote {max-width: 100%;}
  131.  
  132. blockquote p {display:block!important;}
  133.  
  134. blockquote img {max-width:220px!important;}
  135.  
  136. #enter {margin-left:100px;}
  137.  
  138. /* content */
  139. #content {margin-left:370px; position:absolute; width:540px; margin-top: 30px; margin-bottom: 25px; padding:10px;}
  140.  
  141. /* sidebar */
  142. #banner {width:100%; margin-left:0px; height:150px; line-height:15px; position: fixed; margin-top:0px; text-align: center; z-index:1;
  143. }
  144.  
  145. #sidebar h1 a {color: {color:text}; text-decoration: none;}
  146. #sidebar h1 a:hover {color: {color:text}; text-decoration: none;}
  147.  
  148. #description {width:140px;padding-left:15px; padding-right:15px; margin-top:5px; margin-left:150px; text-align: justify; font-size:10px; line-height:120%; color:{color:description}; }
  149.  
  150. #navi {padding:10px; width:100px; margin-top:270px; margin-left:39px; height:100px; z-index:9; position:fixed; background-color: {color:Background}; opacity:0; -webkit-transition: all 0.6s ease-out;
  151. -moz-transition: all 0.6s ease-out;
  152. transition: all 0.6s ease-out;}
  153. #navi:hover{opacity:1; -webkit-transition: all 0.6s ease-out;
  154. -moz-transition: all 0.6s ease-out;
  155. transition: all 0.6s ease-out;}
  156. #navi a {font-size:20px; height:20px; margin-left:1px; margin-top:-10px; margin-bottom:13px; padding-left:11px; padding-right:12px; padding-bottom:10px; padding-top:20px; display:inline-block; width:25px; font-family: cambria; color:{color:Nav Link}; text-align:center;
  157. -webkit-transition: all 0.6s ease-out;
  158. -moz-transition: all 0.6s ease-out;
  159. transition: all 0.6s ease-out;}
  160.  
  161. #navi a:hover{background-color:{color:navbg}; -webkit-transition: all 0.6s ease-out;
  162. -moz-transition: all 0.6s ease-out;
  163. transition: all 0.6s ease-out;}
  164.  
  165. #title {font-size:12px; margin-top:280px; margin-left:150px; margin-bottom:0px; padding-top:3px; padding-left:15px; width:140px; color:{color:title}; letter-spacing:1px; text-align:center; font-family: calbria; z-index:9; }
  166.  
  167. #title a{ font-style: bold; font-family: font-size:12px;}
  168. #title a:hover{ color: {color:title};}
  169.  
  170. #line {width:260px; height:100%; margin-left:0px; position:fixed; margin-top:0px; background-position:top;}
  171.  
  172. #sideimg {width:auto; margin-top:0px; margin-left:0px; position:fixed;}
  173. #sideimg img{width:auto; margin-top:270px; margin-left:50px; position:fixed;}
  174.  
  175. /* pagination */
  176. #pagination {width: 240px; margin-left:-90px; padding: 3px; font-size: 11px; line-height: 21px; text-align: right; margin-top: 240px; letter-spacing:1px; text-transform: lowercase; font-style: italic; font-family: calbria; position:fixed;}
  177. #pagination a{padding:6px; color:{color:Nav Link}; }
  178. #pagination a:hover{padding:6px; color:{color:Nav Link Hover};}
  179.  
  180. /* posts */
  181. .post {line-height: 18px; clear: both; padding:30px;}
  182. .caption blockquote {padding-left: 20px;}
  183.  
  184. /* kinds of posts */
  185. .post text {text-align: left;}
  186.  
  187. .post photo {margin-bottom: 5px; text-align: center;}
  188. .post photo img {border: 0;}
  189.  
  190. .post quote {text-align: left;}
  191. .source {text-align:left; font-size:13px;}
  192.  
  193.  
  194. .post link {text-align: left;}
  195.  
  196. .post audio {text-align: left; }
  197. .post video {text-align: left;}
  198.  
  199. .post chat {text-align: left;}
  200. .post chat li {list-style-type: none; }
  201.  
  202. .ask a{font-size:16px; font-style:bold; color:{color:bold};}
  203. .ask {
  204. padding:10px;
  205. text-align:left;
  206. color:{color:text};
  207. text-align:center;
  208. line-height:110%;
  209. background-color:#fafafa;
  210. margin-top:10px;
  211. -moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;
  212. }
  213.  
  214. .ans {
  215. text-align:left;
  216. padding:10px;
  217. color:{color:text};
  218. line-height:120%;
  219. margin-bottom:20px;
  220. }
  221.  
  222. .ans blockquote {padding: 6px 0 6px 13px;border-left: 1px solid {color:text};text-align:justify; background-color:{color:blockquote}; margin-left:10px; max-width:490px;}
  223.  
  224.  
  225. /* metadata */
  226. #info {margin-top: 5px; font-size: 8px; text-transform:none; line-height:150%; width:500px; margin-left:20px; padding:5px; font-family: Helvetica; text-transform:lowercase; color:{color:info}; float:left;}
  227. #info a {color:{color:info}; text-align:left;}
  228.  
  229. #infoline {margin-top:-15px; border-color:{color:info}; border-top:1px dotted; margin-left:10px; width:520px;}
  230.  
  231. ol.notes {display:block; text-align:left; margin-bottom:30px; line-height:120%;}
  232. ol.notes li.note{padding:1%;}
  233.  
  234. .pagenotes {text-align:left;}
  235.  
  236. #tags {font-size:9px; text-transform:lowercase; margin-top:-15px; width:520px; padding:5px; margin-bottom:30px; text-align:center; line-height:120%; }
  237.  
  238. /*custom css */
  239. .caption{padding-top:13px;padding-left:10px;padding-bottom:5px;margin-top:5px;text-align:left;font-size:10px;padding-right:10px;}
  240.  
  241.  
  242. /*credit*/
  243. #credit {position:fixed; right:10px; bottom:10px; text-shadow:2px 1px #eee; text-transform:uppercase; font:8px 'calbria'; letter-spacing:1px; padding:5px; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -ms-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease;}
  244.  
  245.  
  246.  
  247. {CustomCSS}
  248.  
  249. </style></head>
  250. <body>
  251.  
  252. <div id="enter">
  253. <div id="line">
  254. {block:Pagination} <div id="pagination">{block:PreviousPage}
  255. <a href="{PreviousPage}">back</a>
  256. {/block:PreviousPage}{block:NextPage}/
  257. <a href="{NextPage}">next</a>
  258. {/block:NextPage}</div>{/block:Pagination}
  259. <div id="sideimg"><img src="{image:Sidebar}">
  260. <div id="navi">
  261.  
  262. <a href="{text:link 1 url}">I</a>
  263. <a href="{text:link 2 url}">II</a>
  264. <a href="{text:link 3 url}">III</a>
  265. <a href="{text:link 4 url}">IV</a>
  266. </div>
  267. </div>
  268.  
  269. <div id="title"><a href="/">{title}</a></div><br>
  270. <div id="description">{description}
  271.  
  272. </div>
  273.  
  274. </div>
  275.  
  276. <div id="content">
  277.  
  278.  
  279. <div id="entries">
  280.  
  281. <div id="posts">
  282.  
  283. {block:ContentSource}
  284. <!-- {SourceURL}{block:SourceLogo}<img src=”{BlackLogoURL}”
  285. width=”{LogoWidth}” height=”{LogoHeight}” alt=”{SourceTitle}” />
  286. {/block:SourceLogo}
  287. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  288. {/block:ContentSource}{block:ReblogParent}{/block:ReblogParent}
  289.  
  290. {block:Posts}
  291. {block:Text}
  292. <li class="post text">
  293. {block:Title}<h2>{Title}</h2>{/block:Title}
  294. {/block:Title}{Body}
  295. </li>
  296. {/block:Text}
  297.  
  298. {block:Photo}
  299. <li class="post photo">
  300. <img src="{PhotoURL-500}" alt="{PhotoAlt}"/>
  301.  
  302. {block:Caption}
  303. <div class="caption">{Caption}</div>
  304. {/block:Caption}
  305. </li>
  306. {/block:Photo}
  307.  
  308. {block:Photoset}
  309. <li class="post photoset">
  310. {Photoset-500}{block:Caption}
  311. <div class="caption">{Caption}</div>
  312. {/block:Caption}
  313. </li>
  314. {/block:Photoset}
  315.  
  316. {block:Quote}
  317. <li class="post quote">
  318. <h3>"{Quote}"</h3>
  319. {block:Source}
  320. <div class="source">— {Source}</div>
  321. {/block:Source}
  322. </li>
  323. {/block:Quote}
  324.  
  325. {block:Link}
  326. <li class="post link">
  327. <h2><a href="{URL}" {Target}>{Name}</a></h2>
  328.  
  329. {block:Description}
  330. <div class="description">{Description}</div>
  331. {/block:Description}
  332. </li>
  333. {/block:Link}
  334.  
  335. {block:Chat}
  336. <li class="post chat">
  337. {block:Title}
  338. <h3><a href="{Permalink}">{Title}</a></h3>
  339. {/block:Title}
  340.  
  341. <ul class="chat">
  342. {block:Lines}
  343. <li class="{Alt} user_{UserNumber}">
  344. {block:Label}
  345. <span class="label">{Label}</span>
  346. {/block:Label}{Line}
  347. </li>
  348. {/block:Lines}
  349. </ul>
  350. </li>
  351. {/block:Chat}
  352.  
  353. {block:Answer}<div class="ask"><div class="asker"><bold><big>{Asker}</big></bold> asked:</div> {Question}</div><div class="ans">{Answer}</div>{/block:answer}
  354.  
  355. {block:Video}
  356. <li class="post video">
  357. {Video-500}{block:Caption}
  358. <div class="caption">{Caption}</div>
  359. {/block:Caption}
  360. </li>
  361. {/block:Video}
  362.  
  363. {block:Audio}
  364. <li class="post audio">
  365. {AudioPlayerBlack}
  366. {block:Caption}
  367. <div class="caption">{Caption}</div>
  368. {/block:Caption}
  369. </li>
  370. {/block:Audio}
  371. <div id="infoline"></div>
  372. <div id="info">
  373. <center><a href="{Permalink}">{block:Date}{ShortMonth} {DayOfMonthWithZero}{/block:Date}</a> <a href="{Permalink}"> - {NoteCountWithLabel}</a> <small>&nbsp;&nbsp;</small> {block:RebloggedFrom}<br>
  374. <a href="{ReblogParentURL}" title="{ReblogParentTitle}">VIA</a> {block:ContentSource} & <a href="{ReblogRootURL}" "{ReblogRootName}" title="{ReblogRoottitle}" >©</a>{/block:ContentSource}{/block:RebloggedFrom}<small>&nbsp;&nbsp;</small></center></div>
  375. <br>
  376. {block:HasTags}<div id="tags"><center>{block:Tags} #<a href="{TagURL}">{Tag}</a>{/block:Tags}</div></center>{/block:HasTags}
  377. {block:PostNotes}<div class="pagenotes">{PostNotes}{/block:PostNotes}
  378. {/block:Posts}</div>
  379. </div>
  380. <div id="credit"><a href="http://badwolfthemes.tumblr.com/">BW</a></div>
  381. </div>
  382. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement