Advertisement
noziam

THEME 14: YOU & I

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