Advertisement
jesstroya

hiatus/redirect

Apr 24th, 2014
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.69 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.  
  3. <!--------------------------------------------------------------------
  4. Theme by rnisogyny. Please do not remove the credit link or use this as a base for your own themes. Thank you !!
  5. --------------------------------------------------------------------->
  6.  
  7. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  8.  
  9. <head>
  10.  
  11. <link rel="shortcut icon" href="{Favicon}">
  12. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  13. <title>{Title}</title>
  14.  
  15. <!--------------------------VARIABLES-------------------------------->
  16.  
  17. <meta name="color:background" content="#f0f8fc" />
  18. <meta name="color:text" content="#696969" />
  19. <meta name="color:links" content="#471644" />
  20. <meta name="color:link hover" content="#d7a7e8" />
  21. <meta name="color:glow" content="#32cc37" />
  22. <meta name="color:shadow" content="#333333" />
  23. <meta name="color:description" content="#e0d1d1" />
  24. <meta name="color:button color" content="#e0d1d1" />
  25.  
  26. <meta name="image:image" content="" />
  27. <meta name="image:background" content="" />
  28.  
  29. <meta name="if:image inside box" content="1" />
  30. <meta name="if:background cover" content="1" />
  31.  
  32. <meta name="if:dropdown menu" content="0" />
  33. <meta name="if:regular links" content="0" />
  34. <meta name="if:button menu" content="0" />
  35. <meta name="if:button menu 2" content="1" />
  36.  
  37. <meta name="if:shadow" content="1" />
  38. <meta name="if:glow" content="0" />
  39. <meta name="if:transparent backgrounds" content="1" />
  40. <meta name="if:rounded corners" content="1" />
  41.  
  42. <meta name="text:button text" content="hi" />
  43. <meta name="text:button text 2" content="bye" />
  44. <meta name="text:button 2 text" content="Navigation" />
  45.  
  46. <!----------------------------LINKS---------------------------------->
  47.  
  48. <meta name="text:Link 1 Text" content="" />
  49. <meta name="text:Link 1 URL" content="" />
  50. <meta name="text:Link 2 Text" content="" />
  51. <meta name="text:Link 2 URL" content="" />
  52. <meta name="text:Link 3 Text" content="" />
  53. <meta name="text:Link 3 URL" content="" />
  54. <meta name="text:Link 4 Text" content="" />
  55. <meta name="text:Link 4 URL" content="" />
  56. <meta name="text:Link 5 Text" content="" />
  57. <meta name="text:Link 5 URL" content="" />
  58.  
  59. <meta name="if:Link 1" content="1" />
  60. <meta name="if:Link 2" content="1" />
  61. <meta name="if:Link 3" content="1" />
  62. <meta name="if:Link 4" content="1" />
  63. <meta name="if:Link 5" content="1" />
  64.  
  65. <link href='http://fonts.googleapis.com/css?family=Inconsolata' rel='stylesheet' type='text/css'>
  66.  
  67. <script src="http://static.tumblr.com/me5sfsd/1YFl414t0/jquery142.js"></script>
  68. <script type="text/javascript">
  69. $(document).ready(function () {
  70. $('li.drawer div:nth-child(2)').hide();
  71. $('li.drawer h4').click(function () {
  72. if ($(this).hasClass('open')) {
  73. $('li.drawer div:visible:nth-child(2)').slideUp().prev().removeClass('open');}
  74. else {
  75. $('li.drawer div:visible:nth-child(2)').slideUp().prev().removeClass('open');
  76. $(this).next().slideDown();
  77. $(this).addClass('open');}
  78. });
  79. });
  80. </script>
  81.  
  82. <style type="text/css">
  83.  
  84. body {
  85. background-color:{color:background};
  86. background-image: url('{image:background}');
  87. background-attachment:fixed;
  88. {block:ifbackgroundcover}
  89. background-size:cover;
  90. {/block:ifbackgroundcover}
  91. {block:ifnotbackgroundcover}
  92. background-size:height;
  93. {/block:ifnotbackgroundcover}
  94. font-family: 'Inconsolata', sans-serif;
  95. }
  96.  
  97. a {
  98. text-decoration:none;
  99. color:{color:links};
  100. -webkit-transition: all 0.7s ease-out;
  101. -moz-transition: all 0.7s ease-out;
  102. transition: all 0.7s ease-out;
  103. }
  104.  
  105. a:link {
  106. text-decoration: none;
  107. -o-transition: all 0.5s ease-out;
  108. -webkit-transition: all 0.5s ease-out;
  109. -moz-transition: all 0.5s ease-out;
  110. }
  111.  
  112. a:visited {
  113. text-decoration: none;
  114. -o-transition: all 0.5s ease-out;
  115. -webkit-transition: all 0.5s ease-out;
  116. -moz-transition: all 0.5s ease-out;
  117. }
  118.  
  119. a:hover {
  120. color:{color:link hover};
  121. -o-transition: all 0.2s ease-out;
  122. -webkit-transition: all 0.2s ease-out;
  123. -moz-transition: all 0.2s ease-out;
  124. }
  125.  
  126. #box {
  127. {block:ifroundedcorners}
  128. border-radius:9px;
  129. {/block:ifroundedcorners}
  130. position:fixed;
  131. margin-left:570px;
  132. margin-top:200px;
  133. width:200px;
  134. }
  135.  
  136. #boximagein img {
  137. max-width:200px;
  138. opacity:1;
  139. padding-bottom:5px;
  140. }
  141.  
  142. #boximageout img {
  143. max-width:200px;
  144. opacity:1;
  145. padding-bottom:5px;
  146. }
  147.  
  148. #description {
  149. {block:ifroundedcorners}
  150. border-radius:9px;
  151. {/block:ifroundedcorners}
  152. width:200px;
  153. font-size:11px;
  154. text-align:center;
  155. {block:iftransparentbackgrounds}
  156. border:1px solid white;
  157. background:rgba(255,255,255,.4);
  158. {/block:iftransparentbackgrounds}
  159. {block:ifnottransparentbackgrounds}
  160. border:1px solid;
  161. background:{color:description};
  162. {/block:ifnottransparentbackgrounds}
  163. {block:ifshadow}
  164. -moz-box-shadow:7px 7px 2px {color:shadow};
  165. -webkit-box-shadow:7px 7px 2px {color:shadow};
  166. box-shadow:7px 7px 2px {color:shadow};
  167. {/block:ifshadow}
  168. {block:ifglow}
  169. -moz-box-shadow: 0 0 10px 3px {color:glow};
  170. -webkit-box-shadow: 0 0 10px 3px {color:glow};
  171. box-shadow: 0 0 10px 3px {color:glow};
  172. {/block:ifglow}
  173. }
  174.  
  175. #nav {
  176. padding:10px;
  177. }
  178.  
  179. #button {
  180. padding-bottom:15px;
  181. }
  182.  
  183. #button2 .b2 {
  184. background-color:{color:button color};
  185. padding:5px;
  186. display:inline-block;
  187. text-align: center;
  188. overflow: hidden;
  189. border: 1px solid gray;
  190. transition: all 1s ease-out;
  191. -o-transition-transition: all 1s ease-out;
  192. -webkit-transition: all 1s ease-out;
  193. -moz-transition: all 1s ease-out;
  194. }
  195.  
  196. #links2 a {
  197. background:rgba(255,255,255,.5);
  198. border:1px solid;
  199. display:block;
  200. font-size:7pt;
  201. padding:2px;
  202. margin-top:5px;
  203. margin-bottom:7px;
  204. letter-spacing:0px;
  205. text-align:center;
  206. position:center;
  207. border-radius:80px;
  208. }
  209.  
  210. #links a:hover {
  211. background:rgba(255,255,255,.7);
  212. letter-spacing:1px;
  213. text-transform:bold;
  214. }
  215.  
  216. #links2 a:hover {
  217. background:rgba(255,255,255,0);
  218. }
  219.  
  220. ul#drawers {
  221. width: 100px;
  222. list-style: none;
  223. margin: 0 auto;
  224. padding: 0px;
  225. color:{color:links};
  226. }
  227.  
  228. ul#drawers li h4 {
  229. padding: 1px;
  230. text-transform: Camelcase;
  231. font-size: 10px;
  232. text-align: center;
  233. background-color: #363835;
  234. background: rgba(255, 255, 255, 0.0);
  235. -webkit-transition: background-color 0.5s ease-out;
  236. -moz-transition: background-color 0.5s ease-out;
  237. transition: background-color 0.5s ease-out;
  238. }
  239.  
  240. h4.small {
  241. height: 100%;
  242. }
  243.  
  244. li.drawer h4.open {
  245. background-color: #121213;
  246. color:{color:links};
  247. }
  248.  
  249. li.drawer div {
  250. background-color: #363835;
  251. background: rgba(255, 255, 255, 0.0);
  252. }
  253.  
  254. li.drawer div li {
  255. list-style-type: disc;
  256. }
  257.  
  258. li.drawer div ul {
  259. -webkit-padding-start: 12px;
  260. }
  261.  
  262. {CustomCSS}
  263.  
  264. </style>
  265.  
  266. </head>
  267.  
  268. <body>
  269.  
  270. <div id="box">
  271.  
  272. <center>
  273.  
  274. <div id="boximageout">
  275. {block:ifnotimageinsidebox}
  276. <div id="boximageout">
  277. <a href="/"><img src="{image:image}"/></a>
  278. </div> <!----boximageout---->
  279. {block:ifnotimageinsidebox}
  280. </div> <!----boximageout---->
  281.  
  282. <div id="description">
  283.  
  284. <div id="boximagein">
  285. {block:ifimageinsidebox}
  286. <div id="boximagein">
  287. <a href="/"><img src="{image:image}"/></a>
  288. </div> <!----boximagein---->
  289. {block:ifimageinsidebox}
  290. </div> <!----boximagein---->
  291.  
  292. {block:Description}
  293. {Description}
  294. <p>
  295.  
  296. {block:ifbuttonmenu2}
  297. <ul id="drawers">
  298. <li class="drawer">
  299. <div id="button2">
  300. <center>
  301. <h4>
  302. <div class="b2">
  303. {text:button 2 text}
  304. </div>
  305. </h4>
  306. <div align="center">
  307. <div class="blinks">
  308. {block:iflink1}<a href="{text:link 1 URL}">{text:link 1 text}<br></a>
  309. {/block:iflink1}
  310. <p>
  311. {block:iflink2}<a href="{text:link 2 URL}">{text:link 2 text}<br></a>
  312. {/block:iflink2}
  313. <p>
  314. {block:iflink3}<a href="{text:link 3 URL}">{text:link 3 text}<br></a>
  315. {/block:iflink3}
  316. <p>
  317. {block:iflink4}<a href="{text:link 4 URL}">{text:link 4 text}<br></a>
  318. {/block:iflink4}
  319. <p>
  320. {block:iflink5}<a href="{text:link 5 URL}">{text:link 5 text}<br></a>
  321. {/block:iflink5}
  322. <p>
  323. <a href="http://rnisogyny.tumblr.com">theme<br></a>
  324. </div>
  325. </div>
  326. </div>
  327. </li>
  328. </ul>
  329. </div>
  330.  
  331. {/block:ifbuttonmenu2}
  332.  
  333. {block:ifbuttonmenu}
  334. <div id="button">
  335.  
  336. <div style="margin-top: 5px; margin-left: 0px; margin-bottom:-10px;font-size: 13px;font-family:'Inconsolata';color:{color:link};"><div style="">
  337. <button type="button" class="button"
  338. onmouseover="this.sv=this.style.backgroundColor; this.style.backgroundColor='#f4f4f4';"
  339. onmouseout="if(this.sv)this.style.backgroundColor=this.sv; else this.style.backgroundColor='';" onclick="this.parentNode.parentNode.childNodes[1].style.display = ''; this.parentNode.style.display = 'none'; return false;"
  340. style="">{text:button text}</button>
  341. </div><div class="spoiler" style="display: none;">
  342. <div><button type="button" class="button"
  343. onclick="this.parentNode.parentNode.parentNode.childNodes[0].style.display = ''; this.parentNode.parentNode.style.display = 'none'; return false;">{text:button text 2}</button>
  344. </div>
  345.  
  346. <div class="num">
  347. {block:iflink1}<a href="{text:link 1 URL}">{text:link 1 text}<br></a>
  348. {/block:iflink1}
  349. {block:iflink2}<a href="{text:link 2 URL}">{text:link 2 text}<br></a>
  350. {/block:iflink2}
  351. {block:iflink3}<a href="{text:link 3 URL}">{text:link 3 text}<br></a>
  352. {/block:iflink3}
  353. {block:iflink4}<a href="{text:link 4 URL}">{text:link 4 text}<br></a>
  354. {/block:iflink4}
  355. {block:iflink5}<a href="{text:link 5 URL}">{text:link 5 text}<br></a>
  356. {/block:iflink5}
  357. <a href="http://playstatlon.tumblr.com">theme<br></a>
  358. </div> <!----num---->
  359. </div>
  360. </div>
  361. </div> <!----button---->
  362. {/block:ifbuttonmenu}
  363.  
  364. {block:ifdropdownmenu}
  365. <div id="nav">
  366. <center><select name="menu" onchange="window.location=this.options[this.selectedIndex].value;" style="width: 110px; height: 17px; font-size: 12px; font-family:Inconsolata;"><option>Navigation</option></option>
  367.  
  368. {block:iflink1}<option value="{text:Link 1 URL}">{text:Link 1 Text}</option>
  369. {/block:iflink1}
  370. {block:iflink2}<option value="{text:Link 2 URL}">{text:Link 2 Text}</option>
  371. {/block:iflink2}
  372. {block:iflink3}<option value="{text:Link 3 URL}">{text:Link 3 Text}</option>
  373. {/block:iflink3}
  374. {block:iflink4}<option value="{text:Link 4 URL}">{text:Link 4 Text}</option>
  375. {/block:iflink4}
  376. {block:iflink5}<option value="{text:Link 5 URL}">{text:Link 5 Text}</option>
  377. {/block:iflink5}
  378. <option value="http://playstatlon.tumblr.com">theme</option>
  379. </select>
  380. </div> <!----nav---->
  381. {/block:ifdropdownmenu}
  382.  
  383. {block:ifregularlinks}
  384. <center>
  385. <div id="links2">
  386. <table width="200px">
  387.  
  388. <td>
  389. <a href="{text:Link 1 URL}">{text:link 1 text}</a>
  390. <a href="{text:Link 2 URL}">{text:link 2 text}</a>
  391. </td>
  392.  
  393. <td>
  394. <a href="{text:Link 3 URL}">{text:link 3 text}</a>
  395. <a href="{text:Link 4 URL}">{text:link 4 text}</a>
  396. </td>
  397.  
  398. <td>
  399. <a href="{text:Link 5 URL}">{text:link 5 text}</a>
  400. <a href="http://playstatlon.tumblr.com">theme</a>
  401. </td>
  402. </tr>
  403. </table>
  404. </div> <!----links2---->
  405. </center>
  406. {/block:ifregularlinks}
  407.  
  408. </div> <!----description---->
  409. {/block:Description}
  410.  
  411. </div> <!-------->
  412.  
  413.  
  414. </body>
  415.  
  416. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement