Advertisement
neverlandthemes

NEVERLAND

Nov 2nd, 2014
147
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.54 KB | None | 0 0
  1. <html>
  2. <head>
  3.  
  4. <!--DON'T COPY AND DON'T SPEND MY WORK AS YOURS. PROHIBITED USE THIS CODE AS A BASE. THEME MADE BY NEVERLANDEDITS.TUMBLR.COM/ -->
  5.  
  6. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  7. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  8. <head><title>{Title}</title>
  9. <link rel="shortcut icon" href="{Favicon}">
  10. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  11. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  12. <link href='http://fonts.googleapis.com/css?family=Port+Lligat+Slab' rel='stylesheet' type='text/css'>
  13.  
  14. <!--Default Variables-->
  15. <!--Colors-->
  16.  
  17. <meta name="color:bold" content="#ffffff"/>
  18. <meta name="color:italic" content="#ffffff"/>
  19. <meta name="color:underline" content="#000000"/>
  20. <meta name="color:Background" content="#ffffff"/>
  21. <meta name="color:Text" content="#000000"/>
  22. <meta name="color:Link" content="#f1f1f1"/>
  23. <meta name="color:Hover" content="#ececec"/>
  24. <meta name="color:Border" content="#ececec"/>
  25.  
  26. <!--Images-->
  27.  
  28. <meta name="image:Background" content=""/>
  29. <meta name="image:Sidebar" content=""/>
  30.  
  31. <!--Links-->
  32.  
  33. <meta name="text:Link1" content="/" />
  34. <meta name="text:Link1 Title" content="" />
  35. <meta name="text:Link2" content="/" />
  36. <meta name="text:Link2 Title" content="" />
  37.  
  38. <style type="text/css">
  39.  
  40. ::-webkit-scrollbar {height: auto;width: 6px;}
  41. ::-webkit-scrollbar-thumb {background-color:{color:scrollbar};}
  42. ::-webkit-scrollbar-track{background-color:{color:scrollbg};}
  43.  
  44. body {
  45. background:{color:background};
  46. background-image: url('{image:background}') no-repeat fixed center;;
  47. margin:0px;
  48. color:{color:text};
  49. font-family:consolas;
  50. font-size:10px;
  51. line-height:100%;
  52. }
  53.  
  54. a {
  55. text-decoration:none;
  56. outline:none;
  57. -moz-outline-style:none;
  58. color:{color:link};
  59. -webkit-transition: all 0.5s ease;
  60. -moz-transition: all 0.5s ease;
  61. -o-transition: all 0.5s ease
  62. }
  63.  
  64. img {
  65. border:none;
  66. }
  67.  
  68. blockquote blockquote {
  69. padding-left:5px;
  70. border-left:1px solid;
  71. }
  72.  
  73. h1 {
  74. font-size:12px;
  75. font-family:consolas;
  76. text-transform:uppercase;
  77. }
  78.  
  79. a:hover {
  80. opacity:10;
  81. color:{color:hover};
  82. -webkit-transition: all 0.7s ease;
  83. -moz-transition: all 0.7s ease;
  84. -o-transition: all 0.7s ease
  85. }
  86.  
  87. small{
  88. font-size:9px;
  89. line-height:110%
  90. }
  91.  
  92. big {
  93. font-size:12px;
  94. line-height:110%
  95. }
  96.  
  97.  
  98. b,strong{
  99. color:{color:bold};
  100. }
  101.  
  102.  
  103. i,em{
  104. color:{color:italic};
  105. }
  106.  
  107.  
  108. u{
  109. color:{color:underline};
  110. }
  111.  
  112.  
  113. p{
  114. margin-top:5px;
  115. margin-bottom:5px
  116. }
  117. blockquote {
  118. padding:0px;
  119. padding-left:5px;
  120. margin:5px;
  121. border-left:1px dotted {color:text}
  122. }
  123.  
  124. blockquote img {
  125. max-width:300px
  126. }
  127.  
  128. ul, li img {
  129. max-with:250px
  130. }
  131.  
  132. .audio {width:500px;height:160px;}
  133. .albumart {width:150px;height:150px;position:absolute; border:1px dotted {color:text}; padding:2px;}
  134. .albumart img {width:150px;height:150px;float:left;}
  135. .playercontainer {display:block;width:150px;height:150px;background-color:#ffffff;position:absolute;}
  136. .player {margin-left:36px;margin-top:36px;width:25px;height:25px;
  137. overflow:hidden;background-color:white;}
  138. .audioinfo {margin-left:160px;float:left;width:200px;padding:2px;margin-top:2px;}
  139.  
  140. #entries {
  141. padding:15px;
  142. width:500px;
  143. margin-left:600px;
  144. margin-top:85px;
  145. }
  146.  
  147.  
  148. #post {
  149. width:500px;
  150. padding-bottom:3px;
  151. font-family:consolas;
  152. opacity:1;
  153. }
  154.  
  155. #sidebar {
  156. width:40px;
  157. position:fixed;
  158. margin-left:300px;
  159. margin-top:150px;
  160. opacity:1;
  161. padding: 20px;
  162.  
  163.  
  164. }
  165.  
  166. #sidebarimage img{
  167. border-top:1px solid #eeeeee;
  168. width:64px;
  169. margin-left:-30px;
  170. padding-top:0px;
  171. border:6px solid;
  172. padding: 2px;
  173. border-color: {color:border};
  174. -webkit-transition: all 0.5s ease;
  175. -moz-transition: all 0.5s ease;
  176. -o-transition: all 0.5s ease
  177. }
  178.  
  179. #links {
  180. border-top:3px solid #eeeeee;
  181. margin-left:-20px;
  182. font-size:9px;
  183. opacity:1;
  184. text-align:center;
  185. padding-top:-10px;
  186. text-transform:uppercase;
  187. margin-top:-155px;
  188. }
  189.  
  190. #links a {
  191. margin-right:6px;
  192. margin-bottom:4px;
  193. text-transform:uppercase;
  194. letter-spacing:1px;
  195. border-bottom:3px solid #eeeeee;
  196. display:block;
  197. }
  198.  
  199. #description {
  200. width:80px;
  201. padding:5px;
  202. font-size:10px;
  203. font-style:normal;
  204. opacity: 0.8;
  205. text-align:center;
  206. margin-top:86px;
  207. margin-left:-37px;
  208. }
  209.  
  210. #pagination {
  211. font-size:9px;
  212. text-align:center;
  213. color:{color:link};
  214. font-family:consolas;
  215. letter-spacing:2px;
  216. margin-left:11px;
  217. }
  218.  
  219. #info {
  220. text-align:left;padding:5px;
  221. margin-top:5px;
  222. margin-bottom:10px;
  223. text-transform: lowercase;
  224. font-family:arial;
  225. font-size:9px;
  226. border-bottom:2px solid #eeeeee;
  227. }
  228.  
  229. #tags {
  230.  
  231. font-family:arial;
  232. letter-spacing:1px;
  233. text-transform:lowercase;
  234. font-size:9px;
  235. margin-top:4px;
  236. text-align:right;
  237. a {display:inline; background-color:{color:linkb};
  238. padding:-4px;
  239. -webkit-transition: all 0.6s ease-in-out;
  240. -moz-transition: all 0.6s ease-in-out;
  241. -o-transition: all 0.6s ease-in-out;
  242. -ms-transition: all 0.6s ease-in-out; transition: all 0.6s ease-in-out;}
  243.  
  244. #asker {
  245. float:left;
  246. margin-right:5px;
  247. }
  248.  
  249. #asked {
  250. font-family:consolas;
  251. text-transform:lowercase;
  252. letter-spacing:1px;
  253. padding-bottom:3px;
  254. }
  255.  
  256. #notes {
  257. font-family:consolas;
  258. text-transform:lowercase;
  259. font-size:9px;
  260. }
  261.  
  262. #question {
  263. font-family:consolas;
  264. font-style:italic;
  265. font-size:10px;
  266. background-color:#f1f1f1
  267. }
  268.  
  269. #answer {
  270. font-family:consolas;
  271. text-transform:uppercase;
  272. font-size:10px;
  273. background-color:#f1f1f1
  274. }
  275.  
  276. {CustomCSS}</style></head><body>
  277.  
  278. <div id="sidebar">
  279. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  280. <div id="links">
  281. <a href="/">home</a>
  282. <a href="/ask">ask</a>
  283. {block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a>{/block:ifLink1}
  284. {block:ifLink2}<a href="{text:Link2}">{text:Link2 Title}</a>{/block:ifLink2}
  285. </div>
  286.  
  287. <div id="description">{Description}</div>
  288.  
  289. {block:Pagination}<div align="center" id="pagination">{block:PreviousPage}<a href="{PreviousPage}">prev</a>{/block:PreviousPage} {block:NextPage}<a href="{NextPage}">next</a>{/block:NextPage}</div>{/block:Pagination}
  290. </div>
  291.  
  292. <div id="entries">{block:Posts}<div id="post">
  293.  
  294. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  295.  
  296. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  297.  
  298. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  299.  
  300. {block:Quote}{Quote}{block:Source} —{Source}{/block:Source}{/block:Quote}
  301.  
  302. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  303.  
  304. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  305.  
  306. {block:Audio}<left>{block:AlbumArt}<img src="{AlbumArtURL}" width="64px" height="64px" align="left" style="margin-right:10px" />{/block:AlbumArt}<span class="audio">{AudioPlayerBlack}</left></span>
  307. <br>{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  308. <br>{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  309. {/block:ExternalAudio}<br><b>Played:</b> {PlayCount} times
  310. {/block:Audio}
  311.  
  312. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  313.  
  314. {block:Answer}<div id="asker"></div><div id="aske">{Asker} <b>asked:</b> {Question} {Answer}{/block:Answer}
  315.  
  316. <div id="info"> posted <a href="{Perimalink}">{block:Date}<a href="{Permalink}">{TimeAgo}</a>{/block:Date} with <a href="{Permalink}">{NoteCountWithLabel}</a> {block:RebloggedFrom} <a href="{ReblogParentURL}">VIA</a> {/block:RebloggedFrom}
  317. {block:ContentSource}<a href="{SourceURL}">(<a href="{SourceURL}">source <a href="{SourceURL}">{SourceLink}</a>)</a>{/block:ContentSource}{/block:RebloggedFrom}
  318. <div style="float: right; letter-spacing: 1px; display: inline-block;">{ReblogButton size="13"}</div>
  319. <div style="float: right; letter-spacing: 1px; display: inline-block;">{LikeButton size="13"}</div>
  320. <div id="tags" st>
  321. {block:HasTags}<div id="tags">{block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}</div>{/block:HasTags}</div></div>
  322. {/block:Posts}
  323. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  324. {/block:Posts}</div></div></div>
  325.  
  326. <div style="font-size: 9px; letter-spacing: 1px; float: right; position: fixed; bottom: 25px; right: 5px; text-transform:lowercase;"><a href="http://neverlandedits.tumblr.com">(c)</a></div>
  327.  
  328.  
  329.  
  330. </body>
  331.  
  332. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement