Advertisement
becky4268

theme 1

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