Advertisement
dylaenobriens

Theme #36 / "State Of Grace"

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