Advertisement
direwolved

NEWTHEME#004

Oct 5th, 2013
756
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.42 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#004 BY LIANPAYNE -->
  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:link1" content="">
  23. <meta name="text:link1 url" content="/">
  24. <meta name="text:link2" content="">
  25. <meta name="text:link2 url" content="/">
  26. <meta name="text:link3" content="">
  27. <meta name="text:link3 url" content="/">
  28. <meta name="text:link4" content="">
  29. <meta name="text:link4 url" content="/">
  30. <meta name="text:link5" content="">
  31. <meta name="text:link5 url" content="/">
  32. <meta name="text:link6" content="">
  33. <meta name="text:link6 url" content="/">
  34.  
  35.  
  36. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  37. <title>{Title}</title> {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  38. <link rel="shortcut icon" href="{Favicon}" />
  39. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  40.  
  41.  
  42.  
  43. <style type="text/css">
  44.  
  45. #bite
  46. #bite a{
  47. display:block
  48. }
  49. #bite .death {
  50. margin-top:-40px;filter: alpha(opacity = 0);
  51. opacity:0;-webkit-transition: all 0.5s ease-out;
  52. -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
  53. }
  54.  
  55. #bite:hover .death {
  56. margin-top:0px;
  57. -webkit-transition: all 0.8s ease-out;
  58. -moz-transition: all 0.8s ease-out;
  59. transition: all 0.8s ease-out;
  60. filter: alpha(opacity = 0.8);
  61. filter: alpha(opacity = 0.8);
  62. opacity:0.8;
  63. }
  64.  
  65.  
  66.  
  67.  
  68. a {
  69. color:{color:link};
  70. text-decoration:none;
  71. -moz-transition-duration:0.5s;
  72. -webkit-transition-duration:0.5s;
  73. -o-transition-duration:0.5s;
  74. }
  75.  
  76. a:hover {
  77. color:{color:hover};
  78. text-decoration:none;
  79. -moz-transition-duration:0.5s;
  80. -webkit-transition-duration:0.5s;
  81. -o-transition-duration:0.5s;
  82. }
  83.  
  84.  
  85. ::-webkit-scrollbar {background-color:{color:infobg}; height:8px; width:8px}
  86. ::-webkit-scrollbar-thumb:vertical {background-color:{color:scrollbar}; height:50px}
  87. ::-webkit-scrollbar-thumb:horizontal {background-color:{color:scrollbar}; height:8px!important}
  88.  
  89. body {
  90. background:{color:background};
  91. font-family:calibri;
  92. font-size:10px;
  93. letter-spacing:0px;
  94. color:{color:text};
  95. }
  96.  
  97.  
  98. h1 {
  99. font-weight:normal;
  100. font-size:9.5px;
  101. text-align:center;
  102. font-style:normal;
  103. font-weight:normal;
  104. line-height:80%;
  105. letter-spacing:0px;
  106. text-transform:lowercase;
  107. color:{color:text};
  108. }
  109.  
  110. h2 {
  111. font-size:13px;
  112. text-align:left;
  113. line-height:100%;
  114. letter-spacing:-0.5px;
  115. color:{color:text};
  116. font-weight:bold;
  117. padding:5px;
  118. padding-bottom:2px;
  119. }
  120.  
  121.  
  122. blockquote {
  123. border-left:2px solid {color:#ffffff};
  124. padding-left:5px;
  125. margin:5px;
  126. }
  127.  
  128. #theme {
  129. background-color:{color:bg};
  130. width:700px;
  131. margin: 0 auto -12px auto;
  132. text-align: center;
  133. }
  134.  
  135. #sidebar {
  136. color:{color:text};
  137. position:fixed;
  138. width:245px;
  139. height:auto;
  140. margin-left:530px;
  141. margin-top:230px;
  142. text-align:right;
  143. }
  144.  
  145. #sidebar img {
  146. width:245px;
  147. height:auto;
  148. margin-bottom:10px;
  149. }
  150.  
  151.  
  152. .nav {
  153. width:245px;
  154. height:13px;
  155. padding-top:10px;
  156. margin-bottom:5px;
  157. margin-top:-30px;
  158. margin-left:0px;
  159. font-size:9px;
  160. text-transform:lowercase;
  161. text-align:center;
  162. line-height:170%;
  163. position:fixed;
  164. letter-spacing:1px;
  165. }
  166.  
  167. .nav a {
  168. width:60px;
  169. margin-bottom:6px;
  170. padding:3px;
  171. text-align:center;
  172. opacity:100;
  173. }
  174.  
  175. .nav a:hover {
  176. text-decoration:underline;
  177. color:{color:hover};
  178. background-color:{color:infobg};
  179. }
  180.  
  181.  
  182. .desc {
  183. margin-bottom:10px;
  184. text-align:center;
  185. font-size:9.5px;
  186. letter-spacing:0px;
  187. margin-left:0px;
  188. width:245px;
  189. color:{color:text};
  190. line-height:110%;
  191. }
  192.  
  193. .desc a {
  194. color:{color:link};
  195. }
  196.  
  197. .pagi {
  198. font-size:9px;
  199. text-transform:lowercase;
  200. letter-spacing:1px;
  201. padding-bottom:5px;
  202. font-style:normal;
  203. text-align:right;
  204. }
  205.  
  206. .pagi a {
  207. color:{color:link};
  208. }
  209.  
  210. #stuffcontainer {
  211. float:left;
  212. margin-left:200px;
  213. margin-top:75px;
  214. text-align:justify;
  215. background-color:{color:bg};
  216. color:{color:text};
  217. margin-bottom: 35px;
  218. }
  219.  
  220.  
  221. #stuff {
  222. width:500px;
  223. margin-top:5px;
  224. margin-left:-210px;
  225. text-align:justify;
  226. font-size:9.5px;
  227. padding-bottom:60px;
  228. line-height:90%;
  229. letter-spacing:0x;
  230. color:{color:text};
  231. }
  232.  
  233. .caption {
  234. width:500px;
  235. text-align:justify;
  236. line-height:120%;
  237. }
  238.  
  239. .ask {
  240. padding:10px;
  241. text-align:left;
  242. color:{color:text};
  243. background-color:{color:infobg};
  244. border-bottom:1px solid {color:border};
  245. border-right:1px solid {color:border};
  246. }
  247.  
  248. .ans {
  249. text-align:left;
  250. padding:10px;
  251. color:{color:text};
  252. }
  253.  
  254. .aaudio {
  255. height:65px;
  256. overflow:auto
  257. }
  258.  
  259. .apic img {
  260. position:absolute;
  261. width:60px;
  262. }
  263.  
  264. .audioback {
  265. width:25px;
  266. height:25px;
  267. overflow:hidden;
  268. position:absolute;
  269. z-index:999;
  270. margin-top:2px;
  271. margin-left:2px;
  272. }
  273.  
  274. .audio {
  275. width:30px;
  276. height:30px;
  277. overflow:hidden;
  278. margin-left:13px;
  279. margin-top:13px;
  280. position:absolute;
  281. background-color:white;
  282. opacity: 0.7;
  283. filter:alpha(opacity=70);
  284. -moz-opacity: 0.7;
  285. -khtml-opacity: 0.7;
  286. border:2px solid #eee
  287. }
  288.  
  289.  
  290.  
  291. #postinfo {
  292. width:500px;
  293. padding:5px;
  294. font-size:10px;
  295. color:{color:link};
  296. margin-left:-5px;
  297. font-family:calibri;
  298. margin-top:5px;
  299. text-transform:lowercase;
  300. font-style:normal;
  301. letter-spacing:0px;
  302. text-align:left;
  303. border-top:1px solid {color:border};
  304. border-bottom:1px solid {color:border};
  305. -moz-transition-duration:0.5s;
  306. -webkit-transition-duration:0.5s;
  307. -o-transition-duration:0.5s;
  308. }
  309.  
  310. #postinfo a {
  311. color:{color:link};
  312. text-align:center;
  313. letter-spacing:0px;
  314. font-style:normal;
  315. }
  316.  
  317. #postinfo a:hover {
  318. color:{color:hover};
  319. }
  320.  
  321. .note {
  322. text-transform:lowercase;
  323. font-style:normal;
  324. letter-spacing:0px;
  325. font-size: 9px;
  326. text-align:left;
  327. line-height:90%;
  328. margin-left:-40px;
  329. }
  330.  
  331. .note li {
  332. list-style-type:none;
  333. border-bottom:1px solid {color:border};
  334. padding:10px 25px 10px 25px;
  335. text-align:left;
  336. margin:0px;
  337. -moz-transition-duration:0.5s;
  338. -webkit-transition-duration:0.5s;
  339. -o-transition-duration:0.5s;
  340. }
  341.  
  342. .tags {
  343. font-style:normal;
  344. width:500px;
  345. font-family:calibri;
  346. text-transform:lowercase;
  347. font-style:normal;
  348. color:{color:tags};
  349. letter-spacing:0px;
  350. line-height:100%;
  351. font-size:10px;
  352. margin-top:-5px;
  353. margin-left:-5px;
  354. text-align:left;
  355. padding:5px;
  356. -moz-transition-duration:0.5s;
  357. -webkit-transition-duration:0.5s;
  358. -o-transition-duration:0.5s;
  359. }
  360.  
  361. .tags a {
  362. color:{color:tags};
  363. letter-spacing:0px;
  364. padding:1px;
  365. }
  366.  
  367. .tags a:hover {
  368. text-decoration:underline;
  369. color:{color:link};
  370. }
  371.  
  372. ul.chat, .chat ol, .chat li {
  373. list-style:none;
  374. margin:0px;
  375. padding:2px;
  376. }
  377.  
  378. .label {
  379. text-decoration:underline;
  380. font-weight:700;
  381. background-color:{color:ffffff};
  382. margin-right:5px;
  383. }
  384.  
  385. #cred {
  386. position:fixed;
  387. font-size:10.5px;
  388. font-weight:normal;
  389. line-height:150%;
  390. letter-spacing:0px;
  391. right:10px;
  392. bottom:10px;
  393. text-transform:lowercase;
  394. text-align:center;
  395. }
  396.  
  397. #cred a {
  398. padding:3px;
  399. color:{color:text};
  400. background-color:{color:#ffffff};
  401. -moz-transition-duration:0.5s;
  402. -webkit-transition-duration:0.5s;
  403. -o-transition-duration:0.5s;
  404. }
  405.  
  406. {CustomCSS}
  407.  
  408. </style></head>
  409.  
  410. <body>
  411. <div id="theme">
  412. <div id="sidebar">
  413. <div class="nav">
  414. {block:IfLink1}
  415. <a href="{text:link1 url}">one</a>
  416. {/block:IfLink1}
  417. {block:IfLink2}
  418. <a href="{text:link2 url}">two</a>
  419. {/block:IfLink2}
  420. {block:IfLink3}
  421. <a href="{text:link3 url}">three</a>
  422. {/block:IfLink3}
  423. {block:IfLink4}
  424. <a href="{text:link4 url}">four</a>
  425. {/block:IfLink4}
  426. {block:IfLink5}
  427. <a href="{text:link5 url}">five</a>
  428. {/block:IfLink5}
  429. {block:IfLink6}
  430. <a href="{text:link6 url}">six</a>
  431. {/block:IfLink6}
  432. </div>
  433. <img src="{image:sidebar}">
  434. <div class="desc">
  435. {Description}</blockquote>
  436. </div>
  437. {block:Pagination}
  438. <div class="pagi">
  439. {block:PreviousPage}
  440. <a href="{PreviousPage}">back </a>
  441. {/block:PreviousPage}
  442. {block:NextPage}
  443. <a href="{NextPage}">— forth</a>
  444. {/block:NextPage}
  445. </div>
  446. {/block:Pagination}
  447. </div>
  448.  
  449. <div id="stuffcontainer">
  450.  
  451. {block:Posts}
  452.  
  453. <div id="stuff">
  454.  
  455. {block:Text}{block:Title}<h2>{Title}</h2>{/block:Title}{Body}{/block:Text}
  456.  
  457. {block:Quote}<h2>“{Quote}”</h2><h1>{Source}</h1>{/block:Quote}
  458.  
  459. {block:Link}<a href="{URL}"><h2>{Name}</h2></a>
  460. {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
  461.  
  462. {block:Photo}<center><img src="{PhotoURL-500}"/></center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  463.  
  464. {block:Photoset}<center>{Photoset-500}</center>
  465. {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  466.  
  467. {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}
  468.  
  469. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  470.  
  471. {block:Answer}<div class="ask">{Question} — <u>{Asker}</u></div><div class="ans">{Answer}</div>{/block:answer}
  472.  
  473. {block:Audio}
  474. <div class="aaudio">
  475. {block:AlbumArt}<div class="apic"><img src="{AlbumArtURL}"></div>{/block:AlbumArt}
  476. <div class="audio"><div class="audioback">{AudioPlayerWhite}</div></div>
  477. <div style="margin-left:70px">
  478. {PlayCount} plays.
  479. {block:TrackName}<br><b>♪</b> {Trackname}{/block:TrackName}
  480. {block:Artist}<br><b>♫</b> {Artist}{/block:Artist}
  481. <br>{block:AlbumArt}{/block:AlbumArt}
  482. </div></div>
  483. {block:Caption}
  484. {Caption}
  485. {/block:Caption}
  486. {/block:Audio}
  487.  
  488.  
  489.  
  490. {block:Date}<div id="postinfo">{Month} {DayOfMonth}{DayOfMonthSuffix} {block:ContentSource} › <a href="{ReblogParentName}"></a> <a href="{SourceURL}"><u>original</u></a>
  491. {/block:ContentSource} {block:NoteCount}<div style="text-align:right; margin-top:-12px;"><a href="{Permalink}">with {NoteCountWithLabel}</a></div>{/block:NoteCount}</div>{/block:Date}
  492. {block:HasTags}
  493. <div class="tags">
  494. {block:Tags}<a href="{TagURL}"> #{Tag}</u> </a>{/block:Tags}</div>
  495. {/block:HasTags}
  496. <div class="note">
  497. {block:PostNotes}{PostNotes}{/block:PostNotes}
  498. </div>
  499. </div>
  500. {/block:Posts}
  501.  
  502.  
  503. </div>
  504.  
  505. <div id="cred"><a href="http://lianpayne.tumblr.com/">♫</a></div>
  506.  
  507. </div>
  508. </div>
  509. </div>
  510. </body>
  511. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement