Advertisement
the-fate-of-the-bbc

Theme 2b

Aug 3rd, 2014
245
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.11 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. <script type="text/javascript"
  8. src="http://codysherman.com/tools/infinite-scrolling/code" ></script>
  9.  
  10. <meta name="color:background" content="#ffffff"/>
  11. <meta name="color:text" content="#444444"/>
  12. <meta name="color:link" content="#97c5e0"/>
  13. <meta name="color:hover" content="#ffffff"/>
  14. <meta name="color:scrollbar" content="#444444"/>
  15.  
  16. <meta name="image:sidebar" content="https://secure.static.tumblr.com/9e8652a27cc5954cfc5a8292844cbca4/78oruro/fISn9mviy/tumblr_static_bbh0zp9h8lwskocoosks0k0w8.png"/>
  17.  
  18. <meta name="if:cursor" content="1">
  19.  
  20. <meta name="color:box1" content="#24505a"/>
  21. <meta name="color:box2" content="#315283"/>
  22. <meta name="color:box3" content="#427ea3"/>
  23. <meta name="color:box4" content="#529ecc"/>
  24. <meta name="color:box5" content="#75b1d6"/>
  25. <meta name="color:box6" content="#97c5e0"/>
  26. <meta name="color:box7" content="#bad8eb"/>
  27. <meta name="color:box8" content="#dcecf5"/>
  28.  
  29. <meta name="text:link1 url" content="http://"/>
  30. <meta name="text:link1 name" content="link one"/>
  31.  
  32. <meta name="text:link2 url" content="http://"/>
  33. <meta name="text:link2 name" content="link two"/>
  34.  
  35. <meta name="text:link3 url" content="http://"/>
  36. <meta name="text:link3 name" content="link three"/>
  37.  
  38. <meta name="text:link4 url" content="http://"/>
  39. <meta name="text:link4 name" content="link four"/>
  40.  
  41. <meta name="text:title tab1" content="about"/>
  42. <meta name="text:text tab1" content="insert your awesome text here. you can write as much as you want. you can also use < /p > </p>to create a new paragraph & < /br > </br> to insert a line break."/>
  43.  
  44. <meta name="text:title tab2" content="currently"/>
  45. <meta name="text:text tab2" content="insert your awesome text here. you can write as much as you want. you can also use < /p > </p>to create a new paragraph & < /br > </br> to insert a line break."/>
  46.  
  47. <meta name="text:title tab3" content="awards"/>
  48. <meta name="text:text tab3" content="insert your awesome text here. you can write as much as you want. you can also use < /p > </p>to create a new paragraph & < /br > </br> to insert a line break."/>
  49.  
  50. <meta name="text:title tab4" content="friends"/>
  51. <meta name="text:text tab4" content="insert your awesome text here. you can write as much as you want. you can also use < /p > </p>to create a new paragraph & < /br > </br> to insert a line break."/>
  52.  
  53. <style type="text/css">
  54.  
  55. @font-face { font-family: "cedarcursive"; src: url('http://themes.googleusercontent.com/static/fonts/cedarvillecursive/v1/cuCe6HrkcqrWTWTUE7dw-5zpMnghKP_wiJrQSyqob5U.woff'); }
  56.  
  57.  
  58. /*--- scrollbar ---*/
  59.  
  60. ::-webkit-scrollbar-thumb:vertical {
  61. background-color: {color:scrollbar};
  62. height: 5px;
  63. }
  64.  
  65. ::-webkit-scrollbar-thumb:horizontal {
  66. background-color: {color:scrollbar};
  67. height:5px!important;
  68. }
  69.  
  70. ::-webkit-scrollbar {
  71. background-color:{color:background};
  72. height:5px;
  73. width:5px;}
  74.  
  75. iframe#tumblr_controls {
  76. right:3px !important;
  77. position: fixed !important;
  78. }
  79.  
  80. /*--- body ---*/
  81.  
  82. body {
  83. background:{color:background};
  84. margin:0px;
  85. color:{color:text};
  86. font-family:veranda;
  87. font-size:12px;
  88. line-height:120%;
  89. }
  90.  
  91. a {
  92. text-decoration:none;
  93. outline:none;
  94. -moz-outline-style:none;
  95. color:{color:link};
  96. }
  97.  
  98. a:hover {
  99. text-decoration:none;
  100. opacity:1;
  101. color:{color:hover};
  102. -webkit-transition: all 0.5s ease;
  103. -moz-transition: all 0.5s ease;
  104. -o-transition: all 0.5s ease
  105. }
  106.  
  107. img {
  108. border:none;
  109. }
  110.  
  111. blockquote {
  112. padding-left:5px;
  113. border-left:2px solid;
  114. }
  115.  
  116. blockquote blockquote {
  117. padding-left:5px;
  118. border-left:2px solid;
  119. }
  120.  
  121. h1 {
  122. font-size:15px;
  123. }
  124.  
  125. /*--- post entries ---*/
  126.  
  127. #entries {
  128. padding:10px;
  129. width:500px;
  130. margin-left:550px;
  131. margin-top:60px;
  132. }
  133.  
  134. #post {
  135. width:500px;
  136. padding-bottom:20px;
  137. margin-bottom:30px;
  138. }
  139.  
  140. /*--- sidebar ---*/
  141.  
  142. #sidebar {
  143. width:300px;
  144. position:fixed;
  145. margin-left:200px;
  146. margin-top:60px;
  147. }
  148.  
  149. #title {
  150. font-size:50px;
  151. font-family:cedarcursive;
  152. text-align:center;
  153. margin-bottom:10px;
  154. }
  155.  
  156. #sidebarimage {
  157. width 300px;
  158. }
  159.  
  160. #sidebarimage img {
  161. width:300px;
  162. }
  163.  
  164. #sidebar:hover
  165. #sidebarimage img{
  166. opacity:0.1;
  167. -webkit-transition-duration:1s;
  168. -moz-transition-duration:1s;
  169. -o-transition-duration:1s;
  170. }
  171.  
  172. /*description*/
  173.  
  174. #description {
  175. position:absolute;
  176. opacity:0;
  177. font-family:veranda;
  178. font-size:13px;
  179. line-height:120%;
  180. background-color:transparent;
  181. margin-bottom:100px;
  182. margin-left:20px;
  183. margin-right:20px;
  184. text-align:justify;
  185. padding:5px;
  186. height:auto;
  187. margin-top:-250px;
  188. }
  189.  
  190. #sidebar:hover
  191. #description {
  192. opacity:1;
  193. -webkit-transition-duration:1s;
  194. -moz-transition-duration:1s;
  195. -o-transition-duration:1s;
  196. }
  197.  
  198. /*--- pagination ---*/
  199.  
  200. #pagination {
  201. font-size:20px;
  202. text-align:center;
  203. }
  204.  
  205. /*--- post info ---*/
  206.  
  207. #info {
  208. margin-top:10px;
  209. padding:10px;
  210. font-size:10px;
  211. color:{color:text};
  212. background:{color:box8} ;
  213. text-transform:lowercase;
  214. opacity: 0;
  215. text-align:center;
  216. -moz-transition-duration:0.5s;
  217. -webkit-transition-duration:0.5s;
  218. -o-transition-duration:0.5s;
  219. }
  220.  
  221. #post:hover
  222. #info {
  223. opacity:1;
  224. -moz-transition-duration:0.5s;
  225. -webkit-transition-duration:0.5s;
  226. -o-transition-duration:0.5s;
  227. }
  228.  
  229. #info a {
  230. color:{color:link};
  231. }
  232.  
  233. #info a:hover {
  234. color:{color:hover};
  235. -moz-transition-duration:0.5s;
  236. -webkit-transition-duration:0.5s;
  237. -o-transition-duration:0.5s;
  238. }
  239.  
  240. /*--- links and updates tab ---*/
  241.  
  242. /*--- links ---*/
  243.  
  244. #box1 {
  245. position:fixed;
  246. top:70px;
  247. right:280px;
  248. background-color:{color:box1};
  249. height:15px;
  250. width:3px;
  251. padding:3px;
  252. z-index:9999999;
  253. }
  254.  
  255. #thing1 {
  256. width:0;
  257. height:0;
  258. opacity:0;
  259. right:175px;
  260. text-transform:uppercase;
  261. position:fixed;
  262. font-size:8px;
  263. padding:2px;
  264. text-align:left;
  265. overflow:hidden;
  266. z-index:9;
  267. -webkit-transition: all 0.5s ease-out;
  268. -moz-transition: all 0.5s ease-out;
  269. transition: all 0.5s ease-out;
  270. }
  271.  
  272. #box1:hover
  273. #thing1 {
  274. opacity:1;
  275. width:100px;
  276. height:15px;
  277. color:{color:text};
  278. font-family:veranda;
  279. background:transparent;
  280. }
  281.  
  282. #box2 {
  283. position:fixed;
  284. top:91px;
  285. right:280px;
  286. background-color:{color:box2};
  287. width:3px;
  288. height:15px;
  289. padding:3px;
  290. z-index:999999;
  291. }
  292.  
  293. #thing2 {
  294. width:0;
  295. height:0;
  296. opacity:0;
  297. right:175px;
  298. text-transform:uppercase;
  299. position:fixed;
  300. font-size:8px;
  301. padding:2px;
  302. text-align:left;
  303. overflow:hidden;
  304. z-index:9;
  305. -webkit-transition: all 0.5s ease-out;
  306. -moz-transition: all 0.5s ease-out;
  307. transition: all 0.5s ease-out;
  308. }
  309.  
  310. #box2:hover
  311. #thing2 {
  312. opacity:1;
  313. width:100px;
  314. height:15px;
  315. color:{color:text};
  316. font-family:veranda;
  317. background:transparent;
  318. }
  319.  
  320. #box3 {
  321. position:fixed;
  322. top:112px;
  323. right:280px;
  324. background-color:{color:box3};
  325. width:3px;
  326. height:15px;
  327. padding:3px;
  328. z-index:99999;
  329. }
  330.  
  331. #thing3 {
  332. width:0;
  333. height:0;
  334. opacity:0;
  335. right:175px;
  336. text-transform:uppercase;
  337. position:fixed;
  338. font-size:8px;
  339. padding:2px;
  340. text-align:left;
  341. overflow:hidden;
  342. z-index:9;
  343. -webkit-transition: all 0.5s ease-out;
  344. -moz-transition: all 0.5s ease-out;
  345. transition: all 0.5s ease-out;
  346. }
  347.  
  348. #box3:hover
  349. #thing3 {
  350. opacity:1;
  351. width:100px;
  352. height:15px;
  353. color:{color:text};
  354. font-family:veranda;
  355. background:transparent;
  356. }
  357.  
  358. #box4 {
  359. position:fixed;
  360. top:133px;
  361. right:280px;
  362. background-color:{color:box4};
  363. width:3px;
  364. height:15px;
  365. padding:3px;
  366. z-index:1000;
  367. }
  368.  
  369. #thing4 {
  370. width:0;
  371. height:0;
  372. opacity:0;
  373. right:175px;
  374. text-transform:uppercase;
  375. position:fixed;
  376. font-size:8px;
  377. padding:2px;
  378. text-align:left;
  379. overflow:hidden;
  380. z-index:9;
  381. -webkit-transition: all 0.5s ease-out;
  382. -moz-transition: all 0.5s ease-out;
  383. transition: all 0.5s ease-out;
  384. }
  385.  
  386. #box4:hover
  387. #thing4 {
  388. opacity:1;
  389. width:100px;
  390. height:15px;
  391. color:{color:text};
  392. font-family:veranda;
  393. background:transparent;
  394. }
  395.  
  396. /*--- updates tab ---*/
  397.  
  398. #box5 {
  399. position:fixed;
  400. top:180px;
  401. right:280px;
  402. background-color:{color:box5};
  403. width:3px;
  404. height:15px;
  405. padding:3px;
  406. z-index:1000;
  407. }
  408.  
  409. #thing5 {
  410. width:0;
  411. height:0;
  412. opacity:0;
  413. right:175px;
  414. text-transform:uppercase;
  415. position:fixed;
  416. font-size:8px;
  417. padding:2px;
  418. text-align:left;
  419. overflow:hidden;
  420. z-index:9;
  421. -webkit-transition: all 0.5s ease-out;
  422. -moz-transition: all 0.5s ease-out;
  423. transition: all 0.5s ease-out;
  424. }
  425.  
  426. #box5:hover
  427. #thing5 {
  428. opacity:1;
  429. width:100px;
  430. height:auto;
  431. color:{color:text};
  432. font-family:veranda;
  433. background:transparent;
  434. }
  435.  
  436. #box6 {
  437. position:fixed;
  438. top:200px;
  439. right:280px;
  440. background-color:{color:box6};
  441. width:3px;
  442. height:15px;
  443. padding:3px;
  444. z-index:999;
  445. }
  446.  
  447. #thing6 {
  448. width:0;
  449. height:0;
  450. opacity:0;
  451. right:175px;
  452. text-transform:uppercase;
  453. position:fixed;
  454. font-size:8px;
  455. padding:2px;
  456. text-align:left;
  457. overflow:hidden;
  458. z-index:9;
  459. -webkit-transition: all 0.5s ease-out;
  460. -moz-transition: all 0.5s ease-out;
  461. transition: all 0.5s ease-out;
  462. }
  463.  
  464. #box6:hover
  465. #thing6 {
  466. opacity:1;
  467. width:100px;
  468. height:auto;
  469. color:{color:text};
  470. font-family:veranda;
  471. background:transparent;
  472. }
  473.  
  474. #box7 {
  475. position:fixed;
  476. top:221px;
  477. right:280px;
  478. background-color:{color:box7};
  479. width:3px;
  480. height:15px;
  481. padding:3px;
  482. z-index:100;
  483. }
  484.  
  485. #thing7 {
  486. width:0;
  487. height:0;
  488. opacity:0;
  489. right:175px;
  490. text-transform:uppercase;
  491. position:fixed;
  492. font-size:8px;
  493. padding:2px;
  494. text-align:left;
  495. overflow:hidden;
  496. z-index:9;
  497. -webkit-transition: all 0.5s ease-out;
  498. -moz-transition: all 0.5s ease-out;
  499. transition: all 0.5s ease-out;
  500. }
  501.  
  502. #box7:hover #thing7 {
  503. opacity:1;
  504. width:100px;
  505. height:auto;
  506. color:{color:text};
  507. font-family:veranda;
  508. background:transparent;
  509. }
  510.  
  511. #box8 {
  512. position:fixed;
  513. top:242px;
  514. right:280px;
  515. background-color:{color:box8};
  516. width:3px;
  517. height:15px;
  518. padding:3px;
  519. z-index:10;
  520. }
  521.  
  522. #thing8 {
  523. width:0;
  524. height:0;
  525. opacity:0;
  526. right:175px;
  527. text-transform:uppercase;
  528. position:fixed;
  529. font-size:8px;
  530. padding:2px;
  531. text-align:left;
  532. overflow:hidden;
  533. z-index:9;
  534. -webkit-transition: all 0.5s ease-out;
  535. -moz-transition: all 0.5s ease-out;
  536. transition: all 0.5s ease-out;
  537. }
  538.  
  539. #box8:hover #thing8 {
  540. opacity:1;
  541. width:100px;
  542. height:auto;
  543. color:{color:text};
  544. font-family:veranda;
  545. background:transparent;
  546. }
  547.  
  548. /*--- ask ---*/
  549.  
  550. #asker {
  551. float:left;
  552. margin-right:5px;
  553. }
  554.  
  555. #asker img {
  556. border-radius:100%;
  557. }
  558.  
  559. #answer {
  560. padding: 10px;
  561. text-align: left;
  562. color:{color:text};
  563. }
  564.  
  565. /*--- cursor ---*/
  566.  
  567. {block:ifcursor}
  568. *, body, a, a:hover {cursor: url("http://www.totallylayouts.com/cursors/random/tiny_cursor.png"), auto }
  569. {/block:ifCursor}
  570.  
  571. /*--- tumblr link---*/
  572.  
  573. .credit, .credit a {
  574. bottom:5px;
  575. right:5px;
  576. font-size:15px;
  577. color:{color:text};
  578. position:fixed;
  579. font-family:georgia;
  580. }
  581.  
  582. .credit a:hover {
  583. color:{color:hover};
  584. }
  585.  
  586. {CustomCSS}</style></head>
  587.  
  588. <body>
  589.  
  590. <div id="sidebar">
  591.  
  592. <div id="title">{Title}</div>
  593.  
  594. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  595.  
  596. <div id="description">{Description}</div>
  597.  
  598. </div>
  599.  
  600. <div id="box1">
  601. <div id="thing1">
  602. <a href="{text:link1 url}">{text:link1 name}</a>
  603. </div>
  604. </div>
  605.  
  606.  
  607. <div id="box2">
  608. <div id="thing2">
  609. <a href="{text:link2 url}">{text:link2 name}</a>
  610. </div>
  611. </div>
  612.  
  613. <div id="box3">
  614. <div id="thing3">
  615. <a href="{text:link3 url}">{text:link3 name}</a>
  616. </div>
  617. </div>
  618.  
  619. <div id="box4">
  620. <div id="thing4">
  621. <a href="{text:link4 url}">{text:link4 name}</a>
  622. </div>
  623. </div>
  624.  
  625. <div id="box5">
  626. <div id="thing5">
  627. <div align="center"><b><u>{text:title tab1}</b></u><br></div>
  628. <div align="justify">{text:text tab1}</div>
  629. </div>
  630. </div>
  631.  
  632. <div id="box6">
  633. <div id="thing6">
  634. <div align="center"><b><u>{text:title tab2}</b></u><br></div>
  635. <div align="justify">{text:text tab2}</div>
  636. </div>
  637. </div>
  638.  
  639. <div id="box7">
  640. <div id="thing7">
  641. <div align="center"><b><u>{text:title tab3}</b></u><br></div>
  642. <div align="justify">{text:text tab3}</div>
  643. </div>
  644. </div>
  645.  
  646. <div id="box8">
  647. <div id="thing8">
  648. <div align="center"><b><u>{text:title tab4}</b></u><br></div>
  649. <div align="justify">{text:text tab4}</div>
  650. </div>
  651.  
  652. {block:Pagination}<div id="pagination">{block:PreviousPage}<a href="{PreviousPage}">←</a>{/block:PreviousPage}{block:NextPage} <a href="{NextPage}">→</a>{/block:NextPage}
  653. </div>{/block:Pagination}
  654.  
  655. </div>
  656.  
  657. <div id="entries">{block:Posts}<div id="post">
  658.  
  659. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  660.  
  661. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  662.  
  663. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  664.  
  665. {block:Quote}"{Quote}"{block:Source} </br>— {Source}{/block:Source}{/block:Quote}
  666.  
  667. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  668.  
  669. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  670.  
  671. {block:Audio}{AudioPlayerWhite}{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  672.  
  673. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  674.  
  675. {block:Answer}<div id="asker"><img src="{AskerPortraitURL-24}"></div>{Asker} said:<br>{Question}<br><div></div>{Answer}{/block:Answer}
  676.  
  677. <div id="info">
  678. {block:Date}posted {TimeAgo}{/block:Date} with <a href="{Permalink}">
  679. {NoteCountWithLabel}</a>{block:RebloggedFrom} | via:<a href="{ReblogParentURL}"
  680. title="{ReblogParentTitle}">{ReblogParentName}</a> | source:<a href="{ReblogRootURL}"title="{ReblogRoottitle}">{ReblogRootName}</a>{/block:RebloggedFrom}<br> {block:HasTags}{block:Tags} #<a href="{TagURL}">{Tag}</a>{/block:Tags}{/block:HasTags}</div>
  681.  
  682. </div>
  683. {block:PostNotes}{PostNotes}{/block:PostNotes}
  684. {/block:Posts}</div>
  685.  
  686. <span class="credit">
  687. <a href="http://www.tumblr.com/" target="_blank">©</a>
  688. </span>
  689.  
  690. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement