divakey

Dino Theme Revamped

Feb 19th, 2013
411
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.01 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. <head><title>{Title}</title>
  4. <link rel="shortcut icon" href="{Favicon}">
  5. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  6. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  7.  
  8.  
  9. {block:IfEndlessScrolling}
  10. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>{/block:IfEndlessScrolling}
  11.  
  12.  
  13. <meta name="color:Background" content="#ffffff"/>
  14. <meta name="color:Post Background" content="#ffffff" />
  15. <meta name="color:Text" content="#838282"/>
  16. <meta name="color:Link" content="#b8b8b8"/>
  17. <meta name="color:Post Title" content="#c7c7c7"/>
  18. <meta name="color:Post Title Underline" content="#000000"/>
  19. <meta name="color:Menu Background" content="#c7c7c7"/>
  20. <meta name="color:Menu Background Hover" content="#b8b8b8"/>
  21. <meta name="image:Background" content=""/>
  22. <meta name="image:sidebar" content=""/>
  23. <meta name="if:Show Tags" content="0"/>
  24. <meta name="if:EndlessScrolling" content="0"/>
  25. <meta name="if:Show Captions" content="0">
  26. <meta name="color:scrollbar" content="#9e9e9e" />
  27. <meta name="text:Custom Link 1" content="" />
  28. <meta name="text:Custom Link 1 Title" content="" />
  29. <meta name="text:Custom Link 2" content="" />
  30. <meta name="text:Custom Link 2 Title" content="" />
  31. <meta name="text:Custom Link 3" content="" />
  32. <meta name="text:Custom Link 3 Title" content="" />
  33. <meta name="text:Custom Link 4" content="" />
  34. <meta name="text:Custom Link 4 Title" content="" />
  35. <meta name="text:Custom Link 5" content="" />
  36. <meta name="text:Custom Link 5 Title" content="" />
  37.  
  38.  
  39. <style type="text/css">
  40.  
  41. /* SCROLLBAR */
  42.  
  43. ::-webkit-scrollbar { width: 4px; height: 4px; }
  44. ::-webkit-scrollbar-button:start:decrement,
  45. ::-webkit-scrollbar-button:end:increment { height: 0px; display: block; background: #9C9C9C; }
  46. ::-webkit-scrollbar-track-piece { background-color: white; }
  47. ::-webkit-scrollbar-thumb { border-radius: 0px; height: 50px; background-color: {color:scrollbar}; }
  48.  
  49.  
  50. /* MAIN */
  51.  
  52. body {background:{color:background};
  53. background-image: url({image:Background}) ;
  54. background-attachment:fixed;
  55. margin:0px;
  56. color:{color:text};
  57. font-family:calibri;
  58. font-size:11px;
  59. line-height:100%;}
  60.  
  61. a {text-decoration:none;
  62. color:{color:link};
  63. opacity:;
  64. z-index:999;
  65. -webkit-transition: all 0.5s ease-in-out;
  66. -moz-transition: all 0.5s ease-in-out;
  67. -o-transition: all 0.5s ease-in-out; }
  68.  
  69.  
  70. a:hover{opacity: .5;
  71. -webkit-transition: all 0.5s ease-in-out;
  72. -moz-transition: all 0.5s ease-in-out;
  73. -o-transition: all 0.5s ease-in-out;}
  74.  
  75.  
  76. img {border:none;
  77. opacity: ;
  78. -webkit-transition: all 0.5s ease-in-out;
  79. -moz-transition: all 0.5s ease-in-out;
  80. -o-transition: all 0.5s ease-in-out;}
  81.  
  82. img:hover
  83. {opacity:.8;
  84. -webkit-transition: all 0.5s ease-in-out;
  85. -moz-transition: all 0.5s ease-in-out;
  86. -o-transition: all 0.5s ease-in-out;}
  87.  
  88.  
  89. /* POSTS */
  90.  
  91. #entries {
  92. padding:10px;
  93. width:500px;
  94. margin-left:400px;
  95. margin-top:40px;
  96. }
  97.  
  98.  
  99. #post {width:500px;
  100. padding-top:5px;
  101. padding-left:5px;
  102. padding-right:5px;
  103. padding-bottom:10px;
  104. margin-bottom:35px;
  105. background-color:{color:post background};}
  106.  
  107.  
  108. .info{height:15px;
  109. padding-top:4px;
  110. margin-bottom:-25px;
  111. opacity:0.8;
  112. text-align:center;
  113. padding-right:3px;
  114. font-size:9px;
  115. font-family:arial;
  116. letter-spacing:1px;
  117. }
  118.  
  119. blockquote {
  120. padding-left:5px;
  121. border-left:2px solid;}
  122.  
  123. blockquote blockquote {
  124. padding-left:5px;
  125. border-left:2px solid;}
  126.  
  127. h1 {color: {color:post title};
  128. font-size:12px;
  129. letter-spacing:1px;
  130. border-bottom:1px dotted {color:post title underline};
  131. padding:2px;}
  132.  
  133.  
  134. /* SIDEBAR */
  135.  
  136. #sidebar {width:250px;
  137. position:fixed;
  138. margin-left:100px;
  139. margin-top:10px;}
  140.  
  141. #title {font-size:15px;
  142. text-align:center;
  143. margin-bottom:5px;
  144. color:{color:title}}
  145.  
  146. #sidebarimage {width 250px;}
  147.  
  148. #sidebarimage img {width:250px;
  149. -moz-border-radius:11px; -webkit-border-radius:11px;}
  150.  
  151. #description {padding:5px;
  152. text-align:left;
  153. width:250px;
  154. }
  155.  
  156.  
  157.  
  158. #pagination {font-size:20px;
  159. text-align:center;}
  160.  
  161. #info {text-align:left;
  162. margin-top:10px;}
  163.  
  164. #asker {float:left;
  165. margin-right:10px;}
  166.  
  167.  
  168. /* CREDIT do not remove */
  169.  
  170. .credit { position: fixed;
  171. bottom: 5px;
  172. right: 5px;
  173. font-size: 12px;
  174. font-family: verdana;
  175. -webkit-transition: all 0.5s ease;
  176. -moz-transition: all 0.5s ease;
  177. -o-transition: all 0.5s ease;}
  178.  
  179. .credittext { height:10px;
  180. width:50px;
  181. overflow:hidden;
  182. -webkit-transition: all 0.5s ease;
  183. -moz-transition: all 0.5s ease;
  184. -o-transition: all 0.5s ease;
  185. font-family:calibri;
  186. font-size:10px;
  187. text-transform:lowercase;
  188. text-align:center;
  189. }
  190.  
  191. .credit:hover .credittext{
  192. height: 11px;
  193. -webkit-transition: all 0.5s ease;
  194. -moz-transition: all 0.5s ease;
  195. -o-transition: all 0.5s ease;}
  196.  
  197.  
  198. {CustomCSS}</style>
  199.  
  200.  
  201. <script type="text/javascript" src="http://static.tumblr.com/3ikgvxs/0TGl4zgpu/jquery.min.js">
  202. </script>
  203. <script type="text/javascript">
  204. $(document).ready(function(){
  205. $(".links_body").hide();
  206. $(".links_head").mouseover(function(){
  207. $(this).next(".links_body").slideToggle('normal');
  208. }); }); </script>
  209. <style type="text/css">
  210. .links_list {
  211. padding: 0px;
  212. width: 230px;
  213. }
  214.  
  215. .links_head {
  216. position: relative;
  217. text-align: center;
  218. letter-spacing: 1px;
  219. width:230px;
  220. padding:2px;
  221. font-size:12px;
  222. font-family:Calibri;
  223. margin:3px 0 3px 0;
  224. background-color:{color:Description};
  225. }
  226.  
  227. .links_body {
  228. padding:2px 1px 2px 1px;
  229. width:231px;
  230. background:{color:Description};
  231. }
  232.  
  233. .links_body a{
  234. display: block;
  235. text-transform:uppercase;
  236. font-size:8px;
  237. letter-spacing:1px;
  238. padding: 0px 10px 0 10px;
  239. margin: 2px;
  240. text-align: center;
  241. -webkit-transition: all 0.8s ease;
  242. -moz-transition: all 0.8s ease;
  243. transition: all 0.8s ease;
  244. -o-transition-duration: all 0.8s ease;
  245. color: {color:link};
  246. background: {color:Menu background};
  247. }
  248.  
  249. .links_body a:hover{
  250. padding-right:7px;
  251. -webkit-transition: all 0.8s ease;
  252. -moz-transition: all 0.8s ease;
  253. transition: all 0.8s ease;
  254. -o-transition-duration: all 0.8s ease;
  255. color: {color:Menu Hover};
  256. background: {color:Menu Background Hover};
  257. }
  258.  
  259. </style>
  260.  
  261.  
  262.  
  263.  
  264. </head><body>
  265.  
  266. <!— {SourceURL}{block:SourceLogo}<img src=”{BlackLogoURL}”
  267.  
  268. width=”{LogoWidth}” height=”{LogoHeight}” alt=”{SourceTitle}” />
  269.  
  270. {/block:SourceLogo}
  271.  
  272. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} —>
  273.  
  274. {/block:ContentSource}{block:ReblogParent}{/block:ReblogParent}
  275.  
  276. <div id="sidebar">
  277.  
  278. <div id="title">{Title}</div>
  279.  
  280. <div id="sidebarimage">
  281. <div class="links_list">
  282. <a href="/"><img src="{image:sidebar}" class="links_head"></a>
  283. </div></div>
  284.  
  285. <div id="description">
  286. {Description}
  287. </div>
  288.  
  289.  
  290. <div class="links_list">
  291. <p class="links_head">Navigation</p>
  292. <div class="links_body">
  293. <a href="/ask">Ask</a>
  294. <a href="/archive">Archive</a>
  295. <a href="/random">Random</a>
  296. {block:IfCustomLink1}<a href="{text:Custom Link 1}">{text:Custom Link 1 Title}</a>{/block:IfCustomLink1}
  297. {block:IfCustomLink2}<a href="{text:Custom Link 2}">{text:Custom Link 2 Title}</a>{/block:IfCustomLink2}
  298. {block:IfCustomLink3}<a href="{text:Custom Link 3}">{text:Custom Link 3 Title}</a>{/block:IfCustomLink3}
  299. {block:IfCustomLink4}<a href="{text:Custom Link 4}">{text:Custom Link 4 Title}</a>{/block:IfCustomLink4}
  300. {block:IfCustomLink5}<a href="{text:Custom Link 5}">{text:Custom Link 5 Title}</a>{/block:IfCustomLink5}
  301. </div></div>
  302.  
  303. {block:IfNotEndlessScrolling}
  304. <center>
  305. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">« B A C K</a>{/block:PreviousPage} | {block:NextPage}<a href="{NextPage}">N E X T »</a>{/block:NextPage}{/block:Pagination}
  306. {/block:IfNotEndlessScrolling}
  307.  
  308. </div>
  309.  
  310.  
  311. <div id="pagination">
  312. </div>
  313.  
  314. </div>
  315.  
  316. <div id="entries">
  317.  
  318. <div class = "autopagerize_page_element" >
  319.  
  320. {block:Posts}<div id="post">
  321.  
  322. {block:Text}
  323. <h1>{block:Title}{Title}{/block:Title}</h1>{Body}
  324. {/block:Text}
  325.  
  326.  
  327. {block:Photo}
  328. <img src="{PhotoURL-500}" alt="{PhotoAlt}">
  329. {block:IfShowCaptions}{block:Caption}{/block:Caption}{/block:IfShowCaptions}
  330.  
  331. {block:IfNotShowCaptions}{block:PermalinkPage}{block:Caption}
  332. {Caption}
  333. {/block:Caption}{/block:PermalinkPage}{/block:IfNotShowCaptions}
  334. {/block:Photo}
  335.  
  336.  
  337. {block:Photoset}
  338. {Photoset-500}
  339. {block:Photoset}
  340. {block:IfShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaptions}
  341.  
  342. {block:IfNotShowCaptions}{block:PermalinkPage}{block:Caption}
  343. {Caption}
  344. {/block:Caption}{/block:PermalinkPage}{/block:IfNotShowCaptions}
  345. {/block:Photoset}
  346.  
  347.  
  348. {block:Quote}
  349. <h4>"{Quote}"</h4>
  350. {block:Source}<p align=right>- {Source}</p>{/block:Source}
  351. {/block:Quote}
  352.  
  353. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  354.  
  355.  
  356. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  357.  
  358.  
  359. {block:Audio}{AudioPlayerWhite}{/block:Audio}
  360.  
  361.  
  362. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  363.  
  364.  
  365. {block:Answer}<div id="asker"><img src="{AskerPortraitURL-40}"></div>{Asker} said: {Question}
  366. <p>{Answer}{/block:Answer}
  367.  
  368. <div class="info">
  369. {block:Date}▶ {TimeAgo}{/block:Date} with <a href="{Permalink}">
  370. {NoteCountWithLabel}</a><br>
  371.  
  372.  
  373. {block:IfShowTags}{block:HasTags} <div class="tags21"> tagged {block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}</div> {/block:HasTags}{/block:IfShowTags}</div>
  374.  
  375. </div>
  376. {block:PostNotes}{PostNotes}{/block:PostNotes}
  377. {/block:Posts}</div> </div>
  378. <div class="credit"><a href="http://chinqu.tumblr.com">
  379. <div class="credittext"> Theme
  380. </div></a></div></div></div>
  381. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment