Advertisement
TitanJelly

THEME 005 - UNPLEASANT V2 (By TitanJelly)

Nov 11th, 2013
372
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.85 KB | None | 0 0
  1. <!--
  2.  
  3. ▀▀█▀▀ ▀█▀ ▀▀█▀▀ ░█▀▀█ ▒█▄░▒█
  4. ░▒█░░ ▒█░ ░▒█░░ ▒█▄▄█ ▒█▒█▒█
  5. ░▒█░░ ▄█▄ ░▒█░░ ▒█░▒█ ▒█░░▀█
  6. ( http://titanjelly.tumblr.com )
  7.  
  8. UNPLEASANT 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="http://static.tumblr.com/a26a4b1f798342b3bae12f50ef0d5c01/9hiqgmd/gB0mvhdw6/tumblr_static_pinstripe.png" />
  21. <meta name="image:Sidebar" content="http://static.tumblr.com/e3cb822724ce990ecb4e1e7eec04623e/9hiqgmd/apzmvh8qm/tumblr_static_tumblr_mufnv73apm1qkcwzfo1_500.gif" />
  22.  
  23. <meta name="color:Base" content="#f5d5ca"/>
  24. <meta name="color:Background" content="#f9f9f9"/>
  25.  
  26. <meta name="if:Menu Bar" content="1"/>
  27. <meta name="if:Captions" content="1"/>
  28. <meta name="if:Show Tags" content="1"/>
  29. <meta name="if:More Links" content="0"/>
  30. <meta name="if:500 Posts" content="1"/>
  31. <meta name="if:400 Posts" content="0"/>
  32.  
  33. <meta name="text:Link01" content="Link01"/>
  34. <meta name="text:Link01URL" content="/"/>
  35. <meta name="text:Link02" content="Link02"/>
  36. <meta name="text:Link02URL" content="/"/>
  37. <meta name="text:Link03" content="Link03"/>
  38. <meta name="text:Link03URL" content="/"/>
  39. <meta name="text:Link04" content="Link04"/>
  40. <meta name="text:Link04URL" content="/"/>
  41. <meta name="text:Link05" content="Link05"/>
  42. <meta name="text:Link05URL" content="/"/>
  43. <meta name="text:Link06" content="Link06"/>
  44. <meta name="text:Link06URL" content="/"/>
  45.  
  46. <link rel="shortcut icon" href="{Favicon}" />
  47.  
  48. <style type="text/css">
  49.  
  50. iframe#tumblr_controls { opacity:0.4; }
  51.  
  52. body {
  53. font-size: 10px; /* font size */
  54. font-family: Calibri, Candara, Segoe; /* font */
  55. color: #000; /* font color */
  56. background: {color:Background} url('{image:Background}') fixed;
  57. }
  58.  
  59. ::-webkit-scrollbar-thumb:vertical {
  60. background: {color:Base};}
  61. ::-webkit-scrollbar-thumb:horizontal {
  62. background: {color:Base};
  63. height:10px!important;}
  64. ::-webkit-scrollbar {
  65. background: {color:Background} url('{image:Background}');
  66. height:10px;
  67. width: 4px;}
  68.  
  69. a {color: {color:Base};
  70. text-decoration: none;
  71. -moz-transition-duration: 0.5s;
  72. -o-transition-duration: 0.5s;
  73. -webkit-transition-duration: 0.5s;
  74. transition-duration: 0.5s;}
  75.  
  76. a:hover {color: #9b291a;
  77. -moz-transition-duration: 0.5s;
  78. -o-transition-duration: 0.5s;
  79. -webkit-transition-duration: 0.5s;
  80. transition-duration: 0.5s;}
  81.  
  82. .container {
  83. width:820px;
  84. margin:auto;
  85. {block:IfMenuBar}
  86. margin-top:50px;
  87. {/block:IfMenuBar}
  88. {block:IfnotMenuBar}
  89. margin-top:20px;
  90. {/block:IfnotMenuBar}}
  91.  
  92. .menubar {width:100%;
  93. height:30px;
  94. background:{color:Base};
  95. position: fixed;
  96. top:-1px;
  97. left:0%;
  98. right:0%;
  99. margin-top:-2px;
  100. z-index:10000000;
  101. box-shadow:rgba(0,0,0,0.05)0px 5px;}
  102.  
  103. .menu {width: 833px;margin:auto;}
  104.  
  105. .sidebar {width:200px;
  106. min-height:150px;
  107. margin-left:40px;
  108. position: fixed;}
  109.  
  110. .sidebox {padding:5px;
  111. background-color: #fff;
  112. border:1px solid {color:Base};
  113. box-shadow:rgba(0,0,0,0.1)5px 5px;}
  114.  
  115. .sidebox img {max-width: 190px;
  116. padding-bottom:5px;
  117. border-bottom:5px solid {color:Base}}
  118. .sideimage {opacity:0.6;
  119. -moz-transition-duration: 0.5s;
  120. -o-transition-duration: 0.5s;
  121. -webkit-transition-duration: 0.5s;
  122. transition-duration: 0.5s;;}
  123. .sideimage:hover {opacity:0.9;}
  124.  
  125. .hometitle{height:10px;
  126. line-height:90%;
  127. padding:8px 0px 10px 0px;
  128. font-family:'Libre Baskerville', serif;
  129. font-size:26px;
  130. font-style:italic;
  131. text-align:center;
  132. text-transform:lowercase;
  133. color:{color:Base};
  134. text-shadow: 1px 1px #fff;}
  135.  
  136. .hometitle a{color:{color:Base};}
  137.  
  138. .sidelinks a {display:block;
  139. color: #000;
  140. background-color: #fff;
  141. border:1px solid {color:Base};
  142. box-shadow:rgba(0,0,0,0.1)5px 5px;
  143. padding: 5px;
  144. font-size:11px;
  145. text-align:right;
  146. letter-spacing:4px;
  147. margin-top:8px;
  148. margin-left:20px;
  149. -moz-transition-duration: 0.5s;
  150. -o-transition-duration: 0.5s;
  151. -webkit-transition-duration: 0.5s;
  152. transition-duration: 0.5s;
  153. opacity:0.7;}
  154.  
  155. .sidelinks a:hover {color: #fff;
  156. background-color: {color:Base};
  157. border:1px solid #fff;
  158. margin-left:-5px;
  159. opacity:1;}
  160.  
  161. .homelinks {padding:2px 0px 0px 0px;
  162. text-align:center;
  163. text-transform:uppercase;
  164. word-spacing:15px;}
  165.  
  166. .homelinks a {display:inline-block;
  167. color: #fff;
  168. padding: 9px 10px;
  169. font-size:11px;
  170. margin-top:-2px;
  171. background:rgba(0,0,0,0);
  172. text-shadow: 1px 1px 0px #000;
  173. -moz-transition-duration: 0.5s;
  174. -o-transition-duration: 0.5s;
  175. -webkit-transition-duration: 0.5s;
  176. transition-duration: 0.5s;}
  177.  
  178. .homelinks a:hover {color: {color:Base};
  179. background:rgba(0,0,0,0.05);}
  180.  
  181. .description {margin: 5px;
  182. text-align: justify;
  183. opacity:0.7;}
  184.  
  185. .nav {text-align:left;
  186. text-transform: uppercase;
  187. font-size:20px;
  188. font-weight:bold;
  189. margin-left: 820px;
  190. z-index: 1000;
  191. position: fixed;
  192. bottom: 10px;
  193. text-shadow:rgba(0,0,0,1)1px 1px;}
  194.  
  195. .nav a {display:block;}
  196.  
  197. .postcol {margin-left:280px;}
  198.  
  199. .posts {
  200. {block:if500Posts}
  201. width:500px;
  202. {/block:if500Posts}
  203. {block:if400Posts}
  204. width:400px;
  205. {/block:if400Posts}
  206. background-color:#fff;
  207. padding:5px;
  208. overflow:hidden;
  209. text-align: justify;
  210. margin-bottom:20px;
  211. border:1px solid {color:Base};
  212. box-shadow:rgba(0,0,0,0.1)5px 5px;}
  213.  
  214. .posts h2 {font-size: 12px;
  215. color: {color:Base};
  216. font-weight: normal;
  217. margin: 0px;}
  218.  
  219. .posts h2 a {font-size: 12px;
  220. color: {color:Base};
  221. font-weight: normal;
  222. margin: 0px;}
  223.  
  224. .posts li {list-style: square;}
  225.  
  226. .posts blockquote {border-left: 1px solid #000;
  227. padding-left: 5px;}
  228.  
  229. .posts img, .posts li, .posts blockquote {max-width: 100%;}
  230.  
  231. .question {background-color: #fcfcfc;
  232. padding: 20px;
  233. min-height: 50px;}
  234.  
  235. .question img {border: 5px solid #fff;
  236. float: left;
  237. margin-right: 10px;}
  238.  
  239. .askr {color: #cf2d85;}
  240.  
  241. .quote {width: 80%; margin: auto;}
  242.  
  243. .quotetext_short {font-size: 18px;}
  244. .quotetext_medium {font-size: 14px;}
  245. .quotetext_long {font-size: 11px;}
  246.  
  247. .source {text-align: right;}
  248.  
  249. .convo li {list-style: none; margin-left:-40px;}
  250.  
  251. .convo .label {text-transform: uppercase;}
  252.  
  253. .line_odd .label {color: {color:Base};}
  254. .line_even .label {color: {color:Base};}
  255.  
  256. .cover {position: relative;
  257. margin-bottom: 10px;
  258. color:#000;
  259. height: 58px;
  260. width: 58px;
  261. z-index: 1}
  262.  
  263. .cover img {height: 58px; z-index: 1}
  264.  
  265. .playbutton {width: 18px;
  266. height: 30px;
  267. overflow: hidden;
  268. position: relative;
  269. z-index: 1000;
  270. margin: 15px 24px 13px 16px;}
  271.  
  272. .playbox {background-color: #000;
  273. position: absolute;
  274. margin-top: -68px;
  275. z-index: 1000;
  276. opacity: 0.5;}
  277.  
  278. .audioinfo {height: 30px;
  279. position: absolute;
  280. margin-top: -70px;
  281. margin-left: 70px;}
  282.  
  283. .audiotrack {font-size: 14px;font-weight: bold;}
  284.  
  285. .audiocap {position: relative; margin-top: 0px;}
  286.  
  287.  
  288. /* NOTE CSS */
  289.  
  290.  
  291. .postinfo {padding: 2px;
  292. margin-top:8px;
  293. font-size: 9px;
  294. text-transform: uppercase;
  295. letter-spacing: 3px;
  296. background:{color:Base};}
  297.  
  298. .postinfo a {color:#fff;}
  299. .noteinfo {float: right;}
  300. .noteinfo a {color:#fff;}
  301.  
  302. .postinfo li {
  303. display:inline-block;
  304. list-style:none;
  305. }
  306.  
  307. .tags {
  308. font-style:normal;
  309. width:500px;
  310. text-transform:uppercase;
  311. font-style:normal;
  312. letter-spacing:2px;
  313. line-height:120%;
  314. font-size:9px;
  315. text-align:left;
  316. padding:0px 3px;}
  317.  
  318. .tags a {
  319. color:{color:Base};
  320. letter-spacing:1px;
  321. padding:1px;}
  322.  
  323. .tags a:hover {
  324. color:#a20303;}
  325.  
  326. .sources {filter:alpha(opacity=0);opacity:0;display:none;}
  327.  
  328. .credit a {
  329. color:#000;
  330. position:fixed;
  331. right:5px;
  332. bottom:5px;
  333. padding:5px 10px;
  334. opacity:0.5;}
  335.  
  336. .credit a:hover{color:{color:Base};
  337. background:#000;}
  338.  
  339. </style>
  340. </head>
  341. <body>
  342.  
  343. {block:IfMenuBar}
  344. <div class="menubar">
  345. <div class="menu">
  346. <div class="homelinks">
  347. <a href="/">index</a>
  348. <a href="/ask">ask</a>
  349. <a href="/faq">about</a>
  350. <a href="/archive">archive</a>
  351. </div>
  352. </div>
  353. </div>
  354. {/block:IfMenuBar}
  355.  
  356. <div class="container">
  357.  
  358. <div class="sidebar">
  359. <div class="hometitle"><a href="/">{title}</a></div>
  360. <div class="sidebox">
  361. <div class="sideimage">
  362. <a href="/"><img src="{image:Sidebar}" /></a>
  363. </div>
  364.  
  365. <div class="description">
  366. {description}
  367. </div>
  368. </div>
  369. <div class="sidelinks">
  370. <a href="{text:Link01URL}">{text:Link01} ✿</a>
  371. <a href="{text:Link02URL}">{text:Link02} ✿</a>
  372. <a href="{text:Link03URL}">{text:Link03} ✿</a>
  373. <a href="{text:Link04URL}">{text:Link04} ✿</a>
  374. {block:IfMoreLinks}
  375. <a href="{text:Link03URL}">{text:Link05} ✿</a>
  376. <a href="{text:Link04URL}">{text:Link06} ✿</a>
  377. {/block:IfMoreLinks}
  378. </div>
  379. </div>
  380.  
  381. {block:Pagination}
  382. <div class="nav">
  383. {block:PreviousPage}<a href="{PreviousPage}"> < </a>{/block:PreviousPage}
  384. {block:NextPage}<a href="{NextPage}"> > </a>{/block:NextPage}
  385. </div>
  386. {/block:Pagination}
  387.  
  388. <div class="postcol">
  389. {block:Posts}
  390. <div class="posts">
  391.  
  392. {block:ContentSource}<div class="sources">
  393. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  394. {/block:SourceLogo}
  395. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  396. </div>{/block:ContentSource}
  397.  
  398.  
  399. {block:Text}
  400. {block:Title}<h2>{Title}</h2>{/block:Title}
  401. {Body}
  402. {/block:Text}
  403.  
  404. {block:Answer}
  405. <div class="question">
  406. <img src="{AskerPortraitURL-40}"> {Asker} asked: {Question}
  407. </div>
  408. {Answer}
  409. {/block:Answer}
  410.  
  411. {block:Quote}
  412. <div class="quote">
  413. <div class="quotetext_{Length}">"{Quote}"</div>
  414. {block:Source}<div class="source">{Source}</div>{/block:Source}
  415. </div>
  416. {/block:Quote}
  417.  
  418. {block:Link}
  419. <h2><a href="{URL}">{Name}</a></h2>
  420. {block:Description}{Description}{/block:Description}
  421. {/block:Link}
  422.  
  423. {block:Chat}
  424. {block:Title}<h2>{Title}</h2>{/block:Title}
  425. <ul class="convo">
  426. {block:Lines}<li class="line_{Alt}">{block:Label}
  427. <span class="label">{Label}</span>
  428. {/block:Label}{Line}</li>{/block:Lines}</ul>
  429. {/block:Chat}
  430.  
  431. {block:Photo}
  432. {LinkOpenTag}
  433. {block:if500Posts}
  434. {LinkOpenTag}
  435. <img src="{PhotoURL-500}" alt="{PhotoAlt}" width="500px">
  436. {LinkCloseTag}
  437. {/block:if500Posts}
  438. {block:if400Posts}
  439. {LinkOpenTag}
  440. <img src="{PhotoURL-500}" alt="{PhotoAlt}" width="400px">
  441. {LinkCloseTag}
  442. {/block:if400Posts}
  443. {block:ifCaptions}
  444. {block:IndexPage}
  445. {block:Caption}{Caption}{/block:Caption}
  446. {/block:IndexPage}
  447. {/block:ifCaptions}
  448. {block:ifnotCaptions}
  449. {block:PermalinkPage}
  450. {block:Caption}{Caption}{/block:Caption}
  451. {/block:PermalinkPage}
  452. {/block:ifnotCaptions}
  453. {/block:Photo}
  454.  
  455. {block:Photoset}
  456. {block:if500Posts}
  457. {Photoset-500}
  458. {/block:if500Posts}
  459. {block:if400Posts}
  460. {Photoset-400}
  461. {/block:if400Posts}
  462. {block:ifCaptions}
  463. {block:IndexPage}
  464. {block:Caption}{Caption}{/block:Caption}
  465. {/block:IndexPage}
  466. {/block:ifCaptions}
  467. {block:ifnotCaptions}
  468. {block:PermalinkPage}
  469. {block:Caption}{Caption}{/block:Caption}
  470. {/block:PermalinkPage}
  471. {/block:ifnotCaptions}
  472. {/block:Photoset}
  473.  
  474. {block:Audio}
  475. <div class="cover">{block:AlbumArt}
  476. <img src="{AlbumArtURL}" height="58px">
  477. {/block:AlbumArt}</div>
  478. <div class="audioinfo">
  479. <div class="audiotrack">
  480. {block:TrackName}{TrackName}{/block:TrackName}</div>
  481. <div class="audioartist">
  482. {block:Artist}{Artist}{/block:Artist}</div>
  483. {block:PlayCount}{PlayCountWithLabel}{/block:PlayCount}
  484. </div>
  485. <div class="playbox">
  486. <div class="playbutton">
  487. {block:AudioPlayer}{AudioPlayerBlack}{/block:AudioPlayer}
  488. </div></div>
  489. <div class="audiocap">
  490. {block:ifCaptions}
  491. {block:IndexPage}
  492. {block:Caption}{Caption}{/block:Caption}
  493. {/block:IndexPage}
  494. {/block:ifCaptions}
  495. {block:ifnotCaptions}
  496. {block:PermalinkPage}
  497. {block:Caption}{Caption}{/block:Caption}
  498. {/block:PermalinkPage}
  499. {/block:ifnotCaptions}
  500. </div>
  501. {/block:Audio}
  502.  
  503. {block:Video}
  504. {block:if500Posts}
  505. {Video-500}
  506. {/block:if500Posts}
  507. {block:if400Posts}
  508. {Video-400}
  509. {/block:if400Posts}
  510. {block:ifCaptions}
  511. {block:IndexPage}
  512. {block:Caption}{Caption}{/block:Caption}
  513. {/block:IndexPage}
  514. {/block:ifCaptions}
  515. {block:ifnotCaptions}
  516. {block:PermalinkPage}
  517. {block:Caption}{Caption}{/block:Caption}
  518. {/block:PermalinkPage}
  519. {/block:ifnotCaptions}
  520. {/block:Video}
  521.  
  522. {block:Date}
  523. <div class="postinfo"><a href="{Permalink}">{TimeAgo}</a>
  524. {block:Notecount}
  525. <div class="noteinfo"><a href="{Permalink}">{NoteCountWithLabel}</a>
  526. </div>{/block:Notecount}
  527. </div>{/block:Date}
  528.  
  529. {block:ifShowTags}
  530. {block:HasTags}
  531. <div class="tags">
  532. {block:Tags}
  533. <a href="{TagURL}"># {Tag}</a>
  534. {/block:Tags}
  535. </div>
  536. {/block:HasTags}
  537. {/block:ifShowTags}
  538.  
  539. {block:PermalinkPage}
  540. {block:RebloggedFrom}<a href="{ReblogParentURL}">VIA {ReblogParentName} </a> / <a href="{ReblogRootURL}">SOURCE {ReblogRootName} </a>{/block:RebloggedFrom}
  541. {/block:PermalinkPage}
  542.  
  543. {block:PostNotes} {PostNotes} {/block:PostNotes}
  544.  
  545. </div>
  546. {/block:Posts}
  547. </div>
  548. </div>
  549.  
  550. </div>
  551.  
  552. <!-- Credit / Copyright Information - DO NOT REMOVE -->
  553.  
  554. <div class="credit"><a href="http://titanjelly.tumblr.com/">theme</a></div>
  555.  
  556. </body>
  557. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement