Advertisement
foundcas

Theme 2 Bad Wolf Revamped

Jul 3rd, 2014
295
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 23.62 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. <head>
  6. <!-- THEME 2 Revamp BY FOUNDCAS // Please don't steal the code, use as a base, or remove the credit! If you have any questions or have any problems just ask me at foundcasthemes.tumblr.com/ask :) -->
  7.  
  8. <title>{Title}</title>
  9. <link rel="shortcut icon" href="{Favicon}">
  10. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  11.  
  12. <meta name="color:Background" content="#fff" />
  13. <meta name="color:Sidebar BG" content="#fff" />
  14. <meta name="color:Description" content="#acaeae" />
  15. <meta name="color:Header BG" content="#fff" />
  16. <meta name="color:Header Border" content="#3d5ba3" />
  17. <meta name="color:Title" content="#fce7a7" />
  18. <meta name="color:Body" content="#84553e" />
  19. <meta name="color:Link" content="#edba2f" />
  20. <meta name="color:Link Hover" content="#475948" />
  21. <meta name="color:SB Link" content="#d6153f" />
  22. <meta name="color:SB Link Hover" content="#fce7a7" />
  23. <meta name="color:Ask BG" content="#eee"/>
  24. <meta name="color:Ask Border" content="#a8a8a8"/>
  25. <meta name="color:Chat Even Border" content="#a8a8a8"/>
  26. <meta name="color:Chat Odd Border" content="#a8a8a8"/>
  27. <meta name="color:Updates Text Title" content="#fff"/>
  28. <meta name="color:Updates 1" content="#d6153f"/>
  29. <meta name="color:Updates 2" content="#3d5ba3"/>
  30. <meta name="color:Updates 3" content="#fce7a7"/>
  31. <meta name="color:Updates 4" content="#475948"/>
  32. <meta name="color:Updates 5" content="#84553e"/>
  33. <meta name="color:Updates 6" content="#edba2f"/>
  34.  
  35. <meta name="image:Background" content="">
  36. <meta name="image:Sidebar" content="">
  37.  
  38. <meta name="if:ShowStopBullyingLogo" content="1"/>
  39. <meta name="if:UpdatesTab" content="1"/>
  40. <meta name="if:Link1" content="1" />
  41. <meta name="if:Link2" content="1" />
  42. <meta name="if:Link3" content="1" />
  43. <meta name="if:Link4" content="1" />
  44. <meta name="if:Link5" content="1" />
  45. <meta name="if:Link6" content="1" />
  46.  
  47. <meta name="text:Hover for Title Link" content="gallifrey">
  48. <meta name="text:Ask Text" content="inquired"/>
  49. <meta name="text:link1 url" content="/"/>
  50. <meta name="text:Link 1 Name" content="Link 1"/>
  51. <meta name="text:link2 url" content="/"/>
  52. <meta name="text:Link 2 Name" content="Link 2"/>
  53. <meta name="text:link3 url" content="/"/>
  54. <meta name="text:Link 3 Name" content="Link 3"/>
  55. <meta name="text:link4 url" content="/"/>
  56. <meta name="text:Link 4 Name" content="Link 4"/>
  57. <meta name="text:link5 url" content="/"/>
  58. <meta name="text:Link 5 Name" content="Link 5"/>
  59. <meta name="text:link6 url" content="/"/>
  60. <meta name="text:Link 6 Name" content="Link 6"/>
  61.  
  62. <!--UPDATES TAB-->
  63. <meta name="text:Updates Title 1" content="title here">
  64. <meta name="text:updates1" content="text here">
  65. <meta name="text:Updates Height 1" content="90px">
  66. <meta name="text:Updates Title 2" content="title here">
  67. <meta name="text:updates2" content="text here">
  68. <meta name="text:Updates Height 2" content="90px">
  69. <meta name="text:Updates Title 3" content="title here">
  70. <meta name="text:updates3" content="text here">
  71. <meta name="text:Updates Height 3" content="90px">
  72. <meta name="text:Updates Title 4" content="title here">
  73. <meta name="text:updates4" content="text here">
  74. <meta name="text:Updates Height 4" content="90px">
  75. <meta name="text:Updates Title 5" content="title here">
  76. <meta name="text:updates5" content="text here">
  77. <meta name="text:Updates Height 5" content="90px">
  78. <meta name="text:Updates Title 6" content="title here">
  79. <meta name="text:updates6" content="text here">
  80. <meta name="text:Updates Height 6" content="90px">
  81.  
  82. <script type="text/javascript" src="http://static.tumblr.com/tiu5k68/xTkm8wqw2/tumblr-title-qtip.js"></script>
  83.  
  84. <style>
  85. .my-like {
  86. cursor:pointer;
  87. display:inline-block;
  88. vertical-align:top;
  89. }
  90. .my-liked, .my-like:hover {
  91. color: red;
  92. cursor:pointer;
  93. display:inline-block;
  94. vertical-align:top;
  95. }
  96. </style>
  97. <script>
  98. window.onload = function () {
  99. document.body.insertAdjacentHTML( 'beforeEnd', '<iframe id="my-like-frame" style="display:none;"></iframe>' );
  100. document.addEventListener( 'click', function ( event ) {
  101. var myLike = event.target;
  102. if( myLike.className.indexOf( 'my-like' ) > -1 ) {
  103. var frame = document.getElementById( 'my-like-frame' ),
  104. liked = ( myLike.className == 'my-liked' ),
  105. command = liked ? 'unlike' : 'like',
  106. reblog = myLike.getAttribute( 'data-reblog' ),
  107. id = myLike.getAttribute( 'data-id' ),
  108. oauth = reblog.slice( -8 );
  109. frame.src = 'http://www.tumblr.com/' + command + '/' + oauth + '?id=' + id;
  110. liked ? myLike.className = 'my-like' : myLike.className = 'my-liked';
  111. };
  112. }, false );
  113. };
  114. </script>
  115.  
  116. <style type="text/css">
  117.  
  118. div#qTip{
  119. font-family:'calibri';
  120. font-size: 8px;
  121. color:#fff;
  122. background-color:#000;
  123. text-align: center;
  124. text-transform: uppercase;
  125. letter-spacing:1px;
  126. min-width:40px;
  127. max-width:120px;
  128. display: none;
  129. position: absolute;
  130. z-index: 9999;
  131. padding: 3px;
  132. margin:-32px -70px;}
  133.  
  134. ::-webkit-scrollbar-thumb{
  135. background-color: #a8a8a8;
  136. border: 1px solid #fff;
  137. height:auto;
  138. }
  139.  
  140. ::-webkit-scrollbar {
  141. height:10px;
  142. width:6px;
  143. background-color: #ecf089;
  144. border: 2.3px solid #fff;
  145. }
  146.  
  147. body {
  148. background: {color:Background};
  149. background-image: url('{image:Background}');
  150. font-size:11px;
  151. font-family: verdana;
  152. color:{color:Body};
  153. word-wrap:break-word;
  154. line-height:100%;
  155. }
  156.  
  157. blockquote {
  158. border-left: 3px solid #eee;
  159. padding:5px;
  160. }
  161.  
  162. blockquote img {
  163. max-width: 300px;
  164. display: block;
  165. margin-bottom: 5px;
  166. }
  167.  
  168. blockquote blockquote {
  169. padding: 10px;
  170. }
  171. ol{
  172. list-style-type:lower-roman;
  173. }
  174. ul{
  175. list-style-type:circle;
  176. }
  177. a {
  178. text-decoration:none;
  179. outline:none;
  180. color:{color:Link};
  181. -webkit-transition: all 0.5s ease-in-out;
  182. -moz-transition: all 0.5s ease-in-out;
  183. -o-transition: all 0.5s ease-in-out;
  184. }
  185.  
  186. a:hover {
  187. color:{color:Link Hover};
  188. -webkit-transition: all 0.5s ease-in-out;
  189. -moz-transition: all 0.5s ease-in-out;
  190. -o-transition: all 0.5s ease-in-out;
  191. }
  192.  
  193. h1 {
  194. text-align:center;
  195. }
  196.  
  197. h2 {
  198. text-transform:uppercase;
  199. padding:5px;
  200. }
  201.  
  202. pre, code {
  203. padding:10px;
  204. box-sizing:border-box;
  205. -moz-box-sizing:border-box;
  206. webkit-box-sizing:border-box;
  207. display:block;
  208. white-space: pre-wrap;
  209. white-space: -moz-pre-wrap;
  210. white-space: -pre-wrap;
  211. white-space: -o-pre-wrap;
  212. word-wrap: break-word;
  213. width:100%; overflow-x:auto;
  214. background:#eee;
  215. }
  216.  
  217. /*TOP BAR*/
  218. #arrow {
  219. position:fixed;
  220. width:1000%;
  221. top:0;
  222. left:0;
  223. height:50px;
  224. background-color:{color:Header BG};
  225. border-bottom:double {color:Header Border};
  226. z-index:999;
  227. }
  228.  
  229. #arrow a:hover{
  230. color:{color:Link Hover};
  231. }
  232.  
  233. #title{
  234. position:fixed;
  235. text-align:right;
  236. letter-spacing:5px;
  237. font-size:20px;
  238. text-transform:uppercase;
  239. font-weight:bold;
  240. margin:20px 50px;
  241. }
  242.  
  243. #title a{
  244. color:{color:Title};
  245. }
  246.  
  247. #avim{
  248. position:fixed;
  249. margin:7px 10px;
  250. border-radius:100%;
  251. }
  252.  
  253. #avim img{
  254. padding:1px;
  255. border: 1px solid {color:Title};
  256. border-radius:100%;
  257. }
  258.  
  259. #flip{
  260. margin-top:15px;
  261. padding:5px;
  262. letter-spacing:2px;
  263. margin-left:670px;
  264. text-align:center;
  265. width:400px;
  266. font-size:10px;
  267. }
  268.  
  269. /*SIDEBAR*/
  270. #aside{
  271. position:fixed;
  272. height:100%;
  273. width:450px;
  274. top:0;
  275. left:0;
  276. background:{color:Sidebar BG};
  277. border-right: double {color:Header Border};
  278. z-index:9;
  279. }
  280. #sbimg{
  281. margin:100px 125px;
  282. }
  283. #sbimg img{
  284. width:200px;
  285. height:200px;
  286. }
  287.  
  288. #clicks{
  289. position:absolute;
  290. text-align:center;
  291. width:200px;
  292. height:200px;
  293. margin:100px 125px;
  294. opacity:0;
  295. background:{color:Sidebar BG};
  296. -moz-transition-duration:1s;
  297. -webkit-transition-duration:1s;
  298. -o-transition-duration:1s;
  299. }
  300. #clicks a{
  301. text-align:center;
  302. color:{color:SB Link};
  303. font-weight:bold;
  304. font-size:13px;
  305. padding:10px;
  306. margin-top:10px;
  307. opacity:1;
  308. text-transform:uppercase;
  309. -moz-transition-duration:all .04s ease;
  310. -webkit-transition-duration:all .04s ease;
  311. -o-transition-duration:all .04s ease;
  312. }
  313. #aside:hover #clicks{
  314. opacity:.7;
  315. }
  316. #clicks a:hover{
  317. opacity:1;
  318. letter-spacing:2px;
  319. color:{color:SB Link Hover};
  320. text-transform:uppercase;
  321. -moz-transition-duration:all .04s ease;
  322. -webkit-transition-duration:all .04s ease;
  323. -o-transition-duration:all .04s ease;
  324. }
  325.  
  326. #pen{
  327. color:{color:Description};
  328. text-align:justify;
  329. font-size:10px;
  330. margin-top:-90px;
  331. margin-left:auto;
  332. margin-right:auto;
  333. width:200px;
  334. line-height:130%;
  335. }
  336.  
  337. /*POST CONTAINER*/
  338. #entries {
  339. margin-left: 600px;
  340. margin-top:90px;
  341. padding-bottom:30px;
  342. }
  343. /*POSTS*/
  344. #post {
  345. width:500px;
  346. padding-bottom:15px;
  347. }
  348.  
  349. /*QUOTE*/
  350. #saysu{
  351. text-align:center;
  352. text-transform:none;
  353. line-height:12px;
  354. }
  355.  
  356. /*AUDIO*/
  357. .arte{
  358. border-radius:100%;
  359. float:right;
  360. }
  361.  
  362. .audinfo{
  363. letter-spacing:2px;
  364. text-align:justify;
  365. text-transform:uppercase;
  366. }
  367.  
  368. .play{
  369. position:absolute;
  370. margin: 23px 452px;
  371. height:30px;
  372. width:27px;
  373. overflow:hidden;
  374. background:none;
  375. z-index:9;
  376. }
  377. /*CHATS*/
  378. .chat ul{
  379. margin-left:-40px;
  380. list-style-type:none;
  381. }
  382. .chat li:last-child{
  383. border:none;
  384. }
  385. .chat .odd{
  386. color:#7a7a7a;
  387. padding:5px;
  388. border-bottom:1px solid {color:Chat Odd Border};
  389. }
  390.  
  391. .chat .even{
  392. color:#cfcfcf;
  393. padding:5px;
  394. border-bottom:1px solid {color:Chat Even Border};
  395. }
  396. /*ASKS*/
  397. #quest{
  398. padding:10px;
  399. font-size:13px;
  400. text-transform:uppercase;
  401. background-color:{Ask BG};
  402. border-right:1px double {color:Ask Border};
  403. border-bottom:1px double {color:Ask Border};
  404. }
  405.  
  406. .name{
  407. float:right;
  408. }
  409.  
  410. #reply{
  411. padding:10px;
  412. }
  413.  
  414. /*INFORMATION*/
  415. #info {
  416. font-size:9px;
  417. font-style:normal;
  418. text-align:right;
  419. text-transform:uppercase;
  420. padding:5px;
  421. padding-bottom:15px;
  422. }
  423. #info a{
  424. text-align:right;
  425. font-size:9px;
  426. font-style:normal;
  427. text-transform:uppercase;
  428. }
  429.  
  430. #dateme{
  431. border-bottom:1px solid black;
  432. padding-bottom:5px;
  433. }
  434. #tag{
  435. font-style:italic;
  436. text-align:left;
  437. text-transform:lowercase;
  438. padding-top:5px;
  439. letter-spacing:.5px;
  440. -moz-transition-duration:.5s ease;
  441. -webkit-transition-duration:.5s ease;
  442. -o-transition-duration:.5s ease;
  443. }
  444. #tag a{
  445. font-style:italic;
  446. text-align:left;
  447. text-transform:lowercase;
  448. padding-top:5px;
  449. letter-spacing:.5px;
  450. -moz-transition-duration:.5s ease;
  451. -webkit-transition-duration:.5s ease;
  452. -o-transition-duration:.5s ease;
  453. }
  454.  
  455. #tag a:hover{
  456. letter-spacing:-1.5px;
  457. -moz-transition-duration:.5s ease;
  458. -webkit-transition-duration:.5s ease;
  459. -o-transition-duration:.5s ease;
  460. }
  461. #noted img{
  462. width:24px;
  463. height:24px;
  464. border-radius:100%;
  465. }
  466. #noted li{
  467. list-style-type:none;
  468. vertical-align:middle;
  469. border-bottom:1px solid {color:Header Border};
  470. padding-bottom:3.5px;
  471. }
  472. /*credit*/
  473. #credit a{
  474. position:fixed;
  475. font-style:normal;
  476. right:5px;
  477. bottom:5px;
  478. padding:4px;
  479. background:{color:Background};
  480. font-size:8px;
  481. color:black;
  482. text-transform:uppercase;
  483. -moz-transition-duration:.5s ease;
  484. -webkit-transition-duration:.5s ease;
  485. -o-transition-duration:.5s ease;
  486. }
  487.  
  488. #credit a:hover {
  489. opacity:1;
  490. color:white;
  491. background:black;
  492. letter-spacing:1px;
  493. -moz-transition-duration:.5s;
  494. -webkit-transition-duration:.5s;
  495. -o-transition-duration:.5s;
  496. }
  497.  
  498. {block:ifUpdatesTab}
  499. #tab01{ /*This is the customization of EACH tab*/
  500. background: {color:Updates 1};
  501. height:20px;
  502. width:20px;
  503. text-align:center;
  504. overflow:hidden;
  505. margin-top:1px 1px;
  506. text-transform:uppercase;
  507. letter-spacing:1px;
  508. font-size:8px;
  509. line-height:10px;
  510. z-index:0;
  511. -webkit-transition: all .8s ease-in-out;
  512. -moz-transition: all .8s ease-in-out;
  513. -o-transition: all .8s ease-in-out;
  514. }
  515. #tab01:hover{/*This is the customization of the tabs HOVER*/
  516. height:{text:Updates Height 1};
  517. background:none;
  518. width:120px;
  519. -webkit-transition: all .8s ease-in-out;
  520. -moz-transition: all .8s ease-in-out;
  521. -o-transition: all .8s ease-in-out;
  522. }
  523.  
  524. #tab02{ /*This is the customization of EACH tab*/
  525. background: {color:Updates 2};
  526. width:20px;
  527. height:20px;
  528. right:50px;
  529. text-align:center;
  530. overflow:hidden;
  531. text-transform:uppercase;
  532. letter-spacing:1px;
  533. font-size:8px;
  534. line-height:10px;
  535. z-index:0;
  536. -webkit-transition: all .8s ease-in-out;
  537. -moz-transition: all .8s ease-in-out;
  538. -o-transition: all .8s ease-in-out;
  539. }
  540. #tab02:hover{/*This is the customization of the tabs HOVER*/
  541. height:{text:Updates Height 2};
  542. width:120px;
  543. background:none;
  544. -webkit-transition: all .8s ease-in-out;
  545. -moz-transition: all .8s ease-in-out;
  546. -o-transition: all .8s ease-in-out;
  547. }
  548.  
  549. #tab03{ /*This is the customization of EACH tab*/
  550. background: {color:Updates 3};
  551. width:20px;
  552. height:20px;
  553. text-align:center;
  554. overflow:hidden;
  555. margin-top:1px1px;
  556. text-transform:uppercase;
  557. letter-spacing:1px;
  558. font-size:8px;
  559. line-height:10px;
  560. z-index:0;
  561. -webkit-transition: all .8s ease-in-out;
  562. -moz-transition: all .8s ease-in-out;
  563. -o-transition: all .8s ease-in-out;
  564. }
  565. #tab03:hover{/*This is the customization of the tabs HOVER*/
  566. height:{text:Updates Height 3};
  567. width:120px;
  568. background:none;
  569. -webkit-transition: all .8s ease-in-out;
  570. -moz-transition: all .8s ease-in-out;
  571. -o-transition: all .8s ease-in-out;
  572. }
  573.  
  574. #tab04{ /*This is the customization of EACH tab*/
  575. background: {color:Updates 4};
  576. width:20px;
  577. height:20px;
  578. text-align:center;
  579. overflow:hidden;
  580. margin-top:1px1px;
  581. text-transform:uppercase;
  582. letter-spacing:1px;
  583. font-size:8px;
  584. line-height:10px;
  585. z-index:0;
  586. -webkit-transition: all .8s ease-in-out;
  587. -moz-transition: all .8s ease-in-out;
  588. -o-transition: all .8s ease-in-out;
  589. }
  590. #tab04:hover{/*This is the customization of the tabs HOVER*/
  591. height:{text:Updates Height 4};
  592. width:120px;
  593. background:none;
  594. -webkit-transition: all .8s ease-in-out;
  595. -moz-transition: all .8s ease-in-out;
  596. -o-transition: all .8s ease-in-out;
  597. }
  598.  
  599. #tab05{ /*This is the customization of EACH tab*/
  600. background: {color:Updates 5};
  601. width:20px;
  602. height:20px;
  603. text-align:center;
  604. overflow:hidden;
  605. margin-top:1px1px;
  606. text-transform:uppercase;
  607. letter-spacing:1px;
  608. font-size:8px;
  609. line-height:10px;
  610. z-index:0;
  611. -webkit-transition: all .8s ease-in-out;
  612. -moz-transition: all .8s ease-in-out;
  613. -o-transition: all .8s ease-in-out;
  614. }
  615. #tab05:hover{/*This is the customization of the tabs HOVER*/
  616. height:{text:Updates Height 5};
  617. width:120px;
  618. background:none;
  619. -webkit-transition: all .8s ease-in-out;
  620. -moz-transition: all .8s ease-in-out;
  621. -o-transition: all .8s ease-in-out;
  622. }
  623.  
  624. #tab06{ /*This is the customization of EACH tab*/
  625. background:{color:Updates 6};
  626. width:20px;
  627. height:20px;
  628. text-align:center;
  629. overflow:hidden;
  630. margin-top:1px1px;
  631. text-transform:uppercase;
  632. letter-spacing:1px;
  633. font-size:8px;
  634. line-height:10px;
  635. z-index:0;
  636. -webkit-transition: all .8s ease-in-out;
  637. -moz-transition: all .8s ease-in-out;
  638. -o-transition: all .8s ease-in-out;
  639. }
  640. #tab06:hover{/*This is the customization of the tabs HOVER*/
  641. height:{text:Updates Height 6};
  642. width:120px;
  643. background:none;
  644. -webkit-transition: all .8s ease-in-out;
  645. -moz-transition: all .8s ease-in-out;
  646. -o-transition: all .8s ease-in-out;
  647. }
  648.  
  649. #container{/*this controls the position of the tabs, the over-all width, and the title of each tab.*/
  650. text-align:center;
  651. font-size:8px;
  652. text-transform:uppercase;
  653. position:fixed;
  654. font-family:calibri;
  655. background-color:transparent;
  656. letter-spacing:1px;
  657. width:20px;
  658. z-index:9999;
  659. padding:4px;
  660. right:200px;
  661. top:150px;
  662. }
  663. {/block:ifUpdatesTab}
  664.  
  665. </style>
  666. <style type="text/css">{CustomCSS}</style>
  667. </head>
  668. <body>
  669.  
  670. {block:ifUpdatesTab}
  671. <div id="structure">
  672. <div id="container"><!---this holds the entire tab together--->
  673.  
  674. <!---begin tab 1 code--->
  675. <div id="tab01">
  676. <!---div styles will style everything inside of the div. So you can make your colors all different, sizes, text-transforms, opacity, just about anything you need to style what shows in the hover--->
  677. <div></div> <div style="color:{color:updates text title};padding-top:16px;text-transform:uppercase;font-family:cambria;font-size:11px;line-height:14px;text-decoration:underline">{text:Updates Title 1}</div> <div style="padding-bottom:13px; opacity:.9; font-family: calibri; font-size:9px; line-height:14px; text-align:center; color:{color:updates text};"><br>
  678. {text:Updates1}
  679. </div>
  680. </div>
  681. <!---end tab 1 code--->
  682.  
  683. <!---begin tab 2 code--->
  684. <div id="tab02">
  685. <div></div> <div style="color:{color:updates text title};padding-top:16px;text-transform:uppercase;font-family:cambria;font-size:11px;line-height:14px;text-decoration:underline">{text:Updates Title 2}</div> <div style="padding-bottom:13px; opacity:.9; font-family: calibri; font-size:9px; line-height:14px; text-align:center; color:{color:updates text};"><br>
  686. {text:Updates2}
  687. </div></div>
  688. <!---end tab 2 code--->
  689.  
  690. <!---begin tab 3 code--->
  691. <div id="tab03">
  692. <div></div> <div style="color:{color:updates text title};padding-top:16px;text-transform:uppercase;font-family:cambria;font-size:11px;line-height:14px;text-decoration:underline">{text:Updates Title 3}</div> <div style="padding-bottom:13px; opacity:.9; font-family: calibri; font-size:9px; line-height:14px; text-align:center; color:{color:updates text};"><br>
  693. {text:Updates3}
  694. </div>
  695. </div>
  696. <!---end tab 3 code--->
  697.  
  698. <!---begin tab 4 code--->
  699.  
  700. <div id="tab04">
  701. <div></div> <div style="color:{color:updates text title};padding-top:16px;text-transform:uppercase;font-family:cambria;font-size:11px;line-height:14px;text-decoration:underline">{text:Updates Title 4}</div> <div style="padding-bottom:13px; opacity:.9; font-family: calibri; font-size:9px; line-height:14px; text-align:center; color:{color:updates text};"><br>
  702. {text:Updates4}
  703. </div>
  704. </div>
  705.  
  706. <!---end tab 4 code--->
  707.  
  708. <!---begin tab 5 code--->
  709. <div id="tab05">
  710. <div></div> <div style="color:{color:updates text title};padding-top:16px;text-transform:uppercase;font-family:cambria;font-size:11px;line-height:14px;text-decoration:underline">{text:Updates Title 5}</div> <div style="padding-bottom:13px; opacity:.9; font-family: calibri; font-size:9px; line-height:14px; text-align:center; color:{color:updates text};"><br>
  711. {text:Updates5}
  712. </div></div>
  713. <!---end tab 5 code--->
  714. <!--begin tab 6-->
  715. <div id="tab06">
  716. <div></div> <div style="color:{color:updates text title};padding-top:16px;text-transform:uppercase;font-family:cambria;font-size:11px;line-height:14px;text-decoration:underline">{text:Updates Title 6}</div> <div style="padding-bottom:13px; opacity:.9; font-family: cambria; font-size:9px; text-transform:none; text-transform:none; text-transform:none; line-height:14px; text-align:center; color:##ff8f8f;"><br>
  717. {text:Updates6}
  718. <!--end tab 6-->
  719. </div></div>
  720. <!--copy and paste the code for one tab again to add more :) just make sure the numbers here correspond with the numbers in the css above (you'll have to copy + paste code for a tab there too)!-->
  721. </div></div></div></div>
  722. {/block:IfUpdatesTab}
  723.  
  724. <div id="arrow">
  725. <div id ="avim"><img src="{PortraitURL-30}"/></div><div id="title"><a title="{text:Hover for Title Link}" href="/">{Title}</a></div>
  726.  
  727. <div id="flip">
  728. {block:Pagination}
  729. {block:PreviousPage}<a title="backwards" href="{PreviousPage}">&larr; return</a>{/block:PreviousPage}
  730. <span style="text-transform:uppercase;font-size:7.5px">planet {CurrentPage} of {TotalPages} galaxies </span>
  731. {block:NextPage}<a title="onwards" href="{NextPage}">forward &rarr;</a>{/block:NextPage}
  732. {/block:Pagination}
  733. </div>
  734.  
  735. </div>
  736.  
  737. <div id="aside">
  738. <div id="clicks">
  739. {block:AskEnabled}<a href="/ask"><div class="click">ask</div></a>{/block:AskEnabled}
  740. {block:SubmissionsEnabled}<a href="/submit"><div class="click">{SubmitLabel}</div></a>{/block:SubmissionsEnabled}
  741. {block:ifLink1}<a href="{text:link1 url}"><div class="click">{text:Link 1 Name}</div></a>{/block:ifLink1}
  742. {block:ifLink2}<a href="{text:link2 url}"><div class="click">{text:Link 2 Name}</div></a>{/block:ifLink2}
  743. {block:ifLink3}<a href="{text:link3 url}"><div class="click">{text:Link 3 Name}</div></a>{/block:ifLink3}
  744. {block:ifLink4}<a href="{text:link4 url}"><div class="click">{text:Link 4 Name}</div></a>{/block:ifLink4}
  745. {block:ifLink5}<a href="{text:link5 url}"><div class="click">{text:Link 5 Name}</div></a>{/block:ifLink5}
  746. {block:ifLink6}<a href="{text:link6 url}"><div class="click">{text:Link 6 Name}</div></a>{/block:ifLink6}
  747. </div>
  748. <div id="sbimg"><img src="{image:Sidebar}">
  749. </div>
  750.  
  751. <div id="pen">{Description}</div>
  752.  
  753. </div>
  754.  
  755. <div id="entries">
  756. {block:Posts}
  757. <div id="post">
  758.  
  759. {block:Text}<h1 style="text-align:right">{Title}</h1>{Body}{/block:Text}
  760.  
  761. {block:Quote}<div id="saysu"><h2>“{Quote}”</h2></div>
  762. <div style="text-align:left; padding-bottom:5px;">— {Source}</div>{/block:Quote}
  763.  
  764. {block:Link}<a href="{URL}" class="link" {Target}> <h3 style="text-decoration:underline">{Name}</h3></a>
  765. {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
  766.  
  767. {block:Photo}<center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  768.  
  769. {block:Photoset}<center>{Photoset-500}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  770.  
  771. {block:Chat}<div class="chat"><ul>{block:Lines}<li class="{Alt}">{block:Label} {Label} {/block:Label}{Line}</li>{/block:Lines}</ul></div>{/block:Chat}
  772.  
  773. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  774.  
  775. {block:Audio}
  776. {block:AudioPlayer}
  777. <div class="play">{AudioPlayerWhite}</div>
  778. {/block:AudioPlayer}
  779. {block:AlbumArt}
  780. <img class="arte" src="{AlbumArtURL}" width="70px" height="70px"/>
  781. {/block:AlbumArt}
  782. <br>
  783. <div class="audinfo">
  784. {block:Playcount}spins: {FormattedPlayCount}{/block:Playcount}<br>
  785. {block:TrackName}song: {TrackName}{/block:TrackName}<br>
  786. {block:Artist}musician: {Artist}{/block:Artist}<br>
  787. {block:Album}album: {Album}{/block:Album}<br>
  788. </div>
  789. {block:Caption}{Caption}{/block:Caption}
  790. {/block:Audio}
  791.  
  792. {block:Answer}
  793. <div id="quest">"{Question}" <span class="name">— {text:Ask Text} {Asker}</span></div>
  794. <div id="reply">{Answer}</div>
  795. {/block:Answer}
  796.  
  797.  
  798.  
  799. <div id="info">
  800. <div id="dateme"> sent {block:Date}<a href="{Permalink}">{DayofMonthwithZero} {Month} {Year}</a>{/block:Date}
  801. {block:NoteCount}/ <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}{/block:NoteCount} {block:RebloggedFrom}(<a href="{ReblogParentURL}">via</a>{block:ContentSource} & <a href="{SourceURL}">src</a>{block:ContentSource}){/block:RebloggedFrom} <span style="float:left"><div class="my-like" data-reblog="{ReblogURL}" data-id="{PostID}" title="Like">like</div> / <a href="{ReblogURL}">reblog</a></span><br></div>
  802.  
  803. {block:HasTags}<div id="tag">{block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}{/block:HasTags}</div>
  804.  
  805. </div>
  806. {/block:Posts}
  807. {block:PostNotes}<div id="noted">{PostNotes}</div>{/block:PostNotes}
  808. </div>
  809.  
  810. <div id="credit"><a title="by foundcas" href="http://foundcas.tumblr.com">fc</a></div>
  811.  
  812. {block:IfShowStopBullyingLogo}
  813. <div style="bottom:10px; left:10px; width:auto; height:auto; position:fixed; display:block; z-index:9999999; background-color:transparent"><a href="http://stop-bullies.tumblr.com"><img src=" http://i43.tinypic.com/2w585e1.png" width="90"></div>
  814. {/block:IfShowStopBullyingLogo}
  815.  
  816. </body>
  817. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement