Advertisement
paradeoflights

Theme #1

Mar 11th, 2014
418
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.81 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. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3.  
  4. <head><title>{Title}</title>
  5. <link rel="shortcut icon" href="{Favicon}">
  6. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  7. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  8. <!--- THEME BY ARDENCNO.TUMBLR.COM--->
  9. <!--- ALSO, DON'T BE RUDE AND REMOVE THE CREDIT, THANKS! ANY QUESTIONS ARE WELCOME, JUST CONTACT ME ON MY TUMBLR!-->
  10. <meta name="color:Background" content="#ffffff"/>
  11. <meta name="color:Text" content="#a8a8a8"/>
  12. <meta name="color:Sidebar Links" content="#b8b8b8"/>
  13. <meta name="color:DescriptionText" content="#b8b8b8"/>
  14. <meta name="color:Border" content="#dddddd"/>
  15. <meta name="color:Hover" content="#f2f2f2"/>
  16. <meta name="color:Scrollbar" content="#000000"/>
  17. <meta name="color:ScrollbarBg" content="#ffffff"/>
  18. <meta name="color:Post Links" content="#c0bfbf"/>
  19. <meta name="color:Answer Backg" content="#000000"/>
  20. <meta name="image:Sidebar" content=""/>
  21. <meta name="image:Background" content=""/>
  22. <meta name="text:Link 1" content="" />
  23. <meta name="text:Link 1 Text" content="" />
  24. <meta name="text:Link 2" content="" />
  25. <meta name="text:Link 2 Text" content="" />
  26. <meta name="text:Link 3" content="" />
  27. <meta name="text:Link 3 Text" content="" />
  28. <meta name="if:Show Link 1" content="1" />
  29. <meta name="if:Show Link 2" content="1" />
  30. <meta name="if:Show Link 3" content="1" />
  31.  
  32.  
  33. <style type="text/css">
  34.  
  35. ::-webkit-scrollbar-thumb {
  36. height:auto;
  37. background-color:{color:Scrollbar};
  38. }
  39.  
  40. ::-webkit-scrollbar {
  41. height:9px;
  42. width:4px;
  43. background-color:{color:ScrollbarBg};
  44. }
  45.  
  46. body {
  47. background:{color:background};
  48. margin:0px;
  49. color:{color:text};
  50. font-family:arial;
  51. font-size:10px;
  52. line-height:100%;
  53. letter-spacing:0px;
  54. text-align:justify;
  55. background-image:url('{image:Background}');
  56. }
  57.  
  58. a {
  59. text-decoration:none;
  60. outline:none;
  61. -moz-outline-style:none;
  62. color:{color:Post Links};
  63. }
  64.  
  65. img {
  66. border:none;
  67. }
  68.  
  69. blockquote {
  70. padding-left:5px;
  71. border-left:2px solid;
  72. }
  73.  
  74. blockquote blockquote {
  75. padding-left:5px;
  76. border-left:2px solid;
  77. }
  78.  
  79. h1 {
  80. font-size:8px;
  81. letter-spacing:2px;
  82. text-transform:uppercase;
  83. font-family:'CAMBRIA';
  84. font-style:none;
  85. line-height:10px;
  86. text-align:left;
  87. padding:0px;
  88. }
  89.  
  90. a:hover {
  91. color:#000000;
  92. -moz-transition-duration:0.3s;
  93. -webkit-transition-duration:0.3s;
  94. -o-transition-duration:0.3s;
  95. }
  96.  
  97.  
  98. /*ENTRIES*/
  99.  
  100. #entries {
  101. padding:10px;
  102. width:500px;
  103. margin-left:430px;
  104. margin-top:0px;
  105. font-size:10px;
  106. font-family:'arial';
  107. letter-spacing:0px;
  108. }
  109.  
  110. #post {
  111. width:500px;
  112. padding-bottom:40px;
  113. padding:25px;
  114. margin-top:50px;
  115. }
  116.  
  117. /*SIDEBAR*/
  118.  
  119. #sidebar {
  120. position:fixed;
  121. margin-left:100px;
  122. margin-top:80px;
  123. margin-left:150px;
  124. }
  125.  
  126. #sidebarimage {
  127. width 245px;
  128. }
  129.  
  130. #sidebarimage img {
  131. width:245px;
  132. margin-top:164px;
  133. padding:3px;
  134. margin-left:-80px;
  135. }
  136.  
  137. #sidebarimage2 {
  138. position:fixed;
  139. width:64px;
  140. margin-top:0px;
  141. margin-left:-75px;
  142. z-index:1000;
  143. padding:1px;
  144. border: 2px solid {color:accent};
  145. -moz-border-radius: 40px;
  146. -webkit-border-radius: 30px;
  147. border-radius: 50px;
  148. }
  149.  
  150. .links {
  151. width:237px;
  152. font-family:'times new roman';
  153. padding: 4px;
  154. text-align:center;
  155. text-transform:lowecase;
  156. position:fixed;
  157. margin-top:-30px;
  158. margin-left:-77px;
  159. background-color:black;
  160. }
  161.  
  162. .links a {
  163. width:94px;
  164. padding:3px;
  165. font-size:10px;
  166. letter-spacing:0px;
  167. color:{color:Sidebar Links};
  168.  
  169. }
  170.  
  171. .links a:hover {
  172. -moz-transition-duration:0.3s;
  173. -webkit-transition-duration:0.3s;
  174. -o-transition-duration:0.3s;
  175. color:{color:Hover};
  176. }
  177.  
  178. #description {
  179. text-align:justify;
  180. font-family:'times new roman';
  181. width:155px;
  182. margin-top:9px;
  183. margin-left:7px;
  184. font-size:9px;
  185. position:fixed;
  186. text-transform:none;
  187. color:{color:DescriptionText};
  188. }
  189.  
  190.  
  191. /*POST INFO*/
  192.  
  193. #info {
  194. width:500px;
  195. text-align:left;
  196. font-family:'times new roman';
  197. margin-top:3px;
  198. margin-left:px;
  199. letter-spacing:1px;
  200. font-size:7px;
  201. font-style:none;
  202. padding:1px;
  203. line-height:10px;
  204. text-transform:uppercase;
  205. border-top:1px solid;
  206. border-color:{color:Border};
  207. }
  208.  
  209. #info a {
  210. text-align:center;
  211. color:{color:Post Links};
  212. }
  213.  
  214. #info a:hover {
  215. -moz-transition-duration:0.3s;
  216. -webkit-transition-duration:0.3s;
  217. -o-transition-duration:0.3s;
  218. color:{color:Hover}
  219. }
  220.  
  221. #tags {
  222. float:left;
  223. width:489px;
  224. margin-top:-7px;
  225. margin-left:-5px;
  226. text-align:left;
  227. font-size:9px;
  228. padding:5px;
  229. font-size:8px;
  230. opacity:1;
  231. text-transform:lowercase;
  232. transition-duration: 0.5s;
  233. -moz-transition-duration: 0.5s;
  234. -webkit-transition-duration: 0.5s;
  235. -o-transition-duration: 0.5s
  236. color:{color:Post Links};
  237. }
  238.  
  239. #tags a {
  240. letter-spacing:0px;
  241. font-size:8px;
  242. text-align:center;
  243. font-family:'times new roman';
  244. text-decoration:none;
  245. display:inline-block;
  246. color:#ddd;
  247. }
  248.  
  249. #tags a:hover {
  250. background-color:#fff;
  251. -moz-transition-duration:0.3s;
  252. -webkit-transition-duration:0.3s;
  253. -o-transition-duration:0.3s;
  254. color:{color:Hover};
  255. }
  256.  
  257. /*QUESTION*/
  258.  
  259. #asker {
  260. color:#000000;
  261. padding:10px;
  262. font-family:'times new roman';
  263. font-size:13px;
  264. letter-spacing:0px;
  265. text-align:left;
  266. margin-top:0px;
  267. text-transform:lowercase;
  268. line-height:100%;
  269. background-color:{color:Answer Backg}
  270. }
  271.  
  272. /*CREDIT*/
  273.  
  274. #cred {
  275. position:fixed;
  276. font-family:'ballpark';
  277. text-transform:lowercase;
  278. font-size:14px;
  279. right:9px;
  280. bottom:9px;
  281. padding:4px;
  282. letter-spacing:1px;
  283. }
  284.  
  285. {CustomCSS}</style><script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  286. </head><body>
  287.  
  288. <div id="sidebar">
  289. <div id="sidebarimage"><img src="{image:Sidebar}">
  290. </div>
  291. <div id="sidebar2">
  292. <div id="sidebarimage2"><img src="{PortraitURL-64}"style="-moz-border-radius: 40px;
  293. -webkit-border-radius: 30px;
  294. border-radius:50px;">
  295. </div>
  296.  
  297. <div class="links">
  298. <a href="/">home</a>
  299. <a href="/ask">ask</a>
  300. {block:IfShowLink1}<a href="{text:Link 1}">{text:Link 1 Text}</a>{/block:IfShowLink1}
  301. {block:IfShowLink2}<a href="{text:Link 2}">{text:Link 2 Text}</a>{/block:IfShowLink2}
  302. {block:IfShowLink3}<a href="{text:Link 3}">{text:Link 3 Text}</a>{/block:IfShowLink3}
  303. </div>
  304. <div>
  305. <div id="description">{Description}
  306. <span style="width:30px;height:60px;vertical-align:middle">{/block:description}</div></div>
  307.  
  308.  
  309. </div>
  310. </div>
  311. </div>
  312.  
  313. <div id="entries">
  314. <div class = "autopagerize_page_element" >
  315. {block:Posts}
  316. <div id="post">
  317.  
  318. {block:Text}
  319. <h1>{block:Title}{Title}{/block:Title}</h1>
  320. {Body}{/block:Text}
  321.  
  322. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}
  323. {block:Caption}{Caption}{/block:Caption}{/block:Photo}
  324.  
  325. {block:Photoset}{Photoset-500}{block:Caption}{Caption}
  326. {/block:Caption}{/block:Photoset}
  327.  
  328. {block:Quote}<h2>"{Quote}"</h2>
  329. {block:Source}<div class="qsource"> —{Source}</div>
  330. {/block:Source}{/block:Quote}
  331.  
  332. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  333.  
  334. {block:Chat}{block:Title}{Title}{/block:Title}{block:Lines}{block:Label}<b><u>{Label}</u></b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  335.  
  336. {block:Audio}<left>{block:AlbumArt}<img src="{AlbumArtURL}" width="60px" height="60px" align="left" style="margin-right:10px" />{/block:AlbumArt}<span class="audio">{AudioPlayerBlack}</left></span>
  337. {block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  338. {block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  339. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times <br>
  340. {/block:Audio}<br>
  341.  
  342. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  343.  
  344. {block:Answer}<div id="asker">{Question} —<span style="text-align:lowercase; color:#000000;font-size:11px; font-family:times new roman; "><b><i>{Asker}</i></b><br></span></br></center> </div><left><div style="padding:4px;margin-top:3px;font-size:11px;"><font face="times new roman">{Answer}</font></div>{/block:Answer}
  345.  
  346. <div id="info">
  347. <a href="{Permalink}">{TimeAgo}</a> —
  348. {block:RebloggedFrom} <a href="{ReblogParentURL}">reblogged from</a>{/block:RebloggedFrom}
  349. and {block:ContentSource} <a href="{SourceURL}"><a href="{SourceURL}">orginally from</a>{/block:ContentSource}
  350. {block:RebloggedFrom} <a href="{ReblogParentURL}" target="_blank"></a>{/block:RebloggedFrom}
  351. with {NoteCountWithLabel}</a>
  352. {block:HasTags}<div id="tags">
  353.  
  354. {block:Tags}<a href="/tagged/{Tag}">#{Tag}</a>&nbsp;{/block:Tags}
  355. </div>{block:HasTags}
  356. </div>
  357. </div>
  358. {/block:Posts}
  359. </div>
  360. <br><br>{block:PostNotes}<div id="notes"><left>{PostNotes}</div>{/block:PostNotes}
  361. {/block:Posts}
  362. </div></div></div></div>
  363. <br><br><br><br>
  364.  
  365. <div id="cred">
  366. <a href="http://ardencno.tumblr.com/">❦</a>
  367. </div>
  368. </div>
  369.  
  370.  
  371.  
  372. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement