Advertisement
ponderism

theme: 27, Out of the Woods

Oct 23rd, 2014
1,856
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.18 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.  
  3. <!--
  4.  
  5. out of the woods theme by conansdoyles
  6. do not repost/use as base/etc. etc.
  7.  
  8. -->
  9.  
  10.  
  11. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  12. <head><title>{Title}</title>
  13.  
  14. <link rel="shortcut icon" href="{Favicon}">
  15. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  16. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  17.  
  18. <meta name="color:Text" content="#838282"/>
  19. <meta name="color:Line" content="#eee"/>
  20. <meta name="color:TitleBorder" content="#fff"/>
  21. <meta name="color:Header" content=""/>
  22. <meta name="color:Background" conent="#fff"/>
  23. <meta name="color:Link" content="#b8b8b8"/>
  24. <meta name="text:Link 1" content="" />
  25. <meta name="text:Link 1 Text" content="" />
  26. <meta name="text:Link 2" content="" />
  27. <meta name="text:Link 2 Text" content="" />
  28. <meta name="text:Link 3" content="" />
  29. <meta name="text:Link 3 Text" content="" />
  30. <meta name="text:Link 4" content="" />
  31. <meta name="text:Link 4 Text" content="" />
  32. <meta name="text:Link 5" content="" />
  33. <meta name="text:Link 5 Text" content="" />
  34.  
  35.  
  36. <script language="JavaScript" src="http://dl.dropbox.com/u/3173073/GothicDarkness/qTip.js" type="text/JavaScript"></script>
  37.  
  38. <style type="text/css">
  39.  
  40.  
  41.  
  42.  
  43. ::-webkit-scrollbar {
  44. width: 5px;height: 5px;}
  45. ::-webkit-scrollbar-button:start:decrement,
  46. ::-webkit-scrollbar-button:end:increment {
  47. height: 6px;display: block;background-color: #fff;}
  48. ::-webkit-scrollbar-track-piece {
  49. background-color: #fff;}
  50. ::-webkit-scrollbar-thumb:vertical {
  51. height: 9px;background-color: #000;border-top:1px solid #fff;border-bottom:1px solid #fff;}
  52.  
  53.  
  54. body {
  55. background:{color:background};
  56. margin:0px;
  57. color:{color:text};
  58. font-family:arial;
  59. font-size: 10px;
  60. line-height: 14px;
  61. }
  62.  
  63. a {
  64. text-decoration:none;
  65. outline:none;
  66. -moz-outline-style:none;
  67. color:{color:link};
  68. -webkit-transition: all 0.5s ease;
  69. -moz-transition: all 0.5s ease;
  70. -o-transition: all 0.5s ease;
  71. }
  72.  
  73. img {
  74. border:none;
  75. }
  76.  
  77. blockquote {
  78. margin-left: 0px;
  79. }
  80.  
  81. blockquote blockquote {
  82. padding-left:5px;
  83. border-left:2px solid;
  84. }
  85.  
  86. h1 {
  87. font-size:8px;
  88. letter-spacing: 1px;
  89. text-transform:uppercase;
  90. line-height: 12px;
  91. font-weight: normal;
  92. font-family: 'arial';
  93. }
  94.  
  95. h2 {
  96. font-size: 8px;
  97. padding-right: 5px;
  98. letter-spacing: 1px;
  99. margin-top: 5px;
  100. width: 400px;
  101. text-align: left;
  102. font-weight: normal;
  103. }
  104.  
  105. a:hover {
  106. opacity:10;
  107. color:{color:hover};
  108. -webkit-transition: all 0.7s ease;
  109. -moz-transition: all 0.7s ease;
  110. -o-transition: all 0.7s ease
  111. }
  112.  
  113. #title {
  114. line-height: 90%;
  115. width: 220px;
  116. background: {color:Header};
  117. padding: 20px;
  118. margin-left: auto;
  119. margin-right: auto;
  120. font-family: arial;
  121. font-size: 8px;
  122. font-weight: bold;
  123. text-align: center;
  124. letter-spacing: 1px;
  125. color: {color:TitleBorder};
  126. border: 4px solid {color:TitleBorder};
  127. text-transform: uppercase;
  128. }
  129.  
  130. #header:hover #title{
  131. opacity: 0;
  132. }
  133.  
  134. #header:hover #description {
  135. opacity: 1;
  136. }
  137.  
  138.  
  139. #entries {
  140. padding:0px;
  141. width:400px;
  142. margin-left: auto;
  143. margin-right: auto;
  144. font-size:9px;
  145. margin-top: 220px;
  146. }
  147.  
  148.  
  149. #post {
  150. width:400px;
  151. border: 1px solid {color:Line};
  152. padding-top:10px;
  153. padding-left:10px;
  154. padding-right:10px;
  155. margin-top: 70px;
  156. margin-bottom: 100px;
  157. background-color: {color:Background};
  158. }
  159.  
  160. #post:hover #info{
  161. opacity: 1;
  162. -webkit-transition: all 0.5s ease;
  163. -moz-transition: all 0.5s ease;
  164. -o-transition: all 0.5s ease;
  165. }
  166.  
  167. #header {
  168. text-align:center;
  169. margin-left:auto;
  170. margin-right:auto;
  171. padding-top: 36px;
  172. }
  173.  
  174. #headerimage {
  175. background: {color:Header};
  176. background-repeat:repeat-x;
  177. padding: 100px;
  178. }
  179.  
  180. #headerimage img {
  181. height: 250px;
  182. }
  183.  
  184.  
  185.  
  186. .links {
  187. width: 100%;
  188. padding-top: 10px;
  189. margin-right: auto;
  190. margin-left: auto;
  191. text-align: left;
  192. background: {color:Background};
  193. padding-left: 20px;
  194. font-family:'arial';
  195. position: fixed;
  196. border-bottom: 1px solid {color:Line};
  197.  
  198. }
  199.  
  200. .links a {
  201. margin-right: auto;
  202. margin-left: auto;
  203. display: inline-block;
  204. font-size: 7px;
  205. text-transform: uppercase;
  206. margin-right: 10px;
  207. margin-left: 10px;
  208. word-spacing: 15px;
  209. letter-spacing: 1px;
  210. color: {color:Links};
  211. padding-bottom: 10px;
  212. }
  213.  
  214. .links a:hover {
  215. }
  216.  
  217. #description {
  218. line-height: 90%;
  219. width: 220px;
  220. padding: 20px;
  221. margin-top: -155px;
  222. margin-left: auto;
  223. margin-right: auto;
  224. font-family: arial;
  225. font-size: 8px;
  226. font-weight: bold;
  227. text-align: center;
  228. letter-spacing: 1px;
  229. color: {color:TitleBorder};
  230. background: {color:Header};
  231. border: 4px solid {color:TitleBorder};
  232. opacity: 0;
  233. text-transform: uppercase;
  234. }
  235.  
  236. #info {
  237. width: 70px;
  238. text-align:center;
  239. font-family: arial;
  240. margin-top:10px;
  241. margin-left: -100px;
  242. position: absolute;
  243. text-transform:uppercase;
  244. font-size:7px;
  245. font-style:normal;
  246. opacity: 0;
  247. -webkit-transition: all 0.7s ease;
  248. -moz-transition: all 0.7s ease;
  249. -o-transition: all 0.7s ease;
  250. }
  251.  
  252. #chat {
  253. top: 300px;
  254. background: #000;
  255. padding: 0px 0px 0px 30px;
  256. }
  257.  
  258. #tags {
  259. font-family:'arial';
  260. letter-spacing:1px;
  261. padding-bottom: 0px;
  262. text-align:center;
  263. }
  264.  
  265. #tags
  266. a {display:inline;background-color:{color:Tags};padding:-3px;text-align:left;
  267. -webkit-transition: all 0.6s ease-in-out;
  268. -moz-transition: all 0.6s ease-in-out;
  269. -o-transition: all 0.6s ease-in-out;
  270. -ms-transition: all 0.6s ease-in-out; transition: all 0.6s ease-in-out;}
  271.  
  272. #pagination {
  273. font-family: 'arial';
  274. text-align: center;
  275. font-size: 8px;
  276. text-transform: uppercase;
  277. padding-bottom: 50px;
  278. margin-top: -10px;
  279. letter-spacing: 1px;
  280. margin-right: auto;
  281. margin-left: auto;
  282. -webkit-transition: all 0.7s ease;
  283. -moz-transition: all 0.7s ease;
  284. -o-transition: all 0.7s ease
  285. }
  286.  
  287. #pagination a:hover {
  288. text-decoration: underline;
  289. -webkit-transition: all 0.7s ease;
  290. -moz-transition: all 0.7s ease;
  291. -o-transition: all 0.7s ease
  292. }
  293.  
  294. #credit {
  295. padding: 10px;
  296. position:fixed;
  297. margin-right: 5px;
  298. bottom:5px;
  299. right:2px;
  300. font-size:8px;
  301. }
  302.  
  303. #credit a {
  304. color: {color:Link};
  305. line-height: 00%;
  306. font-family: 'arial';
  307. }
  308.  
  309. #credit a:hover {
  310. }
  311.  
  312. .caption {
  313. padding-left: 20px;
  314. padding-right: 20px;
  315. }
  316.  
  317. #quote {
  318. line-height: 15px;
  319. }
  320.  
  321. #asker {
  322. margin-top: -10px;
  323. padding-bottom: 5px;
  324. }
  325.  
  326.  
  327.  
  328. #cred {
  329. font-size: 8px;
  330. margin-right: auto;
  331. margin-left: auto;
  332. padding-bottom: 30px;
  333. text-align: center;
  334. }
  335.  
  336. ol.notes {
  337. padding: 10px;
  338. width: 400px;
  339. margin: 0px 0px;
  340. list-style-type: none;
  341. }
  342.  
  343. ol.notes li.note {
  344. padding: 10px;
  345. }
  346.  
  347. ol.notes li.note img.avatar {
  348. vertical-align: -4px;
  349. margin-right: 10px;
  350. width: 16px;
  351. height: 16px;
  352. }
  353.  
  354. ol.notes li.note span.action {
  355. font-weight: bold;
  356. }
  357.  
  358. ol.notes li.note .answer_content {
  359. font-weight: normal;
  360. }
  361.  
  362. ol.notes li.note blockquote {
  363. border-color: {color:Line};
  364. padding: 4px 10px;
  365. margin: 10px 0px 0px 25px;
  366. }
  367.  
  368. ol.notes li.note blockquote a {
  369. text-decoration: none;
  370. }
  371.  
  372. .tumblr_audio_player { width: 400px; }
  373.  
  374. {CustomCSS}</style></head><body>
  375.  
  376. <div class="links">
  377. <a href="{text:Link 1}">{text:Link 1 Text}</a>
  378. <a href="{text:Link 2}">{text:Link 2 Text}</a>
  379. <a href="{text:Link 3}">{text:Link 3 Text}</a>
  380. <a href="{text:Link 4}">{text:Link 4 Text}</a>
  381. <a href="{text:Link 5}">{text:Link 5 Text}</a>
  382. </div>
  383.  
  384. <div id="header">
  385. <div id="headerimage"><div id="title">{Title}</div></div>
  386. <div id="description">{Description}</div>
  387.  
  388. <style>
  389. div#qTip {
  390. padding: 4px;
  391. display: none;
  392. font-style:none;
  393. text-align: center;
  394. position: absolute;
  395. border-radius:0px;
  396. font-size:9px;
  397. line-height:10px;
  398. font-family: 'arial';
  399. z-index: 1000;
  400. background: #000;
  401. border: 1px solid #fff;
  402. z-index: 9999999;
  403. color: #fff;
  404. letter-spacing: 0px;
  405. }
  406. </style>
  407.  
  408.  
  409. </div></div>
  410.  
  411. <div id="entries">{block:Posts}<div id="post">
  412.  
  413. <div id="info">
  414. <span style="font-size: 16px;"><a href="{Permalink}">{block:Date}{DayOfMonthWithZero}.{MonthNumber}.{ShortYear}{/block:Date}</a></span><br>
  415.  
  416. <span style="line-height: 19px;"><a href="{Permalink}">{block:NoteCount} {NoteCountWithLabel} {/block:NoteCount}</a></span><br>
  417.  
  418. <span style="line-height:4px;">{block:RebloggedFrom}<a href="{ReblogParentURL}">via</a>{/block:RebloggedFrom}{block:ContentSource} . <a href="{SourceURL}">source</a>{/block:ContentSource}<br></span>
  419.  
  420. <p><br></p>
  421.  
  422. {block:HasTags}<span style="text-transform:lowercase;">{block:Tags}<a href="{TagURL}"><i>{Tag}</i></a> {/block:Tags}{/block:HasTags}</div>
  423.  
  424.  
  425. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  426.  
  427. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-400}">{LinkCloseTag}{block:PermalinkPage}{block:Caption}<h2>{Caption}</h2>{/block:Caption}{/block:PermalinkPage}{/block:Photo}
  428.  
  429. {block:Photoset}{Photoset-400}{block:PermalinkPage}{block:Caption}<h2>{Caption}</h2>{/block:Caption}{/block:PermalinkPage}{/block:Photoset}
  430.  
  431. <p align=center>{block:Quote}<h1><div id="quote">{Quote}</div></h1>{/block:Quote}</p>
  432. {block:Source}- {Source}{/block:Source}</p>
  433.  
  434. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  435.  
  436. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}<p>{/block:Chat}
  437.  
  438. {block:Audio}<div class="audio_container">{block:AudioEmbed}{AudioEmbed color="white"}{/block:AudioEmbed}</div>
  439. {block:Caption}{Caption}
  440. {/block:Caption}{/block:Audio}
  441.  
  442. {block:Video}{Video-400}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  443.  
  444. {block:Answer}
  445. <table style="width: 400px;padding-bottom:5px;padding-top:5px;margin-bottom:5px;border: 3px double {color:Line};">
  446. <tr>
  447. <td style="vertical-align:top; padding-left: 10px;"><strong>{Asker} asked:</strong> {Question}</td>
  448. </tr>
  449. </table>
  450. {Answer}
  451. {/block:Answer}
  452.  
  453. </div>
  454. {/block:Posts}
  455. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  456. {/block:Posts}</div></div></div>
  457.  
  458.  
  459.  
  460.  
  461. {block:Pagination}
  462. <div id="pagination">
  463. {block:PreviousPage}<a href="{PreviousPage}">back</a>{/block:PreviousPage}
  464. - {block:NextPage}<a href="{NextPage}">forth</a>{/block:NextPage}
  465. </div>
  466. {/block:Pagination}
  467.  
  468. <div id="cred">theme by <b><a href="http://www.conansdoyles.tumblr.com">conansdoyles</a></b>
  469. </div>
  470.  
  471. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement