Advertisement
alxsnvr

Theme 02

Sep 14th, 2014
710
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.37 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 002 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. <html>
  12. <head>
  13.  
  14. <meta name="color:background" content="#FFFFFF">
  15. <meta name="color:sidebar" content="#eeeeee">
  16. <meta name="color:border" content="#cccccc">
  17. <meta name="color:link" content="#666666">
  18. <meta name="color:hover" content="#db170d">
  19. <meta name="color:info" content="#eeeeee">
  20. <meta name="color:text" content="#000000">
  21. <meta name="color:title" content="#000000">
  22. <meta name="color:desc 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="#db170d">
  27. <meta name="color:asker 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.  
  69. <style type="text/css">
  70.  
  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.  
  80. a:hover {
  81. color:{color:hover};
  82. text-decoration:none;
  83. -moz-transition-duration:0.5s;
  84. -webkit-transition-duration:0.5s;
  85. -o-transition-duration:0.5s;
  86. }
  87.  
  88.  
  89. ::-webkit-scrollbar {
  90. height:8px;
  91. width:5px;
  92. }
  93.  
  94. ::-webkit-scrollbar-thumb:vertical {
  95. background-color:{color:scrollbar};
  96. height:50px;
  97. }
  98.  
  99. ::-webkit-scrollbar-thumb:horizontal {
  100. background-color:{color:scrollbar};
  101. height:8px!important;
  102. }
  103.  
  104.  
  105. /*---- selection --*/
  106.  
  107. ::-webkit-scrollbar-track {
  108. background-color:{color:selection};
  109. color:#fff;
  110. }
  111.  
  112. ::-webkit-scrollbar-thumb {
  113. background-color:{color:selection};
  114. color:#fff;
  115. }
  116.  
  117. ::selection {
  118. background-color:{color:selection};
  119. color:#fff;
  120. }
  121. ::-moz-selection {
  122. background-color:{color:selection};
  123. color:#fff;
  124. }
  125.  
  126. /* --- s-m-t-tooltip --- */
  127. #s-m-t-tooltip {
  128. max-width:300px;
  129. padding:2px 4px;
  130. margin:20px 0px 0px 20px;
  131. height:auto;
  132. background-color:{color:tooltipbg};
  133. border:1px solid {color:border};
  134. font-family:cambria;
  135. font-size:10px;
  136. letter-spacing:0px;
  137. text-transform:uppercase;
  138. color:{color:title};
  139. z-index:999999999999999999999999999999999999;
  140. }
  141.  
  142. body {
  143. background-color:{color:background};
  144. font-family:cambria;
  145. font-weight:normal;
  146. font-size:12px;
  147. text-align:justify;
  148. line-height:140%;
  149. letter-spacing:0px;
  150. }
  151.  
  152.  
  153. h1 {
  154. font-weight:normal;
  155. font-size:10px;
  156. text-align:center;
  157. font-style:normal;
  158. line-height:80%;
  159. letter-spacing:1px;
  160. text-transform:uppercase;
  161. color:{color:text};
  162. }
  163.  
  164. h2 {
  165. font-size:18px;
  166. text-align:right;
  167. line-height:100%;
  168. letter-spacing:-0.5px;
  169. font-family: vernada;
  170. color:{color:title};
  171. font-weight:normal;
  172. padding:5px;
  173. padding-bottom:2px;
  174. }
  175.  
  176. blockquote {
  177. border-left:2px solid {color:text};
  178. padding-left:5px;
  179. margin-left:15px;
  180. }
  181.  
  182. blockquote img {
  183. max-width:100%;
  184. }
  185.  
  186. /*--- Sidebar ---*/
  187.  
  188. #sidebar {
  189. position:fixed;
  190. margin-left:200px;
  191. width: 150px;
  192. margin-top:70px;
  193. background-color: transparent ;
  194. padding:0px 5px 0px;
  195. z-index:999999999999;
  196. }
  197.  
  198.  
  199.  
  200. #simg img {
  201. width:120px;
  202. height:120px;
  203. margin-left:10px;
  204. margin-top:7px;
  205. padding:4px;
  206. border: 1px solid {color:border};
  207. padding:7px;
  208. background-color:{color:sidebar};
  209.  
  210. }
  211.  
  212.  
  213. #description {
  214. width:120px;
  215. height:120px;
  216. overflow:hidden;
  217. font-family: cambria;
  218. margin-top:2px;
  219. margin-left:10px;
  220. font-size: 10px;
  221. color:{color:desc text};
  222. line-height: 18px;
  223. text-align:justify;
  224. line-height:120%;
  225. padding:7px;
  226. background-color:{color:desc box};
  227. border: 1px solid {color:border};
  228. }
  229.  
  230. /* --- Pagination --- */
  231.  
  232. .pagination {
  233. width:126px;
  234. background-color:{color:desc box};
  235. border:1px solid {color:border};
  236. margin-top:7px;
  237. margin-left:9px;
  238. text-align:center;
  239. font-size:9px;
  240. font-family:verdana;
  241. padding-left:5px;
  242. padding-right:5px;
  243. padding-top:3px;
  244. padding-bottom:3px;
  245. letter-spacing:2px;
  246. }
  247.  
  248. #pagination a {
  249. display: inline-block;
  250. color:{color:link};
  251. }
  252.  
  253. #pagination a:hover {
  254. color:{color:hover};
  255. }
  256.  
  257. .pagination_current {
  258. display: inline-block;
  259. color:{color:text};
  260. font-size:9px;
  261. font-weight:bold;
  262. }
  263.  
  264. /*--- Navigation ---*/
  265.  
  266. .links {
  267. display:block;
  268. width:120px;
  269. margin-left:3px;
  270. margin-top:5px;
  271. font-size: 9px;
  272. padding-left:7px;
  273. padding-right:7px;
  274. padding-top:3px;
  275. padding-bottom:3px;
  276. font-family: cambria;
  277. text-transform: uppercase;
  278. text-align: center;
  279. }
  280.  
  281. .links a {
  282. padding:3px;
  283. color: {color:link};
  284. margin-bottom: 8px;
  285. width: 120px;
  286. -moz-transition-duration:0.5s;
  287. -webkit-transition-duration:0.5s;
  288. -o-transition-duration:0.5s;
  289. }
  290.  
  291. .links a:hover {
  292. color:{color:hover};
  293. -moz-transition-duration:0.5s;
  294. -webkit-transition-duration:0.5s;
  295. -o-transition-duration:0.5s;
  296. }
  297.  
  298. . nav {
  299. display:block;
  300. width:120px;
  301. background-color:{color:desc box};
  302. margin-left:10px;
  303. }
  304.  
  305. .nav a {
  306. display:block;
  307. width:128px;
  308. margin-bottom:3px;
  309. background-color:{color:desc box};
  310. border:1px solid {color:border};
  311. color: {color:link};
  312. -moz-transition-duration:0.5s;
  313. -webkit-transition-duration:0.5s;
  314. -o-transition-duration:0.5s;
  315. }
  316.  
  317. .nav a:hover {
  318. color:{color:hover};
  319. background-color:{color:nav hover};
  320. -moz-transition-duration:0.5s;
  321. -webkit-transition-duration:0.5s;
  322. -o-transition-duration:0.5s;
  323. letter-spacing:2px;
  324. }
  325.  
  326. /*--- Container ---*/
  327.  
  328. #container {
  329. float:left;
  330. margin-left:500px;
  331. margin-top:10px;
  332. text-align:justify;
  333. color:{color:text};
  334. margin-bottom: 35px;
  335. }
  336.  
  337. #post {
  338. width:500px;
  339. font-family:cambria;
  340. margin-top:35px;
  341. }
  342.  
  343. .caption {
  344. width:500px;
  345. text-align:justify;
  346. line-height:140%;
  347. }
  348.  
  349. /*--- Asks ---*/
  350.  
  351. .asker {
  352. display:block;
  353. width:500px;
  354. padding-top:7px;
  355. padding-bottom:7px;
  356. padding-left:0px;
  357. padding-right:0px;
  358. margin-left:5px;
  359. font-family:cambria;
  360. letter-spacing:0px;
  361. text-align:center;
  362. font-size:9px;
  363. text-transform:uppercase;
  364. background:{color:asker bg};
  365. }
  366.  
  367. .question {
  368. width:500px;
  369. padding-top:7px;
  370. padding-bottom:7px;
  371. padding-left:0px;
  372. padding-right:0px;
  373. margin-left:5px;
  374. background-color:{color:question bg};
  375. font-family:verdana;
  376. background:{color:question bg};
  377. }
  378.  
  379. .ans {
  380. text-align:left;
  381. padding:10px;
  382. color:{color:text};
  383. }
  384.  
  385. /*--- Chat ---*/
  386.  
  387. .label {
  388. text-decoration:none;
  389. font-weight:700;
  390. margin-right:5px;
  391. text-transform:uppercase;
  392. }
  393.  
  394. /*--- Posts ---*/
  395.  
  396. .ptitle {
  397. background-color:{color:desc box};
  398. border:1px solid {color:border};
  399. padding:5px;
  400. text-align:center;
  401. text-transform:uppercase;
  402. font-size:12px;
  403. }
  404.  
  405. /*--- Audio ---*/
  406.  
  407. .playercontainer {
  408. text-align:left;
  409. padding:10px;
  410. padding-left:0px;
  411. background-color:#fff;
  412. width:480px;
  413. }
  414.  
  415. .audio-album {
  416. position:absolute;
  417. width:60px;
  418. padding:5px;
  419. background-color:{color:desc box};
  420. border:1px solid {color:border};
  421. }
  422.  
  423. .musicinfo {
  424. padding-top:7px;
  425. padding-left:55px;
  426. color:#000;
  427. margin-left:20px;
  428. margin-top:-3px;
  429. text-align:justify;
  430. }
  431.  
  432. /*--- Post Info ---*/
  433.  
  434. #postinfo {
  435. width:494px;
  436. padding:3px;
  437. font-size:9px;
  438. font-family:cambria;
  439. color:{color:text};
  440. text-transform:uppercase;
  441. font-style:normal;
  442. letter-spacing:1px;
  443. text-align:left;
  444. -moz-transition-duration:0.5s;
  445. -webkit-transition-duration:0.5s;
  446. -o-transition-duration:0.5s;
  447. background:{color:info};
  448. border:1px solid {color:border};
  449. }
  450.  
  451. #postinfo a {
  452. color:{color:text};
  453. text-align:center;
  454. letter-spacing:1px;
  455. font-style:normal;
  456. }
  457.  
  458. #postinfo a:hover {
  459. color:{color:hover};
  460. }
  461.  
  462. .note {
  463. text-transform:uppercase;
  464. font-style:normal;
  465. letter-spacing:0px;
  466. font-size: 9px;
  467. text-align:left;
  468. line-height:90%;
  469. margin-left:-40px;
  470. }
  471.  
  472. .note li {
  473. list-style-type:none;
  474. padding:10px 25px 10px 25px;
  475. text-align:left;
  476. margin:0px;
  477. -moz-transition-duration:0.5s;
  478. -webkit-transition-duration:0.5s;
  479. -o-transition-duration:0.5s;
  480. }
  481.  
  482.  
  483. /*--- Tags ---*/
  484.  
  485. #tags {
  486. width:500px;
  487. font-family:verdana;
  488. font-size:9px;
  489. text-transform:uppercase;
  490. opacity:1;
  491. padding:2px;
  492. margin-top:1px;
  493. -webkit-transition: all 0.9s ease-in;
  494. -moz-transition: all 0.9s ease-in;
  495. -o-transition: all 0.9s ease-in;
  496. -webkit-transition: all 0.5s ease-out;
  497. -moz-transition: all 0.5s ease-out;
  498. -o-transition: all 0.5s ease-out;
  499. }
  500.  
  501. #tags a {
  502. color:{color:tags};
  503. }
  504.  
  505. #tags a:hover {
  506. color:{color:link};
  507. }
  508.  
  509.  
  510. ul.chat, .chat ol, .chat li {
  511. list-style:none;
  512. margin:0px;
  513. padding:2px;
  514. }
  515.  
  516.  
  517.  
  518. /*--- Credits! Do not remove! ---*/
  519.  
  520. .credit {
  521. position:fixed;
  522. bottom:4px;
  523. right:8px;
  524. font: 11px;
  525. text-transform:uppercase;
  526. letter-spacing: 0px;
  527. font-family:georgia;
  528. font-weight:bold;
  529. padding: 2px;
  530. }
  531.  
  532. .credit a{
  533. color: #db170d;
  534. opacity:0.8;
  535. }
  536.  
  537. .credit a:hover{
  538. color:#01174b;
  539. opacity:1.0;
  540. }
  541.  
  542. {CustomCSS}
  543. </style>
  544. </head>
  545.  
  546. <body>
  547.  
  548. <div id="sidebar">
  549.  
  550.  
  551.  
  552. <div id="simg"><img src="{image:sidebar}"/>
  553. </div>
  554.  
  555. <div class="links">
  556. <div class="nav"><a href="/">Home</a></div>
  557. <div class="nav"><a href="/ask">Contact</a></div>
  558. {block:ifLink1}<div class="nav"><a href="{text:Link1}">{text:Link1 Title}</a></div>{/block:ifLink1}
  559. {block:ifLink2}<div class="nav"><a href="{text:Link2}">{text:Link2 Title}</a></div>{/block:ifLink2}
  560. {block:ifLink3}<div class="nav"><a href="{text:Link3}">{text:Link3 Title}</a></div>{/block:ifLink3}
  561. {block:ifLink4}<div class="nav"><a href="{text:Link4}">{text:Link4 Title}</a></div>{/block:ifLink4}
  562. </div>
  563.  
  564. <div id="description">
  565. {block:Description}{Description}{/block:Description}
  566. </div>
  567.  
  568.  
  569.  
  570. {block:Pagination}
  571. <div class="pagination">
  572. {block:PreviousPage}<a href="{PreviousPage}">←</a>{/block:PreviousPage}
  573. {block:JumpPagination length="6"}
  574. {block:CurrentPage}
  575. <span class="pagination_current">{PageNumber}</span>
  576. {/block:CurrentPage}
  577. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}
  578. {/block:JumpPagination}
  579. {block:NextPage}<a href="{NextPage}">→</a>{/block:NextPage}
  580. {/block:Pagination}
  581. </div>
  582. </div>
  583. </div>
  584. </div>
  585.  
  586.  
  587. <div id="container">
  588.  
  589.  
  590.  
  591. {block:Posts}
  592. <div id="post">
  593.  
  594. {block:Text}{block:Title}<div class="ptitle">{Title}</div>{/block:Title}{Body}{/block:Text}
  595.  
  596. {block:Quote}<h2><big>❝</big>{Quote}</h2><h1>{Source}</h1>{/block:Quote}
  597.  
  598. {block:Link}<a href="{URL}"><div class="ptitle">{Name}</div></a>
  599. {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
  600.  
  601. {block:Photo}<center><img src="{PhotoURL-500}"/></center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  602.  
  603. {block:Photoset}<center>{Photoset-500}</center>
  604. {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  605.  
  606. {block:Chat}<ul class="chat">{block:Title}<div class="ptitle">{Title}</div>{/block:Title}{block:Lines}<li>{block:Label}<span class="label">{Label}</span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul>{/block:Chat}
  607.  
  608. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  609.  
  610. {block:Answer}<div id="asker" style="margin-left:-5px;width:505px;"><span style="font-family:cambria;font-size:12px;">{Asker}</span></div>
  611. <div id="question" style="background-color:{color:question bg};font-family:verdana; width:490px; padding:5px; margin-left:0px; margin-top:3px;">{Question}</div><left><div id="answer" style="font-family:cambria;font-size:12px;width:470px;margin-left:10px;">{Answer}</div>{/block:Answer}
  612.  
  613. {block:AudioPlayer}
  614. {block:AlbumArt}<img class="audio-album" src="{AlbumArtURL}">{/block:AlbumArt}
  615. <div class="playercontainer"> <div style="padding: 5px 0px 5px 5px;width:inherit;background:#fff; border:2px solid #fff; width:30px;overflow:hidden; position:absolute;font-weight:bold;opacity:0.6; margin-left:16px;margin-top:5px;"> {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}
  616.  
  617. <p>
  618.  
  619. {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}">VIA</a>{/block:RebloggedFrom}
  620. {block:ContentSource} ▲ <a href="{SourceURL}">SRC</a>{/block:ContentSource}{/block:PermalinkPage}</div>{/block:Date}
  621.  
  622. {block:PermalinkPage}
  623. {block:HasTags}
  624. <div id="tags">
  625. {block:Tags}<a href="{TagURL}">▲{Tag}&nbsp;</a>{/block:Tags}</div>
  626. {/block:HasTags}
  627. <div class="note">
  628. {block:PostNotes}{PostNotes}{/block:PostNotes}
  629. </div></div>
  630. {/block:PermalinkPage}
  631. {/block:Posts}
  632.  
  633.  
  634. </div>
  635.  
  636. <div class="credit"><a href="http://dullhypotheses.tumblr.com/" title="theme by alexis"><center>AN</center></a></div>
  637.  
  638. </body>
  639.  
  640.  
  641. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement