Advertisement
shotforthesky

Theme 002 (with Infinite Scrolling)

Nov 29th, 2011
183
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.75 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://i41.tinypic.com/etf607.png" width="60px" height="60px" border="0"></a>
  12.  
  13. <meta name="color:background" content="#ffffff"/>
  14. <meta name="color:sidebar" content="#000000"/>
  15. <meta name="color:text" content="#000000"/>
  16. <meta name="color:title" content="#946b66"/>
  17. <meta name="color:entry" content="#946b66"/>
  18. <meta name="color:link" content="#ad5365"/>
  19. <meta name="color:hover" content="#e9ded6"/>
  20. <meta name="color:slink" content="#f1ecdo"/>
  21. <meta name="color:nlink" content="#946b66"/>
  22. <meta name="color:icon" content="#000000"/>
  23. <meta name="font:body" content="Georgia"/>
  24. <meta name="font:title" content="Georgia"/>
  25. <meta name="image:background" content=""/>
  26. <meta name="image:sidebar" content=""/>
  27. <meta name="if:title" content="1"/>
  28.  
  29. <meta name="text:Link 1" content="" />
  30. <meta name="text:Link 1 Title" content="" />
  31. <meta name="text:Link 2" content="" />
  32. <meta name="text:Link 2 Title" content="" />
  33. <meta name="text:Link 3" content="" />
  34. <meta name="text:Link 3 Title" content="" />
  35. <meta name="text:Link 4" content="" />
  36. <meta name="text:Link 4 Title" content="" />
  37. <meta name="text:Link 5" content="" />
  38. <meta name="text:Link 5 Title" content="" />
  39.  
  40. <title>{Title}</title>
  41. <link rel="shortcut icon" href="{Favicon}">
  42. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  43. {block:Description}
  44. <meta name="description" content="{MetaDescription}" />
  45. {/block:Description}
  46.  
  47. <style type="text/css">
  48.  
  49. #scrollToTop:link,#scrollToTop:visited { color: transparent; background-color: transparent; display: none; position: fixed; bottom: 10px; right: 15px;}
  50.  
  51. body {
  52. background-color:{color:background};
  53. background-image:url ({image:background});
  54. background-attachment:fixed;
  55. color:{color:text};
  56. font-family:{font:body};
  57. font-size:10px;
  58. margin:0px;
  59. }
  60.  
  61. a:link, a:active, a:visited {
  62. color:{color:link};
  63. text-decoration:none;
  64. }
  65. a:hover {
  66. color:{color:hover};
  67. -webkit-transition.duration: 0.5s;
  68. -moz-transition-duration:0,5s;
  69. }
  70.  
  71. #entries {
  72. margin-left:470px;
  73. margin-top:20px;
  74. width:510px;
  75. }
  76.  
  77. #icon {
  78. border-color: {color:icon};
  79. border: 13px solid;
  80. height:48px;
  81. width:48px;
  82. margin-left:-185px;
  83. position:fixed;
  84. color:{color:icon};
  85. }
  86.  
  87. #posts {
  88. background-color:{color:entry};
  89. margin-bottom:8px;
  90. padding:6px;
  91. }
  92.  
  93. #title {
  94. font-size:14px;
  95. text-align:center;
  96. letter-spacing:3px;
  97. color:{color:title};
  98. font-family:Georgia;
  99. text-transform:lowercase;
  100. font-style:Georgia;
  101. line-height:110%;
  102. }
  103.  
  104. #sidebarimg img {
  105. width:200px;
  106. height:auto;
  107. text-align:center;
  108. }
  109.  
  110. #sidebar {
  111. width:200px;
  112. height:auto;
  113. float:left;
  114. margin-left:250px;
  115. margin-top:30px;
  116. padding:4px;
  117. background-color:{color:sidebar};
  118. text-align:center;
  119. position:fixed;
  120. }
  121.  
  122. h1 {
  123. color:{color:title};
  124. font-family:{font:title};
  125. font-size:13px;
  126. line-height:17px;
  127. letter-spacing:0px;
  128. font-weight:normal;
  129. margin:0px;
  130. padding:0px;
  131. text-align:left;
  132. text-transform:lowercase;
  133. }
  134.  
  135. h2 {
  136. color:{color:title};
  137. font-family:{font:title};
  138. font-size:13px;
  139. line-height:14px;
  140. letter-spacing:0px;
  141. font-weight:normal;
  142. margin:0px;
  143. padding:0px;
  144. margin-bottom:-0px;
  145. font-style:italic;
  146. text-align:left;
  147. text-transform:lowercase;
  148. }
  149.  
  150. .links {
  151. width:90px;
  152. height:400px;
  153. margin-left:-110px;
  154. margin-top:7px;
  155. position:fixed;
  156. overflow:hidden;
  157. border-left:0px solid;
  158. border-right:0px solid;
  159. padding:2px;
  160. }
  161.  
  162. .links a {
  163. border-left:3px solid {color:link};
  164. width:140px;
  165. display:block;
  166. background-color:{color:slink};
  167. margin:0px 0px 1px 3px;
  168. font:9px {font:body};
  169. text-transform:lowercase;
  170. color:{color:link};
  171. text-decoration:none;
  172. letter-spacing:3px;
  173. text-align:left;
  174. padding:1px;
  175. }
  176.  
  177. .links a:hover {
  178. background-color:{color:nlink};
  179. transition: all 0.4s ease-out;
  180. -o-transition-transition: all 0.4s ease-out;
  181. -webkit-transition: all 0.4s ease-out;
  182. -moz-transition: all 0.4s ease-out;
  183. padding-left:20px;
  184. }
  185.  
  186. #nav {
  187. width:150px;
  188. height:400px;
  189. margin-left:1000px;
  190. margin-top:250px;
  191. position:fixed;
  192. overflow:hidden;
  193. border-left:0px solid;
  194. border-right:0px solid;
  195. padding:2px;
  196. }
  197. #nav a {
  198. border-left:10px solid {color:link};
  199. width:140px;
  200. display:block;
  201. background-color:{color:slink};
  202. margin:0px 0px 1px 3px;
  203. font:9px {font:body};
  204. text-transform:lowercase;
  205. color:{color:link};
  206. text-decoration:none;
  207. letter-spacing:3px;
  208. text-align:left;
  209. padding:1px;
  210. }
  211. #nav a:hover {
  212. background-color:{color:nlink};
  213. transition: all 0.4s ease-out;
  214. -o-transition-transition: all 0.4s ease-out;
  215. -webkit-transition: all 0.4s ease-out;
  216. -moz-transition: all 0.4s ease-out;
  217. padding-left:20px;
  218. }
  219.  
  220. #info {
  221. font-family:arial;
  222. font-size:9px;
  223. text-transform:lowercase;
  224. text-align:center
  225. }
  226.  
  227. #answer {
  228. margin-top:0px;
  229. }
  230.  
  231. #question {
  232. font:13px arial;
  233. letter-spacing:0px;
  234. }
  235. #asker a {
  236. color: {color:link};
  237. }
  238. #asker img {
  239. float:left;
  240. margin:10px;
  241. }
  242.  
  243. blockquote {
  244. border-left:2px {color:body} solid;
  245. padding-left:5px;
  246. margin:0px 2px 0px 10px;
  247. }
  248. blockquote img, blockquote a img {max-width: 490px}
  249.  
  250. b, strong {
  251. color:{color:title};
  252. }
  253. i, em {
  254. color:{color:title};
  255. }
  256. p {
  257. margin-top:3px;
  258. margin-bottom:3px;
  259. }
  260.  
  261. img a {border:none}
  262. .audio {
  263. background-color:black;
  264. display:block;
  265. }
  266.  
  267. .user_1 .label {
  268. color:{color:title};
  269. font-weight:bold;
  270. }
  271. .user_2 .label {
  272. color:{color:text};
  273. font-weight:bold;
  274. }
  275. ul.chat, .chat ol, .chat li {
  276. list-style:none;
  277. margin:0px;
  278. padding:0px;
  279. }
  280.  
  281. .notes img {
  282. width:10px;
  283. position:relative;
  284. top:1px;
  285. }
  286. ol.notes, .notes li {
  287. list-style:none;
  288. margin:0px;
  289. padding:0px;
  290. }
  291. iframe input, iframe submit, iframe textarea, iframe div, iframe table {
  292. background-color:transparent!important;
  293. }
  294.  
  295. </style>
  296. <style type="text/css">{CustomCSS}</style>
  297.  
  298. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  299.  
  300. </head>
  301.  
  302. <body>
  303. <div id="sidebar">
  304. {block:ifTitle}<a href="/"><font size="4">{Title}</font></a>{/block:ifTitle}
  305. <br><br>
  306. <div id="icon"><img src="{PortraitURL-48}" class="imdava"></div>
  307. <div class="links">
  308. <a href="/">Home</a>
  309. <a href="/archive">Archive</a>
  310. <a href="/ask">Ask me</a>
  311. <a href="http://thearmyinside.tumblr.com/tagged/themes">Theme (c)</a></div>
  312. <div id="sidebarimg">
  313. <img src="{image:sidebar}"/></div><br>
  314. {block:Description}{Description}{/block:Description}<br><br>
  315. </div>
  316. <br>
  317.  
  318. <div id="nav">
  319. {block:ifLink1}<a href="{text:Link 1}">{text:Link 1 Title}</a>{/block:ifLink1}
  320. {block:ifLink2}<a href="{text:Link 2}">{text:Link 2 Title}</a>{/block:ifLink2}
  321. {block:ifLink3}<a href="{text:Link 3}">{text:Link 3 Title}</a>{/block:ifLink3}
  322. {block:ifLink4}<a href="{text:Link 4}">{text:Link 4 Title}</a>{/block:ifLink4}
  323. {block:ifLink5}<a href="{text:Link 5}">{text:Link 5 Title}</a>{/block:ifLink5}
  324. </div>
  325. <br>
  326.  
  327. <div id="entries">
  328.  
  329. <div class="autopagerize_page_element">
  330. {block:Posts}
  331. <div id="posts">
  332. {block:Quote}<h2>"{Quote}"&nbsp; - {Source}</h2>{/block:Quote}
  333. {block:Title}<h1>{Title}&nbsp;</h1>{/block:Title}
  334. {block:Text}{Body}{/block:Text}
  335.  
  336. {block:Link}<a href="{URL}" class="link" {Target}><h1>{Name}&nbsp;</h1></a>
  337. {block:Description}<P>{Description}</p>{/block:Description}{/block:Link}
  338.  
  339. {block:Photo}<center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  340. {block:Photoset}<center>{Photoset-500}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  341.  
  342. {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}
  343.  
  344. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  345.  
  346. {block:Answer}
  347. <div id="question"> <img src="{AskerPortraitURL-40}" border="0" style=" float: left; margin:2px;" /> <b>{Asker}</b> asked: <br />{Question}</div><br>
  348. <div id="answer">{Answer}</div>{/block:Answer}
  349.  
  350. {block:Audio}<span class="audio"><center>{AudioPlayerBlack}</center></span>{block:Caption}{Caption}{/block:Caption}{/block:Audio}<br>
  351.  
  352.  
  353. <div id="info">posted <a href="{Permalink}">{TimeAgo}</a> with {NoteCountWithLabel}{block:RebloggedFrom} (originally from <a href="{ReblogRootURL}">{ReblogRootName}</a>){/block:RebloggedFrom}{block:HasTags}<br>{block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}</div></div><BR>
  354. {/block:Posts}</div>
  355. {block:PostNotes}{PostNotes}{/block:PostNotes}
  356. </div>
  357. </div>
  358.  
  359. </body>
  360. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement