Advertisement
chezshay

nevillles #2 / if i ever feel better

Jan 13th, 2014
1,070
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.35 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. <!-- theme by nevillles-->
  5.  
  6. <head>
  7.  
  8. <script type="text/javascript"
  9. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  10. <script>
  11. $(document).ready(function() {
  12. //
  13. $('a.poplight[href^=#]').click(function() {
  14. var popID = $(this).attr('rel'); //Get Popup Name
  15. var popURL = $(this).attr('href'); //Get Popup href to define size
  16. var query= popURL.split('?');
  17. var dim= query[1].split('&');
  18. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  19. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"></a>');
  20. var popMargTop = ($('#' + popID).height() + 80) / 2;
  21. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  22. //Apply Margin to Popup
  23. $('#' + popID).css({
  24. 'margin-top' : -popMargTop,
  25. 'margin-left' : -popMargLeft
  26. });
  27. $('body').append('<div id="fade"></div>');
  28. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  29. return false;
  30. });
  31. $('a.close, #fade').live('click', function() {
  32. $('#fade , .popup_block').fadeOut(function() {
  33. $('#fade, a.close').remove(); //fade them both out
  34. });
  35. return false;
  36. });
  37. });
  38. </script>
  39.  
  40. <title>{Title}</title>
  41. <link rel="shortcut icon" href="{Favicon}">
  42. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  43. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  44.  
  45.  
  46. <meta name="color:Background" content="#ffffff"/>
  47. <meta name="color:Text" content="#838282"/>
  48. <meta name="color:Link" content="#b8b8b8"/>
  49. <meta name="color:Links Background" content="#b8b8b8"/>
  50. <meta name="color:Info Background" content="#b8b8b8"/>
  51. <meta name="color:Hover" content="#838282"/>
  52. <meta name="image:sidebar" content=""/>
  53. <meta name="text:Link 1 URL" content="01">
  54. <meta name="text:Navi Link 1 Title">
  55. <meta name="text:Navi Link 1 URL">
  56. <meta name="text:Navi Link 2 Title">
  57. <meta name="text:Navi Link 2 URL">
  58. <meta name="text:Navi Link 3 Title">
  59. <meta name="text:Navi Link 3 URL">
  60. <meta name="text:Navi Link 4 Title">
  61. <meta name="text:Navi Link 4 URL">
  62. <meta name="text:Navi Link 5 Title">
  63. <meta name="text:Navi Link 5 URL">
  64. <meta name="text:Navi Link 6 Title">
  65. <meta name="text:Navi Link 6 URL">
  66.  
  67. <style type="text/css">
  68.  
  69. body {
  70. background:{color:background};
  71. margin:0px;
  72. color:{color:text};
  73. font-family:times;
  74. font-size:11px;
  75. line-height:110%;
  76. text-align:justify
  77. }
  78.  
  79. a {
  80. text-decoration:none;
  81. outline:none;
  82. -moz-outline-style:none;
  83. color:{color:link};
  84. }
  85.  
  86. a:hover{
  87. color:{color:hover};
  88. }
  89.  
  90. img {
  91. border:none;
  92. }
  93.  
  94. blockquote {
  95. padding-left:5px;
  96. border-left:1px solid;
  97. }
  98.  
  99. blockquote blockquote {
  100. padding-left:2px;
  101. border-left:1px solid;
  102. }
  103.  
  104. h1 {
  105. font-size:15px;
  106. font-family:times;
  107. text-align:center;
  108. text-transform:lowercase;
  109. text-indent:50px;
  110.  
  111. }
  112.  
  113. .popup_block{
  114. display: none; /*--hidden by default--*/
  115. background: #fff;
  116. padding: 20px;
  117. float: left;
  118. position: fixed;
  119. top: 360px; left: 332px;
  120. z-index: 99999;
  121. }
  122. img.btn_close {
  123. float: right;
  124. margin: -5px -5px 0 0;
  125. }
  126.  
  127. #entries {
  128. padding:10px;
  129. width:500px;
  130. margin-left:500px;
  131. margin-top:40px;
  132. }
  133.  
  134. #title{margin-top:90px;
  135. padding:10px;
  136. background-color:{color:Info Background};
  137. margin-left:-5px;
  138. font-size:20px;
  139. letter-spacing:-1px;
  140. font-weight:bold;
  141. position:fixed;
  142. width: 215px;}
  143.  
  144.  
  145.  
  146. #post {
  147. width:500px;
  148. margin-bottom:50px;
  149. }
  150.  
  151. #sidebar {
  152. position:fixed;
  153. margin-left:200px;
  154. margin-top:200px;
  155. }
  156.  
  157. #sidebarimage {
  158. width 245px;
  159. margin-top:10px;
  160. margin-left:-10px;
  161. z-index:-100000;
  162. }
  163.  
  164. #sidebarimage img {
  165. width:245px;
  166. height:200px;
  167. }
  168.  
  169. .desc {
  170. font-size:8px;
  171. opacity:1;
  172. font-family:times;
  173. position:fixed;
  174. position:fixed;
  175. text-align:justify;
  176. text-transform:lowercase;
  177. color:{color:Text};
  178. overflow:auto;
  179. z-index:999;
  180. width:70px;
  181. margin-top:285px;
  182. margin-left:113px;
  183. }
  184.  
  185. #links{
  186. width:150px;
  187. margin-top:-160px;
  188. margin-left:-130px;
  189. text-align:center;
  190. font-family:times;
  191. position:fixed;
  192. }
  193.  
  194. #links a{
  195. text-align:center;
  196. background-color:{color:Info Background};
  197. width:10px;
  198. height:10px;
  199. display:inline-block;
  200. font-style:none;
  201. text-transform:lowercase;
  202. font-size:9px;
  203. margin-left:5px;
  204. margin-bottom:20px;
  205. padding:10px;
  206. }
  207.  
  208. #navi{
  209. text-align:center;
  210. font-family:times;
  211. }
  212.  
  213. #navi a{
  214. text-align:center;
  215. width:50px;
  216. height:10px;
  217. display:inline-block;
  218. font-style:none;
  219. text-transform:lowercase;
  220. font-size:9px;
  221. margin-bottom:3px;
  222. padding:10px;
  223. background-color:{color:info background};
  224. }
  225.  
  226. #links a:hover{
  227. color:{color:hover};
  228. }
  229.  
  230.  
  231. #info {
  232. text-align:center;
  233. margin-top:10px;
  234. font-size:9px;
  235. font-family:times;
  236. background-color:{color:Info Background};
  237. padding:5px;
  238. }
  239.  
  240.  
  241. #tags{
  242. font-size:9px;
  243. text-transform:lowercase;
  244. padding-top:5px;
  245. text-align:center;
  246. }
  247.  
  248. #asker{
  249. font-family: times;
  250. text-align:left;
  251. font-size:12px;
  252. padding:5px;
  253. background:{color:info background};
  254. width:100%;
  255. }
  256.  
  257. #pagination{
  258. background-color:{color:Info Background};}
  259.  
  260. #cred {
  261. position:fixed;
  262. background-color:{color:Info Background};
  263. text-transform:uppercase;
  264. font-size:9px;
  265. right:9px;
  266. bottom:9px;
  267. padding:4px;
  268. letter-spacing:1px;
  269. }
  270.  
  271.  
  272. {CustomCSS}</style></head><body>
  273. <div id="sidebar">
  274. <div id="title">{title}</div>
  275. <div id="sidebarimage"><img src={image:sidebar}>
  276. </div>
  277.  
  278. <div id="links">
  279. <a href="/">I</a>
  280. <a href="/ask">II</a>
  281. <br><br><br><br>
  282. <a href="{text:Link 1 URL}">III</a>
  283. <a href="#?w=195" rel="box1" class="poplight">IV</a></div>
  284.  
  285. <div id="box1" class="popup_block">
  286. <div id="navi">
  287. <a href="{text:Navi Link 1 URL}">{text:Navi Link 1 Title}</a>
  288. <a href="{text:Navi Link 2 URL}">{text:Navi Link 2 Title}</a>
  289. <a href="{text:Navi Link 3 URL}">{text:Navi Link 3 Title}</a>
  290. <a href="{text:Navi Link 4 URL}">{text:Navi Link 4 Title}</a>
  291. <a href="{text:Navi Link 5 URL}">{text:Navi Link 5 Title}</a>
  292. <a href="{text:Navi Link 6 URL}">{text:Navi Link 6 Title}</a>
  293. </div>
  294. </div>
  295.  
  296. </div></div></div></div></div></div></div></div></div></div>
  297.  
  298. <div class="desc">{Description}
  299.  
  300. <center><div id="pagination">{block:Pagination}
  301. {block:PreviousPage}<a href="{PreviousPage}">prev</a>{/block:PreviousPage}
  302. {block:NextPage}<a href="{NextPage}">next</a>{/block:NextPage}
  303. {/block:Pagination}</div></center>
  304.  
  305. </div>
  306. </div>
  307.  
  308. <div id="entries">{block:Posts}<div id="post">
  309.  
  310. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  311.  
  312. {block:Photo}{LinkOpenTag}<center><img src="{PhotoURL-500}"></center>{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  313.  
  314. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  315.  
  316. {block:Quote}{Quote}{block:Source} —{Source}{/block:Source}{/block:Quote}
  317.  
  318. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  319.  
  320. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  321.  
  322. {block:Audio}{AudioPlayerWhite}{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  323.  
  324. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  325.  
  326. {block:Answer}<b><div id="asker">{Asker}</b>: {Question}</div><br>{Answer}{/block:Answer}
  327.  
  328. <div id="info"><a href="{Perimalink}">{block:Date}<a href="{Permalink}">{Month} {DayOfMonth}</a> {/block:Date} with <a href="{Permalink}">{NoteCount} notes </a> {block:RebloggedFrom} — <a href="{ReblogParentURL}">via</a> ; {/block:RebloggedFrom} {block:ContentSource}<a href="{SourceURL}"> src <a href="{SourceURL}"></a>{/block:ContentSource}{/block:RebloggedFrom}
  329. <br></div>
  330. <div id="tags">{block:HasTags}{block:Tags} # <a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}
  331. </div></div>
  332. {block:PostNotes}{PostNotes}{/block:PostNotes}
  333. {/block:Posts}</div>
  334. <div id="cred">
  335. <a href="http://nevillles.tumblr.com/">NV</a>
  336. </div></div>
  337. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement