Advertisement
dylaenobriens

Theme #39/The Fault In Our Stars

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