Advertisement
dylaenobriens

Theme #45:Counting Stars

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