Advertisement
noziam

THEME 15: FACEDOWN

Dec 30th, 2013
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.29 KB | None | 0 0
  1. <script type="text/javascript"
  2. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  3.  
  4. <head>
  5.  
  6. <!--
  7.  
  8. . .o8 oooo
  9. .o8 "888 `888
  10. .o888oo oooo oooo ooo. .oo. .oo. 888oooo. 888 oooo d8b
  11. 888 `888 `888 `888P"Y88bP"Y88b d88' `88b 888 `888""8P
  12. 888 888 888 888 888 888 888 888 888 888
  13. 888 . 888 888 888 888 888 888 888 888 888 .o.
  14. "888" `V88V"V8P' o888o o888o o888o `Y8bod8P' o888o d888b Y8P
  15.  
  16. -->
  17.  
  18. <!--
  19.  
  20. THEME 15 FACEDOWN BY JAE @ NOZIAM
  21.  
  22. IF YOU STEAL OR REMOVE THE CREDIT, I WILL HUNT YOU DOWN AND KILL YOU IN YOUR SLEEP. HAVE A NICE DAY.
  23.  
  24. THANK YOU.
  25. ENJOY!
  26.  
  27.  
  28. -->
  29.  
  30. <meta name="color:background" content="#FFFFFF" />
  31. <meta name="color:text" content="#2e2e2e"/>
  32. <meta name="color:link" content="#2e2e2e"/>
  33. <meta name="color:infobg" content="#000">
  34. <meta name="color:infobgs" content="#000">
  35. <meta name="color:scrollbar" content="#2e2e2e" />
  36. <meta name="color:textpost" content="#000" />
  37.  
  38. <meta name="image:sidebar" content=""/>
  39. <meta name="image:Background" content="" />
  40. <meta name="if:bgcover" content="0" />
  41. <meta name="if:400px posts" content=""/>
  42. <meta name="if:450px posts" content=""/>
  43.  
  44.  
  45. <meta name="text:Link 1" content="">
  46. <meta name="text:Link 1 Title" content="">
  47. <meta name="text:Link 2" content="">
  48. <meta name="text:Link 2 Title" content="">
  49. <meta name="text:Link 3" content="">
  50. <meta name="text:Link 3 Title" content="">
  51. <meta name="text:Link 4" content="">
  52. <meta name="text:Link 4 Title" content="">
  53.  
  54. <head>
  55.  
  56. <link href='http://fonts.googleapis.com/css?family=Lato:400,400italic' rel='stylesheet' type='text/css'>
  57.  
  58. <title>{Title}</title>
  59. <link rel="shortcut icon" href="{Favicon}">
  60. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  61. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}<style> body, a, a:hover { cursor:url('http://i.imgur.com/ZOrzC.png'), auto }</style>
  62.  
  63. <style type="text/css">
  64.  
  65. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  66.  
  67. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  68.  
  69. <script>
  70.  
  71. (function($){
  72.  
  73. $(document).ready(function(){
  74.  
  75. $("a[title]").style_my_tooltips({
  76.  
  77. tip_follows_cursor:true,
  78.  
  79. tip_delay_time:90,
  80.  
  81. tip_fade_speed:600,
  82.  
  83. attribute:"title"
  84.  
  85. });
  86.  
  87. });
  88.  
  89. })(jQuery);
  90.  
  91. </script>
  92.  
  93. ::-webkit-scrollbar {width: 3px; height:auto; background:{color:background}}
  94. ::-webkit-scrollbar-corner {padding:2px;background:{color:background}}
  95. ::-webkit-scrollbar-button:vertical {height:5px; display: block; background:{color:scrollbar}}
  96. ::-webkit-scrollbar-button:horizontal {width: 3px; height: 5px; display: block; background:{color:scrollbar}}
  97. ::-webkit-scrollbar-thumb:vertical {background:{color:scrollbar};}
  98. ::-webkit-scrollbar-thumb:horizontal {background: {color:background};}
  99. ::-webkit-scrollbar-thumb {background: {color:scrollbar};}
  100.  
  101. body {
  102. background:{color:background};
  103. background: {color:background} url('{image:Background}')
  104. {block:ifbgcover} no-repeat center fixed ;
  105. -webkit-background-size: cover;
  106. -moz-background-size: cover;
  107. -o-background-size: cover;
  108. background-size: cover; {/block:ifbgcover}
  109. {block:ifnotbgcover} top left fixed repeat {block:ifnotbgcover};
  110. margin: 0;
  111. padding: 0;
  112.  
  113. font-family: 'Lato', sans-serif;
  114. font-size:9px;
  115. letter-spacing:0px;
  116. color:{color:text};
  117. line-height:120%;}
  118.  
  119. a:link, a:active, a:visited{color: {color:link};}
  120. a:hover{color:{color:link}; text-decoration: line-through}
  121.  
  122. a {
  123. color:{color:link};
  124. text-decoration:none;
  125. -moz-transition-duration:0.4s;
  126. -webkit-transition-duration:0.4s;
  127. -o-transition-duration:0.4s;
  128. }
  129.  
  130. a:hover {
  131. color:{color:link};
  132. text-decoration: line-through
  133. -moz-transition-duration:0.4s;
  134. -webkit-transition-duration:0.4s;
  135. -o-transition-duration:0.4s;
  136. }
  137.  
  138. #container {
  139. background-color:{color:background};
  140. width:700px;
  141. margin: 0 auto -12px auto;
  142. text-align: center;
  143. }
  144.  
  145. .links{
  146. margin-top:5px;
  147. word-spacing:1px;
  148. text-align:center;
  149. }
  150.  
  151. .links a{
  152. padding:5px;
  153. letter-spacing:0px;
  154. color:{color:link};
  155. text-decoration:none;
  156. -moz-transition-duration:0.4s;
  157. -webkit-transition-duration:0.4s;
  158. -o-transition-duration:0.4s;
  159. }
  160.  
  161. .links a:hover{
  162. color:{color:link};
  163. text-decoration: line-through
  164. -moz-transition-duration:0.4s;
  165. -webkit-transition-duration:0.4s;
  166. -o-transition-duration:0.4s;
  167. }
  168.  
  169.  
  170.  
  171.  
  172.  
  173. #title {
  174. {block:ifTitle}
  175. margin-bottom:10px;
  176. {/block:ifTitle}
  177. }
  178.  
  179. #sidebar {
  180. margin-left:-100px;
  181. top: 150px;
  182. position:fixed;
  183. width:150px;
  184. }
  185.  
  186. #descri {
  187. background-color:{color:infobgs};
  188. width:150px;
  189. padding:15px;
  190. }
  191.  
  192. #descri img {
  193. width:150px;
  194. margin-bottom:5px;
  195. }
  196.  
  197. .hidden {display: none;}
  198. .unhidden {display: block;}
  199.  
  200. .hidden {visibility: hidden;}
  201. .unhidden {visibility: visible;}
  202.  
  203.  
  204.  
  205. #s-m-t-tooltip {
  206.  
  207. max-width:450px;
  208.  
  209. padding:4px 4px 4px 4px;
  210.  
  211. margin:20px 0px 0px 20px;
  212.  
  213. background-color:#fff; /* change the background color */
  214.  
  215. border:1px solid #000; /* change the border color */
  216.  
  217. font-family: 'Lato', sans-serif; /* change the font */
  218.  
  219. font-size:9px; /* change the font size */
  220.  
  221. letter-spacing:1px; /* change the letter spacing */
  222.  
  223. text-transform:lowercase; /* can be uppercase, lowercase, none*/
  224.  
  225. color:{color:text}; /* change the text color */
  226.  
  227. font-weight:bold;
  228.  
  229. z-index:999999999999999999999999999999999999;
  230.  
  231. }
  232.  
  233. #stext {
  234.  
  235. padding:30px;
  236. padding-top:0px;
  237. text-align:center;
  238. margin-bottom:-30px;
  239. }
  240.  
  241.  
  242. .pagi {
  243. text-transform:lowercase;
  244. text-align:center;
  245. font-size:16;
  246. margin-top:10px;
  247. }
  248.  
  249. .audio {
  250. padding-bottom:10px;
  251. }
  252.  
  253. .albumart {
  254. float:left;
  255. padding:0px 10px 0px 0px;
  256. }
  257.  
  258. .albumart img {
  259. width:100px;
  260. height:100px;
  261. }
  262.  
  263. .playercontainer {
  264. text-align:left;
  265. padding:10px;
  266. }
  267.  
  268. .audioinfo {
  269. padding:10px;
  270. margin-bottom:-20px;
  271. color:{color:text};
  272. }
  273.  
  274. h1 {
  275. font-weight:normal;
  276. font-size:10px;
  277. text-align:left;
  278. padding:10px;
  279. font-style:normal;
  280. line-height:120%;
  281. letter-spacing:0px;
  282. color:{color:text};
  283. border-bottom: 1px solid #f8f8f8;
  284. }
  285.  
  286. h2 {
  287. font-size:10px;
  288. text-align:left;
  289. line-height:120%;
  290. letter-spacing:0px;
  291. color:{color:text};
  292. font-weight:normal;
  293. padding:10px;
  294. }
  295.  
  296. .ask {
  297. font-size:16px;
  298. font-weight:bold;
  299. text-align:left;
  300. font-style:italic;
  301. padding:10px;
  302. text-transform:capitalize;
  303. border-bottom: 1px solid #f8f8f8;
  304. }
  305.  
  306. .question {
  307. font-size:10px;
  308. margin-top:-60px;
  309. margin-left:50px;
  310. letter-spacing:0px;
  311. padding:10px;
  312. text-align:left;
  313. color:{color:text};
  314. }
  315.  
  316. .ans {
  317. font-size:10px;
  318. letter-spacing:0px;
  319. text-align:left;
  320. padding:10px;
  321. color:{color:text};
  322. }
  323.  
  324. blockquote {
  325. border-left:1px solid {color:textpost};
  326. padding-left:10px;
  327. margin:5px;
  328. }
  329.  
  330. #jackcontainer {
  331. float:left;
  332. text-align:left;
  333. background-color:{color:bg};
  334. color:{color:text};
  335. margin-bottom: 0px;
  336. {block:ifNot400pxposts}
  337. width:500px;
  338. {/block:ifNot400pxposts}
  339. {block:if400pxposts}
  340. width:400px;
  341. {/block:if400pxposts}
  342. {block:if450pxposts}
  343. width:450px;
  344. {/block:if450pxposts}
  345. }
  346.  
  347. #jack {
  348. {block:ifNot400pxposts}
  349. width:500px;
  350. margin-left:200px;
  351. {/block:ifNot400pxposts}
  352. {block:if400pxposts}
  353. width:400px;
  354. margin-left:200px;
  355. {/block:if400pxposts}
  356. {block:if450pxposts}
  357. width:450px;
  358. margin-left:200px;
  359. {/block:if450pxposts}
  360. margin-top:50px;
  361. text-align:justify;
  362. margin-bottom:60px;
  363. padding:0px 10px 10px 10px;
  364. line-height:150%;
  365. letter-spacing:0px;
  366. background-color:{color:infobgs};
  367. color:{color:text};
  368. }
  369.  
  370. #casparinfo {
  371. border-top:1px solid #fafafa;
  372. margin-top:-10px;
  373. {block:ifNot400pxposts}
  374. width:500px;
  375. {/block:ifNot400pxposts}
  376. {block:if400pxposts}
  377. width:400px;
  378. {/block:if400pxposts}
  379. {block:if450pxposts}
  380. width:450px;
  381. {/block:if450pxposts}
  382. padding-top:8px;
  383. text-align:left;
  384. -moz-transition-duration:0.5s;
  385. -webkit-transition-duration:0.5s;
  386. -o-transition-duration:0.5s;
  387. }
  388.  
  389. #casparinfo a:hover {
  390. color:{color:hover};
  391. }
  392.  
  393. ol.notes {
  394. margin-top:-50px;
  395. {block:ifNot400pxposts}
  396. margin-left:170px;
  397. width:500px;
  398. {/block:ifNot400pxposts}
  399. {block:if400pxposts}
  400. margin-left:170px;
  401. width:400px;
  402. {/block:if400pxposts}
  403. {block:if450pxposts}
  404. margin-left:170px;
  405. width:450px;
  406. {/block:if450pxposts}
  407. list-style-type:none;
  408.  
  409. }
  410. ol.notes li.note {
  411. padding: 10px;
  412. }
  413. ol.notes li.note img.avatar {
  414. vertical-align:-4px;
  415. margin-right:10px;
  416. width:16px;
  417. height:16px;
  418. }
  419. ol.notes li.note span.action {
  420. font-weight:normal;
  421. }
  422. ol.notes li.note .answer_content {
  423. font-weight:normal;
  424. }
  425. ol.notes li.note blockquote {
  426. padding:9px 6px 9px 6px;
  427. margin:10px 0px 0px 25px;
  428. }
  429.  
  430. .tags {
  431. {block:ifNot400pxposts}
  432. width:500px;
  433. {/block:ifNot400pxposts}
  434. {block:if400pxposts}
  435. width:400px;
  436. {/block:if400pxposts}
  437. {block:if450pxposts}
  438. width:450px;
  439. {/block:if450pxposts}
  440. text-align:center;
  441. margin-top:0px;
  442. -moz-transition-duration:0.5s;
  443. -webkit-transition-duration:0.5s;
  444. -o-transition-duration:0.5s;
  445. }
  446.  
  447. .tags a{
  448. padding-right:5px;
  449. text-decoration:none;
  450. }
  451.  
  452. .tags a:hover {
  453. color:{color:hover};
  454. text-decoration: line-through
  455. }
  456.  
  457.  
  458.  
  459. </style>
  460. <style type="text/css">{CustomCSS}</style>
  461.  
  462. </head>
  463. <body>
  464.  
  465.  
  466.  
  467. <div id="container">
  468.  
  469. <div id="sidebar">
  470. <div id="descri">
  471.  
  472.  
  473.  
  474. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  475.  
  476. <div id="stext">
  477. {Description}<br>
  478. <br>
  479. </div>
  480. <div class="alex">
  481.  
  482. <a href="{text:Link 1}">{text:Link 1 Title}</a>
  483. <a href="{text:Link 2}">{text:Link 2 Title}</a>
  484. <a href="{text:Link 3}">{text:Link 3 Title}</a>
  485. <a href="{text:Link 4}">{text:Link 4 Title}</a>
  486. </div>
  487.  
  488.  
  489. {block:Pagination}
  490. <div class="pagi">
  491. {block:PreviousPage}
  492. <a href="{PreviousPage}">⇜</a>
  493. {/block:PreviousPage}
  494.  
  495. {block:NextPage}
  496. <a href="{NextPage}">⇝</a>
  497. {/block:NextPage}
  498. </div>
  499. {/block:Pagination}
  500.  
  501.  
  502.  
  503. </div></div>
  504.  
  505. <div id="jackcontainer">
  506.  
  507. {block:Posts}<div id="jack">
  508.  
  509. <br><br>
  510.  
  511. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  512.  
  513. {block:Photo}{block:ifNot400pxposts}<center><img src="{PhotoURL-500}"/></center>{/block:ifNot400pxposts}{block:if400pxposts}<center><img src="{PhotoURL-400}"/></center>{/block:if400pxposts}{block:if450pxposts}<center><img src="{PhotoURL-300}"/></center>{/block:if450pxposts}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  514.  
  515. {block:Quote}<h2>“{Quote}” — {Source}</h2>{/block:Quote}
  516.  
  517. {block:Link}<a href="{URL}"><h1>» {Name}</h1></a>
  518. {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
  519.  
  520. {block:Photoset}{block:ifNot400pxposts}<center>{Photoset-500}</center>{/block:ifNot400pxposts}{block:if400pxposts}<center>{Photoset-400}</center>{/block:if400pxposts}{block:if450pxposts}<center>{Photoset-300}</center>{/block:if450pxposts}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  521.  
  522. {block:Chat}<ul class="chat">{block:Lines}<li class="user_{UserNumber}">{block:Label}<span class="label">{Label}</span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul>{/block:Chat}
  523.  
  524. {block:Video} {block:ifNot400pxposts}{Video-500}{/block:ifNot400pxposts}{block:if400pxposts}{Video-400}{/block:if400pxposts}{block:if450pxposts}{Video-300}{/block:if450pxposts}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  525.  
  526. {block:Answer}<div id="askbox"><div class="pic"><a href="{AskerURL}"><img src="{AskerPortraitURL-48}" /></a></div><div class="question"><span class="asker">{Asker}:</span><br>{Question}</div></div><br><div class="answer">{Answer}</div>{/block:Answer}
  527.  
  528. {block:Audio}<div class="audio">{block:AlbumArt}<div class="albumart"><img src="{AlbumArtURL}"/></div>{/block:AlbumArt}
  529. <div class="audioinfo">{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  530. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times</div>
  531. <br><div class="playercontainer">{AudioPlayerWhite}</div></div>
  532. {block:Caption}{Caption}{/block:Caption}<br>{/block:Audio}
  533.  
  534. <br>{block:Date}<div id="casparinfo"><div id="date"><center><a href="{Permalink}">{Month} {DayOfMonthWithZero}</a>{block:NoteCount}&nbsp;&nbsp;♥&nbsp;&nbsp;<a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}</div></div>{/block:Date}
  535.  
  536. {block:PermalinkPage}<span style="float:right;margin-top:3px;">{block:RebloggedFrom}<a href="{ReblogParentURL}">via</a>{/block:RebloggedFrom}
  537.  
  538. {block:ContentSource} / <a href="{SourceURL}">source</a>{/block:ContentSource}</span>{/block:PermalinkPage}
  539.  
  540. <div style="position:fixed;bottom:5px; left:5px; font-size:10px; letter-spacing:1px; font-family:cambria; background:{color:infobgs}; padding:1px 4px 3px 3px; letter-spacing:-1px;"><a href="http://noziam.tumblr.com" title="theme by noziam">ℐ▲ℯ</a></center></div>
  541.  
  542. {block:HasTags}
  543. <div class="tags">
  544. {block:Tags}<a href="{TagURL}">#{Tag}</a>&nbsp;{/block:Tags}</div>
  545. {/block:HasTags}
  546. </div>
  547. {/block:Posts}
  548.  
  549. {block:ContentSource}
  550. <!— {SourceURL}{block:SourceLogo}<img src=”{BlackLogoURL}”width=”{LogoWidth}” height=”{LogoHeight}” alt=”{SourceTitle}” />{/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} —>{/block:ContentSource}{block:ReblogParent}{/block:ReblogParent}{block:PostNotes}{PostNotes}{/block:PostNotes}
  551.  
  552.  
  553.  
  554.  
  555.  
  556.  
  557.  
  558.  
  559.  
  560.  
  561.  
  562. </body>
  563. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement