Advertisement
becky4268

theme 6

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