Advertisement
dylaenobriens

Theme #42: A Love Like War

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