sweetcandyskittles

Classy theme

May 26th, 2012
852
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.74 KB | None | 0 0
  1. <html>
  2. <!-- CLASSY THEME BY CLARICE - leshistoire.tumblr.com, Please do not redistribute the codes or even claim this theme as yours. Thanks to vivite.tumblr.com for the backgrounds. Hope you like this theme. :) -->
  3.  
  4. <head>
  5. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script><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="{image:scrolltotop}"></a>
  6. <title>{Title}</title>
  7. <META name="image:scrolltotop" content="http://27.media.tumblr.com/tumblr_lywycoGrRQ1r77gqoo1_250.png">
  8. <META name="text:LINKTITLE3HERE" content="Link3" />
  9. <META name="text:LINKTITLE2HERE" content="Link2" />
  10. <META name="text:LINKTITLE1HERE" content="Link1" />
  11. <META name="text:LINK1URLHERE" content="/" />
  12. <META name="text:LINK2URLHERE" content="/" />
  13. <META name="text:LINK3URLHERE" content="/" />
  14. <link rel="shortcut icon" href="{Favicon}">
  15. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  16. {block:Description}<meta name="description" content="{MetaDescription}">{/block:Description}
  17. <link href='http://fonts.googleapis.com/css?family=Shadows+Into+Light+Two' rel='stylesheet' type='text/css'>
  18. <link href='http://fonts.googleapis.com/css?family=Euphoria+Script' rel='stylesheet' type='text/css'>
  19. <link href='http://fonts.googleapis.com/css?family=Dawning+of+a+New+Day' rel='stylesheet' type='text/css'>
  20. <link href='http://fonts.googleapis.com/css?family=Allura' rel='stylesheet' type='text/css'>
  21. <link href='http://fonts.googleapis.com/css?family=Amatic+SC' rel='stylesheet' type='text/css'>
  22.  
  23. <style type="text/css">
  24.  
  25. body {
  26. background:url(http://24.media.tumblr.com/tumblr_ltqq73Kh5g1qhvdofo5_250.png);
  27. background-attachment:fixed;
  28. background-repeat:repeat;
  29. color:#000;
  30. font-family:trebuchet MS;
  31. font-size:10px;
  32. line-height:11px;
  33. }
  34.  
  35. i {
  36. font-style:italic;
  37. font-family:'times new roman';
  38. }
  39.  
  40. b {
  41. font-family:'georgia';
  42. font-style:bold;
  43. }
  44.  
  45. a, a:link, a:visited, a:active {
  46. color:#736F6E;text-decoration:none;
  47. -webkit-transition-timing-function: ease-out;
  48. -webkit-transition-duration: 0.5s;
  49. -moz-transition-timing-function: ease-out;
  50. -moz-transition-duration: 0.5s;
  51. }
  52.  
  53. a:hover {
  54. color: #736F6E;
  55. background-color: transparent;
  56. -webkit-transition-timing-function: ease-out;
  57. -webkit-transition-duration: 0.5s;
  58. -moz-transition-timing-function: ease-out;
  59. -moz-transition-duration: 0.5s;
  60. text-decoration:underline;
  61. }
  62.  
  63.  
  64. #entry {
  65. position:relative;
  66. left:230px;
  67. width:400px;
  68. padding-top:4px;
  69. padding-right:4px;
  70. padding-left:4px;
  71. padding-bottom:4px;
  72. margin-top:2px;
  73. margin-bottom:6px;
  74. border:9px solid #fff;
  75. background:#fff;
  76. }
  77.  
  78. #entry .permalink {
  79. opacity:0;
  80. width:393px;
  81. height:15px;
  82. font-family:'trebuchet MS';
  83. line-height:15px;margin-left:2px;
  84. font-size:9px;margin-top:-2px;
  85. -webkit-transition-timing-function: ease-out;
  86. -webkit-transition-duration: .5s;
  87. -moz-transition-timing-function: ease-out;
  88. -moz-transition-duration: .5s;
  89. position:absolute;
  90. text-transform:uppercase;
  91. background:transparent;
  92. letter-spacing:2px;
  93. text-align:center;
  94. overflow:hidden;
  95. }
  96.  
  97. #entry:hover .permalink {
  98. background:#fff;
  99. width:393px;
  100. opacity:.9;
  101. text-align:center;
  102. margin-left:2px;
  103. padding-right:3px;
  104. color:#fff;
  105. margin-top:2px;
  106. -webkit-transition-timing-function: ease-out;
  107. -webkit-transition-duration: .3s;
  108. -moz-transition-timing-function: ease-out;
  109. -moz-transition-duration: .3s;
  110. line-height:16px;
  111. height:15px;
  112. overflow:visible;
  113. -moz-box-shadow: 0 0 10px #fff;
  114. -webkit-box-shadow: 0px 0px 10px #fff;
  115. }
  116.  
  117.  
  118. .text {
  119. font-family: georgia;
  120. font-weight: normal;
  121. font-size: 13px;
  122. line-height:16px;
  123. font-weight: 500;
  124. letter-spacing: 2px;
  125. text-transform: lowercase;
  126. color:#000;
  127. text-align:left;
  128. border-bottom:1px solid #aeaeae;
  129. }
  130.  
  131. .link {
  132. font-size:27px;
  133. font-family: 'Amatic SC';
  134. line-height:30px;
  135. text-align:center;
  136. }
  137.  
  138.  
  139. ::-webkit-scrollbar {
  140. width: 5px;
  141. height: 4px;
  142. background: #ffffff;
  143. background-repeat: repeat-y;
  144. background-attachment: fixed;
  145. }
  146.  
  147. ::-webkit-scrollbar-thumb {
  148. background-color:#aeaeae;border-top:10px solid #aeaeae;
  149. border-bottom:10px solid #aeaeae;}
  150.  
  151. .quote {
  152. font-family: 'Dawning of a new day', cursive;
  153. font-size:23px;
  154. line-height:28px;
  155. }
  156.  
  157. #title {
  158. position:fixed;
  159. left:900px;
  160. top:270px;
  161. width:250px;
  162. height:auto;
  163. line-height:22px;
  164. font-family:'Amatic SC';
  165. font-size:24px;
  166. text-align:left;
  167. color:#fff;
  168. }
  169.  
  170. #box {
  171. -moz-box-shadow: 0 0 10px #eee;
  172. -webkit-box-shadow: 0px 0px 10px #eee;
  173. position:fixed;top:-2px;
  174. left:-1px;
  175. width:160px;
  176. height:100%;
  177. padding-top:20px;
  178. padding-right:12px;
  179. padding-left:10px;
  180. padding-bottom:51px;
  181. border-right:15px double #eee;
  182. background:url(http://24.media.tumblr.com/tumblr_m0g3ybPmqj1r6uwfxo5_100.png);
  183. }
  184.  
  185. #navi {
  186. width:100px;
  187. height:auto;
  188. padding:5px;
  189. margin:auto;text-transform:uppercase;
  190. margin-bottom:8px; margin-left:23px;
  191. border:3px solid #eee;
  192. background:#000;text-align:center;color:#fff;
  193. -webkit-transition-timing-function: ease-out;
  194. -webkit-transition-duration: .3s;
  195. -moz-transition-timing-function: ease-out;
  196. -moz-transition-duration: .3s;
  197. }
  198.  
  199. #navi:hover {
  200. width:100px;
  201. height:auto;color:#000;
  202. padding:5px;border-left:3px solid #fff;border-right:3px solid #fff;border-bottom:3px solid #fff;
  203. background:#fff;font-style:italic;
  204. -webkit-transition-timing-function: ease-out;
  205. -webkit-transition-duration: .3s;
  206. -moz-transition-timing-function: ease-out;
  207. -moz-transition-duration: .3s;
  208. }
  209.  
  210. #scrollToTop:link,#scrollToTop:visited { color: transparent; background-color: transparent; display: none; position: fixed; bottom: 15px; right: 15px;}
  211.  
  212. #mainbar {
  213. top:20px;
  214. margin:auto;
  215. position:relative;
  216. width:504px;
  217. overflow:hidden;
  218. }
  219.  
  220. iframe#tumblr_controls {
  221. top: 4.25% !important;
  222. margin: -30px 0 0 0;
  223. right: 1px !important;
  224. position: fixed !important;
  225. }
  226.  
  227. header {
  228. text-align: center;
  229. background: transparent;
  230. font-size: 6.5pt;
  231. color: #d5a9a7;
  232. font-family: trebuchet ms;
  233. text-transform: uppercase;
  234. letter-spacing: 5px; fixed;
  235. opacity: 100;
  236. padding: 3px;
  237. line-height: 12px;
  238. margin-bottom: 7px;
  239. border-bottom: 3px dotted #aeaeae;
  240. }
  241.  
  242. left
  243. {
  244. margin-left:5px;
  245. }
  246.  
  247. </style>
  248. </head>
  249. <body onkeydown="return false">
  250. <div id="box">
  251. <div style="margin-top:97px;color:#fff;"><center><i><div style="margin-left:5px;width:auto;padding:5px;background:#aeaeae;margin-bottom:10px;text-transform:uppercase;text-align:center;color:#000;">{title}</i></div><p><img src="{portraitURL-64}" width="100px" height="100px" style="border:8px solid #eee;"></p><p>{description}</p></center>
  252. <div id="navi"><a href="/">HOME</div></div></a>
  253. <div id="navi"><a href="/ask">MESSAGE</div></a>
  254. <div id="navi"><a href="/submit">SUBMIT</div></a>
  255. <div id="navi"><a href="{text:LINK1URLHERE}">{text:LINKTITLE1HERE}</a></div>
  256. <div id="navi"><a href="{text:LINK2URLHERE}">{text:LINKTITLE2HERE}</a></div>
  257. <div id="navi"><a href="{text:LINK3URLHERE}">{text:LINKTITLE3HERE}</a></div>
  258. <div id="navi"><a href="http://leshistoire.tumblr.com">THEME</div></a>
  259. </div></div>
  260.  
  261.  
  262. <div class = "autopagerize_page_element" >
  263. {block:Posts}
  264.  
  265. <table width="1010" border="0" align="center" cellspacing="0px" cellpadding="0px">
  266. <tr>
  267. <div id="entry">
  268.  
  269. {block:IndexPage}<div class="permalink"><a href="{Permalink}" title="{NoteCountWithLabel}">[{NoteCount}]</a> <a href="{ReblogURL}" title="Reblog!" target="_blank">Re-dream</a></div>{/block:IndexPage}
  270.  
  271. {block:Text}
  272. {block:Title}<div class="text"><center>{Title}</center></div>{/block:Title}
  273. <center></center>
  274. {Body}
  275. {/block:Text}
  276. {block:Photo}
  277. {LinkOpenTag}<img src="{PhotoURL-400}">{LinkCloseTag}
  278. {/block:Photo}
  279.  
  280. {block:Photoset}
  281. {Photoset-400}{block:caption}{caption}{/block:caption}
  282. {/block:photoset}
  283.  
  284. {block:Quote}<center><div class="quote">"{Quote}"</div></center><br>
  285. {block:Source}<left><b>- {Source}</b></left>{/block:Source}
  286. {/block:Quote}
  287.  
  288. {block:Link}
  289. <div class="link"><a href="{URL}" target="_blank">{Name} →</a></div>
  290. {block:Description}{Description}{/block:Description}
  291. {/block:Link}
  292.  
  293. {block:Answer}<div style=" background-color: #fcfcfc; padding: 5px; border: 1px solid #eeeeee;padding-bottom:10px;">{Asker} <i>whispered:</i> <strong>{Question}</strong></div>
  294. <p>{Answer}</p>{/block:Answer}
  295.  
  296. {block:Chat}
  297. {block:Title}<div class="text">{Title}</div>{/block:Title}
  298. {block:Lines}
  299. {block:Label}
  300. <b>{Label}</b>
  301. {/block:Label}
  302. <i>{Line}</i><br>
  303. {/block:Lines}
  304. {/block:Chat}
  305.  
  306. {block:Audio}<center>
  307. {AudioPlayerBlack}
  308. {/block:Audio}
  309.  
  310. {block:Video}
  311. {Video-400}
  312. {block:Caption}{Caption}{/block:Caption}
  313. {/block:Video}
  314.  
  315.  
  316. {block:PermalinkPage}
  317. {/block:PermalinkPage}
  318. {block:PostNotes}
  319. {PostNotes}
  320. {/block:PostNotes}
  321.  
  322. </td>
  323. </tr>
  324. </table>
  325. {/block:Posts}
  326.  
  327. </div></div>
  328. </body>
  329. </html>
Advertisement
Add Comment
Please, Sign In to add comment