Advertisement
arizounas

07. fighter.

Oct 6th, 2014
918
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.07 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.  
  4. <head><title>{Title}</title>
  5. <link rel="shortcut icon" href="{Favicon}">
  6. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  7. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  8.  
  9. <!--- CODES BY @CALLIEARGENT | #7
  10.  
  11. NAME: FIGHTER.
  12.  
  13. hey there, this coding is not made
  14. for others to steal. use at your
  15. own free will, but don't redistribute
  16. as your own!
  17.  
  18. --->
  19.  
  20. <!--TOOL TIP-->
  21.  
  22. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  23.  
  24. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  25.  
  26. <script>
  27.  
  28. (function($){
  29.  
  30. $(document).ready(function(){
  31.  
  32. $("a[title]").style_my_tooltips({
  33.  
  34. tip_follows_cursor:true,
  35.  
  36. tip_delay_time:90,
  37.  
  38. tip_fade_speed:600,
  39.  
  40. attribute:"title"
  41.  
  42. });
  43.  
  44. });
  45.  
  46. })(jQuery);
  47.  
  48. </script>
  49.  
  50. <meta name="color:Sidebar" content="#ffffff"/>
  51. <meta name="color:Background" content="#ffffff"/>
  52. <meta name="color:Text" content="#b3b3b3"/>
  53. <meta name="color:Title" content="#b3b3b3"/>
  54. <meta name="color:Links" content="#adadad"/>
  55. <meta name="color:Border" content="#f8f8f8"/>
  56. <meta name="color:Bold" content="#e89e8c"/>
  57. <meta name="color:Post" content="#eaeaea"/>
  58.  
  59. <meta name="image:Sidebar" content=""/>
  60. <meta name="image:Background" content=""/>
  61.  
  62. <meta name="text:Title" content="" />
  63. <meta name="text:Link 1" content="" />
  64. <meta name="text:Link 1 Text" content="" />
  65. <meta name="text:Link 2" content="" />
  66. <meta name="text:Link 2 Text" content="" />
  67.  
  68. <meta name="if:Show Link 1" content="1" />
  69. <meta name="if:Show Link 2" content="1" />
  70.  
  71. <style type="text/css">
  72.  
  73. /*TOOLTIP*/
  74.  
  75. #s-m-t-tooltip {
  76. max-width:300px;
  77. opacity:1;
  78. padding:3px 4px 5px 4px;
  79. margin:-35px 0px -10px 30px;
  80. background-color:{color:border};
  81. border-top:2px solid {color:bold};
  82. font-family:arial;
  83. font-size:7px;
  84. letter-spacing:0px;
  85. text-transform:uppercase;
  86. color:{color:text};
  87. z-index:1000;
  88.  
  89. }
  90.  
  91. /*CURSOR*/
  92.  
  93. *, body, a, a:hover {cursor: url(http://img69.imageshack.us/img69/7673/cursorw.png), auto;}
  94.  
  95.  
  96. /* SCROLLBAR */
  97.  
  98. ::-webkit-scrollbar-thumb{
  99. background-color: {color:border};
  100. border: 2px solid {color:background};
  101. height:auto;
  102. }
  103.  
  104. ::-webkit-scrollbar {
  105. height:2px;
  106. width:9px;
  107. background-color: {color:border};
  108. border: 4px solid {color:background};
  109. }
  110.  
  111. /* ETC */
  112.  
  113. body {
  114. background:{color:background};
  115. margin:0px;
  116. color:{color:text};
  117. font-family:calibri;
  118. font-size:9px;
  119. letter-spacing:0px;
  120. text-align:justify;
  121. }
  122.  
  123. small, sub, sup {font-size:10px;}
  124.  
  125. pre {
  126. font-family:calibri;
  127. font-size:8px;
  128. text-transform:uppercase;
  129. letter-spacing:2px;
  130. text-align:left;
  131. padding:5px;
  132. background-color:{color:border};
  133. }
  134.  
  135. code {
  136. font-family:arial;
  137. font-size:7px;
  138. background-color:{color:border};
  139. width:auto;
  140. padding:3px;
  141. text-align:left;
  142. letter-spacing:1px;
  143. }
  144.  
  145. a {
  146. text-decoration:none;
  147. outline:none;
  148. -moz-outline-style:none;
  149. color:{color:text};
  150. }
  151.  
  152. b, strong {
  153. color:{color:bold};
  154. font-family:calibri;
  155. font-size:9px!important;
  156. text-transform:uppercase;
  157. letter-spacing:1px;
  158. }
  159.  
  160. a:hover {
  161. text-decoration:none;
  162. outline:none;
  163. -moz-outline-style:none;
  164. color:{color:hover};
  165. -moz-transition-duration:0.3s;
  166. -webkit-transition-duration:0.3s;
  167. -o-transition-duration:0.3s;
  168. cursor:url(http://media.tumblr.com/tumblr_m2umkqvNUT1qfamg6.gif), auto;
  169. }
  170.  
  171.  
  172. blockquote {
  173. padding:5px;
  174. width:470px;
  175. margin-left:10px;
  176. padding-left:5px;
  177. border-left:2px solid {color:bold};
  178. }
  179.  
  180.  
  181. h1 {
  182. font-family:helvetica;
  183. font-size:18;
  184. font-style:bold;
  185. letter-spacing:2px;
  186. text-align:left;
  187. text-transform:lowercase;
  188. letter-spacing:-1px;
  189. }
  190.  
  191. h2 {
  192. font-family:helvetica;
  193. font-size:18;
  194. font-style:bold;
  195. letter-spacing:2px;
  196. text-align:center;
  197. text-transform:lowercase;
  198. letter-spacing:-1px;
  199. }
  200.  
  201.  
  202. h3 {
  203. font-size:7px!important;
  204. font-family:arial;
  205. text-transform:uppercase;
  206. font-weight:100;
  207. letter-spacing:3px;
  208. text-align:center;
  209. }
  210.  
  211. /*ENTRIES*/
  212.  
  213. #entries {
  214. padding:15px;
  215. width:515px;
  216. margin-left:515px;
  217. margin-top:-10px;
  218. font-size:10px;
  219. letter-spacing:0px;
  220. }
  221.  
  222. #post {
  223. margin:10px;
  224. margin-left:15px;
  225. margin-top:30px;
  226. width:500px;
  227. padding:10px;
  228. }
  229.  
  230. #post img {
  231. width:auto;
  232. }
  233.  
  234. #postnote {
  235. width:500px;
  236. text-align:left;
  237. border-bottom:1px solid {color:border};
  238. margin:50px;
  239. padding-bottom:10px;
  240. }
  241.  
  242. #postnote a {
  243. border-bottom:1px solid {color:border};
  244. }
  245.  
  246. /*SIDEBAR*/
  247.  
  248. #title {
  249. width:240px;
  250. margin-left:128px;
  251. margin-top:220px;
  252. position:fixed;
  253. font-family:helvetica;
  254. font-size:28px;
  255. font-weight:bold;
  256. letter-spacing:2px;
  257. text-align:right;
  258. text-transform:lowercase;
  259. letter-spacing:-2px;
  260. color:{color:title};
  261. }
  262.  
  263. #sidebar {
  264. background-color:{color:sidebar};
  265. height:801px;
  266. width:450px;
  267. position:fixed;
  268. border-right:1px solid {color:border};
  269. }
  270.  
  271. #sidebarimage {
  272. position:fixed;
  273. width auto;
  274. margin-left:125px;
  275. margin-top:250px;
  276. }
  277.  
  278. #sidebarimage img {
  279. margin-top:0px;
  280. padding:3px;
  281. }
  282.  
  283. #description {
  284. position:fixed;
  285. text-align:justify;
  286. font-family:calibri;
  287. line-height:140%;
  288. width:245px;
  289. padding:5px;
  290. margin-left:125px;
  291. margin-top:415px;
  292. font-size:10px;
  293. text-transform:none;
  294. color:{color:text};
  295. }
  296.  
  297. #pagi {
  298. width:500px;
  299. font-family:helvetica;
  300. font-size:14px;
  301. font-weight:bold;
  302. letter-spacing:-1px;
  303. text-align:right;
  304. margin-left:25px;
  305. margin-top:25px;
  306. border-top:1px solid {color:border};
  307. position:absolute;
  308. }
  309.  
  310. #pagi a {
  311. display:inline-block;
  312. padding:10px;
  313. font-size: 14px;
  314. color:{color:bold};
  315. text-align:center;
  316. }
  317.  
  318. .pagi a:hover {
  319. padding:2px;
  320. color:{color:bold};
  321. -moz-transition-duration:0.3s;
  322. -webkit-transition-duration:0.3s;
  323. -o-transition-duration:0.3s;
  324. }
  325.  
  326. .links {
  327. border-top:2px solid {color:bold};
  328. width:245px;
  329. padding:3px 0 3px 0;
  330. text-align:justify;
  331. text-transform:uppercase;
  332. }
  333.  
  334. .links a {
  335. margin:3px;
  336. display:inline-block;
  337. font-family:arial;
  338. padding:5px;
  339. font-size:7px;
  340. letter-spacing:1px;
  341. color:{color:title};
  342. }
  343.  
  344. .links a:hover {
  345. -moz-transition-duration:0.3s;
  346. -webkit-transition-duration:0.3s;
  347. -o-transition-duration:0.3s;
  348. }
  349.  
  350. /*POST INFO*/
  351.  
  352. #info {
  353. width:500px;
  354. text-align:left;
  355. padding:4px;
  356. line-height:10px;
  357. border-top:1px solid {color:border};
  358. padding-top:5px;
  359. text-transform:uppercase;
  360. font-size:8px;
  361. }
  362.  
  363. #info a {
  364. text-align:center;
  365. color:{color:Post Links};
  366. }
  367.  
  368. #info a:hover {
  369. -moz-transition-duration:0.8s;
  370. -webkit-transition-duration:0.8s;
  371. -o-transition-duration:0.8s;
  372. opacity:.4;
  373. }
  374.  
  375. #notes {
  376. margin-top:-17px;
  377. text-align:right;
  378. width:500px;
  379. padding:4px;
  380. font-size:7px;
  381. font-family:arial;
  382. text-transform:uppercase;
  383. letter-spacing:2px;
  384. }
  385.  
  386. #notes a:hover {
  387. -moz-transition-duration:0.8s;
  388. -webkit-transition-duration:0.8s;
  389. -o-transition-duration:0.8s;
  390. opacity:.4;
  391. }
  392.  
  393. #tags {
  394. letter-spacing:1px;
  395. float:left;
  396. width:500px;
  397. text-align:left;
  398. margin-left:0px;
  399. margin-top:0px;
  400. font-size:10px;
  401. padding:4px;
  402. opacity:.0;
  403. transition-duration: 0.5s;
  404. -moz-transition-duration: 0.5s;
  405. -webkit-transition-duration: 0.5s;
  406. -o-transition-duration: 0.5s
  407. }
  408.  
  409. #tags a {
  410. text-align:center;
  411. font-family:calibri;
  412. text-transform:lowercase;
  413. font-style:italic;
  414. text-decoration:none;
  415. display:inline-block;
  416. }
  417.  
  418. #tags a:hover {
  419. -moz-transition-duration:0.8s;
  420. -webkit-transition-duration:0.8s;
  421. -o-transition-duration:0.8s;
  422. }
  423.  
  424. #post:hover #tags {
  425. opacity:1;
  426. -moz-transition:all 0.8s;
  427. -ms-transition:all 0.8s;
  428. -o-transition:all 0.8s;
  429. transition:all 0.8s;
  430. margin-right:15px;
  431. }
  432.  
  433. /* NOTES */
  434.  
  435. ol.notes li {
  436. list-style:none;
  437. border-bottom:1px solid {color:post};
  438. padding: 15px 0;
  439. }
  440.  
  441. ol.notes img {
  442. display:none;
  443. width:10px;
  444. height:10px;
  445. }
  446.  
  447. /*QUESTION*/
  448.  
  449. #question {
  450. color:{color:bold};
  451. width:500px;
  452. padding:10px;
  453. padding-top:10px;
  454. padding-bottom:10px;
  455. text-transform:lowercase;
  456. text-align:left;
  457. }
  458.  
  459. #q {
  460. width:490px;
  461. background-color:{color:border};
  462. font-family:arial;
  463. font-size:9px;
  464. margin-top:-30px;
  465. padding:10px;
  466. line-height:150%;
  467. }
  468.  
  469. /*DON'T TOUCH*/
  470.  
  471. iframe#tumblr_controls {
  472. white-space:nowrap; -webkit-filter: invert(100%);
  473. -moz-filter: invert(100%);
  474. -o-filter: invert(100%);
  475. -ms-filter: invert(100%);
  476. filter: invert(100%);
  477. opacity:.3;
  478. }
  479.  
  480.  
  481. {CustomCSS}</style></head><body>
  482.  
  483. <div id="sidebar">
  484.  
  485. <div id="sidebarimage">
  486. <img src="{image:sidebar}"/>
  487. </div>
  488.  
  489. <div id="title">{text:title}</div>
  490.  
  491. <div id="description">
  492. {Description}
  493. <br>
  494.  
  495. <div class="links">
  496. <a href="/">home</a>
  497. <a href="/faq">contact</a>
  498. {block:IfShowLink1}<a href="{text:Link 1}">{text:Link 1 Text}</a>{/block:IfShowLink1}
  499. <a href="{text:Link 2}">{text:Link 2 Text}</a>
  500. <a href="http://callieargent.tumblr.com/">credit</a>
  501.  
  502. </div></ul></li></div>
  503.  
  504. </div>
  505.  
  506. <div id="entries">
  507. {block:Posts}
  508. <div id="post">
  509.  
  510. {block:Text}
  511. <div class="text">
  512. {block:Title}<h1>{Title}.</a></h1>{/block:Title}
  513. {Body}
  514. </div>
  515. {/block:Text}
  516.  
  517. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}
  518. {block:Caption}{Caption}{/block:Caption}{/block:Photo}
  519.  
  520. {block:Photoset}{Photoset-500}{block:Caption}{Caption}
  521. {/block:Caption}{/block:Photoset}
  522.  
  523. {block:Quote}<h2>"{Quote}"</h2>
  524. {block:Source}<h3> {Source}</h3>
  525. {/block:Source}{/block:Quote}
  526.  
  527. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  528.  
  529. {block:Chat}
  530. {block:Title}{Title}{/block:Title}
  531.  
  532. {block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  533.  
  534. {block:Audio}<left>{block:AlbumArt}<img src="{AlbumArtURL}" width="60px" height="60px" align="left" style="margin-top:5px;margin-right:10px" />{/block:AlbumArt}<span class="audio">{AudioPlayerWhite}</left></span>
  535. {block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  536. {block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  537. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times <br>
  538. {/block:Audio}<br>
  539.  
  540.  
  541. {block:Answer}
  542.  
  543. <div id="question"><h1>{Asker} inquired: </h1></div>
  544.  
  545. <div id="q"> {Question}</div>
  546.  
  547. {Answer}
  548.  
  549. {/block:Answer}
  550.  
  551. <div id="info">
  552. <code><a href="{Permalink}">{MonthNumberWithZero} . {DayofMonth} . {ShortYear}</a></code>
  553. {block:RebloggedFrom} <a href="{ReblogParentURL}">via</a>{/block:RebloggedFrom}
  554. </div>
  555.  
  556. <div id="notes">
  557. {block:ContentSource}<a href="{SourceURL}"><a href="{SourceURL}">source</a>{/block:ContentSource}
  558. {block:RebloggedFrom} <a href="{ReblogParentURL}" target="_blank"></a>{/block:RebloggedFrom}
  559. + {NoteCountWithLabel}</a> </div>
  560. {block:HasTags}
  561.  
  562. <div id="tags">
  563. {block:Tags}<a href="/tagged/{Tag}">#{Tag}</a>&nbsp;{/block:Tags}
  564. </div>{block:HasTags}
  565. </div>
  566.  
  567. {/block:Posts}
  568. {block:PostNotes}<br>{PostNotes}{/block:PostNotes}
  569. {/block:Posts}
  570.  
  571. {block:Pagination}<div id="pagi">
  572. {block:PreviousPage}<a href="{PreviousPage}">back</a>{/block:PreviousPage} &bull; {block:NextPage}<a href="{NextPage}">next</a>{/block:NextPage}</div>{/block:Pagination}
  573.  
  574.  
  575. </div></div></div>
  576. <br><br><br><br>
  577.  
  578. </div>
  579.  
  580. </body>
  581.  
  582. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement