Advertisement
neverlandthemes

THEME 05

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