Advertisement
neverlandthemes

THEME 04

Sep 20th, 2014
1,171
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.29 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2.  
  3. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  4.  
  5.  
  6. <head>
  7.  
  8. <!--
  9. THEME BY NEVERLANDEDITS, DON'T CLAIM LIKE AS YOUR.
  10.  
  11. BASE CODE BY ADDICTEDTOPHOTOSHOP;
  12.  
  13.  
  14.  
  15.  
  16. -->
  17.  
  18. <title>{Title}</title>
  19. {block:Description}
  20. <meta name="description" content="{MetaDescription}" />
  21. {/block:Description}
  22. <link rel="shortcut icon" href="{Favicon}" />
  23.  
  24. <meta name="text:link1" content="">
  25. <meta name="text:link1 url" content="/">
  26. <meta name="text:link2" content="">
  27. <meta name="text:link2 url" content="/">
  28. <meta name="text:link3" content="">
  29. <meta name="text:link3 url" content="/">
  30. <meta name="text:link4" content="">
  31. <meta name="text:link4 url" content="/">
  32. <meta name="text:link5" content="">
  33. <meta name="text:link5 url" content="/">
  34.  
  35. <meta name="image:sidebar" content=""/>
  36.  
  37. <meta name="color:bg" content="#f0ecec">
  38. <meta name="color:bg links" content="#f1f1f1">
  39. <meta name="color:link" content="#282828">
  40. <meta name="color:hover" content="#b52331">
  41. <meta name="color:text" content="#848484">
  42. <meta name="color:scrollbar" content="#eeeeee">
  43. <meta name="color:desc border" content= "#b52331">
  44.  
  45.  
  46. </style>
  47. <style type="text/css">
  48.  
  49. /* SCROLLBAR */
  50.  
  51. ::-webkit-scrollbar-thumb{
  52. background-color:#fff;
  53. height:auto;
  54. width:8px;
  55. }
  56.  
  57. ::-webkit-scrollbar {
  58. height:auto;
  59. width:8px;
  60. color:{color:scrollbar};
  61. }
  62.  
  63. /* LINK STYLES */
  64.  
  65. a {
  66. color: {color:link};
  67. text-decoration: none;
  68. transition: all 0.2s;
  69. }
  70.  
  71. b {
  72. color: {color:accent2};
  73. }
  74.  
  75. a:hover {
  76. color: {color:hover};
  77. transition: all 0.2s;
  78. -webkit-transition: all 0.2s;
  79. -moz-transition: all 0.2s;
  80. }
  81.  
  82. /* THEME BODY */
  83.  
  84. body {
  85. background:#ffffff;
  86. color:{color:text};
  87. font-family:helvetica;
  88. font-size:12px;
  89. text-align:justify;
  90. line-height:10px;
  91. }
  92.  
  93. /* HEADINGS */
  94.  
  95. h2 {
  96. font-weight:normal;
  97. font-size:10px;
  98. text-align:center;
  99. font-style:italic;
  100. line-height:50%;
  101. letter-spacing:1px;
  102. text-transform:normal;
  103. color:#000;
  104. }
  105. h1 {
  106. font-size:12px;
  107. text-align:center;
  108. line-height:100%;
  109. color:#000;
  110. font-weight:bold;
  111. text-transform:normal;
  112. padding:5px;
  113. padding-bottom:2px;
  114. }
  115. h1 a {
  116. color:#000;
  117. }
  118.  
  119. /* BLOCKQUOTE */
  120.  
  121. blockquote {
  122. padding-left: 15px;
  123. margin-left: 10px;
  124. border-left: 2px solid {color:border};
  125. }
  126.  
  127.  
  128. /* SIDEBAR */
  129.  
  130. #sidebar {
  131. position:fixed;
  132. width:auto;
  133. height:auto;
  134. margin-left:250px;
  135. opacity:1;
  136. z-index:92222;
  137. color:#000;
  138. margin-top:175px;
  139. }
  140. #sidebar img {
  141. width:200px;
  142. text-align:center;
  143. }
  144.  
  145. #description {
  146. position:absolute;
  147. text-align:justify;
  148. width:185px;
  149. margin:5px 0;
  150. margin-left: 6px;
  151. border-left: 3px solid {color:desc border};
  152. font-size: 12px;
  153. padding: 0 15px 0 5px;
  154. font-family: "Arial", "Geneva", sans-serif;
  155. }
  156.  
  157.  
  158. /* SIDEBAR LINKS */
  159.  
  160. .links {
  161. margin-top:63px;
  162. text-align:center;
  163. width:184px;
  164. font-family:arial;
  165. color:#000;
  166. line-height:120%;
  167. word-spacing:5px;
  168. padding:8px;
  169. font-size:8px;
  170. background-color:{color:bg links};
  171. text-transform:uppercase;
  172. font-weight:bold;
  173. }
  174.  
  175. /* PAGINATION */
  176.  
  177. .pagi {
  178. text-align:right;
  179. }
  180.  
  181. /* POSTS */
  182.  
  183. #postcontainer {
  184. float:left;
  185. margin-left:520px;
  186. width:500px;
  187. text-align:justify;
  188. color:#000;
  189. margin-bottom: 35px;
  190. }
  191. #posts {
  192. margin-top:50px;
  193. width:500px;
  194. text-align:justify;
  195. font-size:12px;
  196. line-height:90%;
  197. color:#000;
  198. outline-offset:20px;
  199. }
  200.  
  201. /* POST INFO */
  202.  
  203. #info {
  204. margin:5px -7px;
  205. text-align:left;
  206. padding:7px;
  207. text-transform:none;
  208. font-family:helvetica;
  209. }
  210.  
  211. /* POST TYPES */
  212.  
  213. .question {
  214. margin-bottom:10px;
  215. line-height:15px;
  216. background-color:#f9f9f9;
  217. padding:10px;
  218. }
  219. .answer {
  220. font-weight:normal;
  221. }
  222. .music {
  223. padding-bottom:10px;
  224. }
  225. .albumart {
  226. float:left;
  227. padding:0px 10px 10px 0px;
  228. }
  229. .albumart img {
  230. width:45px;
  231. height:45px;
  232. }
  233. .playercontainer {
  234. text-align:left;
  235. padding:10px;
  236. background-color:#ffffff;
  237. width:480px;
  238. }
  239. .musicinfo {
  240. padding:10px;
  241. color:#000;
  242. }
  243. .postnote {
  244. text-transform:uppercase;
  245. font-style:normal;
  246. letter-spacing:0px;
  247. font-size: 9px;
  248. text-align:left;
  249. line-height:90%;
  250. margin-left:-40px;
  251. }
  252. .postnote li {
  253. list-style-type:none;
  254. padding:10px 25px 10px 25px;
  255. text-align:left;
  256. margin:0px;
  257. }
  258.  
  259. /* TAGS */
  260.  
  261. .tags {
  262. text-transform:none;
  263. word-break:break-all;
  264. text-align:justify;
  265. margin:-8px 0;
  266. }
  267.  
  268. /* CHAT POSTS */
  269.  
  270. ul.chat, .chat ol, .chat li {
  271. list-style:none;
  272. margin:0px;
  273. padding:2px;
  274. }
  275. .tab {
  276. text-decoration:underline;
  277. font-weight:700;
  278. background-color:#fff;
  279. margin-right:5px;
  280. }
  281.  
  282. /* CREDIT */
  283.  
  284. #credit {
  285. position:fixed;
  286. font-size:8px;
  287. letter-spacing:1px;
  288. right:10px;
  289. bottom:15px;
  290. }
  291. #credit a {
  292. padding:3px;
  293. color:#000;
  294. background-color:#ffffff;
  295. }
  296. #credit a:hover {
  297. color:#ffffff;
  298. background-color:#b52331;
  299. }
  300.  
  301. {CustomCSS}</style></head>
  302.  
  303. <body>
  304. <div id="sidebar">
  305. <a href="/"><img src={image:sidebar}></a>
  306. <div id="description">{Description}</div>
  307. <div class="links">
  308.  
  309. <a href="/">index</a>
  310. <a href="/ask">message</a>
  311. <a href="{text:link1 url}">{text:link1}</a>
  312. {/block:IfLink1}
  313. {block:IfLink2}
  314. <a href="{text:link2 url}">{text:link2}</a>
  315. {/block:IfLink2}
  316. {block:IfLink3}
  317. <a href="{text:link3 url}">{text:link3}</a>
  318. {/block:IfLink3}
  319. <a href="{text:link4 url}">{text:link4}</a>
  320. {/block:IfLink4}
  321. <a href="{text:link5 url}">{text:link5}</a>
  322. {/block:IfLink5}
  323. </div>
  324.  
  325. <div class="pagi">
  326. {block:Pagination}<p>
  327. {block:PreviousPage}
  328. <a href="{PreviousPage}">« </a>
  329. {/block:PreviousPage}
  330. {CurrentPage} of {TotalPages}
  331. {block:NextPage}
  332. <a href="{NextPage}">»</a>
  333. {/block:NextPage}
  334. {/block:Pagination}
  335. </div>
  336. </div>
  337. </div>
  338.  
  339. <div id="postcontainer">
  340.  
  341. {block:Posts}
  342.  
  343. <div id="posts">
  344.  
  345. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  346.  
  347. {block:Quote}<h1>“{Quote}”</h1><h2>{Source}</h2>{/block:Quote}
  348.  
  349. {block:Link}<a href="{URL}"><h1>{Name}</h1></a>
  350. {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
  351. {block:Photo}<center><img src="{PhotoURL-500}"/></center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  352.  
  353. {block:Photoset}<center>{Photoset-500}</center>
  354. {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  355.  
  356. {block:Chat}
  357. {block:Title}<h1>{Title}</h1>{/block:Title}
  358. {block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br/>{/block:Lines}
  359. {/block:Chat}
  360.  
  361. {block:Video}
  362. {Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  363. {block:Answer}
  364. <div class="question">{Asker} <b>asked:</b> {Question}</div>
  365. <div class="answer">{Answer}</div>{/block:answer}
  366.  
  367. {block:Audio}
  368. <div class="music">{block:AlbumArt}<div class="albumart">
  369. <img src="{AlbumArtURL}"/></div>{/block:AlbumArt}
  370. <div class="musicinfo">{block:TrackName}<b>Title:</b> {TrackName}<br />
  371. {/block:TrackName}{block:Artist}<b>Artist:</b> {Artist}<br />
  372. {/block:Artist}
  373. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times</div>
  374. <br><div class="playercontainer">{AudioPlayerWhite}</div></div>
  375. {block:Caption}{Caption}{/block:Caption}<br>{/block:Audio}
  376. {block:Date}
  377.  
  378. <div id="info">
  379.  
  380. <div style="display: inline-block;">{ReblogButton size="16"}</div>
  381. <div style="display: inline-block;">{LikeButton size="16"}</div>
  382.  
  383. <a href="{Permalink}">
  384. {TimeAgo}</a>
  385. {block:NoteCount} with<a href="{Permalink}"> {NoteCountwithlabel}</a>
  386. {/block:NoteCount}
  387. <br>
  388. {block:PermalinkPage}
  389. {block:RebloggedFrom}
  390. <b>information</b>:
  391. <a href="{ReblogParentURL}" title="{ReblogParentName}">via</a>
  392.  
  393. {block:ContentSource}
  394. // <a href="{ReblogRootURL}" title="{ReblogRootName}">source</a>
  395. {/block:ContentSource}
  396. {/block:RebloggedFrom}
  397. {/block:PermalinkPage}
  398.  
  399. </div>
  400.  
  401. {block:HasTags}
  402. <div class="tags">
  403. {block:Tags}
  404. <a href="{TagUrl}">#{Tag}</a>{/block:Tags}</div>
  405. {/block:HasTags}
  406. </div>
  407. {/block:Date}
  408.  
  409.  
  410. {block:PostNotes}
  411. <div class="pagenotes">
  412. {PostNotes}
  413. </div>
  414. {/block:PostNotes}
  415.  
  416.  
  417. {/block:Posts}
  418.  
  419. <div id="pagination">
  420. {block:Pagination}
  421. {block:PreviousPage}
  422. <a href="{PreviousPage}">←</a>
  423. {/block:PreviousPage}
  424.  
  425. {block:NextPage}<a href="{NextPage}">→</a>
  426. {/block:NextPage}
  427. {/block:Pagination}
  428. </div>
  429. </div>
  430. </div>
  431. </div>
  432. <div id="credit"><a href="http://neverlandedits.tumblr.com/">(c)</a></div>
  433. </body>
  434. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement