alxsnvr

Theme 04

Nov 9th, 2014
621
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.45 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.  
  4. <!-------------------------------------------
  5. Theme 004 by Alexis
  6. http://dullhypotheses.tumblr.com/
  7. Do not copy. Do not remove credits.
  8. Do not claim as your own. Do not use as base.
  9. LIKE/REBLOG IF USING!
  10. -------------------------------------------->
  11.  
  12. <html>
  13. <head>
  14.  
  15. <meta name="color:background" content="#eeeeee">
  16. <meta name="color:sidebar" content="#eeeeee">
  17. <meta name="color:link" content="#8da4b9">
  18. <meta name="color:hover" content="#666666">
  19. <meta name="color:info" content="#ffffff">
  20. <meta name="color:text" content="#000000">
  21. <meta name="color:quote" content="#000000">
  22. <meta name="color:title box" content="#eeeeee">
  23. <meta name="color:desc text" content="#000000">
  24. <meta name="color:nav hover" content="#ffffff">
  25. <meta name="color:tags" content="#dddddd">
  26. <meta name="color:scrollbar" content="#8da4b9">
  27. <meta name="color:question bg" content="#eeeeee">
  28. <meta name="color:question bg" content="#eeeeee">
  29. <meta name="color:selection" content="#01174b">
  30. <meta name="color:tooltipbg" content="#eeeeee">
  31.  
  32. <meta name="image:sidebar" content=""/>
  33.  
  34.  
  35. <meta name="text:Link1" content="" />
  36. <meta name="text:Link1 Title" content="link 1" />
  37. <meta name="text:Link2" content="" />
  38. <meta name="text:Link2 Title" content="link 2" />
  39. <meta name="text:Link3" content="" />
  40. <meta name="text:Link3 Title" content="link 3" />
  41. <meta name="text:Link4" content="" />
  42. <meta name="text:Link4 Title" content="link 4" />
  43.  
  44.  
  45. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  46. <title>{Title}</title> {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  47. <link rel="shortcut icon" href="{Favicon}" />
  48. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  49.  
  50. <link href='http://fonts.googleapis.com/css?family=Fjalla+One' rel='stylesheet' type='text/css'>
  51.  
  52. <script type="text/javascript"
  53. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  54. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  55. <script>
  56. (function($){
  57. $(document).ready(function(){
  58. $("[title]").style_my_tooltips({
  59. tip_follows_cursor:true,
  60. tip_delay_time:90,
  61. tip_fade_speed:600,
  62. attribute:"title"
  63. });
  64. });
  65. })(jQuery);
  66. </script>
  67.  
  68. <link href='http://fonts.googleapis.com/css?family=Oswald' rel='stylesheet' type='text/css'>
  69. <link href='http://fonts.googleapis.com/css?family=Old+Standard+TT:400,400italic' rel='stylesheet' type='text/css'>
  70.  
  71. <style type="text/css">
  72.  
  73. iframe#tumblr_controls { white-space:nowrap; -webkit-filter: invert(100%); -moz-filter: invert(100%); -o-filter: invert(100%); -ms-filter: invert(100%); filter: invert(100%); opacity:.2;transition: .8s ease-in-out; -webkit-transition: .8s ease-in-out;-moz-transition: .8s ease-in-out;-o-transition: .8s ease-in-out; }
  74.  
  75. iframe#tumblr_controls:hover { white-space:nowrap; -webkit-filter: invert(100%); -moz-filter: invert(100%); -o-filter: invert(100%); -ms-filter: invert(100%); filter: invert(100%); opacity:1; }
  76.  
  77.  
  78. a{
  79. color:{color:link};
  80. text-decoration:none;
  81. -moz-transition-duration:0.5s;
  82. -webkit-transition-duration:0.5s;
  83. -o-transition-duration:0.5s;
  84. text-transform:uppercase;
  85. font-size:10px;
  86. }
  87.  
  88. a:hover {
  89. color:{color:hover};
  90. text-decoration:none;
  91. -moz-transition-duration:0.5s;
  92. -webkit-transition-duration:0.5s;
  93. -o-transition-duration:0.5s;
  94. }
  95.  
  96. b, strong, i, em {
  97. color: {color:link};
  98. }
  99.  
  100.  
  101. ::-webkit-scrollbar {
  102. height:8px;
  103. width:5px;
  104. }
  105.  
  106. ::-webkit-scrollbar-thumb:vertical {
  107. background-color:{color:scrollbar};
  108. height:50px;
  109. }
  110.  
  111. ::-webkit-scrollbar-thumb:horizontal {
  112. background-color:{color:scrollbar};
  113. height:8px!important;
  114. }
  115.  
  116.  
  117. /*---- selection --*/
  118.  
  119. ::-webkit-scrollbar-track {
  120. background-color:{color:selection};
  121. color:#fff;
  122. }
  123.  
  124. ::-webkit-scrollbar-thumb {
  125. background-color:{color:selection};
  126. color:#fff;
  127. }
  128.  
  129. ::selection {
  130. background-color:{color:selection};
  131. color:#fff;
  132. }
  133. ::-moz-selection {
  134. background-color:{color:selection};
  135. color:#fff;
  136. }
  137.  
  138. /* --- s-m-t-tooltip --- */
  139. #s-m-t-tooltip {
  140. max-width:300px;
  141. padding:2px 4px;
  142. margin:20px 0px 0px 20px;
  143. height:auto;
  144. background-color:{color:tooltipbg};
  145. font-family:'oswald', sans serif;
  146. font-size:10px;
  147. letter-spacing:0px;
  148. text-transform:uppercase;
  149. color:{color:link};
  150. box-shadow:1px 1px 15px #666;
  151. z-index:999999999999999999999999999999999999;
  152. }
  153.  
  154. ul {
  155. list-style: none;
  156. max-width:90%;
  157. }
  158.  
  159. ul li {
  160. margin-left:6px;
  161. padding-left: 1px;
  162. text-indent: -1em;
  163. max-width:90%;
  164. }
  165.  
  166. ul li:before {
  167. content: "♚";
  168. padding-right: 5px;
  169. color:{color:hover};
  170. }
  171.  
  172.  
  173.  
  174. body {
  175. background-color:{color:background};
  176. background-image:url('https://33.media.tumblr.com/1b9e2d195f0f2f88fcb0a83315ce7a1f/tumblr_nerqsaeYIM1rjbcuao1_250.png');
  177. background-attachment:fixed;
  178. font-family:calibri;
  179. font-weight:normal;
  180. font-size:12px;
  181. text-align:justify;
  182. line-height:140%;
  183. letter-spacing:0px;
  184. }
  185.  
  186.  
  187. h1 {
  188. font-weight:normal;
  189. font-size:10px;
  190. text-align:center;
  191. font-style:normal;
  192. line-height:80%;
  193. letter-spacing:1px;
  194. text-transform:uppercase;
  195. color:{color:text};
  196. }
  197.  
  198. h2 {
  199. font-size:18px;
  200. text-align:right;
  201. line-height:100%;
  202. letter-spacing:-0.5px;
  203. font-family: 'Old Standard TT', serif;
  204. color:{color:quote};
  205. font-weight:normal;
  206. padding:5px;
  207. padding-bottom:2px;
  208. }
  209.  
  210. blockquote {
  211. border-left:2px solid {color:hover};
  212. padding-left:5px;
  213. margin-left:38px;
  214. max-width:100%;
  215. }
  216.  
  217. blockquote img {
  218. max-width:100%;
  219. }
  220.  
  221. /*--- Sidebar ---*/
  222.  
  223. #sidebar {
  224. position:fixed;
  225. margin-left:200px;
  226. width: 230px;
  227. height:320px;
  228. margin-top:150px;
  229. background-color: {color:sidebar};
  230. border:1px solid #f9f9f9;
  231. padding:0px 5px 0px;
  232. z-index:999999999999;
  233. border-radius:0px;
  234. box-shadow:1px 1px 15px #666;
  235. }
  236.  
  237.  
  238. #simg img {
  239. width:213px;
  240. height:125px;
  241. margin-left:8px;
  242. margin-top:12px;
  243. border: 0px solid {color:border};
  244. background-color:#000;
  245.  
  246. }
  247.  
  248. #title {
  249. padding:5px;
  250. text-transform:uppercase;
  251. background:#fff;
  252. width:204px;
  253. margin-left:8px;
  254. margin-top:7px;
  255. text-align:center;
  256. background-color:{color:title box};
  257. font-family:'oswald', sans serif;
  258. color:{color:link};
  259. }
  260.  
  261.  
  262. #description {
  263. width:203px;
  264. height:110px;
  265. overflow:hidden;
  266. font-family: calibri;
  267. margin-top:7px;
  268. margin-left:8px;
  269. font-size: 12px;
  270. color:{color:desc text};
  271. line-height: 18px;
  272. text-align:justify;
  273. line-height:130%;
  274. padding:5px;
  275. }
  276.  
  277. /* --- Pagination --- */
  278.  
  279.  
  280. .pagination {
  281. width:200px;
  282. background-color:{color:title box};
  283. margin-top:-10px;
  284. margin-left:10px;
  285. text-align:center;
  286. font-size:10px;
  287. font-family:calibri;
  288. padding:7px;
  289. padding-top:3px;
  290. padding-bottom:3px;
  291. letter-spacing:2px;
  292. }
  293.  
  294. #pagination a {
  295. color:{color:link};
  296. display: inline-block;
  297. letter-spacing:0px;
  298. }
  299.  
  300. #pagination a:hover {
  301. color:{color:hover};
  302. letter-spacing:0px;
  303. }
  304.  
  305. .pagination_current {
  306. display: inline-block;
  307. color:{color:text};
  308. font-size:9px;
  309. font-weight:bold;
  310. letter-spacing:0px;
  311. }
  312.  
  313.  
  314. /*--- Navigation ---*/
  315.  
  316. .links {
  317. display:block;
  318. width:200px;
  319. position:fixed;
  320. margin-top:150px;
  321. margin-left:170px;
  322. }
  323.  
  324. .links a {
  325. display:block;
  326. margin-top:3px;
  327. margin-left:3px;
  328. width:10px;
  329. height:10px;
  330. background:{color:sidebar};
  331. padding:3px;
  332. border:1px solid {color:sidebar};
  333. box-shadow:1px 1px 15px #666;
  334. }
  335.  
  336. .links a:hover {
  337. color:transparent;
  338. background:transparent;
  339. border:1px solid {color:text};
  340. }
  341.  
  342.  
  343. /*--- Container ---*/
  344.  
  345. #container {
  346. float:left;
  347. margin-left:500px;
  348. margin-top:10px;
  349. text-align:justify;
  350. color:{color:text};
  351. margin-bottom: 35px;
  352. }
  353.  
  354. #post {
  355. width:500px;
  356. font-family:calibri;
  357. margin-top:35px;
  358. }
  359.  
  360.  
  361. #postind {
  362. width:500px;
  363. padding:10px;
  364. padding-bottom:10px;
  365. border:0px solid {color:border};
  366. box-shadow:1px 1px 15px #666;
  367. background-color:#fff;
  368. }
  369.  
  370. .caption {
  371. width:500px;
  372. text-align:justify;
  373. line-height:140%;
  374. }
  375.  
  376. /*--- Asks ---*/
  377.  
  378. #question {
  379. font-size:12px;
  380. font-family:calibri;
  381. text-align:justify;
  382. letter-spacing:0px;
  383. padding-top: 7px;
  384. padding-bottom: 7px;
  385. padding-left:9px;
  386. background:#fff;
  387. color:{color:text};
  388.  
  389. }
  390.  
  391.  
  392. .question {
  393. background-color:{color:question bg};
  394. padding:7px;
  395. margin-top:-7px;
  396. margin-left:-10px;
  397. }
  398.  
  399. .asker a {
  400. color:{color:hover};
  401. font-family: 'Old Standard TT', serif;
  402. font-size:18px;
  403.  
  404. }
  405.  
  406. .asker a:hover {
  407. color:{color:link};
  408. letter-spacing:-1px;
  409. }
  410.  
  411. .answer {
  412. margin-left:-10px;
  413. margin-bottom:-15px;
  414. }
  415.  
  416. /*--- Chat ---*/
  417.  
  418.  
  419. #chat {
  420. background-color:{color:background};
  421. border: 0px solid {color:border};
  422. padding:3px;
  423. margin-top:5px;
  424. }
  425.  
  426. .clabel {
  427. display:inline-block;
  428. text-transform:uppercase;
  429. font-weight:bold;
  430. letter-spacing:1px;
  431. }
  432.  
  433. /*--- Posts ---*/
  434.  
  435. .ptitle {
  436. background-color:{color:title box};
  437. color: {color:link};
  438. padding:5px;
  439. text-align:center;
  440. text-transform:uppercase;
  441. font-family:'oswald', sans serif;
  442. font-size:15px;
  443. }
  444.  
  445. .ptitle a:hover {
  446. letter-spacing:0px;
  447. }
  448.  
  449. /*--- Audio ---*/
  450.  
  451. .playercontainer {
  452. text-align:left;
  453. padding:10px;
  454. padding-left:0px;
  455. background-color:#fff;
  456. width:480px;
  457. }
  458.  
  459. .audio-album {
  460. position:absolute;
  461. width:70px;
  462. padding:0px;
  463. box-shadow:1px 1px 15px #666;
  464. }
  465.  
  466. .musicinfo {
  467. padding-top:7px;
  468. padding-left:55px;
  469. color:#000;
  470. margin-left:25px;
  471. margin-top:-3px;
  472. text-align:justify;
  473. }
  474.  
  475. /*--- Post Info ---*/
  476.  
  477. #postinfo {
  478. width:514px;
  479. margin-left:0px;
  480. margin-top:-5px;
  481. padding:3px;
  482. padding-top:7px;
  483. padding-bottom:7px;
  484. font-size:7px;
  485. font-family:helvetica;
  486. color:{color:text};
  487. text-transform:uppercase;
  488. font-style:normal;
  489. letter-spacing:1px;
  490. text-align:left;
  491. -moz-transition-duration:0.5s;
  492. -webkit-transition-duration:0.5s;
  493. -o-transition-duration:0.5s;
  494. background:{color:info};
  495. box-shadow:1px 1px 15px #666;
  496. text-align:center;
  497. }
  498.  
  499. #postinfo a {
  500. background:#fff;
  501. padding:3px;
  502. color:{color:text};
  503. border:1px solid #fff;
  504. font-size:7px;
  505. font-family:helvetica;
  506. }
  507.  
  508. #postinfo a:hover {
  509. color:#fff;
  510. }
  511.  
  512. .note {
  513. text-transform:uppercase;
  514. font-style:normal;
  515. letter-spacing:0px;
  516. font-size: 9px;
  517. text-align:left;
  518. line-height:90%;
  519. margin-left:-40px;
  520. }
  521.  
  522. .note li {
  523. list-style-type:none;
  524. padding:10px 25px 10px 25px;
  525. text-align:left;
  526. margin:0px;
  527. -moz-transition-duration:0.5s;
  528. -webkit-transition-duration:0.5s;
  529. -o-transition-duration:0.5s;
  530. }
  531.  
  532.  
  533. /*--- Tags ---*/
  534.  
  535. #tags {
  536. width:506px;
  537. background:#fff;
  538. box-shadow:1px 1px 15px #666;
  539. text-align:justify;
  540. font-family:helvetica;
  541. font-size:7px;
  542. text-transform:uppercase;
  543. padding:3px;
  544. padding:7px;
  545. padding-bottom:7px;
  546. margin-top:5px;
  547. -webkit-transition: all 0.9s ease-in;
  548. -moz-transition: all 0.9s ease-in;
  549. -o-transition: all 0.9s ease-in;
  550. -webkit-transition: all 0.5s ease-out;
  551. -moz-transition: all 0.5s ease-out;
  552. -o-transition: all 0.5s ease-out;
  553. }
  554.  
  555. #tags a {
  556. color:{color:tags};
  557. font-size:7px;
  558. text-transform:uppercase;
  559. }
  560.  
  561. #tags a:hover {
  562. color:{color:link};
  563. letter-spacing:0px;
  564. }
  565.  
  566.  
  567. ul.chat, .chat ol, .chat li {
  568. list-style:none;
  569. margin:0px;
  570. padding:2px;
  571. }
  572.  
  573.  
  574.  
  575. /*--- Credits! Do not remove! ---*/
  576.  
  577. .credit {
  578. position:fixed;
  579. bottom:4px;
  580. right:8px;
  581. font: 11px;
  582. text-transform:uppercase;
  583. letter-spacing: 0px;
  584. font-family:georgia;
  585. font-weight:bold;
  586. padding: 2px;
  587. }
  588.  
  589. .credit a{
  590. color: {color:hover};
  591. opacity:0.8;
  592. font-size:12px;
  593. }
  594.  
  595. .credit a:hover{
  596. color:{color:selection};
  597. opacity:1.0;
  598. }
  599.  
  600. {CustomCSS}
  601. </style>
  602. <script>
  603. function click() {
  604. if (event.button==2||event.button==3) {
  605. oncontextmenu='return false';
  606. }
  607. }
  608. document.onmousedown=click
  609. document.oncontextmenu = new Function("return false;")
  610. </script>
  611. </head>
  612.  
  613. <body>
  614.  
  615. <div class="links">
  616. <a href="/" title="Home"></a>
  617. <a href="/contact" title="Contact"></a>
  618. {block:ifLink1}<a href="{text:Link1}" title="{text:Link1 Title}"></a>{/block:ifLink1}
  619. {block:ifLink2}<a href="{text:Link2}" title="{text:Link2 Title}"></a>{/block:ifLink2}
  620. {block:ifLink3}<a href="{text:Link3}" title="{text:Link3 Title}"></a>{/block:ifLink3}
  621. {block:ifLink4}<a href="{text:Link4}" title="{text:Link4 Title}"></a>{/block:ifLink4}
  622. </div>
  623.  
  624. <div id="sidebar">
  625.  
  626. <div id="simg"><img src="{image:sidebar}"/>
  627. </div>
  628.  
  629. <div id="title">{Title}</div>
  630.  
  631. <div id="description">
  632. {block:Description}{Description}{/block:Description}
  633. </div>
  634.  
  635. {block:Pagination}
  636. <div class="pagination">
  637. {block:PreviousPage}<a href="{PreviousPage}">«</a>{/block:PreviousPage}
  638. {block:JumpPagination length="8"}
  639. {block:CurrentPage}
  640. <span class="pagination_current">{PageNumber}</span>
  641. {/block:CurrentPage}
  642. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}
  643. {/block:JumpPagination}
  644. {block:NextPage}<a href="{NextPage}">»</a>{/block:NextPage}
  645. {/block:Pagination}
  646. </div>
  647. </div>
  648.  
  649.  
  650. <div id="container">
  651.  
  652.  
  653.  
  654. {block:Posts}
  655. <div id="post">
  656.  
  657. <div id="postind">
  658. {block:Text}{block:Title}<div class="ptitle">{Title}</div>{/block:Title}{Body}{/block:Text}
  659.  
  660. {block:Quote}<h2><big>❝</big>{Quote}</h2><h1>{Source}</h1>{/block:Quote}
  661.  
  662. {block:Link}<a href="{URL}"><div class="ptitle">{Name}</div></a>
  663. {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
  664.  
  665. {block:Photo}<center><img src="{PhotoURL-500}"/></center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  666.  
  667. {block:Photoset}<center>{Photoset-500}</center>
  668. {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  669.  
  670. {block:Chat}{block:Title}<div class="ptitle">{Title}</div>{/block:Title}{block:Lines}<div id="chat">{block:Label}<div class="clabel"><b>{Label}</b></div>{/block:Label} {Line}</div>{/block:Lines}{/block:Chat}
  671.  
  672. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  673.  
  674. {block:Answer}<div id="question"><span style="font-size:18px; font-family: 'calibri'; font-family: 'Old Standard TT', serif; font-weight:700; float:right; text-transform:uppercase; letter-spacing:-1px;"> <b><span style="color:{color:hover};"><div class="asker">{Asker}</span>:<br></b></div></span><br><br><div class="question">{Question}</div>
  675. <div class="answer"><span style="text-transform:none;font-size:12px;font-style:none;">{Answer}</span></div></div>{/block:Answer}
  676.  
  677. {block:AudioPlayer}
  678. {block:AlbumArt}<img class="audio-album" src="{AlbumArtURL}">{/block:AlbumArt}
  679. <div class="playercontainer"> <div style="padding: 5px 0px 5px 5px;width:inherit;background:#fff; border:2px solid #fff; width:30px;height:25px;overflow:hidden; position:absolute;font-weight:bold;opacity:0.6; margin-left:16px;margin-top:6px;"> {AudioPlayer}</div><div class="musicinfo">{block:TrackName}<b>Track Name:</b> <span style="#fff">{TrackName}</span>{/block:TrackName}{block:Artist}<br/><b>Artist:</b> {Artist} {/block:Artist}<br>{block:PlayCount}<b>Play Count:</b> {PlayCount}{/block:PlayCount}</div></div>{block:Caption}<div style="margin-top:17px;">{Caption}</div>{/block:Caption}{/block:AudioPlayer}
  680.  
  681. </div>
  682.  
  683. <p>
  684.  
  685. {block:Date}<div id="postinfo">{DayOfMonthWithZero} {Month} {Year} - <a href="{Permalink}">{TimeAgo}</a> {block:NoteCount}- <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount} {block:PermalinkPage}{block:RebloggedFrom} - <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}
  686. {block:ContentSource} - <a href="{SourceURL}">{SourceTitle}</a>{/block:ContentSource}{/block:PermalinkPage}</div></div>{/block:Date}
  687.  
  688. {block:PermalinkPage}
  689. {block:HasTags}
  690. <div id="tags">
  691. Filed Under: {block:Tags} <a href="{TagURL}">{Tag}&nbsp;</a>{/block:Tags}</div>
  692. {/block:HasTags}
  693. <div class="note">
  694. {block:PostNotes}{PostNotes}{/block:PostNotes}
  695. </div></div>
  696. {/block:PermalinkPage}
  697. {/block:Posts}
  698.  
  699. <div class="credit"><a href="http://dullhypotheses.tumblr.com/" title="theme by alexis"><center>AN</center></a></div>
  700.  
  701. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js"></script>
  702. <script type="text/javascript">
  703. window.onload = function() {
  704. $('iframe.photoset').contents().find('.photoset_row').attr("style", "width:500px; margin-bottom: -4px;");
  705. $('iframe.photoset').contents().find('.photoset_row').find('img').attr("style", "width:500px;");
  706. $('iframe.photoset').contents().find('.photoset_row_2').find('img').attr("style", "width:245px; margin-right: 0px;");
  707. $('iframe.photoset').contents().find('.photoset_row_3').find('img').attr("style", "width:160px; height:160px; margin-right: 0px;");
  708. }
  709. </script>
  710.  
  711. </body>
  712.  
  713.  
  714. </html>
Advertisement
Add Comment
Please, Sign In to add comment