divakey

1000 years theme

Dec 21st, 2012
513
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.73 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. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  4. <title>{Title}</title>
  5. <link rel="shortcut icon" href="{Favicon}">
  6. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  7. {block:Description}
  8. <meta name="description" content="{MetaDescription}" />
  9. {/block:Description}
  10.  
  11. {block:IfEndlessScrolling}
  12. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>{/block:IfEndlessScrolling}
  13.  
  14. <head>
  15. <meta name="image:Background" content=""/>
  16. <meta name="image:Sidebar" content="" />
  17. <meta name="color:Background" content="#fdf3ee" />
  18. <meta name="color:Text" content="#beb3a4" />
  19. <meta name="color:Link" content="#a09280" />
  20. <meta name="color:Info BG" content="#d6dbdf" />
  21. <meta name="color:Info Border" content="#ffffff" />
  22. <meta name="color:scroll bar" content="" />
  23. <meta name="color:Navigation bg" content="#ffffff" />
  24. <meta name="color:Description bg" content="#ffffff" />
  25. <meta name="color:Navigation hover" content="" />
  26. <meta name="text:Text Size" content="10px" />
  27. <meta name="text:Link 1 Title" content="" />
  28. <meta name="text:Link 1" content="" />
  29. <meta name="text:Link 2 Title" content="" />
  30. <meta name="text:Link 2" content="" />
  31. <meta name="text:Link 3 Title" content="" />
  32. <meta name="text:Link 3" content="" />
  33. <meta name="text:Link 4" content ="" />
  34. <meta name="text:Link 4 Title" content="" />
  35. <meta name="text:Link 5" content="" />
  36. <meta name="text:Link 5 Title" content="" />
  37. <meta name="if:EndlessScrolling" content="0"/>
  38.  
  39. <style type="text/css">
  40.  
  41. ::-webkit-scrollbar { width: 4px; height: 4px; }
  42. ::-webkit-scrollbar-button:start:decrement,
  43. ::-webkit-scrollbar-button:end:increment { height: 0px; display: block; background: #9C9C9C; }
  44. ::-webkit-scrollbar-track-piece { background-color: white; }
  45. ::-webkit-scrollbar-thumb { border-radius: 0px; height: 50px; background-color: {color:scroll bar}; }
  46.  
  47. /* MAIN */
  48.  
  49. body {
  50. background-color:{color:Background};
  51. background-image: url('{image:Background}');
  52. color:{color:Text};
  53. font-family: calibri;
  54. font-size: {text:Text Size};
  55. margin: 0px;
  56. padding: 0px;}
  57.  
  58. a:link, a:active {
  59. text-decoration:none;
  60. color: {color:Link}; }
  61.  
  62. a:visited {
  63. text-decoration:none;
  64. color: {color:Link}; }
  65.  
  66. a:hover {
  67. text-decoration:none;
  68. color: {color:Bold};
  69. }
  70.  
  71. b, strong, .strong {color:{color:Bold};}
  72.  
  73. blockquote {
  74. border-left:2px solid {color:Text};
  75. padding-left:6px; }
  76.  
  77. #tumblr_controls{ position:fixed!important; right: 0px; top:0px;}
  78.  
  79. i, em, .em {color:{color:Italic};}
  80.  
  81. /* CONTENT */
  82.  
  83. .contentwhole {
  84. width:520px;
  85. margin-left:350px;
  86. height:100%;}
  87.  
  88. .content {
  89. width: 500px;
  90. height: auto;
  91. padding:0px;
  92. margin-top:20px;
  93. }
  94.  
  95. .info {
  96. height:15px;
  97. float:center;
  98. padding-top:4px;
  99. margin-top:5px;
  100. opacity:0.8;
  101. text-align:center;
  102. padding-right:3px;
  103. font-size:8px;
  104. font-family:arial;
  105. letter-spacing:1px;
  106. background-color: {color:Info BG};
  107. background-image:url('{image:Info BG}');
  108. color:{color:Link};
  109. border: 1px solid {color:Info Border};
  110. width: 495px;
  111. text-transform:;
  112. transition-duration: 0.6s;
  113. -moz-transition-duration: 0.6s;
  114. -webkit-transition-duration: 0.6s;
  115. -o-transition-duration: 0.6s; }
  116.  
  117. .info a {
  118. font-size:8px; }
  119.  
  120. .info:hover {
  121. opacity:1.0;
  122. transition-duration: 0.6s;
  123. -moz-transition-duration: 0.6s;
  124. -webkit-transition-duration: 0.6s;
  125. -o-transition-duration: 0.6s; }
  126.  
  127. #pagination {
  128. font-size:20px;
  129. margin:20px;
  130. text-align:center;}
  131.  
  132. /* SIDEBAR */
  133.  
  134. #title {
  135. font-size:11px;
  136. text-align:center;
  137. letter-spacing:1px;
  138. margin-bottom:5px;
  139. padding-bottom:0px;
  140. }
  141.  
  142. #sidebar {
  143. width:300px;
  144. position:fixed;
  145. top:20px;
  146. left:50px;
  147. }
  148.  
  149. #navi{width:250px; padding-bottom:15px;}
  150.  
  151. #navi a{
  152. background-color:{color:navigation bg};
  153. display:block;
  154. margin-top:5px;
  155. text-transform:uppercase;
  156. text-align:center;
  157. -webkit-transition:0.5s linear ;
  158. transition: 0.5s;
  159. -moz-transition: 0.5s;
  160. -o-transition: 0.5s;
  161. }
  162.  
  163. #navi a:hover{
  164. background-color:{color:navigation hover};
  165. left:1px;
  166. text-decoration:none;}
  167.  
  168. #sidebarimage img {
  169. width:250px;
  170. border:3px solid white;}
  171.  
  172. #sideborder{border:1px dotted black;
  173. width:256px;}
  174.  
  175. #description {
  176. background-color:{color:description bg};
  177. width:240px;
  178. height:90px;
  179. padding: 5px;
  180. padding-top:10px;
  181. line-height: 9px;
  182. letter-spacing:2px;
  183. text-align:left;
  184. overflow:auto}
  185.  
  186. .custom{
  187. margin-top:5px;
  188. width:250px;
  189. height:15px;
  190. font-family:calibri;
  191. border:0px;
  192. font-size: 8px;
  193. Letter-spacing: 2px;
  194. text-transform: uppercase;
  195. }
  196.  
  197. </style>
  198.  
  199. <div id="sidebar">
  200. <div align="center">
  201.  
  202. <div id="title">{{title}}</div>
  203. <div id="sideborder"><div id="sidebarimage"><img src="{image:sidebar}" ></div></div>
  204.  
  205. <div id="navi"> <a href="/">Home</a> <a href="/ask">Ask</a> <a href="/archive">Archive</a> <a href="http://chinqu.tumblr.com">Theme</a> </div>
  206.  
  207. <div id="description">
  208. {Description}
  209. <p></div>
  210.  
  211. <div class="custom">
  212. <form action="" method="get" name="category">
  213. <select onChange="location.href=this.options[this.selectedIndex].value;" class="custom">
  214. <option value="/">My Links</option>
  215. {block:ifLink1}<option value="{text:Link 1}">{text:Link 1 Title}</option>{/block:ifLink1}
  216. {block:ifLink2}<option value="{text:Link 2}">{text:Link 2 Title}</option>{/block:ifLink2}
  217. {block:ifLink3}<option value="{text:Link 3}">{text:Link 3 Title}</option>{/block:ifLink3}
  218. {block:ifLink4}<option value="{text:Link 4}">{text:Link 4 Title}</option>{/block:ifLink4}
  219. {block:ifLink5}<option value="{text:Link 5}">{text:Link 5 Title}</option>{/block:ifLink5}
  220. </select></form></div>
  221.  
  222. <div id="pagination">
  223. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">back</a>{/block:PreviousPage}
  224. {block:NextPage}<a href="{NextPage}">next</a>{/block:NextPage}{/block:Pagination}
  225. </div> <!-- END PAGINATION -->
  226. </div> <!-- END SIDE INFO -->
  227. </div> <!-- END SIDE IMG -->
  228. </div> <!-- END DIV LEFT -->
  229. </div> <!-- END SIDEBAR -->
  230. </div> <!-- IDK WHAT THIS IS -->
  231.  
  232.  
  233.  
  234. <div class="contentwhole">
  235. <div class = "autopagerize_page_element" >
  236. {block:Posts}
  237. <!— {SourceURL}{block:SourceLogo}<img src=”{BlackLogoURL}”
  238.  
  239. width=”{LogoWidth}” height=”{LogoHeight}” alt=”{SourceTitle}” />
  240.  
  241. {/block:SourceLogo}
  242.  
  243. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} —>
  244.  
  245. {/block:ContentSource}{block:ReblogParent}{/block:ReblogParent}
  246. <div class="content">
  247. {block:Text}
  248. {block:Title}
  249. <a href="{Permalink}" class="ttitle">{Title}</a>
  250. {/block:Title}
  251. {Body}
  252. {/block:Text}
  253.  
  254. {block:Photo}
  255. <img class="photo" src="{PhotoURL-500}" alt="{PhotoAlt}" />
  256. {block:Caption}{Caption}{/block:Caption}
  257. {/block:Photo}
  258.  
  259. {block:Photoset}
  260. {Photoset-500}
  261. {block:Caption}{Caption}{/block:Caption}
  262. {/block:Photoset}
  263.  
  264. {block:Quote}
  265. {Quote}<p>
  266. {block:Source}- {Source}{/block:Source}
  267. {/block:Quote}
  268.  
  269. {block:Link}
  270. <a href="{URL}" target="{Target}" class="ttitle"> {Name} (x) </a>
  271. {block:Description} {Description} {/block:Description}
  272. {/block:Link}
  273.  
  274. {block:Chat}
  275. {block:Title} {Title} {/block:Title}
  276. {block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>
  277.  
  278. {/block:Lines}
  279. {/block:Chat}
  280.  
  281.  
  282. {block:Audio}
  283. {block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}
  284. <p>
  285. {block:AlbumArt}
  286. <img src="{AlbumArtURL}" width="100px" />
  287. {/block:AlbumArt}
  288. <p>
  289. {block:Caption}
  290. {Caption}
  291. {/block:Caption}
  292. {/block:Audio}
  293.  
  294.  
  295. {block:Video}
  296. {Video-500}
  297. {block:Caption}{Caption}{/block:Caption}
  298. {/block:Video}
  299.  
  300. {block:Answer}
  301. {Asker} asked: {Question}<p>
  302. {Answer}
  303. {/block:Answer}
  304.  
  305.  
  306. {block:PermalinkPage}
  307. {block:ContentSource} Source: <a href="{SourceURL}" target="_blank">{SourceTitle}</a>{/block:ContentSource}<p>
  308. {block:PostNotes}
  309. {PostNotes}
  310. {/block:PostNotes}
  311. {/block:PermalinkPage}
  312.  
  313. <div class="info">
  314. <a href="{permalink}">Permalink</a> •
  315. <a href="{ReblogURL}" target="_blank">Reblog</a>
  316. </div> <!--END INFO -->
  317.  
  318. </div> <!-- END CONTENT -->
  319.  
  320. {/block:Posts}
  321.  
  322. </div> <!-- END CONTENT WHOLE -->
  323.  
  324. {block:IfNotEndlessScrolling}
  325. <div class="pagination">
  326. {block:Pagination}
  327. {block:PreviousPage}<a href="{PreviousPage}">< </a>{/block:PreviousPage}{CurrentPage}/{TotalPages} {block:NextPage}<a href="{NextPage}">></a>{/block:NextPage}
  328. {/block:Pagination}
  329. </div>{/block:IfNotEndlessScrolling}
  330.  
  331. <a title="Back to Top" href="#" style="position: fixed; bottom: 60px; right: 70px;"><img src="http://media.tumblr.com/8cdb22f593b0638bb5dcb3edb6a660e3/tumblr_inline_mfge5gI4Uf1qfs3m7.png"></a>
  332.  
  333. </head></body>
Advertisement
Add Comment
Please, Sign In to add comment