sweetcandyskittles

NEUTRAL THEME by leshistoire

Aug 4th, 2012
889
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.27 KB | None | 0 0
  1. <html>
  2. <!-- Neutral BY CLARICE - leshistoire.tumblr.com, Please do not redistribute the codes or even claim this theme as yours. Thanks to subtlepatterns.com for the backgrounds. Hope you like this theme. :) -->
  3.  
  4. <head>
  5. <title>{Title}</title>
  6. <META name="image:background" content="http://subtlepatterns.subtlepatterns.netdna-cdn.com/patterns/tiny_grid.png">
  7. <META name="text:link1" content="Link 1">
  8. <META name="text:link2" content="Link 2">
  9. <META name="text:link1url" content="/">
  10. <META name="text:link2url" content="/">
  11. <link rel="shortcut icon" href="{Favicon}">
  12. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  13. {block:Description}<meta name="description" content="{MetaDescription}">{/block:Description}
  14. <link href='http://fonts.googleapis.com/css?family=Shadows+Into+Light+Two' rel='stylesheet' type='text/css'>
  15. <link href='http://fonts.googleapis.com/css?family=Euphoria+Script' rel='stylesheet' type='text/css'>
  16. <link href='http://fonts.googleapis.com/css?family=Dawning+of+a+New+Day' rel='stylesheet' type='text/css'>
  17. <link href='http://fonts.googleapis.com/css?family=Allura' rel='stylesheet' type='text/css'> <link href='http://fonts.googleapis.com/css?family=Meddon' rel='stylesheet' type='text/css'>
  18. <link href='http://fonts.googleapis.com/css?family=Amatic+SC' rel='stylesheet' type='text/css'><link href='http://fonts.googleapis.com/css?family=Pompiere|Open+Sans+Condensed:300' rel='stylesheet' type='text/css'>
  19. <script type="text/javascript"
  20. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  21. <script language=JavaScript>
  22.  
  23. <!--
  24. //Disable right mouse click Script
  25. //By Maximus ([email protected]) w/ mods by DynamicDrive
  26. //For full source code, visit http://www.dynamicdrive.com
  27.  
  28. var message="";
  29.  
  30. ///////////////////////////////////
  31. function clickIE4(){
  32. if (event.button==2){
  33. alert(message);
  34. return false;
  35. }
  36. }
  37.  
  38. function clickNS4(e){
  39. if (document.layers||document.getElementById&&!document.all){
  40. if (e.which==2|e.which==3){
  41. alert(message);
  42. return false;
  43. }
  44. }
  45. }
  46.  
  47. if (document.layers){
  48. document.captureEvents(Event.MOUSEDOWN);
  49. document.onmousedown=clickNS4;
  50. }
  51. else if (document.all&&!document.getElementById){
  52. document.onmousedown=clickIE4;
  53. }
  54.  
  55. document.oncontextmenu=new Function("return false")
  56.  
  57. // -->
  58. </script>
  59. <style type="text/css">
  60.  
  61. body {
  62. background:url({image:Background}) repeat fixed;
  63. color:#736F6E;
  64. font-family:'Arial';
  65. font-size:10px;
  66. line-height:12px;
  67. }
  68.  
  69. i {
  70. font-style:italic;
  71. font-family:'times new roman';
  72. }
  73.  
  74. b {
  75. font-family:'georgia';
  76. font-style:bold;
  77. }
  78.  
  79. a, a:link, a:visited, a:active {
  80. color:#000;text-decoration:none;
  81. -webkit-transition-timing-function: ease-out;
  82. -webkit-transition-duration: 0.5s;
  83. -moz-transition-timing-function: ease-out;
  84. -moz-transition-duration: 0.5s;
  85. }
  86.  
  87. a:hover {
  88. color: #736F6E;
  89. background-color: transparent;
  90. -webkit-transition-timing-function: ease-out;
  91. -webkit-transition-duration: 0.5s;
  92. -moz-transition-timing-function: ease-out;
  93. -moz-transition-duration: 0.5s;
  94. text-decoration:underline;
  95. }
  96.  
  97. #entry {
  98. margin:0 auto;
  99. width:249px;
  100. padding-top:4px;
  101. padding-right:20px;
  102. padding-left:20px;
  103. padding-bottom:6px;
  104. margin-top:2px;
  105. margin-bottom:6px;
  106. border:1px solid #eee;
  107. background:#fff;
  108. }
  109.  
  110. #entry .permalink {
  111. background:#eee;
  112. width:153px;
  113. text-align:center;
  114. margin-left:128px;
  115. padding-right:3px;
  116. color:#aeaeae;
  117. margin-top:2px;margin-bottom:7px;
  118. line-height:16px;
  119. }
  120.  
  121. #descripbox {
  122. margin:auto;width:282px;height:auto; background-color:#fff;text-align:center;padding:5px;padding-bottom:10px;margin-top:40px;margin-bottom:10px;
  123. background:#fff;border-top:1px solid #eee;border-right:1px solid #eee;border-left:1px solid #eee;border-bottom:15px solid #eee;
  124. }
  125.  
  126. .text {
  127. font-family: 'open sans condensed';
  128. font-weight: normal;
  129. font-size: 23px;
  130. line-height:26px;
  131. font-weight: 500;
  132. letter-spacing: 3px;
  133. text-transform: uppercase;
  134. color:#000;
  135. text-align:center;
  136. border-bottom:1px solid #aeaeae;
  137. }
  138.  
  139.  
  140. .link {
  141. font-size:22px;
  142. font-family: 'Shadows into light two';
  143. line-height:27px;
  144. text-align:center;
  145. }
  146.  
  147.  
  148. ::-webkit-scrollbar {
  149. width: 5px;
  150. height: 4px;
  151. background: #ffffff;
  152. background-repeat: repeat-y;
  153. background-attachment: fixed;
  154. }
  155.  
  156. ::-webkit-scrollbar-thumb {
  157. background-color:#aeaeae;border-top:10px solid #eee;
  158. border-bottom:10px solid #eee;}
  159.  
  160. .quote {
  161. font-family: 'Allura', cursive;
  162. font-size:23px;
  163. line-height:28px;
  164. }
  165.  
  166. #linkie {
  167. width:auto;text-align:center;
  168. height:12px;
  169. background:#fff;padding:5px;
  170. color:#000;border:1px solid #eee;
  171. display:inline-block;
  172. font-family:'Open sans condensed';font-size:12px;
  173. text-transform:uppercase;
  174. }
  175.  
  176. #linkie:hover {
  177. width:auto;
  178. height:12px;
  179. background:#fff;padding:5px;
  180. color:#000;border:1px solid #aeaeae;
  181. display:inline-block;
  182. font-family:'Open sans condensed';font-size:12px;
  183. text-transform:uppercase;
  184. }
  185.  
  186. #box1 {
  187. width:100%;position:fixed;top:3px;background:#eee;
  188. height:auto;margin:-9px;padding-top:5px;padding-left:10px;
  189. padding-right:10px;z-index:2;margin-left:-19px;
  190. -webkit-transition-timing-function: ease-in;
  191. -webkit-transition-duration: .5s;
  192. -moz-transition-timing-function: ease-in;
  193. -moz-transition-duration: .5s;
  194. }
  195.  
  196. iframe#tumblr_controls {
  197. top: 4.25% !important;
  198. margin: -30px 0 0 0;
  199. right: 1px !important;
  200. position: fixed !important;
  201. }
  202.  
  203. UL{
  204. text-align:center;}
  205.  
  206. blockquote {
  207. border-left:4px double #aeaeae;padding-left:6px;margin-left:5px;
  208. }
  209. </style>
  210. </head>
  211. <body onkeydown="return false">
  212. <!-- links here -->
  213. <center><div id="box1">
  214. <div id="linkie"><a href="/">Home</a></div>
  215. <div id="linkie"><a href="/ask">Contact</a></div>
  216. <div id="linkie"><a href="/submit">Submit</a></div>
  217. <div id="linkie"><a href="/archive">History</a></div>
  218. <div id="linkie"><a href="{text:link1url}">{text:Link1}</a></div>
  219. <div id="linkie"><a href="{text:link2url}">{text:link2}</a></div>
  220. <div id="linkie"><a href="http://leshistoire.tumblr.com">Theme</a></div></div>
  221.  
  222. </div></center>
  223. <!--description -->
  224. <div id="descripbox">
  225. <center><div class="text">{title}</div><p>{description}</p></div></div></div>
  226. {block:Posts}
  227.  
  228. <table width="1010" border="0" align="center" cellspacing="0px" cellpadding="0px">
  229. <tr>
  230. <div id="entry">
  231. {block:IndexPage}<div class="permalink">
  232. <div style="color:#000;font-size:13px;font-family:'open sans condensed';text-transform:uppercase;" title="{notecountwithlabel}">{NoteCount} // <font color="#fff"><a href="{ReblogURL}" title="Reblog!" target="_blank">Reblog</a></div></font>
  233. </div>{/block:IndexPage}
  234.  
  235. {block:Text}
  236. {block:Title}<div class="text"><center>{Title}</center></div>{/block:Title}
  237. <center></center>
  238. {Body}
  239. {/block:Text}
  240. {block:Photo}
  241. {LinkOpenTag}<img src="{PhotoURL-250}">{LinkCloseTag}
  242. {/block:Photo}
  243.  
  244. {block:Photoset}
  245. {Photoset-250}
  246. {/block:photoset}
  247.  
  248. {block:Quote}<center><div class="quote">"{Quote}"</div></center><br>
  249. {block:Source}<left><b>- {Source}</b></left>{/block:Source}
  250. {/block:Quote}
  251.  
  252. {block:Link}
  253. <div class="link"><a href="{URL}" target="_blank">{Name} →</a></div>
  254. {block:Description}{Description}{/block:Description}
  255. {/block:Link}
  256.  
  257. {block:Answer}<div style=" background-color: #fcfcfc; padding: 5px; border: 1px solid #eeeeee;padding-bottom:10px;">{Asker} <i>whispered:</i> <strong>{Question}</strong></div>
  258. <p>{Answer}</p>{/block:Answer}
  259.  
  260. {block:Chat}
  261. {block:Title}<center><div class="text">{Title}</div></center>{/block:Title}
  262. {block:Lines}
  263. {block:Label}
  264. <b>{Label}</b>
  265. {/block:Label}
  266. <i>{Line}</i><br>
  267. {/block:Lines}
  268. {/block:Chat}
  269.  
  270. {block:Audio}<center>
  271. {AudioPlayerBlack}
  272. {/block:Audio}
  273.  
  274. {block:Video}
  275. {Video-250}
  276. {block:Caption}{Caption}{/block:Caption}
  277. {/block:Video}
  278.  
  279.  
  280. {block:PermalinkPage}
  281. {/block:PermalinkPage}
  282. {block:PostNotes}
  283. {PostNotes}
  284. {/block:PostNotes}
  285.  
  286. </td>
  287. </tr>
  288. </table>
  289. {/block:Posts}
  290.  
  291. <div style="text-align: center; font-family: trebuchet MS; font-size: 9px; text-transform: uppercase;">{block:Pagination}
  292. {block:PreviousPage}<a href="{PreviousPage}">recent entries</a> {/block:PreviousPage}☁
  293. {block:NextPage} <a href="{NextPage}">older entries</a>{/block:NextPage}
  294. {/block:Pagination}
  295.  
  296. <!-- do not remove the credits, Thank you. -->
  297. <p>
  298. Theme made by: <a href="http://leshistoire.tumblr.com">leshistoire</a> // Neutral
  299. </p>
  300. </div>
  301. </div></div>
  302. </center>
  303. </body>
  304. </html>
Advertisement
Add Comment
Please, Sign In to add comment