Advertisement
dylaenobriens

Theme #44: Unconditionally

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