Advertisement
ponderism

theme # 20

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