Advertisement
dylaenobriens

Theme #35 / "Roger Rabbit"

Sep 22nd, 2013
165
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.05 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. <!-- Do not do anything against the rules and we'll be fine mmkay
  4. but if you do I WILL USE MAKE JUICE OUT OF YOUR BLOOD -->
  5.  
  6. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  7.  
  8.  
  9. <head>
  10.  
  11. <title>{Title}</title>
  12.  
  13. {block:Description}<meta name="description" content="{MetaDescription}"/>
  14. {/block:Description}
  15. <link rel="shortcut icon" href="{Favicon}" />
  16. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  17.  
  18. <meta name="color:Bg" content="#ffffff">
  19. <meta name="color:Link" content="#bbb8b8">
  20. <meta name="color:Text" content="#9a9a9a">
  21. <meta name="color:Ask Text" content="#ffffff">
  22. <meta name="color:Description Text" content="#030303">
  23. <meta name="color:Tags" content="#b9b7b7">
  24. <meta name="color:Ask" content="#000000">
  25. <meta name="color:Hover" content="#eeeeee">
  26. <meta name="color:Border" content="#000000">
  27. <meta name="color:Links Background" content="#000000">
  28. <meta name="color:Links Border" content="#ff0000">
  29. <meta name="color:Scrollbar" content="#000000">
  30. <meta name="color:Posts Title" content="#030303">
  31. <meta name="color:Bold Text" content="#8d8c8c">
  32. <meta name="color:Pagi" content="#000000">
  33.  
  34. <meta name="font:Sidebar Links" content="Arial">
  35. <meta name="font:Body" content="Arial">
  36.  
  37. <meta name="image:sidebar" content=""/>
  38.  
  39. <meta name="text:link 1" content="">
  40. <meta name="text:link 1 url" content="/">
  41. <meta name="text:link 2" content="">
  42. <meta name="text:link 2 url" content="/">
  43. <meta name="text:link 3" content="">
  44. <meta name="text:link 3 url" content="/">
  45. <meta name="text:link 4" content="">
  46. <meta name="text:link 4 url" content="/">
  47. <meta name="text:link 5" content="">
  48. <meta name="text:link 5 url" content="/">
  49. <meta name="text:link 6" content="">
  50. <meta name="text:link 6 url" content="/">
  51.  
  52. <meta name="if:Cursor" content="1">
  53. <meta name="if:500pxPosts" content="1">
  54. <meta name="if:400pxPosts" content="0">
  55. <meta name="if:StrikeHover" content="1">
  56. <meta name="if:NeonHover" content="0">
  57.  
  58.  
  59. <style type="text/css">
  60.  
  61.  
  62. /*--scrollbar--*/
  63.  
  64. ::-webkit-scrollbar-thumb:vertical {border:3px solid #fff;height:12px; background-color:{color:scrollbar};}
  65. ::-webkit-scrollbar-thumb:horizontal {background-color:#fff;}
  66. ::-webkit-scrollbar {background-color:{color:scrollbar};height:7px;width:12px;border:5px solid #fff;}
  67. ::-webkit-scrollbar-button:start:decrement, ::-webkit-scrollbar-button:end:increment{background-color:{color:scrollbar};display:block;height:8px;border-right:2px solid #fff;border-left:2px solid #fff;
  68. }
  69. /*--body--*/
  70.  
  71.  
  72. body {
  73. font-style:none;
  74. background-color:{color:bg};
  75. font-family:{font:Body};
  76. color:{color:text};
  77. font-size:8px;
  78. }
  79.  
  80.  
  81. a {
  82. color:{color:link};
  83. text-decoration:none;
  84. -webkit-transition: all 0.6s ease;
  85. -moz-transition: all 0.6s ease;
  86. -o-transition: all 0.6s ease;
  87. }
  88.  
  89. a:hover {
  90. color:{color:hover};
  91. text-decoration:none;
  92. -webkit-transition: all 0.8s ease-out;
  93. -moz-transition: all 0.8s ease-out;
  94. transition: all 0.8s ease-out;
  95. }
  96.  
  97. img {
  98. border:none;
  99. }
  100.  
  101. blockquote {
  102. padding-left:5px;
  103. border-left:2px solid {color:border};
  104. }
  105.  
  106. h1 {
  107. line-height:120%;
  108. font-family:{font:Body};
  109. text-align:center;
  110. font-size:17px;
  111. font-style:none;
  112. color:{color:Posts Title};
  113. }
  114.  
  115. h1 a {
  116. color:{color:Posts Title};
  117. }
  118.  
  119. b {
  120. color:{color:Bold Text};
  121. }
  122.  
  123. /*--Cursor code--*/
  124.  
  125. {block:ifCursor}
  126.  
  127. body, a{cursor:url("http://i.imgur.com/2qleX.jpg"), auto !important; }
  128.  
  129. a:hover{cursor:url("http://i.imgur.com/IepP2.jpg"), auto !important;}
  130.  
  131. {/block:ifCursor}
  132.  
  133.  
  134.  
  135. /*--sidebar--*/
  136. #sidebar {
  137. margin-left:-20px;
  138. margin-top:-40px;
  139. position:fixed;
  140. width:150px;
  141. text-align:left;
  142. }
  143.  
  144. #sidebarimage {
  145. width:140px;
  146. }
  147.  
  148. #sidebarimage img {
  149. position:fixed;
  150. width:221px;
  151. height:130px;
  152. margin-top:185px;
  153. margin-left:198px;
  154. padding:3px;
  155. }
  156.  
  157. /*--links--*/
  158.  
  159. #links {
  160. width:260px;
  161. font-family:{font:sidebar links};
  162. position:fixed;
  163. text-transform:uppercase;
  164. text-align:center;
  165. margin-top:330px;
  166. margin-left:185px;
  167. color:#fff;
  168. }
  169.  
  170. #links a {
  171. margin-bottom:4px;
  172. display:inline-block;
  173. width:60px;
  174. padding:5px;
  175. font-size:10px;
  176. background-color:{color:links background};
  177. color:#fff;
  178. border-bottom:3px solid {color:links border};
  179. {block:ifNeonHover}
  180. -webkit-transition: all 0.4s ease;
  181. -moz-transition: all 0.4s ease;
  182. -o-transition: all 0.4s ease;
  183. {/block:ifNeonHover}
  184. }
  185.  
  186. #links a:hover {
  187. {block:ifStrikeHover}
  188. text-decoration:line-through;
  189. {/block:ifStrikeHover}
  190. {block:ifNeonHover}
  191. text-shadow: 2px 0 .2px #FF0000, -1px 0 .2px #00F1F5;
  192. -webkit-transition: all 0.4s ease;
  193. -moz-transition: all 0.4s ease;
  194. -o-transition: all 0.4s ease;
  195. {/block:ifNeonHover}
  196. }
  197.  
  198. /*--description--*/
  199.  
  200. #description {
  201. width:220px;
  202. position:fixed;
  203. font-family:'new york';
  204. font-size:10px;
  205. text-align:justify;
  206. margin-left:203px;
  207. margin-top:395px;
  208. color:{color:Description Text};
  209. }
  210.  
  211. #description a {
  212. color:#000;
  213. }
  214.  
  215. /*--pagination--*/
  216.  
  217. #pagination {
  218. width:50px;
  219. position:fixed;
  220. text-align:center;
  221. font-size:9px;
  222. margin-left:295px;
  223. margin-top:445px;
  224. font-family:arial;
  225. text-transform:lowercase;
  226. }
  227.  
  228. #pagination a{
  229. color:{color:Pagi};
  230. }
  231.  
  232. #pagination a:hover {
  233. color:{color:Hover};
  234. }
  235.  
  236. /*--posts--*/
  237.  
  238. {block:if500pxPosts}
  239.  
  240. #posts {
  241. width:500px;
  242. margin-bottom:15px;
  243. padding:1px;
  244. font-size:11px;
  245. color:{color:Text};
  246. line-height:100%;
  247. text-align:justify;
  248. }
  249.  
  250. {/block:if500pxPosts}
  251.  
  252. {block:if400pxPosts}
  253.  
  254. #posts {
  255. width:400px;
  256. margin-bottom:10px;
  257. padding:1px;
  258. font-size:11px;
  259. color:{color:Text};
  260. line-height:100%;
  261. text-align:justify;
  262. }
  263.  
  264. {/block:if400pxPosts}
  265.  
  266. #postscontainer {
  267. margin-bottom:25px;
  268. padding:1px;
  269. margin-left:450px;
  270. margin-top:55px;
  271. }
  272.  
  273.  
  274. #info {
  275. font-family:'trebuchet ms';
  276. text-align:center;
  277. text-transform:uppercase;
  278. background-color:#000;
  279. margin-bottom:10px;
  280. font-size:9px;
  281. margin-top:10px;
  282. padding:5px;
  283. color:#fff;
  284. }
  285.  
  286. #info a {
  287. color:#fff;
  288. }
  289.  
  290.  
  291. /*--tags--*/
  292.  
  293. #tags {
  294. font-family:trebuchet ms;
  295. width:490px;
  296. margin-left:0px;
  297. margin-top:0px;
  298. font-size:8px;
  299. color:{color:Tags}:
  300. }
  301.  
  302. #tags a {
  303. color:{color:Tags};
  304. }
  305.  
  306. #tags a:hover {
  307. color:{color:Hover}
  308. }
  309.  
  310. /*--asks--*/
  311.  
  312.  
  313. #askbg {
  314. font-size:11px;
  315. text-align:center;
  316. color:{color:ask text};
  317. padding:12px;
  318. background-color:{color:ask};
  319. }
  320.  
  321. #askbg a {
  322. color:{color:ask text};
  323. }
  324.  
  325. .asker {
  326. font-weight:bold;
  327. text-align:left;
  328. color:black;
  329. font-family:arial;
  330. font-size:15px;
  331. }
  332.  
  333. .asker a {
  334. color:black;
  335. font-weight:bold;
  336. }
  337.  
  338. /*--quotes--*/
  339.  
  340. .quote {
  341. text-align:center;
  342. color:black;
  343. font-family:arial;
  344. font-weight:bold;
  345. font-size:15px;
  346. }
  347.  
  348.  
  349. /*--credit--*/
  350.  
  351. #credit {
  352. right:2px;
  353. bottom:-6px;
  354. font-size:9px;
  355. padding:5px;
  356. text-transform:uppercase;
  357. position:fixed;
  358. -webkit-transition: all 0.5s ease-out;
  359. -moz-transition: all 0.5s ease-out;
  360. transition: all 0.5s ease-out;
  361. }
  362.  
  363.  
  364.  
  365. #s-m-t-tooltip {
  366. max-width:300px;
  367. padding:3px 4px 5px 4px;
  368. margin:20px 0px 0px 20px;
  369. background-color:#000; /* change the background color */
  370. font-family:arial; /* change the font */
  371. font-size:9px; /* change the font size */
  372. letter-spacing:1px; /* change the letter spacing */
  373. text-transform:uppercase; /* can be uppercase, lowercase, none*/
  374. color:white; /* change the text color */
  375. z-index:999999999999999999999999999999999999;
  376. }
  377.  
  378.  
  379. {CustomCSS}
  380.  
  381. </style></head>
  382.  
  383. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  384.  
  385. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  386.  
  387. <script>
  388.  
  389. (function($){
  390.  
  391. $(document).ready(function(){
  392.  
  393. $("a[title]").style_my_tooltips({
  394.  
  395. tip_follows_cursor:true,
  396.  
  397. tip_delay_time:90,
  398.  
  399. tip_fade_speed:600,
  400.  
  401. attribute:"title"
  402.  
  403. });
  404.  
  405. });
  406.  
  407. })(jQuery);
  408.  
  409. </script>
  410.  
  411. <body>
  412.  
  413.  
  414. <div id="sidebar">
  415. <a href="/"><div id="sidebarimage"><img src="{image:sidebar}"></div></a>
  416.  
  417. <div id="description">{description}</div>
  418.  
  419. <div id="links">
  420. <a href="{text:link 1 url}">{text:link 1}</a><font-color="#fff">ii</font>
  421. <a href="{text:link 2 url}">{text:link 2}</a><font-color=#fff>ii</font>
  422. <a href="{text:link 3 url}">{text:link 3}</a><font-color=#fff>ii</font>
  423. <a href="{text:link 4 url}">{text:link 4}</a><font-color=#fff>ii</font>
  424. <a href="{text:link 5 url}">{text:link 5}</a><font-color=#fff>ii</font>
  425. <a href="{text:link 6 url}">{text:link 6}</a><font-color=#fff>ii</font>
  426. </div>
  427.  
  428. {block:Pagination}
  429. <div id="pagination">
  430.  
  431. {block:PreviousPage}<a href="{PreviousPage}">Prev</a>{/block:PreviousPage}
  432. - {block:NextPage}<a href="{NextPage}">Next</a>{/block:NextPage}
  433. </div>{/block:Pagination}
  434.  
  435. </div></div>
  436.  
  437.  
  438. <div id="postscontainer">
  439.  
  440. {block:Posts}
  441.  
  442. <div id="posts">
  443.  
  444.  
  445. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  446.  
  447.  
  448. {block:Photo}{LinkOpenTag}
  449.  
  450. {block:if500pxPosts}
  451. <img src="{PhotoURL-500}">
  452. {/block:if500pxPosts}
  453.  
  454. {block:if400pxPosts}
  455. <img src="{PhotoURL-400}">
  456. {/block:if400pxPosts}
  457.  
  458. {LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  459.  
  460. {block:Photoset}
  461.  
  462. {block:if500pxPosts}
  463. {Photoset-500}
  464. {/block:if500pxPosts}
  465.  
  466. {block:if400pxPosts}
  467. {Photoset-400}
  468. {/block:if400pxPosts}
  469.  
  470. {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  471.  
  472. {block:Quote}<div class="quote">"{Quote}"</div><br>{block:Source}<center>{Source}</center>{/block:Source}{/block:Quote}
  473.  
  474. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  475.  
  476. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  477.  
  478. {block:Audio}{AudioPlayerWhite}{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  479.  
  480. {block:Video}
  481.  
  482. {block:if500pxPosts}
  483. {Video-500}
  484. {/block:if500pxPosts}
  485.  
  486. {block:if400pxPosts}
  487. {Video-400}
  488. {/block:if400pxPosts}
  489.  
  490. {block:Caption}{Caption}{/block:Caption}{/block:Video}
  491.  
  492.  
  493. {block:Answer}<div class="asker">{Asker} asked:</div><br><div id="askbg">{Question}</div> {Answer}{/block:Answer}
  494.  
  495. <div id="info"><a href="{ReblogURL}" target="_blank" class="details">Reblog</a><a href="{Permalink}"> -
  496. {NoteCountWithLabel}</a> - {block:Date}<a href="{Permalink}">
  497. {TimeAgo}</a></a>{/block:Date} {block:RebloggedFrom}- <a href="{ReblogParentURL}"
  498. title="{ReblogParentName}">Via</a> - <a href="{ReblogRootURL}"title="{ReblogRootName}">Source</a>{/block:RebloggedFrom}</div>
  499. {block:HasTags} <div id="tags">Tags:{block:Tags} #<a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}
  500.  
  501.  
  502. </div>
  503.  
  504. {/block:Posts}
  505.  
  506. {block:PostNotes}{PostNotes}</div>{/block:PostNotes}
  507. {/block:Posts}
  508.  
  509. </div>
  510.  
  511. <div id="credit"><a href="http://dylaenobriens.tumblr.com/"><img src="http://media.tumblr.com/f78b1fec46a70a8118ddab423289c8f4/tumblr_inline_mr9wxg8gt01qz4rgp.png" width="40px;"></div>
  512. </body>
  513. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement