Advertisement
becky4268

theme 5

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