bigjettardis

BJTheme 04

Jan 5th, 2013
7,336
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.99 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. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3. <head><title>{Title}</title>
  4. <link rel="shortcut icon" href="{Favicon}">
  5. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  6. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  7.  
  8. <!---- theme 04 by Archana(grizzlysbear) --->
  9. <link href='http://fonts.googleapis.com/css?family=Mrs+Saint+Delafield|Grand+Hotel|Source+Code+Pro|Iceland' rel='stylesheet' type='text/css'>
  10.  
  11. <meta name="color:Background" content="#ffffff"/>
  12. <meta name="color:Text" content="#838282"/>
  13. <meta name="color:Link" content="#b8b8b8"/>
  14. <meta name="color:Link Hover" content="#E5CAD"/>
  15. <meta name="color:Sidebar Link" content="#E5CAD1"/>
  16. <meta name="color:Border" content="#b8b8b8"/>
  17. <meta name="color:Sidebar" content="#6e2734">
  18. <meta name="color:Chat 1" content="#f7f2f3">
  19. <meta name="color:Chat 2" content="#6e2734">
  20. <meta name="color:Post " content="#ffffff"/>
  21. <meta name="color:Post BG" content="#f7f2f3"/>
  22. <meta name="color:Scrollbar" content="#6e2734"/>
  23. <meta name="color:Selection" content="#6e2734"/>
  24. <meta name="image:sidebar" content=""/>
  25. <meta name="image:sidebar2a" content=""/>
  26. <meta name="image:sidebar2b" content=""/>
  27. <meta name="image:sidebar2c" content=""/>
  28. <meta name="text:Link1 Title" content="link 1"/>
  29. <meta name="text:Link1 Url" content=""/>
  30. <meta name="text:Link2 Title" content="link 2"/>
  31. <meta name="text:Link2 Url" content=""/>
  32. <meta name="text:Link3 Title" content="link 3"/>
  33. <meta name="text:Link3 Url" content=""/>
  34. <meta name="text:Link4 Title" content="link 4"/>
  35. <meta name="text:Link4 Url" content=""/>
  36. <meta name="text:LinkAsk Title" content="ask"/>
  37. <meta name="text:LinkAsk" content="/ask"/>
  38. <meta name="if:4sidebar images" content="1" />
  39.  
  40. <style type="text/css">
  41. background:{color:Selection};
  42. color: #ffffff;
  43. }
  44.  
  45. ::-moz-selection {
  46. background: {color:Selection};
  47. color: #ffffff;
  48. }
  49.  
  50. ::-webkit-selection {
  51. background: {color:Selection};
  52. color: #ffffff;
  53. }
  54. ::-webkit-scrollbar {
  55. width: 7px;
  56. background-color: {color:Background};
  57. }
  58.  
  59. ::-webkit-scrollbar-track-piece {
  60. background-color: {color:Background};
  61. -webkit-border-radius:10px;
  62. }
  63.  
  64. ::-webkit-scrollbar-button:start:decrement,
  65. ::-webkit-scrollbar-button:end:increment {
  66. height: 0px;
  67. display: block;
  68. background: {color:Background};
  69. }
  70.  
  71. ::-webkit-scrollbar-thumb{
  72. background-color: {color:Scrollbar};
  73. -webkit-border-radius:0px;
  74. border:none;
  75. }
  76.  
  77. body {
  78. background:{color:background};
  79. margin:0px;
  80. color:{color:text};
  81. font-family:helvetica;
  82. font-size:11px;
  83. line-height: 1.2;
  84. }
  85.  
  86. a, a:active, a:visited{
  87. line-height: 1.2;
  88. text-decoration: none;
  89. color: {color:Link};
  90. font-style: normal;
  91. opacity:0.95;
  92. filter:alpha(opacity=60);
  93. -webkit-transition: all .5s ease-in-out;
  94. -moz-transition: all .5s ease-in-out;
  95. -o-transition: all .5s ease-in-out;
  96. -ms-transition: all .5s ease-in-out;
  97. }
  98.  
  99. a:hover{
  100. color: {color:Link Hover};
  101. opacity:1.0;
  102. filter:alpha(opacity=100);
  103. -webkit-transition: all .5s ease-in-out;
  104. -moz-transition: all .5s ease-in-out;
  105. -o-transition: all .5s ease-in-out;
  106. -ms-transition: all .5s ease-in-out;
  107. }
  108. img {
  109. border:none;
  110. }
  111.  
  112. blockquote {
  113. padding-left:5px;
  114. border-left:2px solid;
  115. }
  116.  
  117. blockquote blockquote {
  118. padding-left:5px;
  119. border-left:2px solid;
  120. }
  121.  
  122. h1 {
  123. font-size:15px;
  124. }
  125.  
  126. #entries {
  127. line-height: 1;
  128. padding:10px;
  129. width: 600px;
  130. margin-left:400px;
  131. background-color: {color:Post BG};
  132. }
  133.  
  134. #post {
  135. background-color: {color:Post};
  136. width:500px;
  137. padding:20px;
  138. outline-offset: 10px;
  139. margin-top: 50px;
  140. margin-left: 25px;
  141. -webkit-transition: all .5s ease-in-out;
  142. -moz-transition: all .5s ease-in-out;
  143. -o-transition: all .5s ease-in-out;
  144. -ms-transition: all .5s ease-in-out;
  145. -webkit-box-shadow: inset 0px 0px 15px 3px #f5f5f5;
  146. box-shadow: inset 0px 0px 15px 3px #f5f5f5;
  147. }
  148.  
  149. #sides {
  150. width:250px;
  151. height: 100%;
  152. position:fixed;
  153. left: 0px;
  154. top: 0px;
  155. z-index: 100;
  156. }
  157.  
  158. #sidebar {
  159. width:250px;
  160. height: 100%;
  161. position:fixed;
  162. left: 0px;
  163. top: 0px;
  164. background-color: {color:Sidebar};
  165. z-index: 100;
  166. color: {color:Background};
  167. }
  168.  
  169. #sidebar2{
  170. overflow:hidden;
  171. width:250px;
  172. height: 100%;
  173. position:fixed;
  174. left: 0px;
  175. top: 0px;
  176. z-index: 120;
  177. color: {color:Background};
  178. -webkit-transition: all 1s ease-in-out;
  179. -moz-transition: all 1s ease-in-out;
  180. -o-transition: all 1s ease-in-out;
  181. -ms-transition: all 1s ease-in-out;
  182. }
  183.  
  184. #sides:hover #sidebar2{
  185. top: -1000px;;
  186. }
  187.  
  188. .sidebarimage2 {
  189. width: 250px;
  190. position: relative;
  191. margin-top: 125px;
  192. }
  193.  
  194. .sidebarimage2 img {
  195. border: 10px solid {color:Sidebar Link};
  196. float: center;
  197. margin-left: 40px;
  198. margin-top: -10px;
  199. width:150px;
  200. height:150px;
  201. }
  202.  
  203.  
  204. #title{
  205. font-size:15px;
  206. text-align:center;
  207. padding: 5px;
  208. margin-top: 5px;
  209. background-color: {color:Sidebar Link};
  210. font-family: 'Source Code Pro';
  211. }
  212.  
  213. h1{
  214. font-family: 'Iceland';
  215. font-size: 20pt;
  216. }
  217.  
  218. h2{
  219. font-family: 'Iceland';
  220. font-size: 10pt;
  221. text-shadow: none;
  222. }
  223.  
  224. #sidebarimage {
  225. width 250px;
  226. position: relative;
  227. margin-top: 200px;
  228. }
  229.  
  230. #sidebarimage img {
  231. float: center;
  232. margin-left: 50px;
  233. width:150px;
  234. height: auto;
  235. }
  236.  
  237. #description {
  238. float: center;
  239. margin-left: 50px;
  240. width:150px;
  241. padding:5px;
  242. text-align:center;
  243. }
  244.  
  245. #description a{
  246. color: {color:sidebar Link};
  247. }
  248.  
  249. #pagbar {
  250. position: fixed;
  251. width: 100%;
  252. left: 0px;
  253. bottom: 0px;
  254. background-color: {color:sidebar Link};
  255. padding: 5px;
  256. height: auto;
  257. z-indeX: 90;
  258. }
  259.  
  260. #pagination {
  261. text-align:center;
  262. font-size: 8pt;
  263. }
  264. .jump_page {
  265. padding: 2px;
  266. opacity: 0.5
  267. background-color: transparent;
  268. text-decoration:none;
  269. }
  270.  
  271. .current_page, .jump_page:hover {
  272. padding: 2px;
  273. background-color: {color:Post BG};
  274. text-decoration:none;
  275. }
  276. #sidelinks {
  277. position:fixed;
  278. left: 250px;
  279. top: 220px;
  280. z-index: 10;
  281. }
  282.  
  283. .s1 a, .s2 a, .s3 a, .s4 a, .s5 a{color: {color:Sidebar Link};
  284. }
  285. .s1:hover a, .s2:hover a, .s3:hover a, .s4:hover a, .s5:hover a{color: {color:Link};
  286. }
  287. .s1, .s2, .s3, .s4, .s5{
  288. width:150px;
  289. height: auto;
  290. padding: 5px;
  291. margin-top: 5px;
  292. text-align: right;
  293. background-color: {color:Sidebar Link};
  294. border-right: 15px solid {color:Sidebar};
  295. font-size: 11pt;
  296. -webkit-transition: all .5s ease-in-out;
  297. -moz-transition: all .5s ease-in-out;
  298. -o-transition: all .5s ease-in-out;
  299. -ms-transition: all .5s ease-in-out;
  300. }
  301. .s1{ margin-left: -140px;}
  302. .s1:hover { margin-left: -60px;}
  303. .s2{ margin-left: -110px;}
  304. .s2:hover { margin-left: -30px;}
  305. .s3{ margin-left: -130px;}
  306. .s3:hover { margin-left: -50px;}
  307. .s4{ margin-left: -120px;}
  308. .s4:hover { margin-left: -40px;}
  309. .s5{ margin-left: -150px;}
  310. .s5:hover { margin-left: -70px;}
  311.  
  312. #info {
  313. text-align:center;
  314. margin-top:10px;
  315. text-transform: uppercase;
  316. line-height: 1.2
  317. }
  318.  
  319. .source{
  320. float: left;
  321. width: 194px;
  322. background-color: {color:Sidebar Link};
  323. color: {color:Background};
  324. padding: 3px;
  325. }
  326.  
  327. .via{
  328. float: left;
  329. width: 294px;
  330. background-color: {color:Sidebar};
  331. color: {color:Background};
  332. padding: 3px;
  333. }
  334.  
  335. .via a{ color: {color:sidebar link};}
  336.  
  337. .date{
  338. float: left;
  339. width: 194px;
  340. padding: 3px;
  341. border-top: 1px solid {color:Sidebar Link};
  342. }
  343. .noted{
  344. float: left;
  345. width: 294px;
  346. padding: 3px;
  347. border-top: 1px solid {color:Sidebar};
  348. }
  349.  
  350. .tagbox{
  351. margin-top: 10px;
  352. text-align: center;
  353. line-height: 1.75;
  354. }
  355.  
  356. .tagbox a{
  357. background-color: {color:Post BG};
  358. padding: 4px;
  359. }
  360.  
  361. #asker {
  362. float:left;
  363. margin-right:5px;
  364. border: 3px solid {color:Sidebar};
  365. }
  366.  
  367. .quest a{
  368. letter-spacing: 2px;
  369. font-size: 14px;
  370. font-family:'Lobster'
  371. }
  372. .quest{
  373. padding: 10px;
  374. width: 480px;
  375. background-color: {color:Post BG};
  376. }
  377.  
  378. ul.chat {
  379. margin: 0 0 0 0;
  380. padding: 0 0 0 0;
  381. }
  382.  
  383. .chat li {
  384. list-style-type: none;
  385. margin-left: 0px;
  386. padding: 3px;
  387. }
  388.  
  389. .chat li.odd {
  390. background-color: transparent;
  391. border-left: 5px solid {color:Chat 1};
  392. margin-bottom: 3px;
  393. }
  394.  
  395. .chat li.even {
  396. background-color: transparent;
  397. border-left: 5px solid {color:Chat 2};
  398. margin-bottom: 3px;
  399. }
  400.  
  401. .mbox{
  402. background-color: #000000;
  403. position: absolute;
  404. z-index: 50;
  405. height: 75px;
  406. width: 75px;
  407. margin-top: 12.5px;
  408. margin-left: 12.5px;
  409. opacity: 0.3;
  410. -webkit-transition: all .5s ease-in-out;
  411. -moz-transition: all .5s ease-in-out;
  412. -o-transition: all .5s ease-in-out;
  413. -ms-transition: all .5s ease-in-out;
  414. }
  415.  
  416. .mbox:hover{
  417. opacity: 0.95;
  418. -webkit-transition: all .5s ease-in-out;
  419. -moz-transition: all .5s ease-in-out;
  420. -o-transition: all .5s ease-in-out;
  421. -ms-transition: all .5s ease-in-out;
  422. }
  423.  
  424. .mbutton{
  425. width: 20px;
  426. height: 30px;
  427. overflow: hidden;
  428. position: relative;
  429. z-index: 50;
  430. margin-top: 25px;
  431. margin-left: 25px;
  432. }
  433.  
  434. .musicinfo{
  435. font-family: 'Grand Hotel';
  436. text-shadow: 5px 1px 5px {color:Link};
  437. filter: dropshadow(color={color:Link}, offx=3, offy=1);
  438. color: {color:Link};
  439. font-size: 20px;
  440. width: 390px;
  441. margin-left: 110px;
  442. margin-top: 5px;
  443. text-align: center;
  444. -webkit-transition: all .5s ease-in-out;
  445. -moz-transition: all .5s ease-in-out;
  446. -o-transition: all .5s ease-in-out;
  447. -ms-transition: all .5s ease-in-out;
  448. }
  449.  
  450. #albumart img{
  451. float:left;
  452. width: 100px;
  453. height: 100px;
  454. }
  455.  
  456. #linkboxcredit a{
  457. line-height: 1;
  458. background-color: transparent;
  459. z-index: 500;
  460. background-size: 40px 40px;
  461. position: fixed;
  462. width: 50px;
  463. height: auto;
  464. padding: 0px;
  465. bottom: 0px;
  466. right: 20px;
  467. text-align: center;
  468. font-size: 12px;
  469. background-repeat:no-repeat;
  470. opacity:0.5;
  471. filter:alpha(opacity=60);
  472. -webkit-transition: all 1s ease-in-out;
  473. -moz-transition: all 1s ease-in-out;
  474. -o-transition: all 1s ease-in-out;
  475. -ms-transition: all 1s ease-in-out;
  476. }
  477.  
  478. #linkboxcredit a:hover{
  479. opacity:1;
  480. filter:alpha(opacity=60);
  481. -webkit-transition: all .7s ease-in-out;
  482. -moz-transition: all .7s ease-in-out;
  483. -o-transition: all .7s ease-in-out;
  484. -ms-transition: all .7s ease-in-out;
  485. }
  486.  
  487. {CustomCSS}</style></head><body>
  488. <div class=”source”>{block:ContentSource}<a href=”{SourceURL}”>{lang:Source}:{block:SourceLogo}
  489. <img src=”{BlackLogoURL}” width=”{LogoWidth}” height=”{LogoHeight}” alt=”{SourceTitle}” />
  490.  
  491. {/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}</a></div>
  492.  
  493. {/block:ContentSource}</div>
  494.  
  495. <div id="linkboxcredit"><a href="http://grizzlysbear.tumblr.com/">©grizzlysbear</a> </div>
  496.  
  497. <div id="sides">
  498. <div id="sidebar2">
  499. {block:if4sidebarimages}
  500. <div class="sidebarimage2">
  501. <img src="{image:sidebar2a}"></br>
  502. <img src="{image:sidebar2b}"></br>
  503. <img src="{image:sidebar2c}">
  504. </div>
  505. {/block:if4sidebarimages}
  506. </div>
  507.  
  508. <div id="sidebar">
  509.  
  510. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  511. <div id="title"><a href="/">{Title}</a></div>
  512. <div id="description">{Description}</div>
  513. </div>
  514.  
  515. <div id="sidelinks">
  516. <div class="s1"><a href="{text:LinkAsk}"> {text:Linkask title}</a> </div>
  517. <div class="s2"><a href="{text:Link1 Url}">{text:Link1 Title}</a> </div>
  518. <div class="s3"><a href="{text:Link2 Url}">{text:Link2 Title}</a> </div>
  519. <div class="s4"><a href="{text:Link3 Url}">{text:Link3 Title}</a> </div>
  520. <div class="s5"><a href="{text:Link4 Url}">{text:Link4 Title}</a> </div>
  521. </div>
  522. </div>
  523.  
  524. <div id="pagbar">
  525. <div id="pagination">
  526. {block:Pagination}
  527. {block:PreviousPage}<a href="{PreviousPage}" class="jump_page">&laquo;</a>{/block:PreviousPage}
  528. {block:JumpPagination length="3"}
  529. {block:CurrentPage}<span class="current_page">{PageNumber}</span>{/block:CurrentPage}
  530. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}{/block:JumpPagination}
  531. {block:NextPage}<a href="{NextPage}" class="jump_page">&raquo;</a>{/block:NextPage}
  532. {/block:Pagination}
  533. </div>
  534. </div>
  535.  
  536.  
  537. <div id="entries">{block:Posts}<div id="post">
  538. {block:Text}<h1>{block:Title}<a href="{Permalink}">{Title}</a>{/block:Title}</h1>{Body}{/block:Text}
  539.  
  540. {block:Photo} <div class="post"> <center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</center> {block:Caption} <div class="caption">{Caption}</div> {/block:Caption} </div> {/block:Photo}
  541.  
  542. {block:Photoset} <div class="post"> <center>{Photoset-500}</center> {block:Caption} <div class="caption">{Caption}</div> {/block:Caption} </div> {/block:Photoset}
  543.  
  544. {block:Quote} <div class="post"> <div class="quote">"{Quote}"</div></br> {block:Source} <div class="sourced">{Source}</div> {/block:Source} </div> {/block:Quote}
  545.  
  546. {block:Link} <div class="post"> <center><h1><a href="{URL}" class="link" {Target}>{Name}</a></h1></center> {block:Description} <div class="description">{Description}</div> {/block:Description} </div>
  547. {/block:Link}
  548.  
  549. {block:Chat} <div class="post"> {block:Title} <h1><a href="{Permalink}">{Title}</a></h1> {/block:Title} <ul class="chat"> {block:Lines} <li class="{Alt} user_{UserNumber}"> {block:Label} <span class="label">{Label}</span> {/block:Label} {Line} </li> {/block:Lines} </ul> </div> {/block:Chat}
  550.  
  551. {block:Video} <div class="post"> <center>{Video-500}</center> {block:Caption} <div class="caption"> {Caption}</div> {/block:Caption} </div> {/block:Video}
  552.  
  553. {block:Audio} <div class="post">
  554. <div class="mbox"><div class="mbutton">{block:AudioPlayer}{AudioPlayerBlack}{/block:AudioPlayer}</div></div>
  555. <div id="albumart">{block:AlbumArt}<img src="{AlbumArtURL}" alt="{AlbumArtURL}"/>{/block:AlbumArt}</div><br><center><div class="musicinfo">{block:TrackName}{TrackName}{/block:TrackName}{block:Artist} by {Artist}{/block:Artist}</br><h2>{block:Album}({Album}){/block:album}</h2></div></div>
  556. <br></br><br></br><br></br>{/block:Audio}
  557.  
  558. {block:Answer}<div class="quest"><div id="asker"><img src="{AskerPortraitURL-24}"></div>{Asker}:<br>{Question}</div><br>{Answer}{/block:Answer}
  559. <br>
  560.  
  561. <div id="info">
  562. {block:RebloggedFrom}
  563. <div class="source">source:<a href="{ReblogRootURL}"title="{ReblogRoottitle}">{ReblogRootName}</a></div><div class="via">via:<a href="{ReblogParentURL}"
  564. title="{ReblogParentTitle}">{ReblogParentName}</a></div>{/block:RebloggedFrom}
  565. <div class="date">
  566. {block:Date}posted {TimeAgo}{/block:Date}{/block:Date}</div>
  567. <div class="noted"><a href="{Permalink}">
  568. {NoteCountwithLabel}</a>
  569. </div>
  570. <br></br>
  571. <div class="tagbox">
  572. {block:HasTags}{block:Tags} <a href="{TagURL}" class="tag"># {Tag}</a>{/block:Tags}{/block:HasTags}</div>
  573. </div>
  574. </div>
  575. <br></br><br></br>
  576. {block:PostNotes}{PostNotes}{/block:PostNotes}
  577. {/block:Posts}</div>
  578.  
  579. </body></html>
Add Comment
Please, Sign In to add comment