Advertisement
petercapalddii

Theme 12

Mar 8th, 2014
446
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.44 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. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  6. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  7. <script>
  8. (function($){
  9. $(document).ready(function(){
  10. $("a[title]").style_my_tooltips({
  11. tip_follows_cursor:true,
  12. tip_delay_time:90,
  13. tip_fade_speed:600,
  14. attribute:"title"
  15. });
  16. });
  17. })(jQuery);
  18. </script>
  19.  
  20. <title>{Title}</title>
  21. <link rel="shortcut icon" href="{Favicon}">
  22. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  23. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  24.  
  25.  
  26. <!-- theme by fadedclara @ tumblr, edit as you wish, please don't remove the credit or steal, thanks enjoy!-->
  27.  
  28.  
  29. <meta name="color:Background" content="#ffffff"/>
  30. <meta name="color:Text" content="#595959"/>
  31. <meta name="color:Link" content="#808080"/>
  32. <meta name="color:LinkHover" content="#333333"/>
  33. <meta name="color:Title" content="#595959"/>
  34. <meta name="color:Scrollbar" content="#b8b8b8"/>
  35. <meta name="image:SidebarImage" content=""/>
  36. <meta name="if:ShowLink1" content=""/>
  37. <meta name="if:ShowLink2" content=""/>
  38. <meta name="if:ShowLink3" content=""/>
  39. <meta name="if:ShowLink4" content=""/>
  40. <meta name="if:ShowLink5" content=""/>
  41. <meta name="if:ShowLink6" content=""/>
  42. <meta name="text:Link1" content=""/>
  43. <meta name="text:Link1URL" content="/"/>
  44. <meta name="text:Link2" content=""/>
  45. <meta name="text:Link2URL" content="/"/>
  46. <meta name="text:Link3" content=""/>
  47. <meta name="text:Link3URL" content="/"/>
  48. <meta name="text:Link4" content=""/>
  49. <meta name="text:Link4URL" content="/"/>
  50. <meta name="text:Link5" content=""/>
  51. <meta name="text:Link5URL" content="/"/>
  52. <meta name="text:Link6" content=""/>
  53. <meta name="text:Link6URL" content="/"/>
  54.  
  55. <link href='http://fonts.googleapis.com/css?family=Gafata' rel='stylesheet' type='text/css'>
  56. <link href='http://fonts.googleapis.com/css?family=Carrois+Gothic+SC' rel='stylesheet' type='text/css'>
  57.  
  58. <style type="text/css">
  59.  
  60. #s-m-t-tooltip {
  61. max-width:300px;
  62. padding:3px 4px 5px 4px;
  63. margin:20px 0px 0px 20px;
  64. background-color:#fff;
  65. border:1px solid #ddd;
  66. font-family:'Arial Narrow';
  67. font-size:10px;
  68. letter-spacing:2px;
  69. text-transform:uppercase;
  70. color:#999;
  71. z-index:999999999999999999999999999999999999;
  72. }
  73.  
  74. ::-webkit-scrollbar-thumb {
  75. height:auto;
  76. background-color:{color:Scrollbar};
  77. }
  78.  
  79. ::-webkit-scrollbar {
  80. height:7px;
  81. width:3px;
  82. background-color:#fff;
  83. }
  84.  
  85. body {
  86. background:{color:Background};
  87. margin:0px;
  88. color:{color:Text};
  89. font-family:'Arial';
  90. font-size:9px;
  91. line-height:120%;
  92. }
  93.  
  94. a {
  95. text-decoration:none;
  96. outline:none;
  97. -moz-outline-style:none;
  98. color:{color:Link};
  99. -webkit-transition:color 1s;
  100. -moz-transition:color 1s;
  101. -o-transition:color 1s;
  102. transition:color 1s;
  103. }
  104.  
  105. a:hover {
  106. color:{color:LinkHover};
  107. -webkit-transition:color 1s;
  108. -moz-transition:color 1s;
  109. -o-transition:color 1s;
  110. transition:color 1s;
  111. }
  112.  
  113. img {
  114. border:none;
  115. }
  116.  
  117. blockquote {
  118. padding-left:5px;
  119. border-left:1px solid;
  120. }
  121.  
  122. blockquote blockquote {
  123. padding-left:5px;
  124. border-left:1px solid;
  125. }
  126.  
  127. h1 {
  128. font-weight:lighter;
  129. text-transform:uppercase;
  130. font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  131. letter-spacing:3px;
  132. font-size:15px;
  133. }
  134.  
  135. #entries {
  136. padding-top:10px;
  137. padding-right:10px;
  138. padding-left:10px;
  139. padding-bottom:70px;
  140. width:500px;
  141. margin-left:500px;
  142. margin-top:40px;
  143. }
  144.  
  145. #post {
  146. margin-top:80px;
  147. width:500px;
  148. {block:IndexPage}
  149. border-top:1px solid #bbb;
  150. padding-top:5px;
  151. border-bottom:1px solid #bbb;
  152. padding-bottom:15px;
  153. {/block:IndexPage}
  154. }
  155.  
  156. #header {
  157. padding-top:10px;
  158. padding-bottom:10px;
  159. position:fixed;
  160. background-color:#ffffff;
  161. margin-top:-50px;
  162. margin-left:510px;
  163. height:75px;
  164. width:500px;
  165. opacity:0.8;
  166. }
  167.  
  168. #title {
  169. letter-spacing:2px;
  170. float:left;
  171. margin-top:22px;
  172. margin-left:0px;
  173. font-family:'Gafata';
  174. text-transform:uppercase;
  175. font-size:18px;
  176. color:{color:Title};
  177. }
  178.  
  179. #linksters {
  180. width:500px;
  181. font-family:'Gafata';
  182. font-size:10px;
  183. text-transform:lowercase;
  184. margin-top:42px;
  185. margin-left:-4px;
  186. float:left;
  187. position:fixed;
  188. }
  189.  
  190. #linksters a {
  191. color:{color:Title};
  192. padding-bottom:3px;
  193. letter-spacing:3px;
  194. margin-left:7px;
  195. -webkit-transition:color 1s;
  196. -moz-transition:color 1s;
  197. -o-transition:color 1s;
  198. transition:color 1s;
  199. }
  200.  
  201. #linksters a:hover {
  202. color:#bbb;
  203. -webkit-transition:color 1s;
  204. -moz-transition:color 1s;
  205. -o-transition:color 1s;
  206. transition:color 1s;
  207. }
  208.  
  209. #sidebar {
  210. margin-top:110px;
  211. margin-left:215px;
  212. height:250px;
  213. width:170px;
  214. position:fixed;
  215. }
  216.  
  217. #sidebarimage img {
  218. width:150px;
  219. height:100px;
  220. }
  221.  
  222. #description {
  223. line-height:120%;
  224. width:150px;
  225. margin-top:10px;
  226. margin-left:-5px;
  227. font-family:'Carrois Gothic SC';
  228. font-weight:400;
  229. padding:5px;
  230. text-align:justify;
  231. font-size:9px;
  232. letter-spacing:1px;
  233. text-transform:lowercase;
  234. }
  235.  
  236. #description:first-letter {
  237. text-transform:uppercase;
  238. float:left;
  239. font-family:Baskerville;
  240. padding-left:3px;
  241. padding-right:3px;
  242. padding-top:9px;
  243. padding-bottom:8px;
  244. background-color:#888;
  245. color:#fff;
  246. position:fixed;
  247. font-size:28px;
  248. margin-left:-3px;
  249. margin-right:5px;
  250. }
  251.  
  252. #pagination {
  253. text-align:center;
  254. font-family:'Arial';
  255. font-size:8px;
  256. width:150px;
  257. text-transform:uppercase;
  258. letter-spacing:3px;
  259. }
  260.  
  261. #pagination a {
  262. color:{color:Link};
  263. }
  264.  
  265. #question {
  266. padding:8px;
  267. text-transform:lowercase;
  268. font-family: "Arial Narrow", Arial, sans-serif;
  269. font-size:9px;
  270. letter-spacing:2px;
  271. color:{color:Text};
  272. background-color:#e5e5e5;
  273. }
  274.  
  275. #answer {
  276. margin-top:-10px;
  277. margin-left:0px;
  278. padding:8px;
  279. border:2px solid #e5e5e5;
  280. color:{color:Text};
  281. text-transform:lowercase;
  282. font-family: "Arial Narrow", Arial, sans-serif;
  283. font-size:9px;
  284. letter-spacing:2px;
  285. }
  286.  
  287. #info {
  288. float:center;
  289. margin-top:-11px;
  290. padding-bottom:10px;
  291. text-align:center;
  292. }
  293.  
  294. #info a {
  295. color:#666;
  296. text-transform:lowercase;
  297. font-family: "Arial Narrow", Arial, sans-serif;
  298. font-size:9px;
  299. letter-spacing:2px;
  300. padding:5px;
  301. background-color:#fff;
  302. -webkit-transition:color 1s;
  303. -moz-transition:color 1s;
  304. -o-transition:color 1s;
  305. transition:color 1s;
  306. }
  307.  
  308. #info a:hover {
  309. color:#eeeeee;
  310. -webkit-transition:color 1s;
  311. -moz-transition:color 1s;
  312. -o-transition:color 1s;
  313. transition:color 1s;
  314.  
  315. }
  316.  
  317. #tags {
  318. overflow:hidden;
  319. width:500px;
  320. float:left;
  321. margin-top:10px;
  322. text-align:center;
  323. }
  324.  
  325. #tags a {
  326. color:#666;
  327. text-transform:lowercase;
  328. font-family: "Arial Narrow", Arial, sans-serif;
  329. font-size:9px;
  330. letter-spacing:2px;
  331. padding:5px;
  332. background-color:#fff;
  333. }
  334.  
  335. #tags a:hover {
  336. color:#eeeeee;
  337. -webkit-transition:color 1s;
  338. -moz-transition:color 1s;
  339. -o-transition:color 1s;
  340. transition:color 1s;
  341. }
  342.  
  343. #permalinkinfo {
  344. padding-top:6px;
  345. text-align:left
  346. font-family:'Arial Narrow';
  347. font-size:7px;
  348. letter-spacing:2px;
  349. text-transform:uppercase;
  350. margin-top:40px;
  351. padding-bottom:4px;
  352. }
  353.  
  354. #permalinktags {
  355. padding-top:0px;
  356. padding-bottom:6px;
  357. text-align:left;
  358. font-family:'Arial Narrow';
  359. font-size:8px;
  360. text-transform:lowercase;
  361. letter-spacing:1px;
  362. }
  363.  
  364. #permalinktags a {
  365. padding:5px;
  366. }
  367.  
  368. #notes {
  369. margin-top:25px;
  370. padding-bottom:5px;
  371. width:500px;
  372. }
  373.  
  374. #notes li {
  375. list-style-type:lower-roman;
  376. }
  377.  
  378. #notes li.note {
  379. padding:7px;
  380. }
  381.  
  382. #notes li.note img.avatar {
  383. width:0px;
  384. }
  385.  
  386. #credit a {
  387. color:{color:Text};
  388. font-weight:bolder;
  389. font-size:7px;
  390. padding:3px;
  391. font-family:Cambria;
  392. letter-spacing:1px;
  393. position:fixed;
  394. right:15px;
  395. border: 1px solid #ddd;
  396. bottom:10px;
  397. -webkit-transition:background-color 1s,color 1s;
  398. -moz-transition:background-color 1s,color 1s;
  399. -o-transition:background-color 1s,color 1s;
  400. transition:background-color 1s,color 1s;
  401. }
  402.  
  403. #credit a:hover {
  404. text-decoration:none;
  405. background-color:{color:Text};
  406. color:#ffffff;
  407. -webkit-transition:background-color 1s,color 1s;
  408. -moz-transition:background-color 1s,color 1s;
  409. -o-transition:background-color 1s,color 1s;
  410. transition:background-color 1s,color 1s;
  411. }
  412.  
  413. {CustomCSS}</style></head><body>
  414.  
  415. <div id="header">
  416. <div id="title">{Title}</div>
  417. <div id="linksters">
  418. <a href="/">home</a>
  419. <a href="/ask">ask</a>
  420. {block:ifShowLink1}
  421. <a href="{text:Link1URL}">{text:Link1}</a>
  422. {/block:ifShowLink1}
  423. {block:ifShowLink2}
  424. <a href="{text:Link2URL}">{text:Link2}</a>
  425. {/block:ifShowLink2}
  426. {block:ifShowLink3}
  427. <a href="{text:Link3URL}">{text:Link3}</a>
  428. {/block:ifShowLink3}
  429. {block:ifShowLink4}
  430. <a href="{text:Link4URL}">{text:Link4}</a>
  431. {/block:ifShowLink4}
  432. {block:ifShowLink5}
  433. <a href="{text:Link5URL}">{text:Link5}</a>
  434. {/block:ifShowLink5}
  435. {block:ifShowLink6}
  436. <a href="{text:Link6URL}">{text:Link6}</a>
  437. {/block:ifShowLink6}
  438. </div>
  439. </div>
  440.  
  441. <div id="sidebar">
  442.  
  443. <div id="sidebarimage"><img src="{image:SidebarImage}"/></div>
  444.  
  445. <div id="description">{Description}</div>
  446.  
  447. <div id="pagination">
  448. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">←</a>{/block:PreviousPage}
  449. {block:NextPage}<a href="{NextPage}">→</a>{/block:NextPage}{/block:Pagination}
  450. </div>
  451.  
  452. </div>
  453.  
  454. <div id="entries">{block:Posts}<div id="post">
  455.  
  456. {block:IndexPage}
  457. <div id="info">
  458. {block:Date}
  459. <a href="{Permalink}">
  460. {Month} {DayOfMonth}{DayOfMonthSuffix} at {24Hour}:{Minutes} with {NoteCountWithLabel}
  461. </a>
  462. {/block:Date}
  463. </div>
  464. {/block:IndexPage}
  465.  
  466. {block:Text}
  467. <h1>
  468. {block:Title}
  469. <center>
  470. {Title}
  471. </center>
  472. {/block:Title}
  473. </h1>
  474. {Body}
  475. {/block:Text}
  476.  
  477. {block:Photo}
  478. {LinkOpenTag}
  479. <img src="{PhotoURL-500}">
  480. {LinkCloseTag}
  481. {block:PermalinkPage}
  482. {block:Caption}
  483. {Caption}
  484. {/block:Caption}
  485. {/block:PermalinkPage}
  486. {/block:Photo}
  487.  
  488. {block:Photoset}
  489. {Photoset-500}
  490. {block:PermalinkPage}
  491. {block:Caption}
  492. {Caption}
  493. {/block:Caption}
  494. {/block:PermalinkPage}
  495. {/block:Photoset}
  496.  
  497. {block:Quote}
  498. {Quote}
  499. <br>
  500. {block:Source}
  501. <b>
  502. — {Source}
  503. </b>
  504. {/block:Source}
  505. {/block:Quote}
  506.  
  507. {block:Link}
  508. <center>
  509. <h1>
  510. <a href="{URL}" target="_blank">
  511. {Name}
  512. </a>
  513. </h1>
  514. </center>
  515. {block:Description}
  516. {Description}
  517. {/block:Description}
  518. {/block:Link}
  519.  
  520. {block:Chat}
  521. {block:Title}
  522. <center>
  523. <h1>
  524. {Title}
  525. </h1>
  526. </center>
  527. {/block:Title}
  528. {block:Lines}
  529. {block:Label}
  530. <span style="font-size:10px;">
  531. <b>
  532. {Label}
  533. </b>
  534. </span>
  535. {/block:Label}
  536. {Line}
  537. <br>
  538. {/block:Lines}
  539. {/block:Chat}
  540.  
  541. {block:Audio}
  542. {AudioPlayerWhite}
  543. {block:PermalinkPage}
  544. {block:Caption}
  545. {Caption}
  546. {/block:Caption}
  547. {/block:PermalinkPage}
  548. {/block:Audio}
  549.  
  550. {block:Video}
  551. {Video-500}
  552. {block:PermalinkPage}
  553. {block:Caption}
  554. {Caption}
  555. {/block:Caption}
  556. {/block:PermalinkPage}
  557. {/block:Video}
  558.  
  559. {block:Answer}
  560. <div id="question">
  561. {Asker} asked: {Question}
  562. </div>
  563. <br>
  564. <div id="answer">
  565. {Answer}
  566. </div>
  567. {/block:Answer}
  568.  
  569. {block:IndexPage}
  570. {block:HasTags}
  571. <div id="tags">
  572. {block:Tags}
  573. <a href="{TagURL}">{Tag}</a>
  574. {/block:Tags}
  575. </div>
  576. {/block:HasTags}
  577. {/block:IndexPage}
  578.  
  579. {block:PermalinkPage}
  580. <div id="permalinkinfo">
  581. {block:Date}
  582. {TimeAgo}
  583. {/block:Date}
  584. {block:NoteCount}
  585. with {NoteCountWithLabel}
  586. {/block:NoteCount}
  587. {block:RebloggedFrom}
  588. via <a href="{ReblogParentURL}" title="{ReblogParentName}">{ReblogParentName}</a>
  589. {/block:RebloggedFrom}
  590. {block:ContentSource}
  591. (© <a href="{SourceURL}" title="{SourceTitle}">{SourceTitle}</a>)
  592. {/block:ContentSource}
  593. </div>
  594.  
  595. {block:HasTags}
  596. <div id="permalinktags">
  597. {block:Tags}
  598. <a href="{TagURL}">-{Tag}</a>
  599. {/block:Tags}
  600. </div>
  601. {/block:HasTags}
  602. {/block:PermalinkPage}
  603.  
  604. </div>
  605. {block:PostNotes}
  606. <div id="notes">
  607. {PostNotes}
  608. </div>
  609. {/block:PostNotes}
  610.  
  611. {/block:Posts}
  612.  
  613. </div>
  614.  
  615. <div id="credit"><a href="http://fadedclara.tumblr.com" title="theme by fadedclara">FC</a></div>
  616.  
  617. </body>
  618.  
  619. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement