Advertisement
Guest User

Theme 07 by netherlends

a guest
Jul 14th, 2013
268
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.46 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. <!--THEME BY NETHERLENDS. listen here u little shit if you remove the credit i will shove a brick up ur ass (◕‿◕✿)-->
  4.  
  5. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  6.  
  7.  
  8. <head>
  9.  
  10.  
  11. <meta name="color:bg" content="#FFFFFF">
  12. <meta name="color:link" content="#E6E4E4">
  13. <meta name="color:hover" content="#454545">
  14. <meta name="color:infobg" content="#FCFCFC">
  15. <meta name="color:text" content="#9A9A9A">
  16. <meta name="color:tags" content="#EDEDED">
  17. <meta name="color:scrollbar" content="#D6D5D5">
  18. <meta name="color:border" content="#FAFAFA">
  19.  
  20. <meta name="image:sidebar" content=""/>
  21.  
  22. <meta name="text:linkA" content="">
  23. <meta name="text:linkA url" content="/">
  24. <meta name="text:linkB" content="">
  25. <meta name="text:linkB url" content="/">
  26. <meta name="text:linkC" content="">
  27. <meta name="text:linkC url" content="/">
  28. <meta name="text:linkD" content="">
  29. <meta name="text:linkD url" content="/">
  30.  
  31. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  32. <title>{Title}</title> {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  33. <link rel="shortcut icon" href="{Favicon}" />
  34. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  35.  
  36. <style type="text/css">
  37.  
  38.  
  39. a {
  40. color:{color:link};
  41. text-decoration:none;
  42. -moz-transition-duration:0.5s;
  43. -webkit-transition-duration:0.5s;
  44. -o-transition-duration:0.5s;
  45. }
  46.  
  47. a:hover {
  48. color:{color:hover};
  49. text-decoration:none;
  50. -moz-transition-duration:0.5s;
  51. -webkit-transition-duration:0.5s;
  52. -o-transition-duration:0.5s;
  53. }
  54.  
  55.  
  56. ::-webkit-scrollbar {background-color:{color:infobg}; height:8px; width:8px}
  57. ::-webkit-scrollbar-thumb:vertical {background-color:{color:scrollbar}; height:50px}
  58. ::-webkit-scrollbar-thumb:horizontal {background-color:{color:scrollbar}; height:8px!important}
  59.  
  60. body {
  61. background-color:{color:bg};
  62. font-family:Calibri;
  63. font-weight:normal;
  64. }
  65.  
  66.  
  67.  
  68.  
  69. h1 {
  70. font-weight:normal;
  71. font-size:10px;
  72. text-align:center;
  73. font-style:normal;
  74. line-height:80%;
  75. letter-spacing:1px;
  76. text-transform:uppercase;
  77. color:{color:text};
  78. }
  79.  
  80. h2 {
  81. font-size:15px;
  82. text-align:center;
  83. line-height:100%;
  84. letter-spacing:-0.5px;
  85. color:{color:text};
  86. font-weight:normal;
  87. padding:5px;
  88. padding-bottom:2px;
  89. }
  90.  
  91.  
  92. blockquote {
  93. border-left:2px solid {color:text};
  94. padding-left:5px;
  95. margin:5px;
  96. }
  97.  
  98. #theme {
  99. background-color:{color:bg};
  100. width:700px;
  101. margin: 0 auto -12px auto;
  102. text-align: center;
  103. }
  104.  
  105. #sidebar {
  106. color:{color:text};
  107. position:fixed;
  108. width:150px;
  109. height:auto;
  110. margin-top:180px;
  111. text-align:left;
  112. }
  113.  
  114. #sidebar img {
  115. width:100px;
  116. height:100px;
  117. border-color:#000;
  118. border-width:15px;
  119. margin-bottom:10px;
  120. }
  121.  
  122.  
  123. .links {
  124. background-color:#000;
  125. border: 5px solid #000;
  126. width:120px;
  127. margin-top:-155px;
  128. margin-bottom:10px;
  129. font-size:8px;
  130. text-transform:uppercase;
  131. text-align:center;
  132. letter-spacing:2px;
  133. line-height:170%;
  134. }
  135.  
  136. .links a{
  137. padding:3px;
  138. color:{color:link};
  139. letter-spacing:0px;
  140. text-decoration:none;
  141. -moz-transition-duration:1s;
  142. -webkit-transition-duration:1s;
  143. -o-transition-duration:1s;
  144. }
  145.  
  146. .links a:hover{
  147. text-shadow: -1px -1px #DF0101, -1px -1px #DF0101, 1px 1px #0000FF, 1px 1px #0000FF;
  148. color:{color:link};
  149. -moz-transition-duration:.5s;
  150. -webkit-transition-duration:.5s;
  151. -o-transition-duration:.5s;
  152. }
  153.  
  154. .desc {
  155. background-color:#000;
  156. width:120px;
  157. border: 5px solid #000;
  158. margin-bottom:10px;
  159. margin-top:110px;
  160. text-align:center;
  161. font-size:10px;
  162. color:{color:text};
  163. letter-spacing:1px;
  164. line-height:100%;
  165. }
  166.  
  167. .desc a {
  168. color:{color:link};
  169. }
  170.  
  171. .pagi {
  172. font-size:15px;
  173. margin-left:-20px;
  174. text-transform:normal;
  175. letter-spacing:2px;
  176. font-style:normal;
  177. text-align:center;
  178. }
  179.  
  180. .pagi a:hover{
  181. color:{color:#000};
  182. }
  183.  
  184. #stuffcontainer {
  185. float:left;
  186. margin-left:200px;
  187. margin-top:75px;
  188. text-align:justify;
  189. background-color:{color:bg};
  190. color:{color:text};
  191. margin-bottom: 35px;
  192. }
  193.  
  194.  
  195. #stuff {
  196. width:500px;
  197. margin-top:10px;
  198. margin-left:-25px;
  199. text-align:justify;
  200. font-size:11px;
  201. line-height:90%;
  202. letter-spacing:0x;
  203. color:{color:text};
  204. }
  205.  
  206. .caption {
  207. width:500px;
  208. text-align:justify;
  209. line-height:120%;
  210. }
  211.  
  212. .ask {
  213. padding:10px;
  214. text-align:left;
  215. color:{color:text};
  216. background-color:{color:infobg};
  217. border-bottom:1px solid {color:border};
  218. border-right:1px solid {color:border};
  219. }
  220.  
  221. .ans {
  222. text-align:left;
  223. padding:10px;
  224. color:{color:text};
  225. }
  226.  
  227. .audio {
  228. width:500px;
  229. padding-bottom:10px;
  230. background-color:{color:infobg};
  231. }
  232.  
  233. .albumart {
  234. float:left;
  235. padding:0px 10px 10px 0px;
  236. }
  237.  
  238. .albumart img {
  239. width:45px;
  240. height:45px;
  241. }
  242.  
  243. .playercontainer {
  244. text-align:left;
  245. padding:10px;
  246. background-color:#ffffff;
  247. width:480px;
  248. }
  249.  
  250. .audioinfo {
  251. padding:10px;
  252. color:{color:text};
  253. }
  254.  
  255. #postinfo {
  256. width:490px;
  257. padding:5px;
  258. font-size:8px;
  259. color:{color:link};
  260. text-transform:uppercase;
  261. font-style:normal;
  262. letter-spacing:2px;
  263. text-align:left;
  264. border-top:1px solid {color:border};
  265. border-bottom:1px solid {color:border};
  266. -moz-transition-duration:0.5s;
  267. -webkit-transition-duration:0.5s;
  268. -o-transition-duration:0.5s;
  269. }
  270.  
  271. #postinfo a {
  272. color:{color:link};
  273. text-align:center;
  274. letter-spacing:1px;
  275. font-style:normal;
  276. }
  277.  
  278. #postinfo a:hover {
  279. color:{color:hover};
  280. }
  281.  
  282. .note {
  283. text-transform:uppercase;
  284. font-style:normal;
  285. letter-spacing:0px;
  286. font-size: 9px;
  287. text-align:left;
  288. line-height:90%;
  289. margin-left:-40px;
  290. }
  291.  
  292. .note li {
  293. list-style-type:none;
  294. border-bottom:1px solid {color:border};
  295. padding:10px 25px 10px 25px;
  296. text-align:left;
  297. margin:0px;
  298. -moz-transition-duration:0.5s;
  299. -webkit-transition-duration:0.5s;
  300. -o-transition-duration:0.5s;
  301. }
  302.  
  303. .tags {
  304. font-style:normal;
  305. width:500px;
  306. text-transform:uppercase;
  307. font-style:normal;
  308. color:{color:tags};
  309. letter-spacing:2px;
  310. line-height:120%;
  311. font-size:8px;
  312. text-align:left;
  313. padding:2px;
  314. -moz-transition-duration:0.5s;
  315. -webkit-transition-duration:0.5s;
  316. -o-transition-duration:0.5s;
  317. }
  318.  
  319. .tags a {
  320. color:{color:tags};
  321. letter-spacing:1px;
  322. padding:1px;
  323. }
  324.  
  325. .tags a:hover {
  326. color:{color:link};
  327. }
  328.  
  329. ul.chat, .chat ol, .chat li {
  330. list-style:none;
  331. margin:0px;
  332. padding:2px;
  333. }
  334.  
  335. .label {
  336. text-decoration:underline;
  337. font-weight:700;
  338. background-color:{color:infobg};
  339. margin-right:5px;
  340. }
  341.  
  342. #credit {
  343. position:fixed;
  344. font-size:10px;
  345. line-height:150%;
  346. right:10px;
  347. bottom:10px;
  348. }
  349.  
  350. {CustomCSS}
  351.  
  352. </style></head>
  353.  
  354. <body>
  355. <div id="theme">
  356. <div id="sidebar">
  357. <img src="{image:sidebar}" alt="sidebar" border="5">
  358. <div class="links">
  359. {block:IfLinkA}
  360. <a href="{text:linkA url}">{text:linkA}</a>
  361. {/block:IfLinkA}
  362. {block:IfLinkB}
  363. <a href="{text:linkB url}">{text:linkB}</a>
  364. {/block:IfLinkB}
  365. {block:IfLinkC}
  366. <a href="{text:linkC url}">{text:linkC}</a>
  367. {/block:IfLinkC}
  368. {block:IfLinkD}
  369. <a href="{text:linkD url}">{text:linkD}</a>
  370. {/block:IfLinkD}
  371. </div>
  372. <div class="desc">
  373. {Description}
  374. </div>
  375. {block:Pagination}
  376. <div class="pagi">
  377. {block:PreviousPage}
  378. <a href="{PreviousPage}"><i>back</i></a>
  379. {/block:PreviousPage}
  380. {block:NextPage}
  381. <a href="{NextPage}"><i>ƒorth</i></a>
  382. {/block:NextPage}
  383. </div>
  384. {/block:Pagination}
  385. </div>
  386.  
  387. <div id="stuffcontainer">
  388.  
  389. {block:Posts}
  390.  
  391. <div id="stuff">
  392.  
  393. {block:Text}{block:Title}<h2>{Title}</h2>{/block:Title}{Body}{/block:Text}
  394.  
  395. {block:Quote}<h2>“{Quote}”</h2><h1>{Source}</h1>{/block:Quote}
  396.  
  397. {block:Link}<a href="{URL}"><h2>{Name}</h2></a>
  398. {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
  399.  
  400. {block:Photo}<center><img src="{PhotoURL-500}"/></center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  401.  
  402. {block:Photoset}<center>{Photoset-500}</center>
  403. {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  404.  
  405. {block:Chat}<ul class="chat">{block:Title}<h2>{Title}</h2>{/block:Title}{block:Lines}<li>{block:Label}<span class="label">{Label}</span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul>{/block:Chat}
  406.  
  407. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  408.  
  409. {block:Answer}<div class="ask">{Asker} asked: {Question}</div><div class="ans">{Answer}</div>{/block:answer}
  410.  
  411. {block:Audio}<div class="audio">{block:AlbumArt}<div class="albumart"><img src="{AlbumArtURL}"/></div>{/block:AlbumArt}
  412. <div class="audioinfo">{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  413. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times</div>
  414. <br><div class="playercontainer">{AudioPlayerWhite}</div></div>
  415. {block:Caption}{Caption}{/block:Caption}<br>{/block:Audio}
  416.  
  417.  
  418.  
  419. {block:Date}<div id="postinfo">{MonthNumberWithZero}-{DayOfMonthWithZero} / <a href="{Permalink}">{24Hour}:{Minutes}</a>{block:NoteCount} / <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}{block:RebloggedFrom} / <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}
  420. {block:ContentSource} / <a href="{SourceURL}">{SourceLink}</a>{/block:ContentSource}</div>{/block:Date}
  421. {block:HasTags}
  422. <div class="tags">
  423. {block:Tags}<a href="{TagURL}">#&nbsp;{Tag}</a>{/block:Tags}</div>
  424. {/block:HasTags}
  425. <div class="note">
  426. {block:PostNotes}{PostNotes}{/block:PostNotes}
  427. </div>
  428. </div>
  429. {/block:Posts}
  430.  
  431.  
  432. </div>
  433.  
  434. <div id="credit"><a href="http://netherlends.tumblr.com/"><img src="http://media.tumblr.com/7525af96f04c08ca98919ae041fc168c/tumblr_inline_mm99isUjTh1qz4rgp.jpg"></a></center></div>
  435.  
  436. </div>
  437. </div>
  438. </div>
  439. </body>
  440. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement