Advertisement
rockatanskis

th4

Jun 19th, 2015
328
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.97 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 41 by Hollywhood
  9. please don't remove the credit
  10. thank you
  11. --->
  12.  
  13. <meta name="image:Updates image" content=""/>
  14. <meta name="text:Watching" content=""/>
  15. <meta name="text:Reading" content=""/>
  16. <meta name="text:Listening to" content=""/>
  17. <meta name="text:More updates" content=""/>
  18.  
  19. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  20. <script type="text/javascript">
  21. $(document).ready(function () {
  22. $("#clk").toggle(function() {
  23. $("#upd").show();
  24. }, function() {
  25. $("#upd").hide();
  26. });
  27. });
  28. </script>
  29.  
  30. <meta name="color:Background" content="#ffffff"/>
  31. <meta name="color:Text" content="#bbb1b1"/>
  32. <meta name="color:Link" content="#953933"/>
  33. <meta name="color:scrollbar" content="#999999">
  34. <meta name="color:title" content="#4f5257">
  35. <meta name="color:Link Hover" content="#ff7300"/>
  36.  
  37. <meta name="image:sidebar" content=""/>
  38. <meta name="text:sidebartitle" content="">
  39.  
  40. <meta name="text:link 1" content="Link 1"/>
  41. <meta name="text:link 1 url" content="/"/>
  42. <meta name="text:link 2" content="Link 2"/>
  43. <meta name="text:link 2 url" content="/"/>
  44. <meta name="text:link 3" content="Link 3"/>
  45. <meta name="text:link 3 url" content="/"/>
  46. <meta name="text:link 4" content="Link 4"/>
  47. <meta name="text:link 4 url" content="/"/>
  48. <meta name="text:link 5" content="Link 5"/>
  49. <meta name="text:link 5 url" content="/"/>
  50.  
  51. <script language="JavaScript" src="http://dl.dropbox.com/u/3173073/GothicDarkness/qTip.js" type="text/JavaScript"></script>
  52.  
  53. <style>
  54. div#qTip {
  55. padding: 3px;
  56. display: none;
  57. text-align: center;
  58. position: absolute;
  59. font-size:7px;
  60. margin-left:10px;
  61. margin-top:-2px;
  62. line-height:9px;
  63. font-family:arial;
  64. z-index: 1000;
  65. border: 1px solid #cacaca;
  66. background-color:#fff;
  67. color: #9b9b9b;
  68. text-transform:uppercase;
  69. letter-spacing: 2px;
  70. }
  71. </style>
  72.  
  73. <style type="text/css">
  74.  
  75.  
  76. iframe#tumblr_controls {
  77. white-space:nowrap;
  78. -webkit-filter: invert(100%);
  79. -moz-filter: invert(100%);
  80. -o-filter: invert(100%);
  81. -ms-filter: invert(100%);
  82. filter: invert(100%);
  83. opacity:.2;transition: .8s ease-in-out;
  84. -webkit-transition: .8s ease-in-out;
  85. -moz-transition: .8s ease-in-out;
  86. -o-transition: .8s ease-in-out;
  87. }
  88.  
  89. h1 {
  90. font-weight:normal;
  91. font-size:15px;
  92. text-align:center;
  93. font-style:normal;
  94. line-height:100%;
  95. letter-spacing:1px;
  96. text-transform:normal;
  97. color:{color:text};
  98. }
  99.  
  100. h2 {
  101. font-size:13px;
  102. text-align:center;
  103. line-height:100%;
  104. letter-spacing:-0.5px;
  105. color:{color:text};
  106. font-weight:bold;
  107. text-transform:uppercase;
  108. padding:5px;
  109. padding-bottom:2px;
  110. }
  111.  
  112.  
  113. blockquote {
  114. border-left:2px solid {color:text};
  115. padding-left:5px;
  116. margin:5px;
  117. }
  118.  
  119. body {
  120. background:#d0dadb;
  121. margin:0px;
  122. color:{color:text};
  123. font-family:trebuchet ms;
  124. font-size:12px;
  125. line-height:100%;
  126. }
  127.  
  128. a {
  129. text-decoration:none;
  130. outline:none;
  131. -moz-outline-style:none;
  132. color:{color:link};
  133. -moz-transition-duration:0.5s;
  134. -webkit-transition-duration:0.5s;
  135. -o-transition-duration:0.5s;
  136. }
  137.  
  138. #float {position:fixed;
  139. TOP:20px;
  140. LEFT:750px;
  141. z-index:-100; }
  142.  
  143. #text {position:fixed;
  144. bottom:-5px;
  145. LEFT:0px;
  146. z-index:105; }
  147.  
  148. a:hover {
  149. text-decoration:none;
  150. outline:none;
  151. -moz-outline-style:none;
  152. color:{color:link hover};
  153. }
  154.  
  155. img {
  156. border:none;
  157. }
  158.  
  159. blockquote {
  160. padding-left:5px;
  161. border-left:2px solid;
  162. }
  163.  
  164. blockquote blockquote {
  165. padding-left:5px;
  166. border-left:2px solid;
  167. }
  168.  
  169. #post {
  170. width:500px;
  171. padding-bottom:30px;
  172. margin-top:30px;
  173. }
  174.  
  175. #entries {
  176. padding:60px;
  177. width:500px;
  178. margin-left:167px;
  179. margin-top:0px;
  180. margin-bottom:40px;
  181. position:absolute;
  182. }
  183.  
  184. #background {
  185. background:#151515;
  186. margin-left:167px;
  187. margin-top:0px;
  188. width:620px;
  189. height:100%;
  190. position:fixed;
  191. z-index:-90;
  192. }
  193.  
  194.  
  195. #sidebar {
  196. color:#ffffff;
  197. position:fixed;
  198. width:250px;
  199. height:auto;
  200. margin-top:250px;
  201. margin-left:825px;
  202. text-align:left;
  203. }
  204.  
  205. #sidebarimage img {
  206. width:200px;
  207. margin-top:-10px;
  208. margin-bottom:0px;
  209. margin-left:-9px;
  210. }
  211.  
  212. #links {
  213. position:fixed;
  214. font-family:arial;
  215. width:250px;
  216. margin-top:0px;
  217. margin-left:-10px;
  218. font-size:11px;
  219. text-transform:uppercase;
  220. text-align:center;
  221. line-height:150%;
  222. }
  223.  
  224. #links a{
  225. line-height:150%;
  226. margin-top:4px;
  227. margin-left:5px;
  228. color:#953933;
  229. text-decoration:none;
  230. -moz-transition-duration:.2s;
  231. -webkit-transition-duration:.2s;
  232. -o-transition-duration:.2s;
  233. }
  234.  
  235. #links a:hover {
  236. color:#fff;
  237. width:60px;
  238. -moz-transition-duration:0.2s;
  239. -webkit-transition-duration:0.2s;
  240. -o-transition-duration:0.2s;
  241. }
  242.  
  243. #description {
  244. position:fixed;
  245. width:250px;
  246. font-family:trebuchet ms;
  247. margin-top:45px;
  248. margin-left:-9px;
  249. text-align:justify;
  250. font-size:9px;
  251. color:#252525;
  252. letter-spacing:0px;
  253. line-height:130%;
  254. -moz-transition-duration:1s;
  255. -webkit-transition-duration:1s;
  256. -o-transition-duration:1s;
  257. }
  258.  
  259. #description a {
  260. color:{color:link};
  261. }
  262.  
  263. #description a:hover {
  264. color:{color:link hover};
  265. }
  266.  
  267. .sidebartitle {
  268. width:210px;
  269. text-align:center;
  270. position:fixed;
  271. font-family:arial;
  272. line-height:120%;
  273. margin-left:-13px;
  274. font-size:13px;
  275. margin-top:10px;
  276. color:{color:title};
  277. }
  278.  
  279. #pagination {
  280. font-family:cambria;
  281. width:250px;
  282. font-size:13px;
  283. margin-top:25px;
  284. margin-left:0px;
  285. letter-spacing:1px;
  286. font-style:italic;
  287. text-align:left;
  288. }
  289.  
  290. #pagination a {
  291. color:#953933;
  292. }
  293.  
  294. #info {
  295. font-family:arial;
  296. width:493px;
  297. margin-top:5px;
  298. padding-top:1px;
  299. font-size:7px;
  300. background:#000;
  301. padding:4px;
  302. color:{color:text};
  303. text-transform:uppercase;
  304. font-style:normal;
  305. text-align:left;
  306. -moz-transition-duration:0.5s;
  307. -webkit-transition-duration:0.5s;
  308. -o-transition-duration:0.5s;
  309. }
  310.  
  311. #info a {
  312. color:{color:link};
  313. font-style:normal;
  314. }
  315.  
  316. #info a:hover {
  317. color:{color:link hover};
  318. }
  319.  
  320. .tags {
  321. font-family:calibri;
  322. font-style:normal;
  323. width:495px;
  324. text-transform:normal;
  325. font-style:normal;
  326. line-height:120%;
  327. padding-left:5px;
  328. font-size:10px;
  329. text-align:left;
  330. padding-top:5px;
  331. padding-bottom:15px;
  332. -moz-transition-duration:0.2s;
  333. -webkit-transition-duration:0.2s;
  334. -o-transition-duration:0.2s;
  335. }
  336. .tags a{
  337. color:{color:link};
  338. -moz-transition-duration:0.2s;
  339. -webkit-transition-duration:0.2s;
  340. -o-transition-duration:0.2s;
  341. }
  342. .tags a:hover{
  343. color:{color:link hover};
  344. -moz-transition-duration:0.2s;
  345. -webkit-transition-duration:0.2s;
  346. -o-transition-duration:0.2s;
  347. }
  348.  
  349. .audio{
  350. background-color:#e5e5e5;
  351. height:65px;
  352. overflow:hidden;
  353. }
  354.  
  355. #ask {
  356. float:left;
  357. color:{color:text};
  358. }
  359.  
  360. #credit {
  361. font-size:9px;
  362. font-family:cambria;
  363. font-style:italic;
  364. letter-spacing:1px;
  365. -moz-transition-duration:0.5s;
  366. -webkit-transition-duration:0.5s;
  367. -o-transition-duration:0.5s;
  368. }
  369.  
  370. #credit a {
  371. background-color:#fff;
  372. padding:5px;
  373. border:1px solid #e9e9e9;
  374. position:fixed;
  375. right:15px;
  376. bottom:10px
  377. }
  378.  
  379. #credit a:hover {
  380. color:#fff;
  381. background-color:#191919;
  382. }
  383.  
  384. /*UPDATES*/
  385. #crown img{
  386. position:fixed;
  387. width:50px;
  388. margin-top:-55px;
  389. right:75px;} /*distance between the image and the left side of your screen*/
  390.  
  391. #upd{
  392. padding:13px;
  393. width:120px; /*tab width, to make it bigger just increase the number... you'll probably need to change the position of the image then, see above*/
  394. display: block;
  395. text-align:center;
  396. font-size:10px;
  397. z-index:9999999;
  398. position:fixed;
  399. bottom:30px; /*if you want to move the tab to the left upper corner, just replace EVERY 'bottom' with 'top'. ALL OF THEM.*/
  400. right:10px; /*same as above, to move it to the right corner replace EVERY 'left' with 'right'*/
  401. display:none;}
  402. #upd img{
  403. max-width:150px;}
  404.  
  405. #clk {
  406. width:40px;
  407. display:block;
  408. position:fixed;
  409. color:#000; /*this is where you can change the color of the text in the button; it's set to white now, use colorpicker.com or something to choose a new one!*/
  410. text-align:center;
  411. right:10px;
  412. bottom:10px;
  413. z-index:9999999;
  414. padding:5px;
  415. background-color:#fff; /*this is where you can change the color of the button - same as above!*/
  416. -webkit-user-select: none;
  417. -khtml-user-select: none;
  418. -moz-user-select: none;
  419. -ms-user-select: none;
  420. user-select: none;}
  421.  
  422. {CustomCSS}</style></head><body>
  423.  
  424. <div id="sidebar">
  425.  
  426. <div id="links"><p><a href="/">home</a> <a href="/ask">ask</a> <a href="{text:link 1 url}">{text:link 1}</a> <a href="{text:link 2 url}">{text:link 2}</a> <a href="{text:link 3 url}">{text:link 3}</a> <a href="{text:link 4 url}">{text:link 4}</a> <a href="/archive">archive</a>
  427. </p>
  428. </div>
  429.  
  430. <div id="description"><p>{description} </p>
  431.  
  432. <div id="pagination"><p>
  433. <center>{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">BACK</a>{/block:PreviousPage}<br>{block:NextPage}<a href="{NextPage}">NEXT</a><br />{/block:NextPage}{/block:Pagination}</div></center></p></div>
  434. </div></div></div>
  435.  
  436. <div class=“container”>
  437.  
  438. <div id="entries">{block:Posts}<div id="post">
  439.  
  440. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  441.  
  442. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  443.  
  444. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  445.  
  446. {block:Quote}<big><big>"{Quote}"</big></big>{block:Source}<br><br> <div style="text-align: right;">— {Source}</div>{/block:Source}{/block:Quote}
  447.  
  448. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}{hw}
  449.  
  450. {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}
  451.  
  452. {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}
  453. {block:Artist} &nbsp;—&nbsp; {Artist} {/block:Artist}</div>{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  454.  
  455. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  456.  
  457. {block:Answer}<div id="ask"><img src="{AskerPortraitURL-24}" style="margin-left:7px;margin-right:13px;border:1px solid #e3e3e3;padding:2px;"></div> <em>{Asker}:</em><br> "{Question}"<br><br>{Answer}{/block:Answer}
  458.  
  459. {block:Date}<div id="info"> <a href="{Permalink}">{TimeAgo}</a>
  460. {/block:Date} {block:NoteCount}&nbsp; ( <font color=#ec3d3d>♥</font> <a href="{Permalink}">{NoteCount}</a> ) {/block:NoteCount}<div style="float:right;">
  461.  
  462. {block:RebloggedFrom}<a title="{ReblogParentName}" href="{ReblogParentURL}">via</a> {/block:RebloggedFrom}{block:ContentSource} &nbsp; / &nbsp; <a title="{SourceTitle}" href="{SourceURL}">source</a>{/block:ContentSource} {/block:RebloggedFrom} &nbsp; ( <a href="{ReblogURL}"target="_blank" title="reblog this post"><big>+</big> </a> ) </div>
  463. </div>
  464.  
  465.  
  466. {block:HasTags}
  467. <div class="tags">
  468. tagged as:{block:Tags} <a href="{TagURL}">&nbsp; #{Tag}</a> {/block:Tags}</div>
  469. {/block:HasTags}
  470. <div class="postnote">
  471. {block:PostNotes}{PostNotes}{/block:PostNotes}
  472. </div>
  473. </div>
  474. {/block:Posts}
  475.  
  476. </div></div>
  477. <div id="float"><img src="http://static.tumblr.com/ehcb6yl/w5Mnq61ou/crown2.png"></div>
  478.  
  479. <div id="text"><img src="http://static.tumblr.com/ehcb6yl/dt3nq61a4/cers3.png"></div>
  480. <div id="background"></div>
  481.  
  482. <div id="upd">
  483.  
  484. <!-------------------------INSERT UPDATES HERE----------------------->
  485.  
  486. <b>theme:</b> <a href="http://hollywhoodthemes.tumblr.com">hollywhood</a><br><b>theme edit:</b> <a href="http://rockatanskis.tumblr.com">rockatanskis</a>
  487.  
  488. <!---------------------------------END-------------------------------->
  489. </div>
  490. <div id="clk">CREDIT</div>
  491.  
  492. </body>
  493.  
  494. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement