Advertisement
inquisitorismage

Tags Page o2

Apr 26th, 2014
2,310
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.17 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>
  5.  
  6. <title>{Title}</title>
  7.  
  8. <link rel="shortcut icon" href="{Favicon}" />
  9. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  10.  
  11. {block:Description}
  12. <meta name="description" content="{MetaDescription}" />
  13. {/block:Description}
  14.  
  15.  
  16.  
  17.  
  18.  
  19.  
  20.  
  21.  
  22.  
  23. <!--------------------------------------------
  24.  
  25.  
  26. TAGS PAGE #02 by INQUISITORISMAGE.tumblr.com
  27.  
  28. You can edit the page but please don't be a thief and LEAVE the CREDIT.
  29. Do NOT use parts of my code for your own purposes.
  30.  
  31.  
  32. -------------------------------------------->
  33.  
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  43. <script src="http://static.tumblr.com/rzl30kg/eAxm7a751/jquery.style-my-tooltips.js"></script>
  44. <script>
  45. (function($){
  46. $(document).ready(function(){
  47. $("[title]").style_my_tooltips({
  48. tip_follows_cursor:true,
  49. tip_delay_time:200,
  50. tip_fade_speed:300
  51. }
  52. );
  53. });
  54. })(jQuery);
  55. </script>
  56.  
  57.  
  58. <style type="text/css">
  59.  
  60.  
  61. ::-webkit-scrollbar {
  62. width:5px;
  63. height:5px;
  64. background: #fff;
  65. }
  66.  
  67.  
  68. ::-webkit-scrollbar-thumb:vertical {
  69. height:5px;
  70. background: #e0e0e0;
  71. }
  72.  
  73.  
  74. ::-webkit-scrollbar-thumb:horizontal {
  75. height:5px;
  76. background: #e0e0e0;
  77. }
  78.  
  79.  
  80. #s-m-t-tooltip {
  81. z-index: 99999;
  82. position: absolute;
  83. background-color: #f5f5f5;
  84. padding: 5px;
  85. padding-bottom: 3px;
  86. padding-top: 3px;
  87. max-width: 300px;
  88. margin-top: 20px;
  89. margin-left: 10px;
  90. display: inline-block;
  91. text-transform: uppercase;
  92. font-style: ;
  93. font-family: consolas;
  94. font-size: 8px;
  95. color: #a0a0a0;
  96. letter-spacing: 3px;
  97. }
  98.  
  99.  
  100. body {
  101. background-image:url('');
  102. background-position:fixed;
  103. background-color: #fafafa;
  104. text-align: center;
  105. font-family: calibri;
  106. text-transform: uppercase;
  107. font-size: 8px;
  108. letter-spacing: 2px;
  109. line-height: 150%;
  110. }
  111.  
  112.  
  113. a, a:visited {
  114. text-decoration: none;
  115. -webkit-transition: 0.5s linear;
  116. -moz-transition: 0.5s linear;
  117. -o-transition: 0.5s linear;
  118. color: #cacaca;
  119. }
  120.  
  121.  
  122. a:hover, a:active {
  123. text-decoration: none;
  124. -webkit-transition: 0.5s linear;
  125. -moz-transition: 0.5s linear;
  126. -o-transition: 0.5s linear;
  127. color: #999;
  128. }
  129.  
  130.  
  131. .content {
  132. margin: auto;
  133. width: 540px;
  134. }
  135.  
  136.  
  137. .portrait img {
  138. width: 40px;
  139. height: 40px;
  140. border: 7px solid #f7f7f7;
  141. outline: 1px solid #f0f0f0;
  142. }
  143.  
  144.  
  145. .portrait {
  146. margin-top: 70px;
  147. width: auto;
  148.  
  149. /* If you want to remove the spin animation, get rid of everything starting from here... */
  150.  
  151. -webkit-transform: perspective(150px) rotate(0deg);
  152. -moz-transform: perspective(150px) rotate(0deg);
  153. -o-transform: perspective(150px) rotate(0deg);
  154. -webkit-transition: all .5s ease-in-out;
  155. -moz-transition: all .5s ease-in-out;
  156. -o-transition: all .5s ease-in-out;
  157. transition: all .5s ease-in-out;
  158. }
  159.  
  160.  
  161. .portrait img:hover {
  162.  
  163. -webkit-transform: perspective(150px) rotate(360deg);
  164. -moz-transform: perspective(150px) rotate(360deg);
  165. -o-transform: perspective(150px) rotate(360deg);
  166. -webkit-transition: all .5s ease-in-out;
  167. -moz-transition: all .5s ease-in-out;
  168. -o-transition: all .5s ease-in-out;
  169. transition: all .5s ease-in-out;
  170.  
  171. /* ...all the way to here. This way the icon won't do the spinning thing when you hover over it. */
  172.  
  173. }
  174.  
  175.  
  176.  
  177.  
  178.  
  179.  
  180. .colorbar {
  181. height: 4px;
  182. width: 500px;
  183. margin-left: 20px;
  184. margin-top: 47px;
  185. position: absolute;
  186. }
  187.  
  188.  
  189. .colorbarpart {
  190. width: 25%;
  191. height: 4px;
  192. float: left;
  193. }
  194.  
  195.  
  196. .navi {
  197. position: absolute;
  198. width: 500px;
  199. background-color: #222;
  200. letter-spacing: 1px;
  201. margin-top: 10px;
  202. padding-top: 12px;
  203. text-align: center;
  204. height: 25px;
  205. margin-left: 20px;
  206. -webkit-border-top-left-radius: 25px;
  207. -webkit-border-top-right-radius: 25px;
  208. -moz-border-radius-topleft: 25px;
  209. -moz-border-radius-topright: 25px;
  210. border-top-left-radius: 25px;
  211. border-top-right-radius: 25px;
  212. }
  213.  
  214.  
  215. .navi a {
  216. margin: 4px;
  217. border: px dotted #eee;
  218. color: #eaeaea;
  219. text-align: center;
  220. background-color: #333;
  221. padding: 4px;
  222. -moz-transition-duration: 0.5s;
  223. -o-transition-duration: 0.5s;
  224. -webkit-transition-duration: 0.5s;
  225. transition-duration: 0.5s;
  226. }
  227.  
  228.  
  229. .navi a:hover {
  230. -moz-transition-duration: 0.5s;
  231. -o-transition-duration: 0.5s;
  232. -webkit-transition-duration: 0.5s;
  233. transition-duration: 0.5s;
  234. color: #888;
  235. }
  236.  
  237.  
  238. .table {
  239. margin-top: 42px;
  240. }
  241.  
  242.  
  243. .tagtitle {
  244. font-family: cambria;
  245. text-align: center;
  246. display: block;
  247. line-height: 13px;
  248. width: 145px;
  249. height: 16px;
  250. font-weight: normal;
  251. font-size: 10px;
  252. letter-spacing: 1px;
  253. text-transform: lowercase;
  254. border-bottom: 1px solid #dc6e97;
  255. color: #c0c0c0;
  256. margin-bottom: 8px;
  257. margin-top: 18px;
  258. }
  259.  
  260.  
  261. form {
  262. margin-top: 10px;
  263. width: 500px;
  264. }
  265.  
  266.  
  267. .search {
  268. padding: 5px 15px 5px 15px;
  269. }
  270.  
  271.  
  272. .rounded {
  273. border-radius:15px;
  274. -moz-border-radius:15px;
  275. -webkit-border-radius:15px;
  276. }
  277.  
  278.  
  279. input[type=text] {
  280. color:#bcbcbc;
  281. width: 180px;
  282. }
  283.  
  284.  
  285. input[type=submit], input[type=submit]:hover {
  286. position: relative;
  287. padding: 6px;
  288. padding-top: 4px;
  289. padding-bottom: 4px;
  290. left: 8px;
  291. border: 1px solid #e0e0e0;
  292. background: #eee;
  293. color: #aaa;
  294. cursor: pointer;
  295. font-family: cambria;
  296. font-size: 9px;
  297. letter-spacing: 1px;
  298. text-transform: lowercase;
  299. }
  300.  
  301.  
  302. .searchtags input[type=text] {
  303. border: 1px solid #ddd;
  304. background-color: #fcfcfc;
  305. font-family: calibri;
  306. font-size: 8px;
  307. letter-spacing: 1px;
  308. text-transform: uppercase;
  309. }
  310.  
  311.  
  312. .xxx {
  313. -webkit-border-radius: 50px;
  314. -moz-border-radius: 50px;
  315. border-radius: 50px;
  316. position: fixed;
  317. bottom: 10px;
  318. right: 10px;
  319. background-color: #ff5a49;
  320. height: 30px;
  321. width: 30px;
  322. }
  323.  
  324.  
  325. .xxx a {
  326. background: transparent;
  327. text-transform: lowercase;
  328. color: #fff;
  329. font-style: italic;
  330. font-family: georgia;
  331. font-size: 17px;
  332. letter-spacing: -1px;
  333. margin-left: -2px;
  334. line-height: 27px;
  335. }
  336.  
  337.  
  338. </style>
  339. </head>
  340.  
  341. <body>
  342.  
  343. <div class="content">
  344.  
  345.  
  346.  
  347. <!---------------------------------------------------
  348.  
  349. The image that displays here is your
  350. avatar. If you want to use another
  351. image, replace {PortraitURL-40} with
  352. the URL of the image you want.
  353.  
  354. ---------------------------------------------------->
  355.  
  356. <div class="portrait">
  357. <img src="{PortraitURL-40}">
  358. </div>
  359.  
  360.  
  361. <!---------------------------------------------------
  362.  
  363. You can customize the navigation links
  364. here. Add more or remove some or do
  365. whatever you want!
  366.  
  367. ---------------------------------------------------->
  368.  
  369. <div class="navi">
  370. <a href="/">home</a>
  371. <a href="/ask">ask</a>
  372. <a href="http://www.tumblr.com" target="_blank">dash</a>
  373. </div>
  374.  
  375.  
  376. <!---------------------------------------------------
  377.  
  378. Here's the color bar. If you want
  379. different colors, just replace the
  380. hex codes after background-color:.
  381.  
  382. ---------------------------------------------------->
  383.  
  384. <div class="colorbar">
  385. <div class="colorbarpart" style="background-color:#f683d2;"></div>
  386. <div class="colorbarpart" style="background-color:#ea51b9;"></div>
  387. <div class="colorbarpart" style="background-color:#c8008a;"></div>
  388. <div class="colorbarpart" style="background-color:#a614b7;"></div>
  389. </div>
  390.  
  391.  
  392. <div class="table">
  393. <table cellspacing="35" style="margin-left: -22px;">
  394. <tr>
  395.  
  396.  
  397.  
  398. <!----------------------------
  399.  
  400. BEGIN COLUMN 1
  401.  
  402. The column begins with <td> and ends with </td>.
  403.  
  404. You can make a heading with
  405. <div class="tagtitle">heading here</div>.
  406.  
  407. Tags go between <a href="/tagged/"> and </a>.
  408.  
  409. Tag names and URLs are the same, for example
  410. <a href="/tagged/HEY">HEY</a>
  411. or <a href="/tagged/THIS-IS-A-TAG">THIS IS A TAG</a>.
  412.  
  413. ----------------------------->
  414.  
  415. <td valign="top">
  416.  
  417.  
  418.  
  419. <div class="tagtitle">
  420. title here
  421. </div>
  422.  
  423. <a href="/tagged/" target="_blank">tag</a>
  424. <br>
  425.  
  426. <a href="/tagged/" target="_blank">tag</a>
  427. <br>
  428.  
  429. <a href="/tagged/" target="_blank">tag</a>
  430. <br>
  431.  
  432. <a href="/tagged/" target="_blank">tag</a>
  433. <br>
  434.  
  435. <a href="/tagged/" target="_blank">tag</a>
  436. <br>
  437.  
  438. <a href="/tagged/" target="_blank">tag</a>
  439. <br>
  440.  
  441. <a href="/tagged/" target="_blank">tag</a>
  442. <br>
  443.  
  444.  
  445.  
  446. <div class="tagtitle">
  447. title here
  448. </div>
  449.  
  450. <a href="/tagged/" target="_blank">tag</a>
  451. <br>
  452.  
  453. <a href="/tagged/" target="_blank">tag</a>
  454. <br>
  455.  
  456. <a href="/tagged/" target="_blank">tag</a>
  457. <br>
  458.  
  459.  
  460.  
  461. <div class="tagtitle">
  462. title here
  463. </div>
  464.  
  465. <a href="/tagged/" target="_blank">tag</a>
  466. <br>
  467.  
  468. <a href="/tagged/" target="_blank">tag</a>
  469. <br>
  470.  
  471. <a href="/tagged/" target="_blank">tag</a>
  472. <br>
  473.  
  474. <a href="/tagged/" target="_blank">tag</a>
  475. <br>
  476.  
  477. <a href="/tagged/" target="_blank">tag</a>
  478. <br>
  479.  
  480.  
  481.  
  482. </td>
  483.  
  484.  
  485.  
  486. <!----------------------------
  487.  
  488. BEGIN COLUMN 2
  489.  
  490. The column begins with <td> and ends with </td>.
  491.  
  492. You can make a heading with
  493. <div class="tagtitle">heading here</div>.
  494.  
  495. Tags go between <a href="/tagged/"> and </a>.
  496.  
  497. Tag names and URLs are the same, for example
  498. <a href="/tagged/HEY">HEY</a>
  499. or <a href="/tagged/THIS-IS-A-TAG">THIS IS A TAG</a>.
  500.  
  501. ----------------------------->
  502.  
  503. <td valign="top">
  504.  
  505.  
  506.  
  507. <div class="tagtitle">
  508. title here
  509. </div>
  510.  
  511. <a href="/tagged/" target="_blank">tag</a>
  512. <br>
  513.  
  514. <a href="/tagged/" target="_blank">tag</a>
  515. <br>
  516.  
  517. <a href="/tagged/" target="_blank">tag</a>
  518. <br>
  519.  
  520. <a href="/tagged/" target="_blank">tag</a>
  521. <br>
  522.  
  523.  
  524.  
  525. <div class="tagtitle">
  526. title here
  527. </div>
  528.  
  529. <a href="/tagged/" target="_blank">tag</a>
  530. <br>
  531.  
  532. <a href="/tagged/" target="_blank">tag</a>
  533. <br>
  534.  
  535. <a href="/tagged/" target="_blank">tag</a>
  536. <br>
  537.  
  538. <a href="/tagged/" target="_blank">tag</a>
  539. <br>
  540.  
  541. <a href="/tagged/" target="_blank">tag</a>
  542. <br>
  543.  
  544.  
  545.  
  546. <div class="tagtitle">
  547. title here
  548. </div>
  549.  
  550. <a href="/tagged/" target="_blank">tag</a>
  551. <br>
  552.  
  553. <a href="/tagged/" target="_blank">tag</a>
  554. <br>
  555.  
  556. <a href="/tagged/" target="_blank">tag</a>
  557. <br>
  558.  
  559. <a href="/tagged/" target="_blank">tag</a>
  560. <br>
  561.  
  562. <a href="/tagged/" target="_blank">tag</a>
  563. <br>
  564.  
  565. <a href="/tagged/" target="_blank">tag</a>
  566. <br>
  567.  
  568.  
  569.  
  570. </td>
  571.  
  572.  
  573.  
  574. <!----------------------------
  575.  
  576. BEGIN COLUMN 3
  577.  
  578. The column begins with <td> and ends with </td>.
  579.  
  580. You can make a heading with
  581. <div class="tagtitle">heading here</div>.
  582.  
  583. Tags go between <a href="/tagged/"> and </a>.
  584.  
  585. Tag names and URLs are the same, for example
  586. <a href="/tagged/HEY">HEY</a>
  587. or <a href="/tagged/THIS-IS-A-TAG">THIS IS A TAG</a>.
  588.  
  589. ----------------------------->
  590.  
  591. <td valign="top">
  592.  
  593.  
  594.  
  595. <div class="tagtitle">
  596. title here
  597. </div>
  598.  
  599. <a href="/tagged/" target="_blank">tag</a>
  600. <br>
  601.  
  602. <a href="/tagged/" target="_blank">tag</a>
  603. <br>
  604.  
  605. <a href="/tagged/" target="_blank">tag</a>
  606. <br>
  607.  
  608. <a href="/tagged/" target="_blank">tag</a>
  609. <br>
  610.  
  611. <a href="/tagged/" target="_blank">tag</a>
  612. <br>
  613.  
  614.  
  615.  
  616. <div class="tagtitle">
  617. title here
  618. </div>
  619.  
  620. <a href="/tagged/" target="_blank">tag</a>
  621. <br>
  622.  
  623. <a href="/tagged/" target="_blank">tag</a>
  624. <br>
  625.  
  626. <a href="/tagged/" target="_blank">tag</a>
  627. <br>
  628.  
  629. <a href="/tagged/" target="_blank">tag</a>
  630. <br>
  631.  
  632. <a href="/tagged/" target="_blank">tag</a>
  633. <br>
  634.  
  635. <a href="/tagged/" target="_blank">tag</a>
  636. <br>
  637.  
  638. <a href="/tagged/" target="_blank">tag</a>
  639. <br>
  640.  
  641.  
  642.  
  643. <div class="tagtitle">
  644. title here
  645. </div>
  646.  
  647. <a href="/tagged/" target="_blank">tag</a>
  648. <br>
  649.  
  650. <a href="/tagged/" target="_blank">tag</a>
  651. <br>
  652.  
  653. <a href="/tagged/" target="_blank">tag</a>
  654. <br>
  655.  
  656.  
  657.  
  658. </td>
  659.  
  660. </tr>
  661. </table>
  662. </div>
  663.  
  664.  
  665.  
  666. <!---------------------------------------------------
  667.  
  668. SEARCH BOX
  669.  
  670. You can change the box text to something
  671. else if you like, just replace 'looking
  672. for another tag?' with whatever you want,
  673. or you can even remove it completely.
  674.  
  675. ---------------------------------------------------->
  676.  
  677. <div class="searchtags">
  678. <form action="/search" method="get">
  679.  
  680. <span>
  681. <input type="text" class="search rounded" name="q" value="{SearchQuery}" placeholder="looking for another tag?"/><input type="submit" value="Search"/>
  682. </span>
  683.  
  684. </form>
  685. </div>
  686.  
  687.  
  688. </div>
  689. </div>
  690.  
  691.  
  692. <div class="xxx">
  693. <a href="http://inquisitorismage.tumblr.com" target="_blank" title="page by inquisitorismage">iim</a>
  694. </div>
  695.  
  696. </body>
  697. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement