Advertisement
dylaenobriens

Theme #43: Wherever You Are

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