Advertisement
naofumi

theme for lindsay

Sep 25th, 2014
265
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.73 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3. <head><title>{Title}</title>
  4. <link rel="shortcut icon" href="{Favicon}">
  5. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  6. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  7.  
  8. <!---- this is theme 52 by Hollywhood
  9. please don't remove the credit
  10. thank you
  11. --->
  12.  
  13. <meta name="color:Background" content="#ffffff"/>
  14. <meta name="color:Text" content="#9B9B9B"/>
  15. <meta name="color:Link" content="#b8b8b8"/>
  16. <meta name="color:Link Hover" content="#eeeeee"/>
  17. <meta name="color:border" content="#EEEEEE"/>
  18. <meta name="color:scrollbar" content="#999999">
  19.  
  20. <meta name="image:sidebar" content=""/>
  21.  
  22. <meta name="text:link 1" content="Link 1"/>
  23. <meta name="text:link 1 url" content="/"/>
  24. <meta name="text:link 2" content="Link 2"/>
  25. <meta name="text:link 2 url" content="/"/>
  26. <meta name="text:link 3" content="Link 3"/>
  27. <meta name="text:link 3 url" content="/"/>
  28. <meta name="text:link 4" content="Link 3"/>
  29. <meta name="text:link 4 url" content="/"/>
  30. <meta name="text:link 5" content="Link 3"/>
  31. <meta name="text:link 5 url" content="/"/>
  32. <meta name="text:link 6" content="Link 3"/>
  33. <meta name="text:link 6 url" content="/"/>
  34.  
  35.  
  36.  
  37. <script language="JavaScript" src="http://dl.dropbox.com/u/3173073/GothicDarkness/qTip.js" type="text/JavaScript"></script>
  38.  
  39. <style>
  40. div#qTip {
  41. padding: 3px;
  42. display: none;
  43. text-align: center;
  44. position: absolute;
  45. font-style:normal;
  46. margin-top:4px;
  47. margin-left:13px;
  48. font-size:8px;
  49. line-height:9px;
  50. font-family:cambria;
  51. z-index: 1000;
  52. background-color:#888;
  53. color: #fff;
  54. text-transform:uppercase;
  55. letter-spacing: 1px;
  56. }
  57. </style>
  58.  
  59. <style type="text/css">
  60.  
  61. ::-webkit-scrollbar-thumb{
  62. background-color: {color:scrollbar};
  63. border: 2px solid #6a6a6a;
  64. height:auto;
  65. }
  66.  
  67. ::-webkit-scrollbar {
  68. height:auto;
  69. width:11px;
  70. background-color: {color:scrollbar};
  71. border:5px solid #6a6a6a;
  72. }
  73.  
  74.  
  75. iframe#tumblr_controls {
  76. white-space:nowrap;
  77. -webkit-filter: invert(100%);
  78. -moz-filter: invert(100%);
  79. -o-filter: invert(100%);
  80. -ms-filter: invert(100%);
  81. filter: invert(100%);
  82. opacity:.2;transition: .8s ease-in-out;
  83. -webkit-transition: .8s ease-in-out;
  84. -moz-transition: .8s ease-in-out;
  85. -o-transition: .8s ease-in-out;
  86. }
  87.  
  88. h1 {
  89. font-weight:normal;
  90. font-size:13px;
  91. text-align:center;
  92. font-style:normal;
  93. line-height:100%;
  94. letter-spacing:1px;
  95. text-transform:normal;
  96. color:{color:text};
  97. }
  98.  
  99. h2 {
  100. font-size:10px;
  101. text-align:center;
  102. line-height:100%;
  103. letter-spacing:-0.5px;
  104. color:{color:text};
  105. font-weight:bold;
  106. text-transform:uppercase;
  107. padding:5px;
  108. padding-bottom:2px;
  109. }
  110.  
  111. blockquote {
  112. border-left:1px solid #ccc;
  113. padding:6px;
  114. margin:9px 2px 0px 9px
  115. }
  116.  
  117. body {
  118. background: url(http://i.imgur.com/dpkn3mp.png), #292929;
  119. background-attachment: fixed;
  120. background-repeat: no-repeat;
  121. margin:0px;
  122. color:{color:text};
  123. font-family:'lao ui';
  124. font-size:10px;
  125. line-height:100%;
  126. }
  127.  
  128. small, sub, sup {
  129. font-size: 10px;
  130. }
  131.  
  132. #pcontainer {
  133. width:430px;
  134. height:375px;
  135. padding: 5px;
  136. top:100px;
  137. left:450px;
  138. position:fixed;
  139. overflow-y:scroll;
  140. overflow-x:hidden;
  141.  
  142.  
  143.  
  144. }
  145.  
  146.  
  147. hr {
  148. border: 1px solid #151515;
  149. }
  150.  
  151. img {max-width:100%;}
  152.  
  153.  
  154. a {
  155. text-decoration:none;
  156. outline:none;
  157. -moz-outline-style:none;
  158. color:{color:link};
  159. -moz-transition-duration:0.5s;
  160. -webkit-transition-duration:0.5s;
  161. -o-transition-duration:0.5s;
  162. }
  163.  
  164. a:hover {
  165. outline:none;
  166. -moz-outline-style:none;
  167. color:{color:link hover};
  168. }
  169.  
  170. img {
  171. border:none;
  172. }
  173.  
  174. #theme {
  175. width:400px;
  176. margin:0 auto -12px auto;
  177. }
  178.  
  179. #post {
  180. width:400px;
  181. padding:15px;
  182.  
  183.  
  184. margin-bottom:10px;
  185. }
  186.  
  187. #entries {
  188.  
  189. width:500px;
  190. margin-bottom:0px;
  191. }
  192.  
  193. #line {
  194. width:500px;
  195. height:1px;
  196. margin-top:-6px;
  197. background-color:{color:border};
  198. }
  199.  
  200.  
  201. #sidebar {
  202. color:{color:text};
  203. position:fixed;
  204. width:120px;
  205. height:100%;
  206. top:200px;
  207. left:320px;
  208. text-align:left;
  209.  
  210. padding-right:120px;
  211. }
  212.  
  213.  
  214. #links {
  215. position:fixed;
  216. font-family:times;
  217. width:420px;
  218. top:510px;
  219. left:700px;
  220. font-size:20px;
  221. text-transform:lowercase;
  222. text-align:left;
  223. line-height:170%;
  224. }
  225.  
  226. #links a{
  227. line-height:170%;
  228. padding:1px;
  229. text-shadow:2px 2px 0px #d9d9d9;
  230. margin-top:1px;
  231.  
  232. margin-left:2px;
  233. letter-spacing:1px;
  234. color:#333;
  235. -moz-transition-duration:.7s;
  236. -webkit-transition-duration:.7s;
  237. -o-transition-duration:.7s;
  238. }
  239.  
  240. #links a:hover {
  241. color: #fff;
  242. -moz-transition-duration:.4s;
  243. -webkit-transition-duration:.4s;
  244. -o-transition-duration:.4s;
  245.  
  246. }
  247.  
  248. #description {
  249. width:120px;
  250. font-family:cambria;
  251. top:261px;
  252. left:375px;
  253. text-align:justify;
  254. font-size:100%;
  255. color: #ccc;
  256. letter-spacing:1px;
  257. line-height:115%;
  258. border-right: 1px dashed #151515;
  259. padding: 3px;
  260. }
  261.  
  262. #description a {
  263. color:#999;
  264. }
  265.  
  266. #description a:hover {
  267. color:#fff;
  268. }
  269. #pagination {
  270. font-family:arial;
  271. width:129px;
  272. font-size:25px;
  273. text-transform:normal;
  274. margin-top:10px;
  275. word-spacing:8px;
  276. font-style:normal;
  277. text-align:right;
  278. color:{color:link};
  279. }
  280.  
  281. #pagination a {
  282. color:#333;
  283. }
  284.  
  285. #info {
  286. font-family:arial;
  287. width:375px;
  288. margin-top:5px;
  289. padding-top:7px;
  290. font-size:7px;
  291. color:{color:text};
  292. text-transform:uppercase;
  293. letter-spacing:1px;
  294. font-style:normal;
  295. text-align:center;
  296. -moz-transition-duration:0.2s;
  297. -webkit-transition-duration:0.2s;
  298. -o-transition-duration:0.2s;
  299. }
  300.  
  301. #info a {
  302. color:{color:link};
  303. background:#151515;
  304. padding:3px;
  305. font-style:normal;
  306. }
  307.  
  308. #info a:hover {
  309. color:{color:link hover};
  310. -moz-transition-duration:0.2s;
  311. -webkit-transition-duration:0.2s;
  312. -o-transition-duration:0.2s;
  313. }
  314.  
  315. .tags {
  316. font-family:arial;
  317. font-style:normal;
  318. width:400px;
  319. text-transform:normal;
  320. font-style:normal;
  321. line-height:120%;
  322. margin-top:15px;
  323. font-size:8px;
  324. text-align:center;
  325. -moz-transition-duration:0.2s;
  326. -webkit-transition-duration:0.2s;
  327. -o-transition-duration:0.2s;
  328. }
  329. .tags a{
  330. color:{color:link};
  331. }
  332. .tags a:hover{
  333. color:{color:link hover};
  334. }
  335.  
  336. .audio{
  337. background-color:#e5e5e5;
  338. height:65px;
  339. overflow:hidden;
  340. }
  341.  
  342. .question {
  343. padding:9px;
  344. text-align:left;
  345. text-transform:italic;
  346. color:{color:text};
  347. background-color: #f5f5f5;
  348. border-left:3px solid #e5e5e5;
  349. line-height:120%;
  350. }
  351.  
  352. .answer {
  353. text-align:left;
  354. padding:7px;
  355. color:{color:text};
  356. }
  357.  
  358. #credit {
  359. font-size:9px;
  360. font-family:cambria;
  361. font-style:italic;
  362. letter-spacing:1px;
  363. -moz-transition-duration:0.5s;
  364. -webkit-transition-duration:0.5s;
  365. -o-transition-duration:0.5s;
  366. }
  367.  
  368. #credit a {
  369. background-color:#fff;
  370. padding:5px;
  371. border:1px solid #e9e9e9;
  372. position:fixed;
  373. right:15px;
  374. bottom:10px
  375. }
  376.  
  377. #credit a:hover {
  378. color:#fff;
  379. background-color:#191919;
  380. }
  381.  
  382. .popup_block{
  383. display: none;
  384. background: #151515;
  385. padding: 10px;
  386. font-family: consolas;
  387. float: left;
  388. font-size: 10px;
  389. position: fixed;
  390. top: 50%; left: 50%;
  391. z-index: 999999999999;
  392. border: 1px dashed #c3c3c3;
  393. -moz-box-shadow: 0 0 5px #CFCFCF;
  394. -webkit-box-shadow: 0 0 5px #CFCFCF;
  395. -webkit-border-radius: 10px;
  396. -moz-border-radius: 10px;
  397. border-radius: 10px;
  398. }
  399. img.btn_close {
  400. float: right;
  401. margin: -25px -25px 0 0;
  402. }
  403. *html .popup_block {
  404. position: absolute;
  405. }
  406.  
  407. {CustomCSS}</style></head><body>
  408.  
  409.  
  410. <head><script type="text/javascript"
  411. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  412. <script>
  413. $(document).ready(function() {
  414. //
  415. $('a.poplight[href^=#]').click(function() {
  416. var popID = $(this).attr('rel'); //Get Popup Name
  417. var popURL = $(this).attr('href'); //Get Popup href to define size
  418. var query= popURL.split('?');
  419. var dim= query[1].split('&');
  420. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  421. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"><img src="http://static.tumblr.com/iddq6cw/Atplvofrt/tooltip-closebutton.png" class="btn_close" title="Close" alt="Close" /></a>');
  422. var popMargTop = ($('#' + popID).height() + 80) / 2;
  423. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  424. //Apply Margin to Popup
  425. $('#' + popID).css({
  426. 'margin-top' : -popMargTop,
  427. 'margin-left' : -popMargLeft
  428. });
  429. $('body').append('<div id="fade"></div>');
  430. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  431. return false;
  432. });
  433. $('a.close, #fade').live('click', function() {
  434. $('#fade , .popup_block').fadeOut(function() {
  435. $('#fade, a.close').remove(); //fade them both out
  436. });
  437. return false;
  438. });
  439. });
  440. </script></head>
  441.  
  442. <div id="theme">
  443.  
  444. <div id="sidebar">
  445.  
  446. <div id="sidebarimage">
  447. <a title="{text:homelink title}" href="/"><img src="{image:sidebar}"> </a></div>
  448.  
  449.  
  450. <div id="description">
  451. {Description}</div>
  452. <div id="links">
  453. <a href="{text:link 1 url}" title="index">{text:link 1}</a>
  454. <a href="#?w=500" rel="02" class="poplight" title="frage">{text:link 2}</a>
  455. <a href="{text:link 3 url}" title="vorlegen">{text:link 3}</a>
  456. <a href="{text:link 4 url}" title="wegweiser">{text:link 4}</a>
  457. </div>
  458. <p></p><br><br><br>
  459.  
  460. {block:Pagination}
  461. <div id="pagination">
  462. {block:PreviousPage}
  463. <a href="{PreviousPage}">⇠</a>
  464. {/block:PreviousPage}
  465.  
  466. {block:NextPage}
  467. <a href="{NextPage}">⇢</a>
  468. {/block:NextPage}
  469. </div>
  470. {/block:Pagination}
  471. </div>
  472.  
  473.  
  474. <div id="pcontainer">
  475. <div id="entries">{block:Posts}<div id="post">
  476.  
  477. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  478.  
  479. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  480.  
  481. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  482.  
  483. {block:Quote}<big><big>"{Quote}"</big></big>{block:Source}<br><br> <div style="text-align: right;">— {Source}</div>{/block:Source}{/block:Quote}
  484.  
  485. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}{hw}
  486.  
  487. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}{hw}
  488.  
  489. {block:Audio}{block:AlbumArt}<img src="{AlbumArtURL}" width="65px" align="left">{/block:AlbumArt}<div class="audio">{AudioPlayerGrey}<br>{block:TrackName}&nbsp;&nbsp;&nbsp;&nbsp; {TrackName}{/block:TrackName}
  490. {block:Artist} &nbsp;—&nbsp; {Artist} {/block:Artist}</div>{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  491.  
  492. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  493.  
  494. {block:Answer}<div class="question"><img src="{AskerPortraitURL-24}" style="float:left;">&nbsp;&nbsp; {ASKER}:<br><i>&nbsp;&nbsp; {Question}</i></div><div class="answer">{Answer}</div>{/block:answer}
  495.  
  496. {block:Date}<div id="info"> <a title="{TimeAgo}" href="{Permalink}">{Month} &nbsp;{DayOfMonth}</a>
  497. {/block:Date} {block:NoteCount}&nbsp; <a href="{Permalink}">( {NoteCount} )</a> {/block:NoteCount}
  498. &nbsp;
  499. {block:RebloggedFrom} <a title="{ReblogParentName}" href="{ReblogParentURL}">via</a> {/block:RebloggedFrom}{block:ContentSource} &nbsp; <a title="{SourceTitle}" href="{SourceURL}">source</a>{/block:ContentSource} {/block:RebloggedFrom} </br>
  500. </div>
  501.  
  502. <div id="line"></div>
  503.  
  504. {block:HasTags}
  505. <div class="tags">
  506. {block:Tags} <a href="{TagURL}"> <big>#</big> {Tag} &nbsp; </a> {/block:Tags}</div>
  507. {/block:HasTags}
  508. <div class="postnote">
  509. {block:PostNotes}{PostNotes}{/block:PostNotes}
  510. </div>
  511.  
  512. </div>
  513.  
  514. {/block:Posts}
  515.  
  516. </div>
  517. </div>
  518. <div id="credit"><a href="http://hollywhood.tumblr.com">HW</div> </div></div>
  519.  
  520. </body>
  521.  
  522. <div id="02" class="popup_block">
  523.  
  524. <Center><iframe frameborder="0" scrolling="yes" width="100%" height="185" src="http://www.tumblr.com/ask_form/vidhir.tumblr.com" style="background-color:transparent; overflow:hidden;" id="ask_form">
  525. </center></div>
  526.  
  527. </div></div></div></div></div></div></div></div></div></div>
  528.  
  529.  
  530.  
  531. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement