Advertisement
wasteson

theme 04

Dec 12th, 2014
669
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.64 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.  
  3. <!--
  4.  
  5. BASE CODE THEME BY NARRULD no credit is necessary but please do not copy and redistribute as your own base code. LIKE/REBLOG IF USING!
  6.  
  7. -->
  8. <!--———————————————————————THEME 04 BY STASTES——————————————————————-->
  9.  
  10. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  11. <head>
  12.  
  13. <link href='http://fonts.googleapis.com/css?family=Lato:300,400' rel='stylesheet' type='text/css'>
  14. <style> 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:1;}body, a, a:hover </style>
  15.  
  16.  
  17.  
  18. <title>{Title}</title>
  19.  
  20. <link rel="shortcut icon" href="{Favicon}">
  21. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  22. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  23.  
  24.  
  25. <meta name="color:Background" content="#000000"/>
  26. <meta name="color:Blogtitle" content="#ffffff"/>
  27. <meta name="color:Text" content="#ffffff"/>
  28. <meta name="color:Link" content="#ffffff"/>
  29. <meta name="color:Tags" content="#cccccc"/>
  30. <meta name="color:Hover" content="#ffffff"/>
  31. <meta name="color:Border" content="#ffffff"/>
  32. <meta name="color:Scrollbar" content="#ffffff"/>
  33.  
  34. <meta name="image:background" content =" "/>
  35.  
  36. <meta name="if:infinite scrolling" content="1"/>
  37.  
  38. <meta name="text:link1" content="home">
  39. <meta name="text:link1 url" content="/">
  40. <meta name="text:link2" content="link 2">
  41. <meta name="text:link2 url" content="/">
  42. <meta name="text:link3" content="link 3">
  43. <meta name="text:link3 url" content="/">
  44. <meta name="text:link4" content="link 4">
  45. <meta name="text:link4 url" content="/">
  46. <meta name="text:link5" content="mailbox">
  47. <meta name="text:link5 url" content="/ask">
  48.  
  49.  
  50. <style type="text/css">
  51.  
  52.  
  53. ::-webkit-scrollbar-thumb:vertical {
  54. background-color:{color:background};
  55. height:auto;
  56. border-left:1px solid {color:Scrollbar};
  57. }
  58.  
  59. ::-webkit-scrollbar-thumb:horizontal {
  60. background-color:{color:background};
  61. height:5px !important;
  62. }
  63.  
  64. ::-webkit-scrollbar {
  65. height:5px;
  66. width:6px;
  67. background-color:{color:background};
  68. }
  69.  
  70. ::selection {
  71. background: #000;
  72. color: #fff;
  73. }
  74. ::-moz-selection {
  75. background: #000;
  76. color: #fff;
  77. }
  78.  
  79.  
  80.  
  81. body {
  82. background: fixed {color:background} url("{image:background}");
  83. background-size: cover;
  84. background-position: center;
  85. margin:0px;
  86. color:{color:text};
  87. font-family:helvetica;
  88. font-weight:lighter;
  89. letter-spacing:1px;
  90. font-size:11px;
  91. font-style:italic;
  92. text-align:justify;
  93. line-height:210%;
  94. }
  95.  
  96. a {
  97. color:{color:link};
  98. text-decoration:none;
  99. }
  100.  
  101. a:hover {
  102. color:{color:hover};
  103. }
  104.  
  105.  
  106. img {
  107. max-width: 400px;
  108. height: auto;
  109. border:none;
  110. }
  111.  
  112.  
  113. h1 {
  114. font-family:helvetica;
  115. font-weight:bold;
  116. letter-spacing:2px;
  117. font-size:10px;
  118. text-transform:uppercase;
  119. font-style:italic;
  120. }
  121.  
  122. h2 {
  123. font-family:helvetica;
  124. font-weight:lighter;
  125. letter-spacing:1px;
  126. font-size:11px;
  127. text-transform:uppercase;
  128. font-style:none;
  129. }
  130.  
  131. blockquote {
  132. padding:7px;
  133. padding-left:21px;
  134. padding-right:21px;
  135. width:357px;
  136. margin-left:0px;
  137. border:1px solid {color:border};
  138. }
  139.  
  140. blockquote blockquote {
  141. padding-left:5px;
  142. border-left:1px solid {color:border};
  143. }
  144.  
  145.  
  146. #header {
  147. background:{color:backgrouund};
  148. position:fixed;
  149. width:585px;
  150. height:100px;
  151. margin-left:285px;
  152. top:-75px;
  153. border-left:0px solid {color:border};
  154. }
  155.  
  156.  
  157.  
  158.  
  159. #blogtitle {
  160. position:absolute;
  161. background:none;
  162. color:{color:blogtitle};
  163. top:50px;
  164. margin-left:-265px;
  165. font-family:helvetica;
  166. font-size:15px;
  167. font-style:normal;
  168. font-weight:normal;
  169. letter-spacing:3px;
  170. word-spacing:2px;
  171. text-transform:uppercase;
  172. text-align:left;
  173. margin-bottom:-0px;
  174. padding:7px;
  175. line-height:14px;
  176. border-left:0px solid {color:border};
  177. }
  178.  
  179. #blogtitle a:hover {
  180. color:{color:Hover};
  181. font-size:15px;
  182. letter-spacing:5px;
  183. border-bottom:0px solid black;
  184. font-weight:normal;
  185. -webkit-filter: grayscale(.5) saturate(6);
  186. }
  187.  
  188. .desc {
  189. position:absolute;
  190. background:none;
  191. padding:7px;
  192. top:180px;
  193. margin-left:-265px;
  194. font-family:helvetica;
  195. font-weight:lighter;
  196. text-align:left;
  197. text-transform:uppercase;
  198. letter-spacing:2px;
  199. word-spacing:2px;
  200. line-height:17px;
  201. font-size:10px;
  202. font-style:italic;
  203. width:120px;
  204. height:auto;
  205. color:{color:text};
  206. border-left:0px solid {color:border};
  207. }
  208.  
  209.  
  210.  
  211.  
  212. .links {
  213. position:absolute;
  214. top:80px;
  215. margin-left:-265px;
  216. font-size:10px;
  217. width:250px;
  218. padding:7px;
  219. font-family:helvetica;
  220. font-style:italic;
  221. font-weight:lighter;
  222. letter-spacing:3px;
  223. word-spacing:2px;
  224. text-transform:uppercase;
  225. text-align:left;
  226. color:{color:text};
  227. border-left:0px solid {color:border};
  228. background:none;
  229. display: table;
  230. line-height:17px;
  231. }
  232.  
  233.  
  234. .links a:hover {
  235. color:{color:Hover};
  236. letter-spacing:7px;
  237. border-bottom:0px solid black;
  238. font-weight:lighter;
  239. }
  240.  
  241.  
  242.  
  243.  
  244. #pagi{
  245. position:fixed;
  246. margin-left:-263px;
  247. bottom:50px;
  248. background:transparent;
  249. text-align:left;
  250. font-family:helvetica;
  251. font-weight:lighter;
  252. width:250px;
  253. padding:7px;
  254. font-size:10px;
  255. letter-spacing:2px;
  256. font-style:italic;
  257. word-spacing:2px;
  258. text-transform:uppercase;
  259. border-left:0px solid {color:border};
  260. line-height:14px;
  261. }
  262.  
  263.  
  264. #pagi a:hover {
  265. color:{color:hover};
  266. font-weight:lighter;
  267. letter-spacing:7px;
  268. border-bottom:0px solid {color:border};
  269. text-decoration:none;
  270. }
  271.  
  272.  
  273.  
  274. .quote {
  275. font-size:10px;
  276. font-weight:bold;
  277. font-style:italic;
  278. text-align:center;
  279. letter-spacing:2px;
  280. line-height:210%;
  281. padding:10px;
  282. padding-bottom:0px;
  283. text-transform:uppercase;
  284. }
  285.  
  286. #source {
  287. text-transform:lowercase;
  288. text-align:center;
  289. font-size:9px;
  290. letter-spacing:1px;
  291. font-weight:lighter;
  292. padding:7px;
  293. line-height:150%;
  294. color:{color:text};
  295. border:1px solid {color:border};
  296. }
  297.  
  298. #sidebar {
  299. margin-left:15px;
  300. top:5px;
  301. position:fixed;
  302. height:100%;
  303. border-left:0px solid {color:border};
  304. }
  305.  
  306.  
  307. #container {
  308. margin-top:300px;
  309. margin-left:300px;
  310. width:960px;
  311. height:500px;
  312. background-color:white;
  313. border:1px solid;
  314. }
  315.  
  316.  
  317.  
  318. #all {
  319. width:400px;
  320. margin-left:510px;
  321. margin-top:50px;
  322. }
  323.  
  324.  
  325.  
  326. #posts {
  327. width:400px;
  328. padding:10px;
  329. padding-top:65px;
  330. margin-left:-85px;
  331. margin-bottom:80px;
  332. margin-top:-55px;
  333. border-left:0px solid {color:border};
  334. }
  335.  
  336.  
  337.  
  338.  
  339. #details {
  340. background:transparent;
  341. margin-top:10px;
  342. margin-left:0px;
  343. padding-right:6px;
  344. padding-left:7px;
  345. padding-top:0px;
  346. padding-bottom:6px;
  347. line-height:1;
  348. font-family:helvetica;
  349. letter-spacing:1px;
  350. text-align:left;
  351. text-transform:none;
  352. font-size:9px;
  353. font-weight:lighter;
  354. font-style:none;
  355. text-transform:uppercase;
  356. border:1px solid {color:border};
  357. opacity:0;
  358. -webkit-transition:all 1s ease;
  359. -moz-transition:all 1s ease;
  360. transition:all 1s ease;
  361. }
  362.  
  363. #details a {
  364. display:inline-block;
  365. color:{color:text};
  366. -webkit-transition: all 0.6s ease-in-out;
  367. -moz-transition: all 0.6s ease-in-out;
  368. -o-transition: all 0.6s ease-in-out;
  369. -ms-transition: all 0.6s ease-in-out;
  370. -transition: all 0.6s ease-in-out;
  371. }
  372.  
  373. #details a:hover {color:{color:hover}; border-bottom: 0px solid {color:hover};-webkit-filter:grayscale(.5) saturate(6);}
  374.  
  375. #posts:hover #details {opacity:1;
  376. -webkit-transition:all 1s ease;
  377. -moz-transition:all 1s ease;
  378. transition:all 1s ease;}
  379.  
  380. #tags {
  381. font-family:helvetica;
  382. font-weight:lighter;
  383. text-align:left;
  384. color:{color:Tags};
  385. margin-top:0px;
  386. margin-left:0px;
  387. padding-top:7px;
  388. padding-left:7px;
  389. padding-right:7px;
  390. line-height: 1.5;
  391. letter-spacing:1px;
  392. text-transform:lowercase;
  393. font-size:9px;
  394. font-style:italic;
  395. background-color:none;
  396. border-left:0px solid {color:border};
  397. opacity:0;
  398. -webkit-transition:all 1s ease;
  399. -moz-transition:all 1s ease;
  400. transition:all 1s ease;
  401. }
  402.  
  403. #tags a {
  404. display:inline-block;
  405. color:{color:tags};
  406. -webkit-transition: all 0.6s ease-in-out;
  407. -moz-transition: all 0.6s ease-in-out;
  408. -o-transition: all 0.6s ease-in-out;
  409. -ms-transition: all 0.6s ease-in-out;
  410. -transition: all 0.6s ease-in-out;
  411. }
  412.  
  413. #tags a:hover {color:{color:hover};}
  414.  
  415. #posts:hover #tags {opacity:1;
  416. -webkit-transition:all 1s ease;
  417. -moz-transition:all 1s ease;
  418. transition:all 1s ease;}
  419.  
  420.  
  421.  
  422. .notes {
  423. width:380px;
  424. height:200px;
  425. margin-top:-75px;
  426. margin-left:-75px;
  427. font-family:helvetica;
  428. font-weight:lighter;
  429. background-color:none;
  430. text-transform:lowercase;
  431. font-style:none;
  432. letter-spacing:1px;
  433. font-size:9px;
  434. padding:9px;
  435. text-align:left;
  436. border:1px {color:border} solid;
  437. overflow-y:scroll;
  438. }
  439.  
  440. .notes li {
  441. list-style-type:none;
  442. }
  443.  
  444. .notes img.avatar {
  445. margin-right: -10px;
  446. width: 0px;
  447. height: 0px;
  448. padding:9px;
  449. }
  450.  
  451.  
  452. #question {
  453. padding:8px;
  454. font-family:helvetica;
  455. font-weight:lighter;
  456. letter-spacing:1px;
  457. text-align:left;
  458. font-style:none;
  459. border:1px solid {color:border};
  460. color:{color:text};
  461. background-color:none;
  462. }
  463.  
  464. .answer {
  465. font-family:helvetica;
  466. font-weight:lighter;
  467. letter-spacing:1px;
  468. text-align:center;
  469. border-bottom:0px solid black;
  470. }
  471.  
  472. .playbutton {
  473. width:30px;
  474. height:27px;
  475. color:white;
  476. border:0px {color:border} solid;
  477. overflow:hidden;
  478. position:relative;
  479. z-index:100;
  480. margin:9px 18px 7px 10px;
  481. }
  482.  
  483. .playbox {
  484. margin-top:14px;
  485. margin-left:13px;
  486. color:white;
  487. position: absolute;
  488. z-index: 100;
  489. }
  490.  
  491. .audiodata {
  492. background-color:none;
  493. font-size:8px;
  494. letter-spacing:2px;
  495. color:{color:text};
  496. padding:6px 10px 10px 10px;
  497. text-transform:uppercase;
  498. line-height:200%;
  499. height:55px;
  500. width:378px;
  501. margin-top:0px;
  502. margin-left:0px;
  503. text-align:center;
  504. border:1px {color:border} solid;
  505. }
  506.  
  507.  
  508.  
  509.  
  510. {CustomCSS}</style></head>
  511. <body>
  512.  
  513.  
  514.  
  515. <script type="text/javascript">
  516. WebFontConfig = {
  517. google: { families: [ 'Josefin+Sans::latin' ] }
  518. };
  519. (function() {
  520. var wf = document.createElement('script');
  521. wf.src = ('https:' == document.location.protocol ? 'https' : 'http') +
  522. '://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js';
  523. wf.type = 'text/javascript';
  524. wf.async = 'true';
  525. var s = document.getElementsByTagName('script')[0];
  526. s.parentNode.insertBefore(wf, s);
  527. })(); </script>
  528.  
  529. {block:ifinfinitescrolling}<script type="text/javascript" src="http://codysherman.tumblr.com/tools/infinite-scrolling/code"></script>{/block:ifinfinitescrolling}
  530.  
  531. <div id="header">
  532. <div id="sidebar">
  533. <div id="blogtitle"><a href="/">{Title}</a></div>
  534.  
  535. <div class="links">
  536. {block:IfLink1}
  537. <a href="{text:link1 url}">{text:link1}</a>
  538. {/block:IfLink1}
  539. <br>
  540. {block:IfLink2}
  541. <a href="{text:link2 url}">{text:link2}</a>
  542. {/block:IfLink2}
  543. <br>
  544. {block:IfLink3}
  545. <a href="{text:link3 url}">{text:link3}</a>
  546. {/block:IfLink3}
  547. <br>
  548. {block:IfLink4}
  549. <a href="{text:link4 url}">{text:link4}</a>
  550. {/block:IfLink4}
  551. <br>
  552. {block:IfLink5}
  553. <a href="{text:link5 url}">{text:link5}</a>
  554. {/block:IfLink5}
  555. </div>
  556.  
  557. <div class="desc">
  558. {Description}
  559. </div>
  560.  
  561. {block:Pagination}<div id="pagi">
  562. {block:Pagination}
  563. {block:ifnotinfinitescrolling}{block:PreviousPage}
  564. <a href="{PreviousPage}">prev page</a>
  565. {/block:PreviousPage}<br />
  566. {block:NextPage}
  567. <a href="{NextPage}">next page</a>
  568. {/block:NextPage}
  569. {/block:ifnotinfinitescrolling}
  570. {/block:Pagination}
  571. </div>
  572. </div>{/block:Pagination}
  573.  
  574. </div>
  575. <div class="container">
  576. <div id="all"><div class = "autopagerize_page_element" >{block:Posts}<div id="posts">
  577.  
  578. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  579.  
  580. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-400}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  581.  
  582. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  583.  
  584. {block:Photoset}{Photoset-400}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  585.  
  586. {block:Quote}
  587. <div class="quote">" {Quote} "</div>
  588. {block:Source}
  589. <div id="source">{Source}</div>
  590. {/block:Source}
  591. {/block:Quote}
  592.  
  593. {block:Audio}
  594. <div class="playbox"><div class="playbutton">{block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}</div></div>
  595. <div class="audiodata"><br>{block:TrackName}{TrackName}{/block:TrackName}{block:Artist}<br><b>{Artist}</b>{/block:Artist}</div>
  596.  
  597. {block:Caption}
  598. <span class="caption">{Caption}</span>
  599. {/block:Caption}
  600. {/block:Audio}
  601.  
  602. {block:Video}{Video-400}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  603.  
  604. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  605.  
  606.  
  607. {block:Answer}<div id="question"><span style="text-transform:uppercase;font-family:helvetica;font-weight:bold;letter-spacing:3px;font-size:10px;"> {Asker} /<br></span>{Question}</div><left> <font face="helvetica">{Answer}</font>{/block:Answer}
  608.  
  609. <div id="details">
  610. <br><a href="{Permalink}">{TimeAgo}</a> {block:NoteCount}<a href="{Permalink}">+{NoteCount}</a> {/block:NoteCount} {block:RebloggedFrom}<a href="{ReblogParentURL}">via</a>{/block:RebloggedFrom}{block:ContentSource}<div style="text-align:right;margin-top:-10px">@<a href="{SourceURL}">{SourceTitle}</a></div>{/block:ContentSource}</div>
  611.  
  612. {block:HasTags}<div id="tags">{block:Tags} <a href="{TagURL}">#{Tag}</a> {/block:Tags}</div>{/block:HasTags}</div>
  613.  
  614. {/block:Posts}
  615. {block:PostNotes}<div id="notes">{PostNotes}{/block:PostNotes}
  616. {/block:Posts}</div></div></div></div>
  617.  
  618.  
  619. <div style="position:fixed;bottom:0px; right:7px; font-size:5px; font-style:none; color:#000; font-weight:lighter; letter-spacing:1px; font-family:helvetica; text-transform:uppercase; border:0px solid;padding:4px;"><a href="http://stastes.tumblr.com">STASTES</div>
  620.  
  621.  
  622. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement