Advertisement
shotforthesky

Tumblr Theme #010

May 5th, 2012
324
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.86 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 Mimì @ thearmyinside.tumblr.com
  4. -->
  5.  
  6. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  7.  
  8. <html>
  9. <head>
  10.  
  11. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script><script src="http://static.tumblr.com/ikeq9mi/DfYl6o46t/scrolltotop.min.js"></script><a href="javascript:;" id="scrollToTop"><img src="http://dl.dropbox.com/u/38384326/Stars/BackToTop%20White.png" width="50px" height="40px" border="0"></a>
  12.  
  13. <link href='http://fonts.googleapis.com/css?family=Great+Vibes' rel='stylesheet' type='text/css'>
  14.  
  15. <meta name="color:Background" content="#0e0c08"/>
  16. <meta name="color:Sidebar" content="#12100b"/>
  17. <meta name="color:Border" content="#25231d"/>
  18. <meta name="color:Text" content="#8e7b68"/>
  19. <meta name="color:Title" content="#949494"/>
  20. <meta name="color:Entry" content=""/>
  21. <meta name="color:Link" content="#d3ae8e"/>
  22. <meta name="color:Hover" content="#bd997a"/>
  23. <meta name="color:nlink" content=""/>
  24. <meta name="color:nhover" content=""/>
  25. <meta name="color:Icon" content="#25231d"/>
  26. <meta name="color:Strong" content="#7a6957"/>
  27. <meta name="color:Selection" content="090808"/>
  28.  
  29. <meta name="font:Body" content="Georgia"/>
  30. <meta name="font:Title" content="Georgia"/>
  31.  
  32. <meta name="image:Background" content=""/>
  33. <meta name="image:Sidebar" content=""/>
  34.  
  35. <meta name="if:Infinite Scrolling" content=""/>
  36.  
  37. <meta name="text:Link 1" content="" />
  38. <meta name="text:Link 1 Title" content="" />
  39. <meta name="text:Link 2" content="" />
  40. <meta name="text:Link 2 Title" content="" />
  41. <meta name="text:Link 3" content="" />
  42. <meta name="text:Link 3 Title" content="" />
  43. <meta name="text:Link 4" content="" />
  44. <meta name="text:Link 4 Title" content="" />
  45. <meta name="text:Link 5" content="" />
  46. <meta name="text:Link 5 Title" content="" />
  47.  
  48. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js" type="text/javascript"><!--mce:0--></script>
  49. <script src="toggle.js" type="text/javascript"><!--mce:1--></script>
  50. <script type="text/javascript">
  51. $(document).ready(function(){
  52. $(".description").hide();
  53. $(".plus").click(function(){
  54. $('.description').slideToggle("slow");
  55. return true;
  56. });
  57. });
  58. </script>
  59.  
  60. <title>{Title}</title>
  61. <link rel="shortcut icon" href="{Favicon}">
  62. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  63. {block:Description}
  64. <meta name="description" content="{MetaDescription}" />
  65. {/block:Description}
  66.  
  67. <script type='text/javascript' src='http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js'></script>
  68.  
  69. <style type="text/css">
  70.  
  71. #scrollToTop:link,#scrollToTop:visited { color: transparent; background-color: transparent; display: none; position: fixed; bottom: 10px; right: 15px;}
  72.  
  73. body {
  74. background-color:{color:Background};
  75. background-image:url ({image:Background});
  76. background-attachment:fixed;
  77. color:{color:text};
  78. font-family:{font:Body};
  79. font-size:10px;
  80. margin:0px;
  81. }
  82.  
  83. a:link, a:active, a:visited {
  84. color:{color:Link};
  85. text-decoration:none;
  86. transition: all 0.4s ease-out;
  87. -o-transition-transition: all 0.4s ease-out;
  88. -webkit-transition: all 0.4s ease-out;
  89. -moz-transition: all 0.4s ease-out;
  90. }
  91. a:hover {
  92. color:{color:Hover};
  93. transition: all 0.4s ease-out;
  94. -o-transition-transition: all 0.4s ease-out;
  95. -webkit-transition: all 0.4s ease-out;
  96. -moz-transition: all 0.4s ease-out;
  97. }
  98.  
  99. #entries {
  100. margin-left: 400px;
  101. margin-top: 0px;
  102. width: 500px;
  103. margin-bottom:10px;
  104. }
  105.  
  106. #posts {
  107. padding-top: 30px;
  108. margin-bottom: 20px;
  109. }
  110.  
  111. #box {
  112. background-color:none;
  113. width:500px;
  114. height:auto;
  115. margin-bottom:10px;
  116. }
  117.  
  118. #title {
  119. font-size:17px;
  120. text-align:center;
  121. letter-spacing:3px;
  122. color: {color:Title};
  123. font-family: "Great Vibes", cursive;
  124. text-transform:lowercase;
  125. line-height:110%
  126. }
  127.  
  128. #bar {
  129. background-color:none;
  130. border-left: 1px dotted {color:Border};
  131. height:auto;
  132. width:200px;
  133. margin-top:200px;
  134. margin-left:930px;
  135. text-align:center;
  136. position:fixed;
  137. }
  138.  
  139. #icon {
  140. border-color: {color:Icon};
  141. border: 10px solid;
  142. height:48px;
  143. width:48px;
  144. margin-top:40px;
  145. margin-left:20px;
  146. position:fixed;
  147. color:{color:Icon};
  148. }
  149.  
  150. #sidebar {
  151. background-color:{color:Sidebar};
  152. width:250px;
  153. height:auto;
  154. float:left;
  155. margin-left:50px;
  156. margin-top:50px;
  157. text-align:center;
  158. line-height:110%;
  159. position:fixed;
  160. padding:4px;
  161. }
  162.  
  163. .sidebarimg img {
  164. width:250px;
  165. height:auto;
  166. margin-bottom:3px;
  167. }
  168.  
  169. #pagination {
  170. margin-top: 320px;
  171. margin-left:968px;
  172. font-family:georgia;
  173. text-align:center;
  174. font-size:11px;
  175. position:fixed;
  176. }
  177.  
  178. h1 {
  179. color:{color:Title};
  180. text-align:center;
  181. font-family:{font:Title};
  182. font-size:17px;
  183. letter-spacing:1px;
  184. font-weight:normal;
  185. margin:5px;
  186. padding:0px;
  187. text-transform:none;
  188. }
  189. h2 {
  190. color:{color:Font};
  191. font-family:{font:Body};
  192. font-size:13px;
  193. line-height:14px;
  194. font-weight:normal;
  195. font-style:italic;
  196. text-align:left;
  197. text-transform:none;
  198. }
  199.  
  200. .links_list {
  201. margin:0px;
  202. padding:0px;
  203. width:250px;
  204. }
  205.  
  206. .links_body a{
  207. height:10px;
  208. display:block;
  209. background:{color:nlink};
  210. color:{color:Link};
  211. opacity:.5;
  212. padding:5px;
  213. margin:1px;
  214. letter-spacing:2px;
  215. font-family: sans-serif;
  216. text-align:center;
  217. height:10px;
  218. font-size:7px;
  219. text-transform:uppercase;
  220. -webkit-transition: all 0.3s ease;
  221. -moz-transition: all 0.3s ease;
  222. transition: all 0.3s ease;
  223. }
  224.  
  225. .links_body a:hover {
  226. color:{color:Hover};
  227. background-color:{color:nlink};
  228. opacity:1;
  229. text-transform:uppercase;
  230. -webkit-transition: all 0.3s ease;
  231. -moz-transition: all 0.3s ease;
  232. transition: all 0.3s ease;
  233. }
  234.  
  235. .plus{
  236. position: relative;
  237. color: white;
  238. padding: 0px 6px 5px 6px;
  239. cursor:help;
  240. }
  241.  
  242. .description{
  243. color: {color:Font};
  244. text-align:justify;
  245. }
  246.  
  247. #tags {
  248. text-transform: lowercase;
  249. width: 500px;
  250. height:auto;
  251. border-top: 1px dashed {color:Border};
  252. padding-bottom:10px;
  253. }
  254.  
  255. #answer {
  256. margin-top:0px;
  257. }
  258.  
  259. #question {
  260. font:13px arial;
  261. letter-spacing:0px;
  262. }
  263. #asker a {
  264. color: {color:Link};
  265. }
  266. #asker img {
  267. float:left;
  268. margin:10px;
  269. }
  270.  
  271. blockquote {
  272. border-left:2px {color:Body} solid;
  273. padding-left:5px;
  274. margin:0px 2px 0px 10px;
  275. }
  276. blockquote img, blockquote a img {max-width: 390px}
  277.  
  278. b, strong {
  279. color:{color:Strong};
  280. }
  281. i, em {
  282. color:{color:Font};
  283. }
  284. p {
  285. margin-top:3px;
  286. margin-bottom:3px;
  287. }
  288.  
  289. img a {border:none}
  290. .audio {
  291. background-color:black;
  292. display:block;
  293. }
  294.  
  295. .user_1 .label {
  296. color:{color:Title};
  297. font-weight:bold;
  298. }
  299. .user_2 .label {
  300. color:{color:Text};
  301. font-weight:bold;
  302. }
  303. ul.chat, .chat ol, .chat li {
  304. list-style:none;
  305. margin:0px;
  306. padding:0px;
  307. }
  308.  
  309. .notes img {
  310. width:10px;
  311. position:relative;
  312. top:1px;
  313. }
  314. ol.notes, .notes li {
  315. list-style:none;
  316. margin:0px;
  317. padding:0px;
  318. }
  319. iframe input, iframe submit, iframe textarea, iframe div, iframe table {
  320. background-color:transparent!important;
  321. }
  322.  
  323. ::-webkit-scrollbar-thumb:vertical {background-color:{color:Border}; height:50px;}
  324. ::-webkit-scrollbar-thumb:horizontal {background-color:{color:Border}; height:10px!important;}
  325. ::-webkit-scrollbar {background-color:#ffffff; height:10px; width:10px;}
  326. ::-moz-selection {background-color:transparent; color:{color:Selection};}
  327. ::selection {background-color:transparent; color:{color:Selection};}
  328.  
  329. </style>
  330. <style type="text/css">{CustomCSS}</style>
  331.  
  332. <script type='text/javascript'>//<![CDATA[
  333. $(window).load(function(){
  334. $(function() {
  335. var a = function() {
  336. var b = $(window).scrollTop();
  337. var d = $("#scroller-anchor").offset({scroll:false}).top;
  338. var c=$("#scroller");
  339. if (b>d) {
  340. c.css({position:"fixed",top:"-10px"})
  341. } else {
  342. if (b<=d) {
  343. c.css({position:"relative",top:""})
  344. }
  345. }
  346. };
  347. $(window).scroll(a);a()
  348. });
  349. });//]]>
  350.  
  351. </script>
  352.  
  353. {block:ifInfiniteScrolling}<script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>{/block:ifInfiniteScrolling}
  354.  
  355. </head>
  356.  
  357. <body>
  358.  
  359. <div id="sidebar">
  360. <center><div class="links_list">
  361. <div class="links_body">
  362. <a href="/">Home</a>
  363. <a href="/archive">Archive</a>
  364. <a href="/ask">{AskLabel}</a>
  365. {block:ifLink1}<a href="{text:Link 1}">{text:Link 1 Title}</a>{/block:ifLink1}
  366. {block:ifLink2}<a href="{text:Link 2}">{text:Link 2 Title}</a>{/block:ifLink2}
  367. {block:ifLink3}<a href="{text:Link 3}">{text:Link 3 Title}</a>{/block:ifLink3}
  368. {block:ifLink4}<a href="{text:Link 4}">{text:Link 4 Title}</a>{/block:ifLink4}
  369. {block:ifLink5}<a href="{text:Link 5}">{text:Link 5 Title}</a>{/block:ifLink5}
  370. <a target="_blank" href="http://thearmyinside.tumblr.com/tagged/themes">(C)</a>
  371. </div></div></center>
  372. {block:ifSidebarImage}<div class="sidebarimg"><img src="{image:Sidebar}"/></div>{/block:ifSidebarImage}
  373. {block:IndexPage}<center><div class="plus"><div id="title">{Title}</div></div></center>
  374. <div class="description">{Description}</div>{/block:IndexPage}</div>
  375. <br>
  376.  
  377. {block:ifNotInfiniteScrolling}<div id="pagination">
  378. {block:PreviousPage}<a href="{PreviousPage}"> prev &nbsp</a> {/block:PreviousPage}{CurrentPage}/{TotalPages}{block:NextPage}<a href="{NextPage}">&nbsp next </a></a>{/block:NextPage}
  379. </div>{/block:ifNotInfiniteScrolling}
  380.  
  381. <div id="bar"><div id="icon"><img src="{PortraitURL-48}" class="imdava"></div></div>
  382.  
  383. <div id="entries">
  384. {block:ifInfiniteScrolling}<div class="autopagerize_page_element">{/block:ifInfiniteScrolling}
  385. {block:Posts}
  386. <div id="posts">
  387. {block:Quote}<h2>"{Quote}"&nbsp; - {Source}</h2>{/block:Quote}
  388. {block:Title}<h1>{Title}&nbsp;</h1>{/block:Title}
  389. {block:Text}{Body}{/block:Text}
  390.  
  391. {block:ContentSource}
  392. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  393. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  394. {/block:SourceLogo}
  395. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  396. {/block:ContentSource}
  397.  
  398. {block:Link}<a href="{URL}" class="link" {Target}><h1>{Name}&nbsp;</h1></a>
  399. {block:Description}<P>{Description}</p>{/block:Description}{/block:Link}
  400.  
  401. <p style="margin-top:5px;">{block:Photo}<center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  402. {block:Photoset}<center>{Photoset-500}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photoset}</p>
  403.  
  404. {block:Chat}<ul class="chat">{block:Lines}<li class="user_{UserNumber}">{block:Label}<span class="label">{Label}</span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul>{/block:Chat}
  405.  
  406. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  407.  
  408. {block:Answer}
  409. <div id="question"> <img src="{AskerPortraitURL-40}" border="0" style=" float: left; margin:2px;" /> <b>{Asker}</b> asked: <br />{Question}</div><br>
  410. <div id="answer">{Answer}</div>{/block:Answer}
  411.  
  412. <center>{block:Audio}
  413. {block:AlbumArt}
  414. <img src="{AlbumArtURL}" style="width:400px;"/>
  415. {/block:AlbumArt}<br><br>
  416. <div style="width:500px;background-color:black;text-align:center;">{AudioPlayerBlack}</div><br>
  417. {block:Artist}{Artist}{/block:Artist} - {block:TrackName}{TrackName}{/block:TrackName} || <strong>{PlayCountWithLabel}</strong><br>
  418. <div style="margin-top:10px;margin-bottom:10px;text-align:center;">{block:Caption}{Caption}{/block:Caption}</div>
  419. {/block:Audio}</center>
  420.  
  421.  
  422. {block:Date}<div id="box"><div id="tags"><div style="float:left;padding:2px;font-style:italic;"><a style="" href="{Permalink}">{ShortMonth} {DayOfMonth}</a> - <a style="" href="{Permalink}">{NoteCount} notes</a>{block:RebloggedFrom} - <a style="" href="{ReblogParentURL}" title="{ReblogParentName}" >via</a> - <a style="" href="{ReblogRootURL}" title="{ReblogRootName}" >original</a> {/block:RebloggedFrom}</div>{block:HasTags}<div style="float:right;width:300px;height:auto;text-align:right;">{block:Tags}+ <a href="/tagged/{Tag}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}</div></div>{/block:Date}<br>
  423.  
  424. {/block:Posts}{block:ifInfiniteScrolling}</div>{/block:ifInfiniteScrolling}
  425. {block:PostNotes}{PostNotes}{/block:PostNotes}
  426. </div>
  427. </div>
  428.  
  429. </body>
  430. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement