Advertisement
TitanJelly

THEME 015 - VOLLEYBALL (By TitanJelly)

Apr 10th, 2014
4,445
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.00 KB | None | 0 0
  1. <!--
  2.  
  3. ▀▀█▀▀ ▀█▀ ▀▀█▀▀ ░█▀▀█ ▒█▄░▒█
  4. ░▒█░░ ▒█░ ░▒█░░ ▒█▄▄█ ▒█▒█▒█
  5. ░▒█░░ ▄█▄ ░▒█░░ ▒█░▒█ ▒█░░▀█
  6. ( http://titanjelly.tumblr.com )
  7.  
  8. YOLLEYBALL by TitanJelly
  9.  
  10. - DO NOT REMOVE THE CREDIT
  11. - DO NOT CLAIM AS YOUR OWN
  12. - DO NOT USE AS A BASE
  13.  
  14. -->
  15. <head>
  16. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  17.  
  18. <title>{title}</title>
  19.  
  20. <meta name="image:Background" content="" />
  21. <meta name="image:Header Icon" content="http://static.tumblr.com/cee885742d5f7f54588aa1b409816d82/9hiqgmd/2qIn3tyhr/tumblr_static_dcarwpwomzcc84s40k4wws0oc.png" />
  22. <meta name="image:Sidebar Image" content="http://static.tumblr.com/f72bb320b9156de66966899918095d70/9hiqgmd/Tq0n3tx42/tumblr_static_6bdiuzd6xsw0okgoo0sk4oggc.jpg" />
  23. <meta name="image:Sidebar Background" content="http://static.tumblr.com/a26a4b1f798342b3bae12f50ef0d5c01/9hiqgmd/xYzn3txpm/tumblr_static_5ppc1havozggswgkc0oosokwg.png" />
  24.  
  25. <meta name="color:Body Background" content="#ffffff"/>
  26. <meta name="color:Body Text" content="#C4C4C4"/>
  27. <meta name="color:Sidebar Background" content="#f9f9f9"/>
  28. <meta name="color:Post Background" content="#FAE7CB"/>
  29. <meta name="color:Caption Background" content="#F9F9F9"/>
  30. <meta name="color:Description Background" content="#F7F7F7"/>
  31. <meta name="color:Title Background" content="#f2992e"/>
  32. <meta name="color:Subtitle Background" content="#fcf7f1"/>
  33. <meta name="color:Body Links" content="#f2992e"/>
  34. <meta name="color:Links Hover" content="#fbbd75"/>
  35. <meta name="color:Scrollbar" content="#f2992e"/>
  36. <meta name="color:Notes Background" content="#000000"/>
  37.  
  38. <meta name="text:Title" content="Title"/>
  39. <meta name="text:Subtitle" content="Subtitle"/>
  40. <meta name="text:Link01" content="Link"/>
  41. <meta name="text:Link01 URL" content="/link"/>
  42. <meta name="text:Link02" content="Link"/>
  43. <meta name="text:Link02 URL" content="/link"/>
  44.  
  45. <meta name="if:Infinite Scroll" content="0"/>
  46. <meta name="if:Show Tags" content="1"/>
  47. <meta name="if:Show Captions" content="1"/>
  48. <meta name="if:Show Extra Links" content="1"/>
  49.  
  50. <link rel="shortcut icon" href="{Favicon}" />
  51. <link href='http://fonts.googleapis.com/css?family=Lato:100,300,400' rel='stylesheet' type='text/css'>
  52.  
  53. <style type="text/css">
  54.  
  55. body {
  56. font-size:9px;
  57. font-family: "Arial Narrow", Arial, sans-serif;
  58. line-height:11px;
  59. margin:0;
  60. color:{color:Body Text};
  61. background:{color:Body Background} url('{image:Background}') fixed repeat;}
  62.  
  63. ::-webkit-scrollbar-thumb:vertical {
  64. background: {color:Scrollbar};}
  65. ::-webkit-scrollbar-thumb:horizontal {
  66. background: {color:Scrollbar};
  67. height:10px!important;}
  68. ::-webkit-scrollbar {
  69. background:{color:Body Background} url('{image:Background}');
  70. height:10px;width:4px;}
  71.  
  72. a {color:{color:Body Links};text-decoration:none;}
  73. a:hover{color:{color:Links Hover};}
  74.  
  75. a, .postinfo, .reblogbtn {
  76. -moz-transition-duration: 0.2s;
  77. -o-transition-duration: 0.2s;
  78. -webkit-transition-duration: 0.2s;
  79. transition-duration: 0.2s;}
  80.  
  81.  
  82.  
  83. /* Container CSS */
  84. .container{width:600px;margin:0px 50px -20px;}
  85. .secondbg{
  86. position:fixed;
  87. top:0;left:0;bottom:0;z-index:-100000;
  88. width:350px;
  89. background:{color:Sidebar Background} url('{image:Sidebar Background}');}
  90. .menubg {
  91. position:fixed;
  92. top:0;left:70px;z-index:-10000;
  93. width:15px;height:200px;
  94. background:{color:Subtitle Background};
  95. border-left:2px solid {color:Title Background};
  96. }
  97.  
  98.  
  99. /* Sidebar CSS */
  100. .sidebar {
  101. position:fixed;
  102. margin-top:300px;
  103. margin-left:70px;
  104. width:200px;}
  105.  
  106. .sidebox {
  107. position:absolute;
  108. margin-top:-130px;
  109. width:200px;}
  110.  
  111. .sideimg {max-width:250px;
  112. position:relative;z-index:7;
  113. margin-top:-200px;
  114. margin-left:-100px;
  115. padding:10px 10px 20px 10px;
  116. background:{color:Post Background};
  117. border-left:2px solid {color:Title Background};
  118. border-bottom:2px solid {color:Title Background};
  119. border-right:8px solid {color:Description Background};
  120. }
  121.  
  122. .header {
  123. position:fixed;
  124. top:0;
  125. width:455px;
  126. height:20px;
  127. padding:5px 15px;
  128. padding-top:30px;
  129. margin-top:-20px;
  130. margin-left:-10px;
  131. font-size:18px;
  132. font-weight:bold;
  133. font-family:'Lato', sans-serif;
  134. text-transform:uppercase;
  135. color:{color:Subtitle Background};
  136. background:{color:Title Background};
  137. transform:rotate(-2deg);
  138. -ms-transform:rotate(-2deg);
  139. -webkit-transform:rotate(-2deg);
  140. }
  141.  
  142. .hicon {
  143. position:absolute;
  144. margin-left:420px;
  145. max-width:100px;
  146. background:{color:Title Background};
  147. padding:3px;
  148. border:2px solid {color:Subtitle Background};
  149. transform:rotate(2deg);
  150. -ms-transform:rotate(2deg);
  151. -webkit-transform:rotate(2deg);
  152. }
  153.  
  154. .title {
  155. display:block;
  156. position:relative;
  157. z-index:10;
  158. width:100px;
  159. padding:5px 10px;
  160. margin-left:10px;
  161. color:{color:Subtitle Background};
  162. background:{color:Title Background};
  163. font-size:13px;
  164. font-weight:400;
  165. font-family:'Lato', sans-serif;
  166. text-transform:uppercase;
  167. text-align:center;
  168. letter-spacing:1px;
  169. box-shadow:rgba(0,0,0,0.05) 0px 0px 3px;
  170. transform:rotate(-1deg);
  171. -ms-transform:rotate(-1deg);
  172. -webkit-transform:rotate(-1deg);}
  173.  
  174. .subtitle {
  175. display:block;
  176. position:relative;
  177. z-index:9;
  178. min-width:100px;
  179. padding:5px 10px;
  180. margin-left:20px;
  181. margin-top:-2px;
  182. color:{color:Title Background};
  183. background:{color:Subtitle Background};
  184. border-bottom:2px solid {color:Title Background};
  185. font-size:13px;
  186. font-weight:400;
  187. font-family:'Lato', sans-serif;
  188. text-transform:uppercase;
  189. text-align:center;
  190. letter-spacing:1px;
  191. box-shadow:rgba(0,0,0,0.05) 0px 0px 3px;
  192. transform:rotate(1deg);
  193. -ms-transform:rotate(1deg);
  194. -webkit-transform:rotate(1deg);}
  195.  
  196. .menu {
  197. display:block;
  198. position:relative;
  199. z-index:10;
  200. font-size:10px;
  201. text-align:center;
  202. text-transform:uppercase;
  203. margin-top:5px;
  204. padding:3px;}
  205.  
  206. .menuodd {
  207. background:{color:Title Background};
  208. border-bottom:3px solid {color:Subtitle Background};
  209. color:{color:Subtitle Background};
  210. padding:4px 8px;
  211. margin-left:20px;
  212. margin-bottom:-4px;
  213. transform:rotate(-1deg);
  214. -ms-transform:rotate(-1deg);
  215. -webkit-transform:rotate(-1deg);
  216. box-shadow:rgba(0,0,0,0.05) 0px 0px 3px;
  217. width:80px;}
  218.  
  219. .menueven {
  220. background:{color:Subtitle Background};
  221. border-bottom:2px solid {color:Title Background};
  222. color:{color:Title Background};
  223. padding:4px 8px;
  224. margin-left:70px;
  225. margin-bottom:4px;
  226. transform:rotate(1deg);
  227. -ms-transform:rotate(1deg);
  228. -webkit-transform:rotate(1deg);
  229. box-shadow:rgba(0,0,0,0.05) 0px 0px 3px;
  230. width:80px;}
  231.  
  232. .menu a {
  233. display:block;
  234. padding:2px 5px;}
  235.  
  236. .menuodd:hover {
  237. color:{color:Title Background};
  238. background:{color:Description Background};
  239. border-bottom:3px solid {color:Title Background};}
  240.  
  241. .menueven:hover {
  242. color:{color:Description Background};
  243. background:{color:Links Hover};
  244. border-bottom:2px solid {color:Subtitle Background};}
  245.  
  246. .description{
  247. display:block;
  248. position:relative;
  249. z-index:10;
  250. margin-top:15px;
  251. padding:14px;
  252. border-left:2px solid {color:Title Background};
  253. background:{color:Description Background};
  254. text-align:justify;}
  255.  
  256.  
  257. /* Navigation CSS */
  258. .nav {
  259. text-align:left;
  260. text-transform:uppercase;
  261. position:fixed;
  262. margin-left:725px;
  263. margin-top:-160px;
  264. padding:2px 0px;}
  265.  
  266. .nav a {
  267. width:40px;
  268. background:{color:Title Background};
  269. color:{color:Subtitle Background};
  270. border:1px solid {color:Title Background};
  271. border-left:5px solid {color:Title Background};
  272. display:block;
  273. font-weight:bold;
  274. margin-bottom:3px;
  275. padding:4px 8px;
  276. padding-left:20px;
  277. }
  278.  
  279. .nav a:hover {
  280. background:{color:Subtitle Background};
  281. color:{color:Title Background};
  282. padding-left:30px;width:50px;
  283. }
  284.  
  285.  
  286. /* Posts CSS */
  287. .postcol {
  288. width:440px;
  289. background:{color:Subtitle Background};
  290. border-right:20px solid {color:Title Background};
  291. border-bottom:10px solid {color:Title Background};
  292. padding:20px;
  293. padding-top:50px;
  294. margin-top:-20px;
  295. margin-bottom:-20px;
  296. margin-left:300px;}
  297.  
  298. .posts {
  299. width:400px;
  300. background:{color:Post Background};
  301. margin-bottom:20px;
  302. padding:20px;
  303. overflow:hidden;}
  304.  
  305.  
  306. /* Post Elements CSS */
  307. .posts h2, .posts h2 a {
  308. font-size:12px;
  309. color:{color:Links};
  310. font-weight:normal;
  311. text-align:center;
  312. margin:0px;}
  313.  
  314. .captions {
  315. background:{color:Caption Background};
  316. padding:5px;
  317. margin-top:10px;
  318. }
  319.  
  320. .captions a {color:{color:Body Text};text-decoration:underline;}
  321. .captions a:hover {color:{color:Links Hover};}
  322.  
  323. .posts li {list-style: square;}
  324.  
  325. .posts blockquote {
  326. border-left: 1px solid #000;
  327. padding-left: 5px;}
  328.  
  329. .posts img, .posts li, .posts blockquote {max-width: 100%;}
  330.  
  331. .question {
  332. background-color: #fcfcfc;
  333. padding: 20px;
  334. min-height: 40px;}
  335.  
  336. .question img {
  337. float: left;
  338. margin-right: 10px;}
  339.  
  340. .askr {color: #cf2d85;}
  341.  
  342. .quote {
  343. width: 80%;
  344. margin: auto;}
  345.  
  346. .quotetext_short {font-size: 18px;}
  347. .quotetext_medium {font-size: 14px;}
  348. .quotetext_long {font-size: 11px;}
  349.  
  350. .source {text-align: right;}
  351.  
  352. .convo li {list-style: none; margin-left:-40px;}
  353. .convo .label {text-transform: uppercase;}
  354. .line .label {color: #cf2d85;}
  355.  
  356.  
  357. /* Audio CSS */
  358. .cover {
  359. position: relative;
  360. margin-bottom: 10px;
  361. color:#000;
  362. height: 58px;
  363. width: 58px;
  364. z-index: 1}
  365.  
  366. .cover img {height: 58px; z-index: 1}
  367.  
  368. .playbutton {
  369. width: 18px;
  370. height: 30px;
  371. overflow: hidden;
  372. position: relative;
  373. z-index: 1000;
  374. margin: 15px 24px 13px 16px;}
  375.  
  376. .playbox {
  377. background-color: #000;
  378. position: absolute;
  379. margin-top: -68px;
  380. z-index: 1000;
  381. opacity: 0.5;}
  382.  
  383. .audioinfo {
  384. height: 30px;
  385. position: absolute;
  386. margin-top: -70px;
  387. margin-left: 70px;}
  388.  
  389. .audiotrack {font-size: 14px;font-weight: bold;}
  390.  
  391. .audiocap {position: relative; margin-top: 0px;}
  392.  
  393.  
  394. /* Post Information CSS */
  395. .postinfo {
  396. color:#666464;
  397. background:{color:Notes Background};
  398. border-right:2px solid {color:Title Background};
  399. {block:IndexPage}
  400. opacity:0;
  401. position:absolute;
  402. {/block:IndexPage}
  403. padding:3px 5px;
  404. padding-left:10px;
  405. {block:PermalinkPage}
  406. margin-bottom:5px;
  407. {/block:PermalinkPage}
  408. margin-top:3px;
  409. {block:IndexPage}
  410. margin-left:-20px;
  411. {/block:IndexPage}
  412. font-size:9px;
  413. text-align:center;
  414. text-transform:uppercase;
  415. letter-spacing:1px;}
  416.  
  417. .posts:hover .postinfo {
  418. opacity:1;
  419. margin-left:0;
  420. }
  421.  
  422. .reblogbtn {
  423. color:#666464;
  424. background:{color:Notes Background};
  425. border-right:2px solid {color:Title Background};
  426. opacity:0;
  427. position:absolute;
  428. padding:3px 5px;
  429. padding-left:10px;
  430. margin-top:0px;
  431. font-size:9px;
  432. text-align:center;
  433. text-transform:uppercase;
  434. letter-spacing:1px;}
  435.  
  436. .posts:hover .reblogbtn {
  437. opacity:1;
  438. margin-top:25px;
  439. }
  440.  
  441. .tags {
  442. margin-top:20px;
  443. position:absolute;
  444. }
  445.  
  446. .sources {filter:alpha(opacity=0);opacity:0;display:none;}
  447.  
  448.  
  449. /* Credit CSS - DO NOT REMOVE */
  450. .credit a {
  451. display:block;
  452. padding:6px 8px;color:#f7a51a;
  453. font-size:12px;font-weight:bold;
  454. border:1px solid #f7a51a;border-radius:2px;
  455. position:fixed;right:5px;bottom:5px;}
  456.  
  457. .credit a:hover{color:#d04eed;
  458. border:1px solid #d04eed;}
  459.  
  460. </style>
  461. </head>
  462. <body>
  463.  
  464. <div class="container">
  465.  
  466. <div class="menubg"></div>
  467. <div class="secondbg"></div>
  468.  
  469. <div class="sidebar">
  470.  
  471. <img src="{image:Sidebar Image}" class="sideimg">
  472.  
  473. <div class="sidebox">
  474.  
  475. <div class="title">{text:Title}</div>
  476. <div class="subtitle">{text:Subtitle}</div>
  477.  
  478. <div class="description">{Description}</div>
  479.  
  480. <div class="menu">
  481. <a href="/" class="menuodd">Home</a>
  482. <a href="/ask" class="menueven">Ask</a>
  483. <a href="/about" class="menuodd">About</a>
  484. <a href="/archive" class="menueven">Archive</a>
  485. {block:ifShowExtraLinks}
  486. <a href="{text:Link01 URL}" class="menuodd">{text:Link01}</a>
  487. <a href="{text:Link02 URL}" class="menueven">{text:Link02}</a>
  488. {/block:ifShowExtraLinks}
  489. </div>
  490.  
  491. </div>
  492.  
  493. {block:ifnotInfiniteScroll}
  494. {block:Pagination}
  495. <div class="nav">
  496. {block:PreviousPage}
  497. <a href="{PreviousPage}"> back </a>
  498. {/block:PreviousPage}
  499. {block:NextPage}
  500. <a href="{NextPage}"> next </a>
  501. {/block:NextPage}
  502. </div>
  503. {/block:Pagination}
  504. {/block:ifnotInfiniteScroll}
  505.  
  506. </div>
  507.  
  508. {block:ifInfiniteScroll}
  509. <script type="text/javascript" src="http://codysherman.tumblr.com/tools/infinite-scrolling/code"></script>
  510. {/block:ifInfiniteScroll}
  511.  
  512. <div class="postcol">
  513.  
  514. <div class="header">
  515. {title}
  516. <div class="hicon">
  517. <img src="{image:Header Icon}">
  518. </div>
  519. </div>
  520.  
  521. <div class="autopagerize_page_element">
  522.  
  523. {block:Posts}
  524. <div class="posts">
  525.  
  526. {block:ContentSource}<div class="sources">
  527. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  528. {/block:SourceLogo}
  529. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  530. </div>{/block:ContentSource}
  531.  
  532. <div class="postinfo">
  533. {block:Date}
  534. Posted <a href="{Permalink}">{TimeAgo}</a>
  535. {block:Notecount}
  536. With <a href="{Permalink}">{NoteCountWithLabel}</a>
  537. {/block:Notecount}
  538. {/block:Date}
  539. </div>
  540.  
  541. <div class="reblogbtn">
  542. <a href="{ReblogURL}" target=”_blank” title="reblog?">reblog</a>
  543. </div>
  544.  
  545. {block:Text}
  546. <div class="captions">
  547. {block:Title}<h2>{Title}</h2>{/block:Title}
  548. {Body}
  549. </div>
  550. {/block:Text}
  551.  
  552. {block:Answer}
  553. <div class="question">
  554. <img src="{AskerPortraitURL-40}"> {Asker} asked: {Question}
  555. </div>
  556. <div class="captions">
  557. {Answer}
  558. </div>
  559. {/block:Answer}
  560.  
  561. {block:Quote}
  562. <div class="captions">
  563. <div class="quote">
  564. <div class="quotetext_{Length}">"{Quote}"</div>
  565. {block:Source}<div class="source">{Source}</div>{/block:Source}
  566. </div>
  567. </div>
  568. {/block:Quote}
  569.  
  570. {block:Link}
  571. <div class="captions">
  572. <h2><a href="{URL}">{Name}</a></h2>
  573. {block:Description}{Description}{/block:Description}
  574. </div>
  575. {/block:Link}
  576.  
  577. {block:Chat}
  578. <div class="captions">
  579. {block:Title}<h2>{Title}</h2>{/block:Title}
  580. <ul class="convo">
  581. {block:Lines}
  582. <li class="line">{block:Label}
  583. <span class="label">{Label}</span>
  584. {/block:Label}{Line}</li>{/block:Lines}</ul>
  585. </div>
  586. {/block:Chat}
  587.  
  588. {block:Photo}
  589. {LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}" width="400px">
  590. {LinkCloseTag}
  591. {block:ifShowCaptions}
  592. {block:Caption}
  593. <div class="captions">
  594. {Caption}
  595. </div>
  596. {/block:Caption}
  597. {/block:ifShowCaptions}
  598. {block:ifnotShowCaptions}
  599. {block:PermalinkPage}
  600. {block:Caption}
  601. <div class="captions">
  602. {Caption}
  603. </div>
  604. {/block:Caption}
  605. {/block:PermalinkPage}
  606. {/block:ifnotShowCaptions}
  607. {/block:Photo}
  608.  
  609. {block:Photoset}
  610. {Photoset-400}
  611. {block:ifShowCaptions}
  612. {block:Caption}
  613. <div class="captions">
  614. {Caption}
  615. </div>
  616. {/block:Caption}
  617. {/block:ifShowCaptions}
  618. {block:ifnotShowCaptions}
  619. {block:PermalinkPage}
  620. {block:Caption}
  621. <div class="captions">
  622. {Caption}
  623. </div>
  624. {/block:Caption}
  625. {/block:PermalinkPage}
  626. {/block:ifnotShowCaptions}
  627. {/block:Photoset}
  628.  
  629. {block:Audio}
  630. <div class="cover">{block:AlbumArt}
  631. <img src="{AlbumArtURL}" height="58px">
  632. {/block:AlbumArt}</div>
  633. <div class="audioinfo">
  634. <div class="audiotrack">
  635. {block:TrackName}{TrackName}{/block:TrackName}</div>
  636. <div class="audioartist">
  637. {block:Artist}{Artist}{/block:Artist}</div>
  638. {block:PlayCount}{PlayCountWithLabel}{/block:PlayCount}
  639. </div>
  640. <div class="playbox">
  641. <div class="playbutton">
  642. {block:AudioPlayer}{AudioPlayerBlack}{/block:AudioPlayer}
  643. </div></div>
  644. <div class="audiocap">
  645. {block:ifShowCaptions}
  646. {block:Caption}
  647. <div class="captions">
  648. {Caption}
  649. </div>
  650. {/block:Caption}
  651. {/block:ifShowCaptions}
  652. {block:ifnotShowCaptions}
  653. {block:PermalinkPage}
  654. {block:Caption}
  655. <div class="captions">
  656. {Caption}
  657. </div>
  658. {/block:Caption}
  659. {/block:PermalinkPage}
  660. {/block:ifnotShowCaptions}
  661. </div>
  662. {/block:Audio}
  663.  
  664. {block:Video}
  665. {Video-400}
  666. {block:ifShowCaptions}
  667. {block:Caption}
  668. <div class="captions">
  669. {Caption}
  670. </div>
  671. {/block:Caption}
  672. {/block:ifShowCaptions}
  673. {block:ifnotShowCaptions}
  674. {block:PermalinkPage}
  675. {block:Caption}
  676. <div class="captions">
  677. {Caption}
  678. </div>
  679. {/block:Caption}
  680. {/block:PermalinkPage}
  681. {/block:ifnotShowCaptions}
  682. {/block:Video}
  683.  
  684. {block:ifShowTags}
  685. {block:HasTags}
  686. <div class="tags">
  687. {block:Tags}
  688. <a href="{TagURL}"># {Tag}</a>
  689. {/block:Tags}
  690. </div>
  691. {/block:HasTags}
  692. {/block:ifShowTags}
  693.  
  694. {block:PermalinkPage}
  695. {block:RebloggedFrom}
  696. <div class="captions">
  697. <a href="{ReblogParentURL}">VIA {ReblogParentName} </a> /
  698. <a href="{ReblogRootURL}">SOURCE {ReblogRootName} </a>
  699. </div>
  700. {/block:RebloggedFrom}
  701. {/block:PermalinkPage}
  702.  
  703. {block:PostNotes}
  704. <div class="captions"> {PostNotes} </div>
  705. {/block:PostNotes}
  706.  
  707. </div>
  708. {/block:Posts}
  709. </div>
  710. </div>
  711.  
  712. </div>
  713.  
  714.  
  715. <!-- Credit / Copyright Information - DO NOT REMOVE -->
  716.  
  717. <div class="credit">
  718. <a href="http://titanjelly.tumblr.com/themes">Tj</a>
  719. </div>
  720.  
  721.  
  722. </body>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement