alxsnvr

Theme 01

Sep 7th, 2014
1,146
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.20 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 001 by Alexis
  6. http://dullhypotheses.tumblr.com/
  7. Do not copy. Do not remove credits.
  8. Do not claim as your own.
  9. LIKE/REBLOG IF USING!
  10. -------------------------------------------->
  11. <html>
  12. <head>
  13.  
  14. <meta name="color:background" content="#FFFFFF">
  15. <meta name="color:sidebar" content="#313231">
  16. <meta name="color:link" content="#666666">
  17. <meta name="color:post links" content="#666666">
  18. <meta name="color:hover" content="#ffd800">
  19. <meta name="color:info" content="#dadada">
  20. <meta name="color:text" content="#000000">
  21. <meta name="color:title" content="#000000">
  22. <meta name="color:desc box" content="#ffffff">
  23. <meta name="color:desc text" content="#000000">
  24. <meta name="color:tags" content="#dddddd">
  25. <meta name="color:scrollbar" content="#ffd800">
  26. <meta name="color:asker bg" content="#eeeeee">
  27. <meta name="color:question bg" content="#eeeeee">
  28. <meta name="color:selection" content="#eeeeee">
  29. <meta name="color:tooltipbg" content="#ffd800">
  30.  
  31. <meta name="if:Long Photo" content="0"/>
  32. <meta name="if:Circle Photos" content="0"/>
  33. <meta name="if:Info Background" content="0"/>
  34.  
  35. <meta name="image:longphoto" content=""/>
  36. <meta name="image:sidebar1" content=""/>
  37. <meta name="image:sidebar2" content=""/>
  38. <meta name="image:sidebar3" content=""/>
  39. <meta name="image:infobg" content=""/>
  40.  
  41.  
  42. <meta name="text:Link1" content="" />
  43. <meta name="text:Link1 Title" content="link 1" />
  44. <meta name="text:Link2" content="" />
  45. <meta name="text:Link2 Title" content="link 2" />
  46. <meta name="text:Link3" content="" />
  47. <meta name="text:Link3 Title" content="link 3" />
  48. <meta name="text:Link4" content="" />
  49. <meta name="text:Link4 Title" content="link 4" />
  50.  
  51.  
  52. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  53. <title>{Title}</title> {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  54. <link rel="shortcut icon" href="{Favicon}" />
  55. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  56.  
  57. <script type="text/javascript"
  58. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  59. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  60. <script>
  61. (function($){
  62. $(document).ready(function(){
  63. $("[title]").style_my_tooltips({
  64. tip_follows_cursor:true,
  65. tip_delay_time:90,
  66. tip_fade_speed:600,
  67. attribute:"title"
  68. });
  69. });
  70. })(jQuery);
  71. </script>
  72.  
  73.  
  74. <style type="text/css">
  75.  
  76.  
  77. a {
  78. color:{color:link};
  79. text-decoration:none;
  80. -moz-transition-duration:0.5s;
  81. -webkit-transition-duration:0.5s;
  82. -o-transition-duration:0.5s;
  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.  
  94. ::-webkit-scrollbar {
  95. height:8px;
  96. width:5px;
  97. }
  98.  
  99. ::-webkit-scrollbar-thumb:vertical {
  100. background-color:{color:scrollbar};
  101. height:50px;
  102. }
  103.  
  104. ::-webkit-scrollbar-thumb:horizontal {
  105. background-color:{color:scrollbar};
  106. height:8px!important;
  107. }
  108.  
  109.  
  110. /*---- selection --*/
  111.  
  112. ::-webkit-scrollbar-track {
  113. background-color:{color:selection};
  114. color:#000;
  115. }
  116.  
  117. ::-webkit-scrollbar-thumb {
  118. background-color:{color:selection};
  119. color:#000;
  120. }
  121.  
  122. ::selection {
  123. background-color:{color:selection};
  124. color:#000;
  125. }
  126. ::-moz-selection {
  127. background-color:{color:selection};
  128. color:#000;
  129. }
  130.  
  131. /* --- s-m-t-tooltip --- */
  132. #s-m-t-tooltip {
  133. max-width:300px;
  134. padding:2px 4px;
  135. margin:20px 0px 0px 20px;
  136. height:auto;
  137. background-color:{color:tooltipbg};
  138. font-family:cambria;
  139. font-size:10px;
  140. letter-spacing:1px;
  141. text-transform:uppercase;
  142. color:{color:title};
  143. z-index:999999999999999999999999999999999999;
  144. }
  145.  
  146. body {
  147. background-color:{color:background};
  148. font-family:cambria;
  149. font-weight:normal;
  150. font-size:12px;
  151. text-align:justify;
  152. line-height:140%;
  153. letter-spacing:0px;
  154. }
  155.  
  156.  
  157. h1 {
  158. font-weight:normal;
  159. font-size:10px;
  160. text-align:center;
  161. font-style:normal;
  162. line-height:80%;
  163. letter-spacing:1px;
  164. text-transform:uppercase;
  165. color:{color:text};
  166. }
  167.  
  168. h2 {
  169. font-size:18px;
  170. text-align:right;
  171. line-height:100%;
  172. letter-spacing:-0.5px;
  173. font-family: vernada;
  174. color:{color:title};
  175. font-weight:normal;
  176. padding:5px;
  177. padding-bottom:2px;
  178. }
  179.  
  180. blockquote {
  181. border-left:2px solid {color:text};
  182. padding-left:5px;
  183. margin:5px;
  184. }
  185.  
  186. /*--- Sidebar ---*/
  187.  
  188. #sidebar {
  189. position:fixed;
  190. margin-left:260px;
  191. width: 150px;
  192. margin-top:100px;
  193. background-color: transparent ;
  194. padding:0px 5px 0px;
  195. z-index:999999999999;
  196. }
  197.  
  198. #line {
  199. height:100%;
  200. position:fixed;
  201. width:10px;
  202. margin-left:327px;
  203. background-color:{color:sidebar};
  204. {block:IfLongPhoto}
  205. background-image:url('{image:longphoto}');
  206. {/block:IfLongPhoto}
  207. margin-top:-10px;
  208. }
  209.  
  210.  
  211. #simg img {
  212. width:100px;
  213. height:100px;
  214. margin-left:10px;
  215. margin-top:7px;
  216. padding:4px;
  217. border: 0px dotted {color:border};
  218. padding:7px;
  219. background-color:{color:sidebar};
  220. {block:IfLongPhoto}
  221. background-image:url('{image:longphoto}');
  222. {/block:IfLongPhoto}
  223. {block:IfCirclePhotos}
  224. border-radius:100%;
  225. {/block:IfCirclePhotos}
  226. }
  227.  
  228. #long {
  229. height:100%;
  230. width:245px;
  231. background-color:{color:sidebar};
  232. {block:IfLongPhoto}
  233. background-image:url('{image:longphoto}');
  234. {/block:IfLongPhoto}
  235. margin-left:20px;
  236. position:fixed;
  237. margin-top:-10px;
  238. }
  239.  
  240.  
  241. #description {
  242. width:150px;
  243. height:120px;
  244. overflow:auto;
  245. margin-top:7px;
  246. margin-left:41px;
  247. font-size: 10px;
  248. color:{color:desc text};
  249. line-height: 18px;
  250. text-align:justify;
  251. line-height:10px;
  252. padding:7px;
  253. background-color:{color:desc box};
  254. }
  255.  
  256. /* --- Pagination --- */
  257.  
  258. .pagination {
  259. width:150px;
  260. background-color:{color:desc box};
  261. margin-top:5px;
  262. margin-left:41px;
  263. text-align:center;
  264. font-size:9px;
  265. width:150px;
  266. font-family:verdana;
  267. padding-left:7px;
  268. padding-right:7px;
  269. padding-top:3px;
  270. padding-bottom:3px;
  271. letter-spacing:2px;
  272. }
  273.  
  274. #pagination a {
  275. color:{color:link};
  276. display: inline-block;
  277. }
  278.  
  279. #pagination a:hover {
  280. color:{color:hover};
  281. }
  282.  
  283. .pagination_current {
  284. display: inline-block;
  285. color:{color:text};
  286. font-size:9px;
  287. font-weight:bold;
  288. }
  289.  
  290.  
  291. .links {
  292. width:150px;
  293. margin-top:5px;
  294. margin-left:41px;
  295. margin-top:235px;
  296. background-color:{color:desc box};
  297. font-size: 9px;
  298. padding-left:7px;
  299. padding-right:7px;
  300. padding-top:3px;
  301. padding-bottom:3px;
  302. font-family: verdana;
  303. text-transform: uppercase;
  304. text-align: center;
  305. }
  306.  
  307. .links a {
  308. padding:3px;
  309. color: {color:link};
  310. margin-bottom: 8px;
  311. width: 70px;
  312. -webkit-transition:0.3s linear;
  313. }
  314.  
  315. .links a:hover {
  316. color:{color:hover};
  317. }
  318.  
  319. /*--- Container ---*/
  320.  
  321. #container {
  322. float:left;
  323. margin-left:500px;
  324. margin-top:10px;
  325. text-align:justify;
  326. color:{color:text};
  327. margin-bottom: 35px;
  328. }
  329.  
  330. #post {
  331. width:500px;
  332. font-family:cambria;
  333. margin-top:18px;
  334. }
  335.  
  336. .caption {
  337. width:500px;
  338. text-align:justify;
  339. line-height:140%;
  340. }
  341.  
  342. /*--- Asks ---*/
  343.  
  344. .asker {
  345. display:block;
  346. padding:7px;
  347. font-family:cambria;
  348. letter-spacing:0px;
  349. text-align:center;
  350. font-size:9px;
  351. text-transform:uppercase;
  352. background:{color:asker bg};
  353. }
  354.  
  355. .question {
  356. background-color:#f1f1f1;
  357. font-family:verdana;
  358. background:{color:question bg};
  359. }
  360.  
  361. .ans {
  362. text-align:left;
  363. padding:10px;
  364. color:{color:text};
  365. }
  366.  
  367. /*--- Chat ---*/
  368.  
  369. .label {
  370. text-decoration:none;
  371. font-weight:700;
  372. margin-right:5px;
  373. text-transform:uppercase;
  374. }
  375.  
  376. /*--- Posts ---*/
  377.  
  378. .ptitle {
  379. text-align:center;
  380. text-transform:uppercase;
  381. font-size:14px;
  382. }
  383.  
  384. /*--- Audio ---*/
  385.  
  386. .playercontainer {
  387. text-align:left;
  388. padding:10px;
  389. padding-left:0px;
  390. background-color:#fff;
  391. width:480px;
  392. }
  393.  
  394. .audio-album {
  395. position:absolute;
  396. width:60px;
  397. {block:IfCirclePhotos}
  398. border-radius:100%;
  399. {/block:IfCirclePhotos}
  400. }
  401.  
  402. .musicinfo {
  403. padding-top:7px;
  404. padding-left:50px;
  405. color:#000;
  406. margin-left:20px;
  407. margin-top:-3px;
  408. text-align:justify;
  409. }
  410.  
  411. /*--- Post Info ---*/
  412.  
  413. #postinfo {
  414. width:490px;
  415. padding:5px;
  416. font-size:9px;
  417. font-family:verdana;
  418. color:{color:text};
  419. text-transform:uppercase;
  420. font-style:normal;
  421. letter-spacing:2px;
  422. text-align:center;
  423. -moz-transition-duration:0.5s;
  424. -webkit-transition-duration:0.5s;
  425. -o-transition-duration:0.5s;
  426. background:{color:info};
  427. {block:IfInfoBackground}
  428. background-image:url('{image:infobg}');
  429. {/block:IfInfoBackground}
  430. }
  431.  
  432. #postinfo a {
  433. color:{color:text};
  434. text-align:center;
  435. letter-spacing:1px;
  436. font-style:normal;
  437. }
  438.  
  439. #postinfo a:hover {
  440. color:{color:hover};
  441. }
  442.  
  443. .note {
  444. text-transform:uppercase;
  445. font-style:normal;
  446. letter-spacing:0px;
  447. font-size: 9px;
  448. text-align:left;
  449. line-height:90%;
  450. margin-left:-40px;
  451. }
  452.  
  453. .note li {
  454. list-style-type:none;
  455. padding:10px 25px 10px 25px;
  456. text-align:left;
  457. margin:0px;
  458. -moz-transition-duration:0.5s;
  459. -webkit-transition-duration:0.5s;
  460. -o-transition-duration:0.5s;
  461. }
  462.  
  463.  
  464. /*--- Tags ---*/
  465.  
  466. #tags {
  467. font-family:verdana;
  468. font-size:9px;
  469. text-transform:uppercase;
  470. opacity:0;
  471. padding:2px;
  472. margin-top:-10px;
  473. -webkit-transition: all 0.9s ease-in;
  474. -moz-transition: all 0.9s ease-in;
  475. -o-transition: all 0.9s ease-in;
  476. -webkit-transition: all 0.5s ease-out;
  477. -moz-transition: all 0.5s ease-out;
  478. -o-transition: all 0.5s ease-out;
  479. }
  480.  
  481. #tags a {
  482. color:{color:tags};
  483. }
  484.  
  485. #tags a:hover {
  486. color:{color:link};
  487. }
  488.  
  489. #post:hover #tags {
  490. opacity:1;
  491. margin-top:-3px;
  492. padding-bottom:3px;
  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. ul.chat, .chat ol, .chat li {
  502. list-style:none;
  503. margin:0px;
  504. padding:2px;
  505. }
  506.  
  507.  
  508.  
  509. /*--- Credits! Do not remove! ---*/
  510.  
  511. .credit {
  512. position:fixed;
  513. bottom:4px;
  514. right:8px;
  515. font: 11px;
  516. text-transform:uppercase;
  517. letter-spacing: 0px;
  518. font-family:georgia;
  519. font-weight:bold;
  520. padding: 2px;
  521. }
  522.  
  523. .credit a{
  524. color: {color:text};
  525. opacity:0.8;
  526. }
  527.  
  528. .credit a:hover{
  529. color:{color:link};
  530. opacity:1.0;
  531. }
  532.  
  533.  
  534. {CustomCSS}
  535. </style>
  536. </head>
  537.  
  538.  
  539. <div id="sidebar">
  540.  
  541.  
  542.  
  543. <div id="simg"><img src="{image:sidebar1}"/>
  544. </div>
  545. <br><br>
  546. <div id="simg"><img src="{image:sidebar2}"/>
  547. </div>
  548. <br><br>
  549. <div id="simg"><img src="{image:sidebar3}"/>
  550. </div>
  551. </div>
  552.  
  553. <div id="line">
  554. </div>
  555.  
  556. <div id="long">
  557. <div class="links">
  558. <a href="/" title="home">I.</a>
  559. <a href="/ask" title="contact">II.</a>
  560. <a href="{text:Link1}" title="{text:Link1 Title}">III.</a>
  561. <a href="{text:Link2}" title="{text:Link2 Title}">IV.</a>
  562. <a href="{text:Link3}" title="{text:Link3 Title}">V.</a>
  563. <a href="{text:Link4}" title="{text:Link4 Title}">VI.</a>
  564. </div>
  565.  
  566. <div id="description">
  567. {block:Description}{Description}{/block:Description}
  568. </div>
  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:#f1f1f1;font-family:verdana; width:495px; padding:5px; margin-left:-5px; 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:11px;margin-top:-3px; {block:IfCirclePhotos}border-radius:100%;{/block:IfCirclePhotos}"> {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:Album}<b>Album:</b> {Album}{/block:Album}</div></div>{block:Caption}{Caption}{/block:Caption}{/block:AudioPlayer}
  616.  
  617. <p>
  618.  
  619. {block:Date}<div id="postinfo">{DayOfMonthWithZero} {MonthNumberWithZero} {Year} • <a href="{Permalink}">{TimeAgo}</a>{block:NoteCount} • <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}{block:RebloggedFrom} • <a href="{ReblogParentURL}">VIA</a>{/block:RebloggedFrom}
  620. {block:ContentSource} • <a href="{SourceURL}">SRC</a>{/block:ContentSource}</div>{/block:Date}
  621. {block:HasTags}
  622. <div id="tags">
  623. {block:Tags}<a href="{TagURL}">#&nbsp;{Tag}</a>{/block:Tags}</div>
  624. {/block:HasTags}
  625. <div class="note">
  626. {block:PostNotes}{PostNotes}{/block:PostNotes}
  627. </div></div>
  628. {/block:Posts}
  629.  
  630.  
  631. </div>
  632.  
  633. <div class="credit"><a href="http://dullhypotheses.tumblr.com/" title="theme by alexis"><center>AN</center></a></div>
  634.  
  635. </body>
  636.  
  637.  
  638. </html>
Advertisement
Add Comment
Please, Sign In to add comment