Advertisement
Guest User

the13thdrwho's 31st theme

a guest
May 7th, 2014
524
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.81 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. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  4.  
  5.  
  6. <head>
  7.  
  8. <!--
  9.  
  10. THEME 24 BY THE13THDRWHO;
  11. DO NOT REMOVE CREDIT AND MESSAGE ME AT DOC-TAHH-THEMES IF YOU HAVE ANY QUESTIONS OR PROBLEMS.
  12.  
  13. -->
  14.  
  15. <meta name="color:link" content="#AAAAAA">
  16. <meta name="color:hover" content="#FFFFFF">
  17. <meta name="color:sb links hover" content="#FFFFFF">
  18. <meta name="color:text" content="#AAAAAA">
  19. <meta name="color:tags" content="#AAAAAA">
  20. <meta name="color:border" content="#F5F5F5">
  21. <meta name="color:scrollbar" content="#888888">
  22. <meta name="color:background" content="#FFFFFF">
  23. <meta name="image:sidebar1" content=""/>
  24. <meta name="image:sidebar2" content=""/>
  25. <meta name="image:sidebar3" content=""/>
  26. <meta name="image:sidebar4" content=""/>
  27. <meta name="image:background" content=""/>
  28. <meta name="if:400" content="1"/>
  29. <meta name="if:500" content="0"/>
  30. <meta name="if:8 links" content="0"/>
  31. <meta name="text:secondtitle" content="and you were mine.">
  32. <meta name="text:link1" content="">
  33. <meta name="text:link1 url" content="/">
  34. <meta name="text:link2" content="">
  35. <meta name="text:link2 url" content="/">
  36. <meta name="text:link3" content="">
  37. <meta name="text:link3 url" content="/">
  38. <meta name="text:link4" content="">
  39. <meta name="text:link4 url" content="/">
  40. <meta name="text:link5" content="">
  41. <meta name="text:link5 url" content="/">
  42. <meta name="text:link6" content="">
  43. <meta name="text:link6 url" content="/">
  44. <meta name="text:link7" content="">
  45. <meta name="text:link7 url" content="/">
  46. <meta name="text:link8" content="">
  47. <meta name="text:link8 url" content="/">
  48.  
  49. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  50. <title>{Title}</title> {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  51. <link rel="shortcut icon" href="{Favicon}" />
  52. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  53. <link href='http://fonts.googleapis.com/css?family=Kristi|Ubuntu+Mono|Crafty+Girls|Marck+Script|Droid+Sans+Mono|Allura|Source+Code+Pro|Gloria+Hallelujah|Oswald|Seaweed+Script|Coming+Soon|Architects+Daughter' rel='stylesheet' type='text/css'>
  54. </style>
  55. <style type="text/css">
  56.  
  57. ::-webkit-scrollbar-thumb{
  58. background-color: {color:scrollbar};
  59. border: 2px solid #fff;
  60. height:auto;
  61. }
  62.  
  63. ::-webkit-scrollbar {
  64. height:auto;
  65. width:11px;
  66. background-color: {color:scrollbar};
  67. border:5px solid #fff;
  68. }
  69.  
  70. /* LINK STYLES */
  71.  
  72. a {
  73. color:{color:link};
  74. text-decoration:none;
  75. -moz-transition-duration:0.5s;
  76. -webkit-transition-duration:0.5s;
  77. -o-transition-duration:0.5s;
  78. }
  79. a:hover {
  80. color:{color:hover};
  81. text-decoration:none;
  82. -moz-transition-duration:0.5s;
  83. -webkit-transition-duration:0.5s;
  84. -o-transition-duration:0.5s;
  85. }
  86.  
  87. /* THEME BODY */
  88.  
  89. body {
  90. background-image:url('{image:background}');
  91. background-attachment:fixed;
  92. background-color:{color:background};
  93. font-family:arial;
  94. font-weight:normal;
  95. font-size:9px;
  96. }
  97.  
  98. /* HEADINGS */
  99.  
  100. h2 {
  101. font-weight:normal;
  102. font-size:10px;
  103. text-align:center;
  104. font-style:italic;
  105. line-height:50%;
  106. letter-spacing:1px;
  107. text-transform:normal;
  108. color:{color:text};
  109. }
  110. h1 {
  111. font-size:12px;
  112. text-align:center;
  113. line-height:100%;
  114. letter-spacing:-0.5px;
  115. color:{color:text};
  116. font-weight:bold;
  117. text-transform:normal;
  118. padding:5px;
  119. padding-bottom:2px;
  120. }
  121. h1 a {
  122. color:{color:text};
  123. }
  124.  
  125. /* BLOCKQUOTE */
  126.  
  127. blockquote {
  128. border-left:2px solid {color:text};
  129. padding-left:5px;
  130. margin:5px;
  131. }
  132.  
  133. /* SIDEBAR */
  134.  
  135. #sidebar {
  136. position:fixed;
  137. width:auto;
  138. height:auto;
  139. margin-left:230px;
  140. opacity:1;
  141. z-index:92222;
  142. color:{color:text};
  143. margin-top:160px;
  144. padding:30px;
  145. }
  146. #sidebar img {
  147. width:245px;
  148. text-align:center;
  149. border-radius:50% 0% 50% 0%;
  150. }
  151.  
  152. /* DESCRIPTION */
  153.  
  154. .description {
  155. margin-top:10px;
  156. text-align:justify;
  157. width:245px;
  158. font-family:arial;
  159. color:{color:text};
  160. line-height:120%;
  161.  
  162. }
  163. .description a {
  164. color:{color:link};
  165. }
  166. .description a:hover {
  167. color:{color:hover};
  168. }
  169.  
  170. /* TITLE */
  171.  
  172. .title {
  173. margin-top:10px;
  174. text-align:left;
  175. width:240px;
  176. letter-spacing:1px;
  177. font-size:24px;
  178. padding:5px;
  179. padding-bottom:0px;
  180. font-family: 'Allura', cursive, arial;
  181. color:#000;
  182. line-height:120%;
  183. }
  184. .title a {
  185. color:{color:link};
  186. }
  187. .title a:hover {
  188. color:{color:link};
  189. text-shadow:2px 2px 0px #ffff00;
  190. }
  191.  
  192. /* 2ND TITLE */
  193.  
  194. .stitle {
  195. margin-top:10px;
  196. text-align:right;
  197. width:240px;
  198. letter-spacing:1px;
  199. font-size:12px;
  200. padding:5px;
  201. padding-top:0px;
  202. font-family: 'Gloria Hallelujah', cursive, arial;
  203. color:#000;
  204. padding-bottom:10px;
  205. padding-right:0px;
  206. border-bottom:1px solid {color:border};
  207. line-height:120%;
  208. }
  209. .stitle a {
  210. color:{color:link};
  211. }
  212. .stitle a:hover {
  213. color:{color:link};
  214. text-shadow:2px 2px 0px #ffff00;
  215. }
  216.  
  217. /* TOP LINKS */
  218.  
  219. .links {
  220. margin-top:10px;
  221. text-align:center;
  222. width:245px;
  223. font-family: 'Oswald', sans-serif, arial;
  224. color:{color:text};
  225. line-height:120%;
  226. padding-bottom:10px;
  227. letter-spacing:1px;
  228. word-spacing:0px;
  229. font-size:8px;
  230. text-transform:uppercase;
  231. border-bottom:1px solid {color:border};
  232. }
  233. .links a {
  234. color:{color:link};
  235. padding:4px;
  236. }
  237. .links a:hover {
  238. color:{color:sb links hover};
  239. background-color:{color:link};
  240. }
  241.  
  242. /* PAGINATION */
  243.  
  244. .pagi {
  245. text-align:right;
  246. width:245px;
  247. }
  248. .pagi a {
  249. color:{color:link};
  250. }
  251. .pagi a:hover {
  252. color:{color:hover};
  253. }
  254.  
  255. /* POSTS */
  256.  
  257. #postcontainer {
  258. margin-left:580px;
  259. {block:If500}
  260. width:500px;
  261. {/block:If500}
  262. {block:If400}
  263. width:400px;
  264. {/block:If400}
  265. color:{color:text};
  266. margin-bottom:35px;
  267. margin-top:10px;
  268. }
  269. #posts {
  270. margin-top:25px;
  271. {block:If500}
  272. width:500px;
  273. {/block:If500}
  274. {block:If400}
  275. width:400px;
  276. {/block:If400}
  277. text-align:justify;
  278. font-size:11px;
  279. line-height:110%;
  280. color:{color:text};
  281. padding:30px;
  282. }
  283.  
  284. /* POST INFO */
  285.  
  286. #info {
  287. font-family:arial;
  288. margin-top:3px;
  289. padding:2px;
  290. padding-left:8px;
  291. font-size:7px;
  292. color:{color:link};
  293. text-transform:uppercase;
  294. font-style:normal;
  295. letter-spacing:1px;
  296. text-align:center;
  297. border-bottom:1px solid {color:border};
  298. -moz-transition-duration:0.5s;
  299. -webkit-transition-duration:0.5s;
  300. -o-transition-duration:0.5s;
  301. }
  302. #info a {
  303. color:{color:link};
  304. text-align:right;
  305. letter-spacing:1px;
  306. font-style:normal;
  307. }
  308. #info a:hover {
  309. color:{color:hover};
  310. }
  311.  
  312. /* POST TYPES */
  313.  
  314. .question {
  315. padding:10px;
  316. text-align:left;
  317. color:{color:text};
  318. font-style:italic;
  319. background-color:{color:infobg};
  320. border-bottom:1px solid {color:text};
  321. }
  322. .answer {
  323. text-align:right;
  324. padding:10px;
  325. color:{color:text};
  326. }
  327. .music {
  328. padding-bottom:10px;
  329. background-color:{color:infobg};
  330. }
  331. .albumart {
  332. float:left;
  333. padding:0px 10px 10px 0px;
  334. }
  335. .albumart img {
  336. width:45px;
  337. height:45px;
  338. }
  339. .playercontainer {
  340. text-align:left;
  341. padding:10px;
  342. background-color:#ffffff;
  343. width:480px;
  344. }
  345. .musicinfo {
  346. padding:10px;
  347. color:{color:text};
  348. }
  349. .postnote {
  350. text-transform:uppercase;
  351. font-style:normal;
  352. letter-spacing:0px;
  353. font-size: 9px;
  354. text-align:left;
  355. line-height:90%;
  356. margin-left:-40px;
  357. }
  358. .postnote li {
  359. list-style-type:none;
  360. border-bottom:1px solid {color:border};
  361. padding:10px 25px 10px 25px;
  362. text-align:left;
  363. margin:0px;
  364. -moz-transition-duration:0.5s;
  365. -webkit-transition-duration:0.5s;
  366. -o-transition-duration:0.5s;
  367. }
  368.  
  369. /* TAGS */
  370.  
  371. .tags {
  372. font-family:arial;
  373. font-style:normal;
  374. text-transform:uppercase;
  375. font-style:normal;
  376. color:{color:tags};
  377. letter-spacing:2px;
  378. line-height:120%;
  379. font-size:7px;
  380. text-align:center;
  381. padding:2px;
  382. -moz-transition-duration:0.5s;
  383. -webkit-transition-duration:0.5s;
  384. -o-transition-duration:0.5s;
  385. }
  386. .tags a {
  387. color:{color:link};
  388. letter-spacing:1px;
  389. padding:1px;
  390. }
  391. .tags a:hover {
  392. color:{color:hover};
  393. }
  394. ul.chat, .chat ol, .chat li {
  395. list-style:none;
  396. margin:0px;
  397. padding:2px;
  398. }
  399. .tab {
  400. text-decoration:underline;
  401. font-weight:700;
  402. background-color:#fff;
  403. margin-right:5px;
  404. }
  405.  
  406. /* CREDIT - DO NOT REMOVE */
  407.  
  408. #credit {
  409. position:fixed;
  410. font-family:arial;
  411. font-size:10px;
  412. font-style:normal;
  413. line-height:110%;
  414. letter-spacing:2px;
  415. right:10px;
  416. bottom:15px;
  417. text-transform:uppercase;
  418. text-align:center;
  419. }
  420. #credit a {
  421. padding:3px;
  422. -moz-transition-duration:0.5s;
  423. -webkit-transition-duration:0.5s;
  424. -o-transition-duration:0.5s;
  425. color:#000;
  426. background-color:#ffffff;
  427. }
  428. #credit a:hover {
  429. -moz-transition-duration:0.5s;
  430. -webkit-transition-duration:0.5s;
  431. -o-transition-duration:0.5s;
  432. color:#ffffff;
  433. background-color:#000;
  434. }
  435.  
  436. /* SEARCH BOX */
  437.  
  438. .sfm input {
  439. background-color:#fefefe;
  440. font-size:8px;
  441. text-transform: uppercase;
  442. margin-top:0px;
  443. color:{color:text};
  444. letter-spacing:1px;
  445. width:227px;
  446. font-family:calibri, arial;
  447. border:1px solid {color:border};
  448. padding:8px;
  449. }
  450. {CustomCSS}</style></head>
  451.  
  452. <body>
  453. <div id="sidebar">
  454. <a href="/">
  455. <script language="JavaScript">
  456. <!--
  457.  
  458. /*
  459. Random Image Script- By JavaScript Kit (http://www.javascriptkit.com)
  460. Over 400+ free JavaScripts here!
  461. Keep this notice intact please
  462. */
  463.  
  464. function random_imglink(){
  465. var myimages=new Array()
  466. //specify random images below. You can have as many as you wish
  467. myimages[1]="{image:sidebar1}"
  468. myimages[2]="{image:sidebar2}"
  469. myimages[3]="{image:sidebar3}"
  470. myimages[4]="{image:sidebar4}"
  471.  
  472. var ry=Math.floor(Math.random()*myimages.length)
  473. if (ry==0)
  474. ry=1
  475. document.write('<img src="'+myimages[ry]+'" border=0>')
  476. }
  477. random_imglink()
  478. //-->
  479. </script>
  480. <div class="title">
  481. <a href="/">{Title}</a>
  482. </div>
  483. <div class="stitle">
  484. <a href="/">{text:secondtitle}</a>
  485. </div>
  486. <div class="links">
  487. <a href="{text:link1 url}">{text:link1}</a>
  488. <a href="{text:link2 url}">{text:link2}</a>
  489. <a href="{text:link3 url}">{text:link3}</a>
  490. <a href="{text:link4 url}">{text:link4}</a>
  491. <a href="{text:link5 url}">{text:link5}</a>
  492. {block:If8links}
  493. <a href="{text:link6 url}">{text:link6}</a>
  494. <a href="{text:link7 url}">{text:link7}</a>
  495. <a href="{text:link8 url}">{text:link8}</a>
  496. {/block:If8links}
  497. </div>
  498. <div class="description">{Description}<p>
  499. <form action="/search" method="get" class="sfm" name="theform">
  500. <input type="text" name="q" value="SEARCH"/>
  501. </form>
  502. <div class="pagi">
  503. {block:Pagination}<p>
  504. {block:PreviousPage}
  505. <a href="{PreviousPage}">ยซ </a>
  506. {/block:PreviousPage}
  507. {CurrentPage} of {TotalPages}
  508. {block:NextPage}
  509. <a href="{NextPage}">ยป</a>
  510. {/block:NextPage}
  511. {/block:Pagination}
  512. </div>
  513. </div>
  514. </div>
  515.  
  516. <div id="postcontainer">
  517.  
  518. {block:Posts}
  519.  
  520. <div id="posts">
  521.  
  522. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  523.  
  524. {block:Quote}<h1>โ€œ{Quote}โ€</h1><h2>{Source}</h2>{/block:Quote}
  525.  
  526. {block:Link}<a href="{URL}"><h1>{Name}</h1></a>
  527. {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
  528. {block:If400}
  529. {block:Photo}<center><img src="{PhotoURL-400}"/></center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  530.  
  531. {block:Photoset}<center>{Photoset-400}</center>
  532. {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  533.  
  534. {block:Chat}<ul class="chat">{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}<li>{block:Label}<span class="tab">{Label}</span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul>{/block:Chat}
  535.  
  536. {block:Video}{Video-400}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  537. {/block:If400}
  538. {block:If500}
  539. {block:Photo}<center><img src="{PhotoURL-500}"/></center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  540.  
  541. {block:Photoset}<center>{Photoset-500}</center>
  542. {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  543.  
  544. {block:Chat}<ul class="chat">{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}<li>{block:Label}<span class="tab">{Label}</span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul>{/block:Chat}
  545.  
  546. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  547. {/block:If500}
  548. {block:Answer}<div class="question">{Asker} asked: {Question}</div><div class="answer">{Answer}</div>{/block:answer}
  549.  
  550. {block:Audio}<div class="music">{block:AlbumArt}<div class="albumart"><img src="{AlbumArtURL}"/></div>{/block:AlbumArt}
  551. <div class="musicinfo">{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  552. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times</div>
  553. <br><div class="playercontainer">{AudioPlayerWhite}</div></div>
  554. {block:Caption}{Caption}{/block:Caption}<br>{/block:Audio}
  555. {block:Date}<div id="info"><a href="{Permalink}">{TimeAgo} {block:NoteCount} WITH {NoteCountWithLabel}</a>{/block:NoteCount}{block:RebloggedFrom} VIA <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}
  556. {block:ContentSource} (Source: <a href="{SourceURL}">{SourceLink})</a>{/block:ContentSource}</div>{/block:Date}
  557. {block:HasTags}
  558. <div class="tags">
  559. {block:Tags}<a href="{TagURL}">{Tag}</a>,{/block:Tags}</div>
  560. {/block:HasTags}
  561. <div class="postnote">
  562. {block:PostNotes}{PostNotes}{/block:PostNotes}
  563. </div>
  564. </div>
  565. {/block:Posts}
  566. </div>
  567. </div>
  568. </div>
  569. <div id="credit"><a href="http://the13thdrwho.tumblr.com">DC</a></div>
  570. </body>
  571. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement