sweetcandyskittles

Dark Shadow Theme

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