Advertisement
quirons

white walls, twelve

Feb 19th, 2015
774
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.34 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4.  
  5. <!--
  6.  
  7. WHITE WALLS, C12 BY @QUIRONS.
  8. - don't repost or give away as your own
  9. - don't steal bits of the code
  10. - if you have any doubts/find bugs, feel free to send me a message
  11.  
  12. -->
  13.  
  14. {block:Description}
  15. <meta name="description" content="{MetaDescription}" />
  16. {/block:Description}
  17.  
  18. <meta charset="utf-8">
  19. <meta name="viewport" content="initial-scale=1.0, width=device-width" />
  20. <title>{Title}</title>
  21. <link rel="shortcut icon" href="{Favicon}">
  22. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  23.  
  24. <!-- SCRIPTS -->
  25.  
  26. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  27. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  28. <script>
  29. (function($){
  30. $(document).ready(function(){
  31. $("a[title]").style_my_tooltips({
  32. tip_follows_cursor:true,
  33. tip_delay_time:90,
  34. tip_fade_speed:600,
  35. attribute:"title"
  36. });
  37. });
  38. })(jQuery);
  39. </script>
  40.  
  41. <!-- METAS -->
  42.  
  43. <meta name="if:background picture" content="0"/>
  44.  
  45. <meta name="image:background" content=""/>
  46. <meta name="color:background color" content="#ffffff"/>
  47. <meta name="color:text" content="#000000"/>
  48. <meta name="color:links" content="#000000"/>
  49. <meta name="color:links hover" content="#000000"/>
  50. <meta name="image:sidebar image" content=""/>
  51.  
  52. <meta name="color:sidebar links bg" content="#000000"/>
  53. <meta name="color:sidebar links" content="#ffffff"/>
  54.  
  55. <meta name="text:Link1" content="Link 1"/>
  56. <meta name="text:Link2" content="Link 2"/>
  57. <meta name="text:Link3" content="Link 3"/>
  58. <meta name="text:Link4" content="Link 4"/>
  59. <meta name="text:URL1" content="URL 1"/>
  60. <meta name="text:URL2" content="URL 2"/>
  61. <meta name="text:URL3" content="URL 3"/>
  62. <meta name="text:URL4" content="URL 4"/>
  63.  
  64. <meta name="select:Sidebar Font" content="opt1" title="Helvetica">
  65. <meta name="select:Sidebar Font" content="opt2" title="Maven Pro">
  66. <meta name="select:Sidebar Font" content="opt3" title="Inconsolata">
  67.  
  68. <link href='http://fonts.googleapis.com/css?family=Maven+Pro:400,700' rel='stylesheet' type='text/css'>
  69. <link href='http://fonts.googleapis.com/css?family=Playfair+Display:400,700,400italic' rel='stylesheet' type='text/css'>
  70. <link href='http://fonts.googleapis.com/css?family=Inconsolata:400,700' rel='stylesheet' type='text/css'>
  71.  
  72. <style type="text/css">
  73.  
  74. /* -------- SCROLLBAR -------- */
  75.  
  76. ::-webkit-scrollbar {width: 2px;}
  77. ::-webkit-scrollbar-track {background:none;}
  78. ::-webkit-scrollbar-thumb {background:black;}
  79. ::-webkit-scrollbar-thumb:window-inactive {background: transparent;}
  80. ::-webkit-scrollbar-thumb:horizontal {display:none;}
  81.  
  82. /* -------- TOOLTIPS -------- */
  83.  
  84. #s-m-t-tooltip {
  85. max-width:300px;
  86. margin:15px;
  87. padding:5px;
  88. background-color:black;
  89. font-family:helvetica;
  90. font-size:12px;
  91. color:white;
  92. z-index:999999999999999999999999999999999999;
  93. }
  94.  
  95. /* -------- BASICS -------- */
  96.  
  97. body {
  98. color:{color:text};
  99. font-family:helvetica;
  100. {block:IfBackgroundPicture}
  101. background:url({image:background}) repeat center center fixed;
  102. {/block:IfBackgroundPicture}
  103. {block:IfNotBackgroundPicture}
  104. background:{color:background color};
  105. {/block:IfNotBackgroundPicture}
  106. font-size:11px;
  107. }
  108.  
  109. a {
  110. text-decoration:none;
  111. font-weight:bold;
  112. color:{color:links};
  113. -webkit-transition: all .5s;
  114. -moz-transition: all .5s;
  115. -o-transition: all .5s;
  116. -ms-transition: all .5s;
  117. transition: all .5s;
  118. }
  119.  
  120. a:hover {
  121. color:{color:links hover};
  122. }
  123.  
  124. h1 {
  125. text-transform:uppercase;
  126. font-size:13px;
  127. }
  128.  
  129. #pagination {
  130. font-weight:bold;
  131. text-transform:uppercase;
  132. color:{color:links};
  133. margin-top:-85px;
  134. margin-bottom:-75px;
  135. text-align:center;
  136. -webkit-transition: all .5s;
  137. -moz-transition: all .5s;
  138. -o-transition: all .5s;
  139. -ms-transition: all .5s;
  140. transition: all .5s;
  141. }
  142.  
  143. #pagination a {
  144. color:{color:links};
  145. padding:7.5px;
  146. }
  147.  
  148. #pagination a:hover {
  149. background:{color:sidebar links bg};
  150. color:{color:sidebar links};
  151. }
  152.  
  153. /* ------- SIDEBAR ------ */
  154.  
  155. #sidebar-img {
  156. width:120px;
  157. border-radius:50%;
  158. display:block;
  159. margin-bottom:15px;
  160. margin-top:-75px;
  161. }
  162.  
  163. #sidebar {
  164. display:block;
  165. color:{color:text};
  166. position:fixed;
  167. float:left;
  168. text-align:center;
  169. width:120px;
  170. padding:15px 15px 10px 15px;
  171. background:white;
  172. border:1px solid #f8f8f8;
  173. left:230px;
  174. top:300px;
  175. -webkit-transition: all .9s;
  176. -moz-transition: all .9s;
  177. -o-transition: all .9s;
  178. -ms-transition: all .9s;
  179. transition: all .9s;
  180. }
  181.  
  182. .opt1 #sidebar { font-family:'Helvetica'; }
  183. .opt2 #sidebar { font-family:'Maven Pro'; }
  184. .opt3 #sidebar { font-family:'Inconsolata'; }
  185.  
  186. .opt3 #sblinks a { width:45px; }
  187.  
  188. #sblinks {
  189. margin-top:10px;
  190. padding-top:5px;
  191. }
  192.  
  193. #sblinks a {
  194. display:inline-block;
  195. padding:5px;
  196. padding-bottom:7.5px;
  197. padding-top:5.5px;
  198. margin-bottom:5px;
  199. text-align:center;
  200. width:47.5px;
  201. background-color:{color:sidebar links bg};
  202. color:{color:sidebar links};
  203. -webkit-transition: all .5s;
  204. -moz-transition: all .5s;
  205. -o-transition: all .5s;
  206. -ms-transition: all .5s;
  207. transition: all .5s;
  208. }
  209.  
  210. #sblinks a:hover {
  211. color:{color:sidebar links bg};
  212. background-color:{color:sidebar links};
  213. opacity:1;
  214. }
  215.  
  216. /* ------- POSTS ------- */
  217.  
  218. #entries {
  219. margin-top:75px;
  220. margin-left:450px;
  221. position:static;
  222. float:left;
  223. }
  224.  
  225. #post {
  226. background:white;
  227. border:1px solid #f8f8f8;
  228. padding:20px 20px 0px 20px;
  229. width:500px;
  230. margin-bottom:135px;
  231. -webkit-transition: ease .5s;
  232. -moz-transition: ease .5s;
  233. -o-transition: ease .5s;
  234. -ms-transition: ease .5s;
  235. transition: ease .5s;
  236. }
  237.  
  238. #tags {
  239. color:{color:links};
  240. -webkit-transition: ease .9s;
  241. -moz-transition: ease .9s;
  242. -o-transition: ease .9s;
  243. -ms-transition: ease .9s;
  244. transition: ease .9s;
  245. margin-bottom:20px;
  246. margin-top:12.5px;
  247. }
  248.  
  249. #tags a:hover {
  250. color:{color:links};
  251. background-color:{color:sidebar links bg};
  252. }
  253.  
  254. .opt1 #tags { font-family:'Helvetica'; }
  255. .opt2 #tags { font-family:'Maven Pro'; }
  256. .opt3 #tags { font-family:'Inconsolata'; }
  257.  
  258. blockquote {
  259. margin-left:15px;
  260. border-left:1px solid #8c8c8c;
  261. padding:1px 0px 1px 20px;
  262. }
  263.  
  264. .pic, video {
  265. min-width:500px;
  266. }
  267.  
  268. .source {
  269. text-align:right;
  270. }
  271.  
  272. ul.chat {
  273. list-style:none;
  274. margin-left:-30px;
  275. }
  276.  
  277. .person {
  278. font-weight:bold;
  279. display:inline-block;
  280. float:left;
  281. padding-right:2px;
  282. }
  283.  
  284. #ask {
  285. color:{color:sidebar links};
  286. text-align:center;
  287. padding:25px;
  288. background:{color:sidebar links bg};
  289. }
  290.  
  291. .opt1 #ask { font-family:'Helvetica'; }
  292. .opt2 #ask { font-family:'Maven Pro'; }
  293. .opt3 #ask { font-family:'Inconsolata'; }
  294.  
  295. #ask a {
  296. color:{color:sidebar links};
  297. }
  298.  
  299. .comma:last-child {
  300. display:none;
  301. }
  302.  
  303. #audioinfo {
  304. text-align:left;
  305. text-transform:uppercase;
  306. width:350px;
  307. position:absolute;
  308. display:inline-block;
  309. margin-top:0px;
  310. padding-right:15px;
  311. height:75px;
  312. padding-left:5px;
  313. margin-top:-150px;
  314. margin-left:150px;
  315. }
  316.  
  317. .opt1 #audioinfo li { font-family:'Helvetica'; }
  318. .opt2 #audioinfo li {
  319. font-family:'Maven Pro'; padding:17.15px 10px 17.15px 10px; }
  320. .opt3 #audioinfo li {
  321. font-family:'Inconsolata'; padding:18px 10px 18px 10px; }
  322.  
  323. #audioinfo li {
  324. background:{color:sidebar links bg};
  325. color:{color:sidebar links};
  326. margin-bottom:4.25px;
  327. padding:17.5px 10px 17.5px 10px;
  328. display:block;
  329. }
  330.  
  331. .info {
  332. margin-top:7.5px;
  333. padding:20px;
  334. text-align:center;
  335. }
  336.  
  337. .cover {
  338. display:block;
  339. width:150px;
  340. height:150px;
  341. background:{color:sidebar links bg};
  342. }
  343.  
  344. .cover img {
  345. width:150px;
  346. height:150px;
  347. display:block;
  348. z-index:99;
  349. -webkit-filter: Grayscale(100%);
  350. -webkit-transition-duration: 0.8s;
  351. -moz-transition-duration:0.8s;
  352. transition-duration:0.8s;
  353. -o-transition-duration:0.8s;
  354. }
  355.  
  356. #audio:hover .cover img {
  357. -webkit-filter: Grayscale(0%);
  358. -webkit-transition: all 0.5s ease-out;
  359. -moz-transition: all 0.5s ease-out;
  360. transition: all 0.5s ease-out;
  361. }
  362.  
  363. .playbutton {
  364. width: 20px;
  365. height: 35px;
  366. overflow: hidden;
  367. z-index: 9999;
  368. margin-left:16.5px;
  369. padding-bottom:7.5px;
  370. padding-top:15px;
  371. }
  372.  
  373. .playbox {
  374. background-color:black;
  375. position: absolute;
  376. z-index: 900;
  377. margin-top: 45px;
  378. margin-left: 45px;
  379. padding-right:22.5px;
  380. opacity:.75;
  381. border-radius:50%;
  382. }
  383.  
  384. #caption {
  385. padding:10px;
  386. padding-top:0px;
  387. padding-bottom:0px;
  388. }
  389.  
  390. /* ------- NOTES ------- */
  391.  
  392. .opt1 ol.notes { font-family:'Helvetica'; }
  393. .opt2 ol.notes { font-family:'Maven Pro'; }
  394. .opt3 ol.notes { font-family:'Inconsolata'; }
  395.  
  396. ol.notes {
  397. background:white;
  398. text-align:left;
  399. list-style:none;
  400. border:1px solid #f8f8f8;
  401. padding:20px;
  402. }
  403.  
  404. ol.notes li.note{
  405. padding:7.5px 2.5px 7.5px 2.5px;
  406. border-bottom:1px solid #f8f8f8;
  407. }
  408.  
  409. .pagenotes {
  410. margin-top:-75px;
  411. margin-bottom:60px;
  412. }
  413.  
  414. .pagenotes blockquote {
  415. margin-bottom:0px;
  416. }
  417.  
  418. .pagenotes img{
  419. padding-right:5px;
  420. padding-top:5px;
  421. margin-bottom:-5px;
  422. display:none;
  423. }
  424.  
  425. </style>
  426. </head>
  427. <body class="{select:Sidebar Font}">
  428.  
  429. <div id="sidebar">
  430. <a href="/" title="refresh"><img id="sidebar-img" src="{image:sidebar image}"/></a>
  431. <div id="desc">
  432. {Description}
  433. </div>
  434. <div id="sblinks">
  435. <a href="{text:URL1}">{text:Link1}</a>
  436. <a href="{text:URL2}">{text:Link2}</a>
  437. <a href="{text:URL3}">{text:Link3}</a>
  438. <a href="{text:URL4}">{text:Link4}</a>
  439. </div>
  440. </div>
  441.  
  442. <!-- POSTS -->
  443.  
  444. <div id="entries">
  445.  
  446. {block:Posts}
  447.  
  448. <div id="post">
  449.  
  450. <!-- VIA/SOURCE FIX -->
  451.  
  452. {block:ContentSource}
  453. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  454. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  455. {/block:SourceLogo}
  456. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  457. {/block:ContentSource}
  458.  
  459. {block:Text}
  460. {block:Title}
  461. <h1><a href="{Permalink}">{Title}</a></h1>
  462. {/block:Title}
  463. {Body}
  464. {/block:Text}
  465.  
  466. {block:Photo}
  467. {LinkOpenTag}
  468. <img class="pic" src="{PhotoURL-500}" alt="{PhotoAlt}" />
  469. {LinkCloseTag}
  470. {/block:Photo}
  471.  
  472. {block:Photoset}
  473. {Photoset-500}
  474. {/block:Photoset}
  475.  
  476. {block:Quote}
  477. {Quote}
  478. {block:Source}
  479. <div class="source"><br>{Source}</div>
  480. {/block:Source}
  481. {/block:Quote}
  482.  
  483. {block:Link}
  484. <h1 class="title"><a href="{URL}">{Name}</a></h1>
  485. {block:Description}{Description}{/block:Description}
  486. {/block:Link}
  487.  
  488. {block:Chat}
  489. <ul class="chat">
  490. {block:Lines}
  491. <li class="{Alt}">
  492. {block:Label}<div class="person">{Label}</div>{/block:Label}
  493. <p> {Line}</li>
  494. {/block:Lines}
  495. </ul>
  496. {/block:Chat}
  497.  
  498. {block:Audio}
  499. <div id="audio">
  500. <div class="playbox"><div class="playbutton">
  501. {block:AudioPlayer}{AudioPlayerBlack}{/block:AudioPlayer}
  502. </div></div>
  503. <div class="cover">{block:AlbumArt}<img src="{AlbumArtURL}">{/block:AlbumArt}</div>
  504. <ul id="audioinfo">
  505. <li><b>Track:</b> {block:TrackName}
  506. {TrackName}
  507. {/block:TrackName}</li>
  508. <li><b>Artist:</b> {block:Artist}
  509. {Artist}
  510. {/block:Artist}</li>
  511. <li><b>Album:</b> {block:Album}
  512. {Album}
  513. {/block:Album}</li>
  514. </ul>
  515. </div>
  516. {/block:Audio}
  517.  
  518. {block:Video}
  519. {Video-500}
  520. {/block:Video}
  521.  
  522. {block:Answer}
  523. <div id="ask">
  524. <b style="text-transform:lowercase;">{Asker}: </b>
  525. {Question}
  526. </div>
  527. <div id="answer">{Answer}</div>
  528. {/block:Answer}
  529.  
  530. {block:Caption}
  531. <div id="caption">
  532. {Caption}
  533. </div>
  534. {/block:Caption}
  535.  
  536. {block:Date}
  537. <a href="{Permalink}">
  538. <div id="tags">
  539. {block:Date}<span style="text-transform:lowercase;">
  540. {ShortMonth} {DayOfMonth}{DayOfMonthSuffix}</span>{/block:Date}</a>
  541.  
  542. {block:NoteCount}
  543. + <a href="{Permalink}">{NoteCount}</a>
  544. {/block:NoteCount}
  545.  
  546. <!--VIA AND SOURCE-->
  547. {block:RebloggedFrom} /
  548. <a href="{ReblogParentURL}">via</a>
  549. {/block:RebloggedFrom}
  550. {block:ContentSource}
  551. & <a href="{SourceURL}">source</a>
  552. {/block:ContentSource}
  553. {block:RebloggedFrom}{/block:RebloggedFrom}
  554.  
  555. {block:HasTags}
  556. / <b>tag:</b>
  557. {block:Tags}
  558. <a href="{TagURL}"> {Tag}</a><span class="comma">,</span>
  559. {/block:Tags}
  560. {/block:HasTags}
  561. </div>
  562. {/block:Date}
  563.  
  564. </div>
  565.  
  566. <!--POST NOTES-->
  567.  
  568. {block:PostNotes}
  569. <div class="pagenotes">{PostNotes-16}</div>
  570. {/block:PostNotes}
  571.  
  572. {/block:Posts}
  573.  
  574. {block:Pagination}
  575. <div id="pagination">
  576. {block:PreviousPage}
  577. <a href="{PreviousPage}">Previous</a> |
  578. {/block:PreviousPage}
  579. {block:NextPage}
  580. <a href="{NextPage}">Next</a>
  581. {/block:NextPage}
  582. </div>
  583. {/block:Pagination}
  584.  
  585. </div>
  586.  
  587. <!-- removing this will automatically make you a piece of shit !! thank u -->
  588. <div id="clubs" style="right:25px;bottom:15px;position:fixed;font-size:18px;font-family: 'Playfair Display', serif;";><a href="http://badlland.tumblr.com">C</a></div>
  589.  
  590. </body>
  591. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement