alxsnvr

Theme 05

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