Advertisement
hxcfairy

theme by pruehalliwells (modified)

Dec 24th, 2011
556
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 20.26 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" dir="{LANG_DIR}">
  4. <head>
  5.  
  6. <!-- DEFAULT VALUES -->
  7. <meta name="color:Background" content="#d9d9d9" />
  8. <meta name="color:Navi" content="#e8e8e8" />
  9. <meta name="color:Posts" content="#e8e8e8" />
  10. <meta name="color:Sidebar" content="#e8e8e8" />
  11. <meta name="color:Text" content="#6F6F6F" />
  12.  
  13. <meta name="color:Links" content="#699aa5" />
  14. <meta name="color:Linkshover" content="#65BFD3" />
  15.  
  16. <meta name="font:Title" content="Lucida Sans" />
  17. <meta name="font:Body" content="Helvetica" />
  18.  
  19. <meta name="text:Extra Link One Url" content="#" />
  20. <meta name="text:Extra Link One Title" content="Extra Link 1" />
  21. <meta name="text:Extra Link Two Url" content="#" />
  22. <meta name="text:Extra Link Two Title" content="Extra Link 2" />
  23. <meta name="text:Extra Link Three Url" content="#" />
  24. <meta name="text:Extra Link Three Title" content="Extra Link 3" />
  25. <meta name="text:Extra Link Four Url" content="#" />
  26. <meta name="text:Extra Link Four Title" content="Extra Link 4" />
  27. <meta name="text:Extra Link Five Url" content="#" />
  28. <meta name="text:Extra Link Five Title" content="Extra Link 5" />
  29. <meta name="text:Extra Link Six Url" content="#" />
  30. <meta name="text:Extra Link Six Title" content="Extra Link 6" />
  31. <meta name="text:Extra Link Seven Url" content="#" />
  32. <meta name="text:Extra Link Seven Title" content="Extra Link 7" />
  33. <meta name="text:Extra Link Eight Url" content="#" />
  34. <meta name="text:Extra Link Eight Title" content="Extra Link 8" />
  35.  
  36.  
  37. <meta name="image:Background" content="" />
  38.  
  39. <meta name="image:Sidebar1" content="http://static.tumblr.com/b3ov7md/M7klw4obv/sidebarimage.png"/>
  40.  
  41. <meta name="image:Top1" content="http://static.tumblr.com/b3ov7md/4svlw5smn/topimage.png"/>
  42. <meta name="image:Top2" content="http://static.tumblr.com/b3ov7md/4svlw5smn/topimage.png"/>
  43. <meta name="image:Top3" content="http://static.tumblr.com/b3ov7md/4svlw5smn/topimage.png"/>
  44. <meta name="image:Top4" content="http://static.tumblr.com/b3ov7md/4svlw5smn/topimage.png"/>
  45. <meta name="image:Top5" content="http://static.tumblr.com/b3ov7md/4svlw5smn/topimage.png"/>
  46. <meta name="image:Top6" content="http://static.tumblr.com/b3ov7md/4svlw5smn/topimage.png"/>
  47.  
  48. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  49. <title>{Title}</title>
  50. <link rel="shortcut icon" href="{Favicon}" />
  51. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  52. <style type="text/css">
  53.  
  54. /*
  55. Theme Name: Theme 005
  56. Description: Theme #005
  57. Author: Jay
  58. Version: 1
  59. Comments: Don't remove my credit or steal my coding is all I ask.
  60. Author URI: http://pruehalliwells.tumblr.com
  61. */
  62.  
  63. a:focus {
  64. outline: none;
  65. }
  66.  
  67. a, a:link, a:visited {
  68. background-color:;
  69. color:{color:Links};
  70. cursor:pointer;
  71. font-family:{font:Title};
  72. font-weight: normal;
  73. letter-spacing: px;
  74. text-decoration: none;
  75. -webkit-transition: all 0.5s ease-out;
  76. -moz-transition: all 0.5s ease-out;
  77. transition: all 0.5s ease-out;
  78. }
  79.  
  80. a:hover {
  81. color:{color:Linkshover};
  82. -webkit-transition: all 0.5s ease-out;
  83. -moz-transition: all 0.5s ease-out;
  84. transition: all 0.5s ease-out;
  85. }
  86.  
  87. #aboveNav {
  88. background-color:{color:Links};
  89. height:15px;
  90. left : 0px ;
  91. margin-top: 0px;
  92. margin-left: auto;
  93. margin-right: auto;
  94. position : fixed ;
  95. padding-top: 5px;
  96. padding-bottom: 10px;
  97. text-align:center;
  98. top : 0px ;
  99. width : 100% ;
  100. }
  101.  
  102. .abovenavi {
  103. margin-left: auto;
  104. margin-right: auto;
  105. text-align:center;
  106. width: 850px;
  107.  
  108.  
  109.  
  110. }
  111.  
  112. .abovenavi h1 {
  113. color: {color:Navi};
  114. font-family: {font:Title};
  115. font-size:11pt;
  116. font-style: italic;
  117. font-weight: normal;
  118. margin:0;
  119.  
  120.  
  121. }
  122.  
  123. .accent {
  124. background-color:{color:Posts};
  125. border-left: 8px solid {color:Linkshover};
  126. color:{color:Links};
  127. font-family: {font:Body};
  128. font-size: 7pt;
  129. list-style-type: none;
  130. margin-bottom:2px;
  131. padding: 1px;
  132. padding-left: 4px;
  133. text-align:left;
  134. text-transform: uppercase;
  135. -webkit-transition: all 0.5s ease-out;
  136. -moz-transition: all 0.5s ease-out;
  137. transition: all 0.5s ease-out;
  138. }
  139.  
  140. .accent:hover {
  141. background-color:{color:Accent};
  142. border-left: 20px solid {color:Text};
  143. color:{color:Posts};
  144. -webkit-transition: all 0.5s ease-out;
  145. -moz-transition: all 0.5s ease-out;
  146. transition: all 0.5s ease-out;
  147.  
  148. }
  149.  
  150.  
  151.  
  152. .accent a, .accent a:link, .accent a:visited {
  153. color:{color:Text};
  154. cursor:pointer;
  155. font-family: {font:Body};
  156. font-style:none;
  157. font-weight: normal;
  158. letter-spacing: 0px;
  159. padding-left:1px;
  160. text-decoration: none;
  161. -webkit-transition: all 0.5s ease-out;
  162. -moz-transition: all 0.5s ease-out;
  163. transition: all 0.5s ease-out;
  164. }
  165.  
  166. .accent a:hover {
  167. border-left: 3px solid color:{color:Linkshover};
  168. color:{color:Links};
  169. letter-spacing:1px;
  170. -webkit-transition: all 0.5s ease-out;
  171. -moz-transition: all 0.5s ease-out;
  172. transition: all 0.5s ease-out;
  173. }
  174.  
  175.  
  176.  
  177. .asks {
  178. background-color: {color:Background};
  179. color:{color:Text};
  180. font-family:{font:Body};
  181. font-size:7pt;
  182. margin-bottom:5px;
  183. margin-left:4px;
  184. margin-right:4px;
  185. padding-top:5px;
  186. padding-bottom:3px;
  187. padding-left:3px;
  188. padding-right:3px;
  189. text-align: left;
  190.  
  191. }
  192.  
  193. body,
  194. html {
  195. background-attachment:fixed;
  196. background-color: {color:Background};
  197. background-image: url('{image:Background}');
  198. background-repeat: repeat;
  199. font-family:{font:Body};
  200. margin:0;
  201. padding:0;
  202.  
  203.  
  204. }
  205.  
  206. blockquote {
  207. border-left: 3px solid {color:Links};
  208. color: {color:Text};
  209. margin-left: 15px;
  210. padding-left: 4px;
  211. padding-top:0;
  212. padding-right:0;
  213. padding-bottom:0;
  214.  
  215. }
  216.  
  217. .chat .line{
  218. color: {color:Text};
  219. margin: 0 0 1px;
  220. padding: 2px;
  221.  
  222. }
  223.  
  224. .chat .line.odd{
  225. color: {color:Text2};
  226.  
  227. }
  228.  
  229. .clear {
  230. clear: both;
  231. height:5px;
  232.  
  233. }
  234.  
  235. .entries {
  236. background-color:{color:Posts};
  237. color:{color:Text};
  238. font-family:{font:Body};
  239. font-size:7.5pt;
  240. margin-bottom:5px;
  241. overflow:hidden;
  242. padding-top:5px;
  243. padding-bottom:3px;
  244. padding-left:3px;
  245. padding-right:3px;
  246.  
  247. }
  248.  
  249. .entries2 {
  250. background-color:{color:Posts};
  251. color:{color:Text};
  252. font-family:{font:Title};
  253. font-size:7pt;
  254. margin-bottom:5px;
  255. padding-top:5px;
  256. padding-bottom:3px;
  257. padding-left:3px;
  258. padding-right:3px;
  259.  
  260. }
  261.  
  262.  
  263. h1 {
  264. color: {color:Links};
  265. font-family: {font:Title};
  266. font-size:9pt;
  267. font-style: normal;
  268. font-weight: normal;
  269. margin:0;
  270. }
  271.  
  272. h2 {
  273. color: {color:Text};
  274. font-family: {font:Title};
  275. font-size:9pt;
  276. font-style: normal;
  277. font-weight: normal;
  278. margin:0 0 1em;
  279. }
  280.  
  281. a img, a:hover img, a:visited img {
  282. border: none;
  283. }
  284.  
  285. #main {
  286. float:left;
  287. margin-top:150px;
  288. margin-bottom:8px;
  289. margin-left:220px;
  290. width:410px;
  291.  
  292.  
  293. }
  294.  
  295. #main img {
  296. max-width:400px;
  297.  
  298. }
  299.  
  300. .navi {
  301. font-family: {font:Body};
  302. font-size: 7pt;
  303. text-align:left;
  304. text-transform: uppercase;
  305. width:100%;
  306. }
  307.  
  308. .navi ul{
  309. list-style-type: none;
  310. padding-left:0px;
  311. margin:0;
  312. }
  313.  
  314. .navi li {
  315. background-color:{color:Posts};
  316. border-left: 8px solid {color:Links};
  317. color:{color:Links};
  318. list-style-type: none;
  319. margin-bottom:2px;
  320. padding: 1px;
  321. padding-left: 4px;
  322. text-align:left;
  323. -webkit-transition: all 0.5s ease-out;
  324. -moz-transition: all 0.5s ease-out;
  325. transition: all 0.5s ease-out;
  326. }
  327.  
  328. .navi li:hover {
  329. background-color:{color:Accent};
  330. border-left: 20px solid {color:Text};
  331. color:{color:Posts};
  332. -webkit-transition: all 0.5s ease-out;
  333. -moz-transition: all 0.5s ease-out;
  334. transition: all 0.5s ease-out;
  335.  
  336. }
  337.  
  338.  
  339.  
  340. .navi a, .navi a:link, .navi a:visited {
  341. color:{color:Text};
  342. cursor:pointer;
  343. font-family: {font:Body};
  344. font-style:none;
  345. font-weight: normal;
  346. letter-spacing: 0px;
  347. padding-left:1px;
  348. text-decoration: none;
  349. -webkit-transition: all 0.5s ease-out;
  350. -moz-transition: all 0.5s ease-out;
  351. transition: all 0.5s ease-out;
  352. }
  353.  
  354. .navi a:hover {
  355. border-left: 3px solid color:{color:Linkshover};
  356. color:{color:Links};
  357. letter-spacing:2px;
  358. -webkit-transition: all 0.5s ease-out;
  359. -moz-transition: all 0.5s ease-out;
  360. transition: all 0.5s ease-out;
  361. }
  362.  
  363. .naviimg {
  364. width:132px;
  365. height:80px;
  366.  
  367. }
  368.  
  369. ol.pnotes {
  370. float:left;
  371. list-style-type: none;
  372. margin-left:-20px;
  373. width:410px;
  374. text-align:left;
  375. }
  376.  
  377. ol.pnotes li.pnote {
  378. background-color:{color:Posts};
  379. margin-bottom:1px;
  380. padding: 5px;
  381. text-align:left;
  382. }
  383.  
  384. ol.pnotes li.pnote img.avatar {
  385. height: 16px;
  386. vertical-align: -4px;
  387. margin-right: 10px;
  388. width: 16px;
  389. }
  390.  
  391. ol.pnotes li.pnote span.action {
  392. font-weight: normal;
  393. }
  394.  
  395. ol.pnotes li.pnote .answer_content {
  396. font-weight: normal;
  397. }
  398.  
  399. .pagenumbers {
  400. color:{color:Text};
  401. font-family:{font:Body};
  402. font-size:9pt;
  403. margin-bottom:5px;
  404. padding-top:5px;
  405. padding-bottom:3px;
  406. padding-left:3px;
  407. padding-right:3px;
  408. text-align: center;
  409.  
  410. }
  411.  
  412. .pnotes {
  413. background-color:;
  414. color:{color:Text};
  415. font-family:{font:Body};
  416. font-size:7pt;
  417. margin-bottom:5px;
  418. padding-top:5px;
  419. padding-bottom:3px;
  420. padding-left:3px;
  421. padding-right:3px;
  422.  
  423. }
  424.  
  425. .sb {
  426. background-color:{color:Sidebar};
  427. color:{color:Text};
  428. font-family:{font:Body};
  429. font-size:8pt;
  430. margin-bottom:5px;
  431. padding-top:5px;
  432. padding-bottom:5px;
  433. padding-left:3px;
  434. padding-right:3px;
  435. }
  436.  
  437. #sidebar {
  438. float:left;
  439. margin-left:5px;
  440. margin-top:145px;
  441. position:fixed;
  442. width:204px;
  443.  
  444. }
  445.  
  446. #sidebar2 {
  447. float:right;
  448. margin-left:642px;
  449. margin-top:145px;
  450. position:fixed;
  451. width:204px;
  452.  
  453. }
  454.  
  455. #sidebar img {
  456. max-width:195px;
  457.  
  458. }
  459.  
  460. .spacer {
  461. clear: both;
  462. }
  463.  
  464. .space {
  465. height: 3px;
  466. }
  467.  
  468. .tags {
  469. padding-top: 1px;
  470. text-align: right;
  471.  
  472. }
  473.  
  474. .tagswrap {
  475. color:{color:Text};
  476. font-family:{font:Title};
  477. font-size:7pt;
  478. margin-top:-25px;
  479. margin-bottom:2px;
  480. padding-top:5px;
  481. padding-bottom:3px;
  482. padding-left:3px;
  483. padding-right:3px;
  484. text-align: right;
  485.  
  486. }
  487.  
  488. #topNav {
  489. background-color:{color:Navi};
  490. left : 0px ;
  491. margin-top: 30px;
  492. margin-left: auto;
  493. margin-right: auto;
  494. position : fixed ;
  495. padding-top: 10px;
  496. padding-bottom: 10px;
  497. text-align:center;
  498. top : 0px ;
  499. width : 100% ;
  500. }
  501.  
  502. .topnavi {
  503. margin-left: auto;
  504. margin-right: auto;
  505. text-align:center;
  506. width: 850px;
  507.  
  508.  
  509.  
  510. }
  511.  
  512. iframe#tumblr_controls {
  513. padding-top:1px;
  514. position: fixed !important;
  515. }
  516.  
  517. #wrap {
  518. height : 100% ;
  519. margin:0 auto;
  520. overflow : auto ;
  521. width:850px;
  522. }
  523.  
  524. .apost{min-height: 150px;}
  525. .cover {background-image: url(http://i35.tinypic.com/ampiiq.jpg); float: left; width: 150px; height: 150px; margin-right: 10px; margin-bottom: 10px}
  526. .cover img{width: 150px; height: 150px}
  527. .plcount {font-style: italic}
  528. </style>
  529.  
  530. </head>
  531.  
  532. <body>
  533.  
  534. <div id="aboveNav">
  535. <div class="abovenavi">
  536.  
  537. <h1>{Title}</h1>
  538. </div>
  539. </div>
  540.  
  541. <div id="topNav">
  542.  
  543. <table border="0" class="topnavi">
  544. <tr>
  545.  
  546. <td><img src="{image:Top1}" class="naviimg" onmousedown="return false"></td>
  547. <td><img src="{image:Top2}" class="naviimg" onmousedown="return false"></td>
  548. <td><img src="{image:Top3}" class="naviimg" onmousedown="return false"></td>
  549. <td><img src="{image:Top4}" class="naviimg" onmousedown="return false"></td>
  550. <td><img src="{image:Top5}" class="naviimg" onmousedown="return false"></td>
  551. <td><img src="{image:Top6}" class="naviimg" onmousedown="return false"></td>
  552. </tr>
  553. </table>
  554.  
  555. </div>
  556.  
  557. <div id="wrap">
  558.  
  559. <div id="sidebar2">
  560.  
  561. <h1><center>THE SCIENCE OF DEDUCTION</center></h1>
  562.  
  563. <div class="sb">
  564.  
  565. <center>My mind rebels at stagnation. Give me problems, give me work, give me the most abstruse cryptogram or the most intricate analysis, and I am in my own proper atmosphere. I can dispense then with artificial stimulants. But I abhor the dull routine of existence. I crave for mental exaltation.
  566.  
  567.  
  568. </center>
  569. <p align="right">"The Sign of Four" by Arthur Conan Doyle</p>
  570. </div>
  571.  
  572. <div class="navi" style="margin-top:2px; margin-bottom:5px;"><ul>
  573.  
  574. {block:IfExtraLinkFourTitle}<li>
  575. <a href="{text:Extra Link Four Url}">{text:Extra Link Four Title}</a>
  576. </li>{/block:ifExtraLinkFourTitle}
  577. {block:IfExtraLinkFiveTitle}<li>
  578. <a href="{text:Extra Link Five Url}">{text:Extra Link Five Title}</a>
  579. </li>{/block:ifExtraLinkFiveTitle}
  580. {block:IfExtraLinkSixTitle}<li>
  581. <a href="{text:Extra Link Six Url}">{text:Extra Link Six Title}</a>
  582. </li>{/block:ifExtraLinkSixTitle}
  583. {block:IfExtraLinkSevenTitle}<li>
  584. <a href="{text:Extra Link Seven Url}">{text:Extra Link Seven Title}</a>
  585. </li>{/block:ifExtraLinkSevenTitle}
  586. {block:IfExtraLinkEightTitle}<li>
  587. <a href="{text:Extra Link Eight Url}">{text:Extra Link Eight Title}</a>
  588. </li>{/block:ifExtraLinkEightTitle}
  589. </ul></div>
  590.  
  591.  
  592. <div class="pagenumbers">
  593. {block:PreviousPage}<a href="{PreviousPage}">«</a> &nbsp;{/block:PreviousPage}{CurrentPage}/{TotalPages}{block:NextPage}&nbsp;<a href="{NextPage}">»</a>{/block:NextPage}
  594.  
  595. </div>
  596.  
  597.  
  598. </div>
  599.  
  600.  
  601.  
  602. <div id="sidebar">
  603.  
  604. <div class="sb"><div class="sidebar img">
  605. <center><img src="{image:Sidebar1}" onmousedown="return false"/></center>
  606. </div></div>
  607.  
  608.  
  609. <div class="navi" style="margin-top:2px; margin-bottom:5px;"><ul>
  610.  
  611. <li>
  612. <a href="/">homepage</a>
  613. </li>
  614. <li>
  615. <a href="/ask">ask me</a>
  616. </li>
  617. <li>
  618. <a href="http://pruehalliwells.tumblr.com">theme ©</a>
  619. </li>
  620.  
  621. </ul></div>
  622.  
  623. <div class="sb">
  624.  
  625. {block:Description}{Description}{/block:Description}
  626.  
  627. </div>
  628.  
  629. <div class="navi" style="margin-top:2px; margin-bottom:5px;"><ul>
  630.  
  631. {block:IfExtraLinkOneTitle}<li>
  632. <a href="{text:Extra Link One Url}">{text:Extra Link One Title}</a>
  633. </li>{/block:ifExtraLinkOneTitle}
  634. {block:IfExtraLinkTwoTitle}<li>
  635. <a href="{text:Extra Link Two Url}">{text:Extra Link Two Title}</a>
  636. </li>{/block:ifExtraLinkTwoTitle}
  637. {block:IfExtraLinkThreeTitle}<li>
  638. <a href="{text:Extra Link Three Url}">{text:Extra Link Three Title}</a>
  639. </li>{/block:ifExtraLinkThreeTitle}
  640.  
  641. </ul></div>
  642.  
  643. </div>
  644.  
  645. <div id="main">
  646.  
  647. {block:Posts}
  648.  
  649. <div class="entries">
  650.  
  651. {block:Title}<h1>{Title}&nbsp;</h1>{/block:Title}
  652. {block:Text}{Body}{/block:Text}
  653.  
  654. {block:Quote}<h2>"<i>{Quote}</i>"</h2><div style="float:right;"> - {Source}</div>{/block:Quote}
  655.  
  656. {block:Link}<a href="{URL}" class="link" {Target}><h1>{Name}&nbsp;</h1></a>
  657. {block:Description}<P>{Description}{/block:Description}</p>{/block:Link}
  658.  
  659. {block:Photo}<center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  660.  
  661. {block:Photoset}<center>{Photoset-400}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  662.  
  663. {block:Chat}
  664. {block:Title}
  665. {/block:Title}
  666. <div class="chat">
  667. {block:Lines}<div class="chat"><div class="line {Alt}">
  668. <div class="{Alt} user_{UserNumber}">
  669. {block:Label}<span class="label"><b>{Label}</b></span>{/block:Label}{Line}</div>
  670. </div></div>{/block:Lines}
  671. </div>{/block:Chat}
  672.  
  673. {block:Video}<center>{Video-400}</center>{block:Caption}{Caption}{/block:Caption}{/block:Video}
  674.  
  675. {block:Answer}<div class="asks">{Asker} wrote: "{Question}"</div>
  676. {Answer}{/block:answer}
  677.  
  678. {block:Audio}
  679. <div class="apost"><div class="cover">{block:AlbumArt}<img src="{AlbumArtURL}">{/block:AlbumArt}</div>
  680. {AudioPlayerGrey}
  681. <div class="plcount">{PlayCountWithLabel}</div>
  682. <div class="cap">{block:Caption}{Caption}{/block:Caption}</div></div>
  683. {/block:Audio}
  684.  
  685. </div>
  686.  
  687. {block:Date}<div class="accent"><a href="{Permalink}">
  688.  
  689. {TimeAgo} † {DayOfMonthWithZero}/{Year}/{MonthNumberWithZero}
  690. {/block:Date}
  691.  
  692.  
  693. {block:NoteCount}† {NoteCountWithLabel} {/block:NoteCount}
  694.  
  695. {block:IndexPage}{block:RebloggedFrom} − <a href="{ReblogRootURL}">© {ReblogRootName}</a>{/block:RebloggedFrom}{/block:IndexPage}
  696.  
  697. </a></div> <br>
  698.  
  699. {block:HasTags}<div class="tagswrap"><div class="tags"> tagged as: {block:Tags}#<a href="/tagged/{Tag}">{Tag}</a> {/block:Tags}</div><br></div>{/block:HasTags}
  700.  
  701.  
  702. {/block:Posts}
  703. {block:PostNotes}<div class="entries">
  704. <ol class="pnotes">
  705. {PostNotes}
  706. </ol>
  707. </div>{/block:PostNotes}
  708.  
  709. </div>
  710. </body>
  711. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement