radiantvictor

inigo theme

Jun 29th, 2015
233
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.33 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>
  4. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  5.  
  6. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  7.  
  8. <script>
  9.  
  10. (function($){
  11.  
  12. $(document).ready(function(){
  13.  
  14. $("a[title]").style_my_tooltips({
  15.  
  16. tip_follows_cursor:true,
  17.  
  18. tip_delay_time:90,
  19.  
  20. tip_fade_speed:600,
  21.  
  22. attribute:"title"
  23.  
  24. });
  25.  
  26. });
  27.  
  28. })(jQuery);
  29.  
  30. </script>
  31. <!--basic tooltip from tutorial-baby! Enjoy-->
  32. <style>
  33. .tooltip{
  34. display: inline;
  35. position: relative;
  36. }
  37. #s-m-t-tooltip {
  38. max-width:300px; /*how big the tooltip can be at most*/
  39. border-radius: 0px; /*change your border radius*/
  40. padding:3px 4px 5px 4px; /*padding inside tooltip*/
  41. margin:20px 7px -2px 20px; /*distance from word*/
  42. background-color:#ffffff; /*background color*/
  43. border:1px solid #E0E0E0; /*border info*/
  44. font-family:calibri; /*tooltip font*/
  45. font-size:9px; /*tooltip font size*/
  46. letter-spacing:2px; /*tooltip letter spacing*/
  47. text-transform:uppercase; /*makes the tooltip title uppercase*/
  48. color:#000; /*tooltip font color*/
  49. z-index:999999999999999999999999999999999999;
  50. }
  51. </style>
  52. <title>{Title}</title>
  53. <link rel="shortcut icon" href="{Favicon}">
  54. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  55. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  56.  
  57. <!---- this is theme 41 by Hollywhood
  58. please don't remove the credit
  59. thank you
  60. --->
  61.  
  62. <meta name="color:Background" content="#ffffff"/>
  63. <meta name="color:Text" content="#9B9B9B"/>
  64. <meta name="color:Link" content="#b8b8b8"/>
  65. <meta name="color:Link Hover" content="#eeeeee"/>
  66. <meta name="color:link hover shadow" content="#fff"/>
  67. <meta name="color:sidebar links" content="#DDDDDD"/>
  68. <meta name="color:sidebar hover" content="#DDDDDD"/>
  69. <meta name="color:selection bg" content="#000000"/>
  70. <meta name="color:selection text" content="#ffffff"/>
  71. <meta name="color:scrollbar" content="#ffffff"/>
  72. <meta name="color:scrollbar bg" content="#e3f2ff"/>
  73. <meta name="color:tooltip text" content="#fff"/>
  74. <meta name="color:tooltip bg" content="#000"/>
  75. <meta name="color:bold" content="#fff"/>
  76. <meta name="color:bold shadow" content="#fff"/>
  77. <meta name="color:italics" content="#fff"/>
  78. <meta name="color:italics shadow" content="#fff"/>
  79. <meta name="color:updates tab hover" content="#d4d4d4"/>
  80. <meta name="image:Background" content="/">
  81. <meta name="image:sidebar" content=""/>
  82. <meta name="image:navi" content="/">
  83. <meta name="image:ask" content="/">
  84. <meta name="image:cursor hover" content="/">
  85.  
  86. <meta name="image:sidebar" content=""/>
  87. <meta name="text:sidebartitle" content="">
  88.  
  89. <meta name="text:link 1" content="Link 1"/>
  90. <meta name="text:link 1 url" content="/"/>
  91. <meta name="text:link 2" content="Link 2"/>
  92. <meta name="text:link 2 url" content="/"/>
  93. <meta name="text:link 3" content="Link 3"/>
  94. <meta name="text:link 3 url" content="/"/>
  95. <meta name="text:link 4" content="Link 4"/>
  96. <meta name="text:link 4 url" content="/"/>
  97. <meta name="text:link 5" content="Link 5"/>
  98. <meta name="text:link 5 url" content="/"/>
  99.  
  100. <script language="JavaScript" src="http://dl.dropbox.com/u/3173073/GothicDarkness/qTip.js" type="text/JavaScript"></script>
  101.  
  102. <style>
  103. div#qTip {
  104. padding: 3px;
  105. display: none;
  106. text-align: center;
  107. position: absolute;
  108. font-size:7px;
  109. margin-left:10px;
  110. margin-top:-2px;
  111. line-height:9px;
  112. font-family:"stars";
  113. z-index: 1000;
  114. border: 1px solid #cacaca;
  115. background-color:#fff;
  116. color: #9b9b9b;
  117. text-transform:uppercase;
  118. letter-spacing: 2px;
  119. }
  120. </style>
  121.  
  122.  
  123. <style type="text/css">
  124.  
  125. ::-webkit-scrollbar-thumb{
  126. background-color: {color:scrollbar};
  127. border: 0px solid {color:scrollbar bg};
  128. border-radius:05px;
  129. height:auto;
  130. }
  131.  
  132. ::-webkit-scrollbar {
  133. height:auto;
  134. width:4px;
  135. background-color: transparent;
  136. border:4px solid transparent;
  137. }
  138.  
  139.  
  140. iframe#tumblr_controls {
  141. white-space:nowrap;
  142. -webkit-filter: invert(100%);
  143. -moz-filter: invert(100%);
  144. -o-filter: invert(100%);
  145. -ms-filter: invert(100%);
  146. filter: invert(100%);
  147. opacity:.2;transition: .8s ease-in-out;
  148. -webkit-transition: .8s ease-in-out;
  149. -moz-transition: .8s ease-in-out;
  150. -o-transition: .8s ease-in-out;
  151. }
  152.  
  153. h1 {
  154. font-weight:normal;
  155. font-size:13px;
  156. text-align:center;
  157. font-style:normal;
  158. line-height:100%;
  159. letter-spacing:1px;
  160. text-transform:normal;
  161. color:{color:text};
  162. }
  163.  
  164. h2 {
  165. font-size:10px;
  166. text-align:center;
  167. line-height:100%;
  168. letter-spacing:-0.5px;
  169. color:{color:text};
  170. font-weight:bold;
  171. text-transform:uppercase;
  172. padding:5px;
  173. padding-bottom:2px;
  174. }
  175.  
  176.  
  177. blockquote {
  178. border-left:2px solid {color:text};
  179. padding-left:5px;
  180. margin:5px;
  181. }
  182.  
  183.  
  184. b, strong {
  185. color: {color:bold};
  186. font-style:bold;
  187. font-family:'silkscreen';
  188. text-shadow: 3px 1px 2px {color:bold shadow};
  189. }
  190.  
  191. i, em {
  192. color: {color:italics};
  193. font-style:italic;
  194. font-size:17px;
  195. font-family:'silkscreen';
  196. text-shadow: 0px 0px 2px {color:italics shadow};
  197. }
  198.  
  199. ::selection {
  200. background: transparent;
  201. color:{color:selection text};
  202. }
  203.  
  204. ::-moz-selection {
  205. background: transparent;
  206. color:{color:selection text};
  207. }
  208.  
  209. ::-webkit-selection {
  210. background: transparent;
  211. color:{color:selection text};
  212. }
  213.  
  214.  
  215.  
  216. body {
  217. background:#f5f8fc;
  218. margin:0px;
  219. color:{color:text};
  220. font-family:"stars";
  221. font-size:10px;
  222. line-height:100%;
  223. background-image:url("http://static.tumblr.com/bttbnbf/Etjnqpwrz/__inigo_bg.png");
  224. background-attachment: fixed;
  225. background-image:stretch;
  226. background-repeat: no-repeat;
  227. background-image:cover;
  228. background-position:left top;
  229. }
  230.  
  231. a {
  232. text-decoration:none;
  233. outline:none;
  234. -moz-outline-style:none;
  235. color:{color:link};
  236. -moz-transition-duration:0.5s;
  237. -webkit-transition-duration:0.5s;
  238. -o-transition-duration:0.5s;
  239. }
  240.  
  241. a:hover {
  242. text-decoration:none;
  243. outline:none;
  244. -moz-outline-style:none;
  245. color:{color:link hover};
  246. }
  247.  
  248. img {
  249. border:none;
  250. }
  251.  
  252. blockquote {
  253. padding-left:5px;
  254. border-left:2px solid;
  255. }
  256.  
  257. blockquote blockquote {
  258. padding-left:5px;
  259. border-left:2px solid;
  260. }
  261.  
  262. #post {
  263. width:500px;
  264. padding-bottom:30px;
  265. margin-top:-10px;
  266. opacity:0.8;
  267. -webkit-transition: all 0.6s ease-in-out;
  268. -moz-transition: all 0.6s ease-in-out;
  269. -o-transition: all 0.6s ease-in-out;
  270. -ms-transition: all 0.6s ease-in-out;
  271. transition: all 0.6s ease-in-out;
  272.  
  273.  
  274. }
  275.  
  276. #post:hover {
  277.  
  278. opacity:1;
  279. -webkit-transition: all 0.6s ease-in-out;
  280. -moz-transition: all 0.6s ease-in-out;
  281. -o-transition: all 0.6s ease-in-out;
  282. -ms-transition: all 0.6s ease-in-out;
  283. transition: all 0.6s ease-in-out;
  284. }
  285.  
  286.  
  287.  
  288. #entries {
  289. padding:10px;
  290. left:320px;
  291. position:fixed;
  292. background-color:transparent;
  293. width:514px;
  294. height:325px;
  295. top:40px;
  296. padding: 20px;
  297. overflow-x:scroll;
  298. scroll:left;
  299. overflow-x:hidden;
  300. }
  301.  
  302.  
  303. #sidebar {
  304. color:{color:text};
  305. position:fixed;
  306. width:100px;
  307. height:auto;
  308. margin-top:39px;
  309. margin-left:250px;
  310. text-align:left;
  311. }
  312.  
  313. #sidebarimage img {
  314. width:200px;
  315. margin-top:-10px;
  316. margin-bottom:0px;
  317. margin-left:-9px;
  318. }
  319.  
  320. #links {
  321. position:absolute;
  322. position:fixed;
  323. font-family:arial;
  324. width:220px;
  325. margin-top:130px;
  326. margin-left:-225px;
  327. font-size:20px;
  328. text-transform:uppercase;
  329. text-align:center;
  330. line-height:280%;
  331. transform: rotate(30deg);
  332. -ms-transform: rotate(30deg);
  333. -webkit-transform: rotate(30deg);
  334. -o-transform: rotate(30deg);
  335. -moz-transform: rotate(30deg);
  336. text-shadow:1px 1px 15px #82929e;
  337. }
  338.  
  339. #links a{
  340. line-height:280%;
  341. border-bottom:1px none #fff;
  342. margin-top:4px;
  343. margin-left:13px;
  344. color:#6e7b85;
  345. text-decoration:none;
  346. -moz-transition-duration:.2s;
  347. -webkit-transition-duration:.2s;
  348. -o-transition-duration:.2s;
  349. }
  350.  
  351. #links a:hover {
  352. color: #b4c9d9;
  353. width:60px;
  354. -moz-transition-duration:0.2s;
  355. -webkit-transition-duration:0.2s;
  356. -o-transition-duration:0.2s;
  357. text-shadow:1px 1px 15px #c5dced;
  358. }
  359.  
  360.  
  361. #description {
  362. position:fixed;
  363. width:200px;
  364. font-family:"stars";
  365. margin-top:55px;
  366. margin-left:-9px;
  367. text-align:justify;
  368. font-size:0px;
  369. color: {color:text};
  370. letter-spacing:0px;
  371. line-height:130%;
  372. -moz-transition-duration:1s;
  373. -webkit-transition-duration:1s;
  374. -o-transition-duration:1s;
  375. }
  376.  
  377. #description a {
  378. color:{color:link};
  379. }
  380.  
  381. #description a:hover {
  382. color:{color:link hover};
  383. }
  384.  
  385. .sidebartitle {
  386. width:210px;
  387. text-align:center;
  388. position:fixed;
  389. font-family:"stars";
  390. line-height:120%;
  391. margin-left:-13px;
  392. font-size:0px;
  393. margin-top:10px;
  394. color:{color:title};
  395. }
  396.  
  397. #pagination {
  398. font-family:"stars";
  399. width:210px;
  400. font-size:29px;
  401. margin-top:185px;
  402. margin-left:-8px;
  403. padding-left:5px;
  404. letter-spacing:1px;
  405. font-style:normal;
  406. text-align:center;
  407. }
  408.  
  409. #pagination a {
  410. color:{color:link};
  411. }
  412.  
  413. #info {
  414. font-family:"stars";
  415. width:492px;
  416. margin-top:15px;
  417. padding:1px;
  418. font-size:20px;
  419. border:3px double {color:link};
  420. color:{color:text};
  421. text-transform:uppercase;
  422. letter-spacing:1px;
  423. font-style:normal;
  424. text-align:center;
  425. background-color: rgba(159, 159, 159, 0.1);
  426. -moz-transition-duration:0.2s;
  427. -webkit-transition-duration:0.2s;
  428. -o-transition-duration:0.2s;
  429. }
  430.  
  431. #info a {
  432. color:{color:link};
  433. font-style:normal;
  434. }
  435.  
  436. #info a:hover {
  437. color:{color:link hover};
  438. }
  439.  
  440. .tags {
  441. font-family:"stars";
  442. font-style:normal;
  443. width:495px;
  444. text-transform:normal;
  445. font-style:normal;
  446. line-height:120%;
  447. padding-left:5px;
  448. font-size:10px;
  449. text-align:left;
  450. padding-top:5px;
  451. padding-bottom:15px;
  452. -moz-transition-duration:0.2s;
  453. -webkit-transition-duration:0.2s;
  454. -o-transition-duration:0.2s;
  455. }
  456. .tags a{
  457. color:{color:link};
  458. -moz-transition-duration:0.2s;
  459. -webkit-transition-duration:0.2s;
  460. -o-transition-duration:0.2s;
  461. }
  462. .tags a:hover{
  463. color:{color:link hover};
  464. -moz-transition-duration:0.2s;
  465. -webkit-transition-duration:0.2s;
  466. -o-transition-duration:0.2s;
  467. }
  468.  
  469. .audio{
  470. background-color:#e5e5e5;
  471. height:65px;
  472. overflow:hidden;
  473. }
  474.  
  475. #ask {
  476. float:left;
  477. color:{color:text};
  478. }
  479.  
  480. #credit {
  481. font-size:9px;
  482. font-family:"stars";
  483. font-style:italic;
  484. letter-spacing:1px;
  485. -moz-transition-duration:0.5s;
  486. -webkit-transition-duration:0.5s;
  487. -o-transition-duration:0.5s;
  488. }
  489.  
  490. #credit a {
  491. background-color:#fff;
  492. padding:5px;
  493. border:1px solid #e9e9e9;
  494. position:fixed;
  495. right:15px;
  496. bottom:10px
  497. }
  498.  
  499. #credit a:hover {
  500. color:#fff;
  501. background-color:#191919;
  502. }
  503.  
  504. {CustomCSS}
  505.  
  506. #boxbyireverent {
  507. position:fixed;
  508. z-index:999;
  509. padding:13px;
  510. background:#fff;
  511. position:fixed;
  512. font-family:corbel;
  513. font-size:11px;
  514. overflow:auto;
  515. text-align:left;
  516. line-height:12px;
  517. position:fixed;
  518. margin-left:30px;
  519. bottom:7px;
  520. border-radius:5px;
  521. color:#999999;
  522. width:64px;
  523. height:33px;
  524. text-transform:none;
  525. border:3px double #eee;
  526. overflow-x:scroll;
  527. scroll:left;
  528. overflow-x:hidden;
  529. transition: all 0.6s ease-out;
  530. -o-transition-transition: all 0.6s ease-out;
  531. -webkit-transition: all 0.6s ease-out;
  532. -moz-transition: all 0.6s ease-out;
  533. }
  534.  
  535. @font-face { font-family: "silkscreen"; src: url('http://static.tumblr.com/1kdckk4/9yjlolf0w/slkscr.ttf'); }
  536. @font-face { font-family: "stars"; src: url('http://static.tumblr.com/yzd1hs5/4t6nemvan/starsfromoureyes.ttf'); }
  537. </style></head><body>
  538.  
  539. <div id="boxbyireverent">
  540. <div style="overflow:auto ; width: 60px;padding-right:4px; height: 37; border: 0px solid #000000; background-color: #ffffff;font-family:consolas;font-size:12px;letter-spacing:1px;text-transform:uppercase; text-align: center;">
  541.  
  542. {description}
  543.  
  544. </div>
  545.  
  546. </div>
  547.  
  548. <div id="sidebar">
  549.  
  550. <div id="sidebarimage">
  551. <img src="{image:sidebar}"></div>
  552.  
  553. <div class="sidebartitle">{text:sidebartitle}</div>
  554.  
  555. <div id="links">
  556. <a title="{text:link 1}" href="{text:link 1 url}">●</a>
  557. <a title="{text:link 2}" href="{text:link 2 url}">●</a>
  558. <a title="{text:link 3}" href="{text:link 3 url}">●</a>
  559. <a title="{text:link 4}" href="{text:link 4 url}">●</a>
  560. <a title="{text:link 5}" href="{text:link 5 url}">●</a>
  561. </div>
  562.  
  563. <div id="description">{description}
  564.  
  565. <div id="pagination">
  566. <center>{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">«</a>{/block:PreviousPage} &nbsp;&nbsp;&nbsp; {block:NextPage}<a href="{NextPage}">»</a><br />{/block:NextPage}{/block:Pagination}</div></center></div>
  567. </div></div></div>
  568.  
  569. <div id="entries">{block:Posts}<div id="post">
  570.  
  571. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  572.  
  573. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  574.  
  575. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  576.  
  577. {block:Quote}<big><big>"{Quote}"</big></big>{block:Source}<br><br> <div style="text-align: right;">— {Source}</div>{/block:Source}{/block:Quote}
  578.  
  579. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}{hw}
  580.  
  581. {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}
  582.  
  583. {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}
  584. {block:Artist} &nbsp;—&nbsp; {Artist} {/block:Artist}</div>{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  585.  
  586. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  587.  
  588. {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}
  589.  
  590. {block:Date}<div id="info"> <a title="{TimeAgo}" href="{Permalink}">❀</a>
  591. {/block:Date} {block:NoteCount}&nbsp; <a href="{Permalink}" title="{NoteCount} notes">❀</a> {/block:NoteCount}
  592.  
  593. &nbsp;{block:RebloggedFrom} <a title="via: {ReblogParentName}" href="{ReblogParentURL}">❀</a> {/block:RebloggedFrom}{block:ContentSource} &nbsp; <a title="source: {SourceTitle}" href="{SourceURL}">❀</a>{/block:ContentSource}{/block:RebloggedFrom} &nbsp; <a href="{ReblogURL}" title="reblog?" target="_blank" class="details">❀</a></br>
  594. </div>
  595.  
  596.  
  597. {block:HasTags}
  598. <div class="tags">
  599. tagged as:{block:Tags} <a href="{TagURL}">&nbsp; -{Tag}</a> {/block:Tags}</div>
  600. {/block:HasTags}
  601. <div class="postnote">
  602. {block:PostNotes}{PostNotes}{/block:PostNotes}
  603. </div>
  604. </div>
  605. {/block:Posts}
  606.  
  607. </div>
  608. <div id="credit"><a href="http://hollywhood.tumblr.com">HW</a></div>
  609.  
  610. </body>
  611.  
  612. </html>
Advertisement
Add Comment
Please, Sign In to add comment