Advertisement
bsethemes

WINDOWS 95

Jan 31st, 2015
7,528
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 29.12 KB | None | 0 0
  1. <!DOCTYPE html><html><head>
  2.  
  3. <!---base code #1 by ewzayns
  4.  
  5. _______ __ __ .____ __ __ .____ ____ _ _
  6. ' / | | / | | / / \ `. /
  7. | |___| |__. |\ /| |__. |,_-< `./
  8. | | | | | \/ | | | ` ,'
  9. / / / /----/ / / /----/ `----' _-'
  10.  
  11.  
  12.  
  13.  
  14. ____ _____ .____ _______ __ __ .____ __ __ .____ _____
  15. / \ ( / ' / | | / | | / (
  16. |,_-< `--. |__. | |___| |__. |\ /| |__. `--.
  17. | ` | | | | | | | \/ | | |
  18. `----' \___.' /----/ / / / /----/ / / /----/ \___.'
  19.  
  20.  
  21.  
  22. -don't change or remove credit
  23. -don't take bits of the code
  24. -don't claim theme as yours
  25. -for any questions, feedback or theme requests please don't hesitate to contanct me!!!
  26.  
  27.  
  28. ---->
  29.  
  30. <title>{Title}</title>
  31. {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.  
  36.  
  37. <meta name="color:background" content="#fff"/>
  38. <meta name="color:sidebar topbar" content="#ffffff"/>
  39. <meta name="color:text" content="#000000"/>
  40. <meta name="color:bold" content="#000000"/>
  41. <meta name="color:italic" content="#000000"/>
  42. <meta name="color:links" content="#787878"/>
  43. <meta name="color:hover" content="#e0e0e0"/>
  44. <meta name="color:Scrollbar" content="#fff"/>
  45. <meta name="color:Scrollbar Background" content="#c0c0c0"/>
  46. <meta name="color:" content=""/>
  47.  
  48.  
  49. <meta name="image:background" content=""/>
  50. <meta name="image:sidebar" content=""/>
  51.  
  52.  
  53. <meta name="text:sidebar title" content="this is ur title"/>
  54. <meta name="text:popupask title" content="truth is overrated"/>
  55. <meta name="text:link 1" content="link 1"/>
  56. <meta name="text:link 1 url" content="/"/>
  57. <meta name="text:link 2" content="link 2"/>
  58. <meta name="text:link 2 url" content="/"/>
  59. <meta name="text:link 3" content="link 3"/>
  60. <meta name="text:link 3 url" content="/"/>
  61. <meta name="text:link 4" content="link 4"/>
  62. <meta name="text:link 4 url" content="/"/>
  63.  
  64.  
  65. <meta name="if:pixelfont" content="1">
  66. <meta name="if:captions" content="1">
  67. <meta name="if:tags" content="1">
  68. <meta name="if:250posts" content="1">
  69. <meta name="if:windowsposts" content="1">
  70. <meta name="if:infinitescroll" content="1">
  71. <meta name="if:popupask" content="1">
  72. <meta name="if:updatestab1" content="1">
  73. <meta name="if:updatestab2" content="1">
  74.  
  75.  
  76. <script type="text/javascript">
  77. WebFontConfig = {
  78. google: { families: [ 'VT323::latin' ] }
  79. };
  80. (function() {
  81. var wf = document.createElement('script');
  82. wf.src = ('https:' == document.location.protocol ? 'https' : 'http') +
  83. '://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js';
  84. wf.type = 'text/javascript';
  85. wf.async = 'true';
  86. var s = document.getElementsByTagName('script')[0];
  87. s.parentNode.insertBefore(wf, s);
  88. })(); </script>
  89.  
  90. {block:ifinfinitescroll}
  91.  
  92. <script type="text/javascript" src="http://codysherman.tumblr.com/tools/infinite-scrolling/code"></script>
  93.  
  94. {/block:ifinfinitescroll}
  95.  
  96. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  97. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  98. <script>
  99. (function($){
  100. $(document).ready(function(){
  101. $("a[title]").style_my_tooltips({
  102. tip_follows_cursor:true,
  103. tip_delay_time:90,
  104. tip_fade_speed:100,
  105. attribute:"title"
  106. });
  107. });
  108. })(jQuery);
  109. </script>
  110.  
  111. <script type="text/javascript"
  112. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  113. <script>
  114. $(document).ready(function() {
  115. //
  116. $('a.poplight[href^=#]').click(function() {
  117. var popID = $(this).attr('rel'); //Get Popup Name
  118. var popURL = $(this).attr('href'); //Get Popup href to define size
  119. var query= popURL.split('?');
  120. var dim= query[1].split('&');
  121. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  122. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"><img src="http://i57.tinypic.com/2cqo3rl.png" class="btn_close" title="Close" alt="Close" /></a>');
  123. var popMargTop = ($('#' + popID).height() + 80) / 2;
  124. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  125. //Apply Margin to Popup
  126. $('#' + popID).css({
  127. 'margin-top' : -popMargTop,
  128. 'margin-left' : -popMargLeft
  129. });
  130. $('body').append('<div id="fade"></div>');
  131. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  132. return false;
  133. });
  134. $('a.close, #fade').live('click', function() {
  135. $('#fade , .popup_block').fadeOut(function() {
  136. $('#fade, a.close').remove(); //fade them both out
  137. });
  138. return false;
  139. });
  140. });
  141. </script>
  142.  
  143. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js"></script>
  144.  
  145. <script src="jquery.js"></script>
  146. <script>
  147. $(document).ready(function(){
  148. $("#clackyclack").click(function(){
  149. $("#inside").slideToggle("fast");
  150. });
  151. });
  152. </script>
  153.  
  154. <script src="jquery.js"></script>
  155. <script>
  156. $(document).ready(function(){
  157. $("#clackyclack2").click(function(){
  158. $("#inside2").slideToggle("fast");
  159. });
  160. });
  161. </script>
  162.  
  163. <script src="jquery.js"></script>
  164. <script>
  165. $(document).ready(function(){
  166. $("#clackyclack3").click(function(){
  167. $("#inside3").slideToggle("fast");
  168. });
  169. });
  170. </script>
  171.  
  172.  
  173.  
  174.  
  175.  
  176.  
  177.  
  178. <style type="text/css">
  179.  
  180. .popup_block{
  181. display: none;
  182. background: #c0c0c0;
  183. padding: 10px;
  184. font-family: 'VT323';
  185. float: left;
  186. font-size: 10px;
  187. position: fixed;
  188. top: 50%; left: 50%;
  189. z-index: 10;
  190. border: 2px solid #363636;
  191. border-top:1px solid #fff;
  192. border-left:1px solid #fff;
  193. border-bottom:1px solid #000;
  194. border-right:1px solid #000;
  195. -webkit-box-shadow: 10px 10px 0px -5px rgba(0,0,0,0.2);
  196. -moz-box-shadow: 10px 10px 0px -5px rgba(0,0,0,0.2);
  197. box-shadow: 10px 10px 0px -5px rgba(0,0,0,0.2);
  198. }
  199. img.btn_close {
  200. float: right;
  201. margin: -5px -5px 0 0;
  202. }
  203. *html .popup_block {
  204. position: absolute;
  205. }
  206.  
  207.  
  208. #asktitle {
  209. padding:3px;
  210. margin-left:-5px;
  211. width:507px;
  212. z-index:-1;
  213. background: {color:sidebar topbar};
  214. margin-top:-8px;
  215. font-family:'VT323';
  216. font-size:15px;
  217. color:{color:text}
  218. letter-spacing:-1px;
  219. position:absolute;
  220. }
  221.  
  222. #s-m-t-tooltip {
  223. max-width:200px;
  224. margin:25px 20px 25px 20px;
  225. background-color:#c0c0c0;
  226. color:#000;
  227. font-family:'VT323';
  228. border-bottom:1px solid black;
  229. border-right:1px solid black;
  230. border-top:1px solid white;
  231. border-left:1px solid white;
  232. font-size:10px;
  233. line-height:13px;
  234. padding:3px 5px 4px 5px;
  235. box-shadow:rgba(0,0,0,0.07) 4px 4px;
  236. -webkit-transition: all 0.2s ease-out;
  237. -moz-transition: all 0.2s ease-out;
  238. transition: all 0.2s ease-out;
  239. z-index:999999999999999999999999999999999999;
  240. }
  241.  
  242. ::-webkit-scrollbar-thumb {
  243. height:auto;
  244. background-color:{color:Scrollbar};
  245. }
  246.  
  247. ::-webkit-scrollbar {
  248. height:9px;
  249. width:4px;
  250. background-color:{color:Scrollbar Background};
  251. }
  252.  
  253. body {
  254. background-color:{color:background};
  255. background-image: url('{image:background}');
  256. background-attachment:fixed;
  257. background-size:cover;
  258. background-position:center;
  259. background-repeat:no-repeat;
  260. letter-spacing:1px;
  261. {block:ifpixelfont}
  262. font-family:'VT323';
  263. font-size:15px;
  264. {/block:ifpixelfont}
  265. {block:ifnotpixelfont}
  266. font-family:arial;
  267. font-size:12px;
  268. {/block:ifnotpixelfont}
  269. color:{color:text};
  270. }
  271.  
  272.  
  273. a {
  274. color:{color:links};
  275. text-decoration:none;
  276. font-weight:normal;
  277. -moz-transition-duration:0.5s;
  278. -webkit-transition-duration:0.5s;
  279. -o-transition-duration:0.5s;
  280. }
  281.  
  282.  
  283. a:hover {
  284. color:{color:hover};
  285. text-decoration:none;
  286. -moz-transition-duration:0.5s;
  287. -webkit-transition-duration:0.5s;
  288. -o-transition-duration:0.5s;
  289. }
  290.  
  291. blockquote {
  292. border-left:1px solid {color:topbar};
  293. padding-left:10px;
  294. }
  295.  
  296. h1 {
  297. font-size:15px;
  298. font-family:'VT323';
  299. font-weight:bold;
  300. letter-spacing:-1px;
  301. color:{color:bold};
  302. }
  303.  
  304.  
  305. #sidebar {
  306. width:250px;
  307. height:200px;
  308. margin-left:200px;
  309. margin-top:135px;
  310. position:fixed;
  311. }
  312.  
  313.  
  314. #sidebartitle {
  315. padding:3px;
  316. margin-left: 3px;
  317. width:178px;
  318. background: {color:sidebar topbar};
  319. margin-top:-17px;
  320. font-family:'VT323';
  321. font-size:15px;
  322. color:{color:text};
  323. letter-spacing:-1px;
  324. position:absolute;
  325. z-index:1;
  326. -moz-transition-duration:0.7s;
  327. -webkit-transition-duration:0.7s;
  328. -o-transition-duration:0.7s;
  329. }
  330.  
  331.  
  332. #sidebartitle a {
  333. color:{color:text};
  334. -moz-transition-duration:0.7s;
  335. -webkit-transition-duration:0.7s;
  336. -o-transition-duration:0.7s;
  337. }
  338.  
  339. #sidebartitle a:hover {
  340. color:{color:hover};
  341. -moz-transition-duration:0.7s;
  342. -webkit-transition-duration:0.7s;
  343. -o-transition-duration:0.7s;
  344. }
  345.  
  346.  
  347. #sidebarimage {
  348. position:fixed;
  349. width:190px;
  350. }
  351.  
  352.  
  353. #sidebarimage img {
  354. width:180px;
  355. margin-top:10px;
  356. padding:3px;
  357. margin-left:0px;
  358. background:#c0c0c0;
  359. border-top:1px solid #808080;
  360. border-left:1px solid #808080;
  361. border-right:1px solid #c0c0c0;
  362. border-bottom:1px solid #c0c0c0;
  363. z-index:2;
  364. -webkit-box-shadow: 1px 1px 0px 0px rgba(255,255,255,1);
  365. -moz-box-shadow: 1px 1px 0px 0px rgba(255,255,255,1);
  366. box-shadow: 1px 1px 0px 0px rgba(255,255,255,1);
  367. }
  368.  
  369. .holla {
  370. background:#c0c0c0;
  371. position:absolute;
  372. z-index:-1;
  373. margin-top:-221px;
  374. margin-left:-1px;
  375. width:189px;
  376. height:219px;
  377. border-top:1px solid white;
  378. border-left:1px solid white;
  379. border-bottom:1px solid gray;
  380. border-right:1px solid gray;
  381. outline:1px solid #c0c0c0;
  382. -webkit-box-shadow: 2px 2px 0px 0px rgba(0,0,0,1);
  383. -moz-box-shadow: 2px 2px 0px 0px rgba(0,0,0,1);
  384. box-shadow: 2px 2px 0px 0px rgba(0,0,0,1);
  385. }
  386.  
  387. #buttons {
  388. content: url('http://i57.tinypic.com/2cqo3rl.png');
  389. margin-top:-13px;
  390. margin-left:130px;
  391. position:absolute;
  392. z-index:2;
  393. }
  394.  
  395. #links {
  396. width:240px;
  397. margin-top:200px;
  398. padding:5px;
  399. border-bottom: 1px solid {color:sidebar topbar};
  400. font-family:arial;
  401. font-size:10px;
  402. text-align:left;
  403. text-transform:lowercase;
  404. color:{color:links};
  405. }
  406.  
  407. #links a {
  408. color:{color:links};
  409. -moz-transition-duration:0.5s;
  410. -webkit-transition-duration:0.5s;
  411. -o-transition-duration:0.5s;
  412. }
  413.  
  414. #links a:hover {
  415. color:{color:hover};
  416. -moz-transition-duration:0.5s;
  417. -webkit-transition-duration:0.5s;
  418. -o-transition-duration:0.5s;
  419. }
  420.  
  421.  
  422. #description {
  423. width:240px;
  424. font-size:11px;
  425. font-family:arial;
  426. font-weight:italic;
  427. letter-spacing:1px;
  428. text-align:left;
  429. padding:5px;
  430. }
  431.  
  432.  
  433. #pagination {
  434. margin-left:50px;
  435. position:absolute;
  436. z-index:2;
  437. text-align:center;
  438. margin-top:5px;
  439. }
  440.  
  441.  
  442. #entries {
  443. padding:20px;
  444. width:500px;
  445. margin-left:500px;
  446. margin-top:40px;
  447. }
  448.  
  449.  
  450. #post {
  451. margin-top:20px;
  452. {block:if250posts}
  453. width:250px;
  454. {/block:if250posts}
  455. {block:ifnot250posts}
  456. width:400px;
  457. {/block:ifnot250posts}
  458. padding:5px;
  459. {block:ifwindowsposts}
  460. background:#c0c0c0;
  461. border:1px solid #fff;
  462. border-bottom:1px solid #c0c0c0;
  463. border-right:1px solid #c0c0c0;
  464. outline:1px solid #c0c0c0;
  465. -webkit-box-shadow: 2px 2px 0px 0px rgba(0,0,0,1);
  466. -moz-box-shadow: 2px 2px 0px 0px rgba(0,0,0,1);
  467. box-shadow: 2px 2px 0px 0px rgba(0,0,0,1);
  468. {/block:ifwindowsposts}
  469. {block:ifnotwindowsposts}
  470. background: #fff;
  471. {/block:ifnotwindowsposts}
  472. }
  473.  
  474.  
  475.  
  476. {block:ifwindowsposts}
  477. #post img {
  478. border-top:1px solid #808080;
  479. border-left:1px solid #808080;
  480. border-right:1px solid white;
  481. border-bottom:1px solid white;
  482. }
  483. {/block:ifwindowsposts}
  484.  
  485.  
  486. #postinfo {
  487. text-align:center;
  488. font-size:10px;
  489. padding: 5px;
  490. margin-top:10px;
  491. {block:ifwindowsposts}
  492. padding-top:5px;
  493. border-top:1px solid #808080;
  494. border-left:1px solid #808080;
  495. border-right:1px solid white;
  496. border-bottom:1px solid white;
  497. {/block:ifwindowsposts}
  498. }
  499.  
  500. {block:PermalinkPage}
  501. #notes {
  502. {block:if250posts}
  503. width:240px;
  504. {/block:if250posts}
  505. {block:ifnot250posts}
  506. width:400px;
  507. {/block:ifnot250posts}
  508. margin-top:5px;
  509. overflow:auto;
  510. padding:5px;
  511. max-height:300px;
  512. }
  513. {/block:PermalinkPage}
  514.  
  515.  
  516. #asker {
  517. float:left;
  518. padding:2px;
  519. margin-top:-2px;
  520. margin-right:5px;
  521. }
  522.  
  523.  
  524. #credit {
  525. position:fixed;
  526. line-height:150%;
  527. letter-spacing:5px;
  528. right:10px;
  529. bottom:10px;
  530. background: #fff;
  531. text-transform:uppercase;
  532. text-align:center;
  533. }
  534.  
  535. #credit a {
  536. font-size:11px;
  537. letter-spacing: 2px;
  538. padding:5px;
  539. color:#c0c0c0;
  540. border: 1px solid #e5e5e5;
  541. -webkit-box-shadow: 5px 5px 0px -1px rgba(0,0,0,1);
  542. -moz-box-shadow: 5px 5px 0px -1px rgba(0,0,0,1);
  543. box-shadow: 5px 5px 0px -1px rgba(0,0,0,1);
  544. -moz-transition-duration:0.5s;
  545. -webkit-transition-duration:0.5s;
  546. -o-transition-duration:0.5s;
  547. }
  548.  
  549. #credit a:hover {
  550. color: #000;
  551. border: 1px solid #fff;
  552. -webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.15);
  553. -moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.15);
  554. box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.15);
  555. -moz-transition-duration:0.5s;
  556. -webkit-transition-duration:0.5s;
  557. -o-transition-duration:0.5s;
  558. }
  559.  
  560. {block:ifupdatestab1}
  561.  
  562. /* UPDATES TAB #1*/
  563.  
  564. /* PASTE THIS UNDER <style type="text/css">*/
  565.  
  566. /* DON'T TOUCH ANYTHING THAT IS NOT COMMENTED ON!!*/
  567.  
  568.  
  569. #updates1 {
  570. position:fixed;
  571. margin-left:1000px; /* add to move to the right and subtract to move to the left */
  572. margin-top:20px; /* add to move higher and subtract to move lower */
  573. color:#000; /* text color */
  574. }
  575.  
  576.  
  577.  
  578. #updates1image{
  579. content: url(http://i57.tinypic.com/2cqo3rl.png);
  580. z-index:0;
  581. margin-top:-5px;
  582. }
  583.  
  584.  
  585.  
  586. #updates1 a {
  587. color:#000; /* link color */
  588. text-decoration:underline; /* link decoration, if you don't want anything just delete underline and type in none */
  589. }
  590.  
  591.  
  592.  
  593. .closebutton {
  594. width:5px;
  595. height:5px;
  596. font-family:'VT323'; /* the font */
  597. font-size:13px; /* text size */
  598. background:#c0c0c0;
  599. padding:5px;
  600. margin-top:-16px;
  601. margin-left:35px;
  602. border-bottom:1px solid gray;
  603. border-right:1px solid gray;
  604. border-top:1px solid white;
  605. border-left:1px solid white;
  606. overflow:auto;
  607. overflow-x:hidden;
  608. opacity:.0;
  609. -webkit-transition: opacity 0.8s linear;
  610. -webkit-transition: all 0.8s ease-in-out;
  611. -moz-transition: all 0.8s ease-in-out;
  612. -o-transition: all 0.8s ease-in-out;
  613. -webkit-box-shadow: 1px 1px 0px 1px rgba(0,0,0,0.75);
  614. -moz-box-shadow: 1px 1px 0px 1px rgba(0,0,0,0.75);
  615. box-shadow: 1px 1px 0px 1px rgba(0,0,0,0.75);
  616. }
  617.  
  618.  
  619. .closebutton:hover {
  620. position:absolute;
  621. z-index:100;
  622. width:100px; /* the width of the first tab */
  623. height:100px; /* the height of the first tab */
  624. opacity:1;
  625. -webkit-transition: all 0.4s ease-in-out;
  626. -moz-transition: all 0.4s ease-in-out;
  627. -o-transition: all 0.4s ease-in-out;
  628. transition: all 0.4s ease-in-out;
  629. }
  630.  
  631.  
  632.  
  633. .resizebutton {
  634. width:2px;
  635. height:2px;
  636. font-family:'VT323'; /* the font */
  637. font-size:13px; /* text size */
  638. background:#c0c0c0;
  639. padding:5px;
  640. margin-top:-16px;
  641. margin-left:17px;
  642. border-bottom:1px solid gray;
  643. border-right:1px solid gray;
  644. border-top:1px solid white;
  645. border-left:1px solid white;
  646. overflow:auto;
  647. overflow-x:hidden;
  648. opacity:.0;
  649. -webkit-transition: opacity 0.8s linear;
  650. -webkit-transition: all 0.8s ease-in-out;
  651. -moz-transition: all 0.8s ease-in-out;
  652. -o-transition: all 0.8s ease-in-out;
  653. -webkit-box-shadow: 1px 1px 0px 1px rgba(0,0,0,0.75);
  654. -moz-box-shadow: 1px 1px 0px 1px rgba(0,0,0,0.75);
  655. box-shadow: 1px 1px 0px 1px rgba(0,0,0,0.75);
  656. }
  657.  
  658.  
  659.  
  660. .resizebutton:hover {
  661. position:absolute;
  662. z-index:100;
  663. width:100px; /* the width of the second tab*/
  664. height:100px; /* the height of the second tab*/
  665. opacity:1;
  666. -webkit-transition: all 0.4s ease-in-out;
  667. -moz-transition: all 0.4s ease-in-out;
  668. -o-transition: all 0.4s ease-in-out;
  669. transition: all 0.4s ease-in-out;
  670. }
  671.  
  672. .minimizebutton {
  673. width:2px;
  674. height:2px;
  675. font-family:'VT323'; /* the font */
  676. font-size:13px; /* text size */
  677. background:#c0c0c0;
  678. padding:5px;
  679. margin-top:-17px;
  680. margin-left:0px;
  681. border-bottom:1px solid gray;
  682. border-right:1px solid gray;
  683. border-top:1px solid white;
  684. border-left:1px solid white;
  685. overflow:auto;
  686. overflow-x:hidden;
  687. opacity:.0;
  688. -webkit-transition: opacity 0.8s linear;
  689. -webkit-transition: all 0.8s ease-in-out;
  690. -moz-transition: all 0.8s ease-in-out;
  691. -o-transition: all 0.8s ease-in-out;
  692. -webkit-box-shadow: 1px 1px 0px 1px rgba(0,0,0,0.75);
  693. -moz-box-shadow: 1px 1px 0px 1px rgba(0,0,0,0.75);
  694. box-shadow: 1px 1px 0px 1px rgba(0,0,0,0.75);
  695. }
  696.  
  697. .minimizebutton:hover {
  698. position:absolute;
  699. z-index:100;
  700. width:100px; /* the width of the third tab*/
  701. height:100px; /* the height of the third tab*/
  702. opacity:1;
  703. -webkit-transition: all 0.4s ease-in-out;
  704. -moz-transition: all 0.4s ease-in-out;
  705. -o-transition: all 0.4s ease-in-out;
  706. transition: all 0.4s ease-in-out;
  707. }
  708.  
  709. /* END UPDATES TAB 1 */
  710.  
  711. {/block:ifupdatestab1}
  712.  
  713. {block:ifupdatestab2}
  714.  
  715.  
  716. /*START UPDATES TAB #2 */
  717.  
  718. /* DON'T TOUCH ANYTHING THAT IS NOT ANNOTATED PLEASE!!*/
  719.  
  720.  
  721. #topbar{
  722. position:absolute;
  723. margin-top:-30px;
  724. margin-left:-4px;
  725. width:153px;
  726. height:15px;
  727. background:{color:sidebar topbar}; /*bar background*/
  728. padding:3px;
  729. padding-top:1px;
  730. padding-bottom:5px;
  731. font-family:'VT323';
  732. font-size:15px;
  733. letter-spacing:-1px;
  734. }
  735. /*don't touch this */
  736. #babuttons {
  737. content: url(http://i57.tinypic.com/2cqo3rl.png);
  738. margin-left:107px;
  739. margin-top:-15px;
  740. width:45px;
  741. }
  742.  
  743. #updates{
  744. position:fixed;
  745. width:150px; /*don't touch this */
  746. margin-top:40px; /* top margins, add to lower the updates tab, subtract to get it higher */
  747. margin-left:950px; /* left margins, add to lower the updates tab, subtract to get it higher */
  748. padding-top:33px;
  749. padding-left:7px;
  750. padding-right:7px;
  751. padding-bottom:4px;
  752. font-family:'VT323'; /*font family, feel free to change it*/
  753. font-size:13px; /*font size, feel free to change it*/
  754. line-height:12px;
  755. background-color:#c0c0c0; /*background color, i advise not to change it*/
  756. border-bottom:1px solid #808080;
  757. border-right:1px solid #808080;
  758. border-left:1px solid white;
  759. border-top:1px solid white;
  760. color:#000000; /*text color*/
  761. z-index:999;
  762. /*delete the following for no shadows*/
  763. box-shadow:rgba(0,0,0,0.07)7px 7px;
  764. }
  765.  
  766. #inside,#clackyclack{
  767. padding:1px;
  768. display:inline-block;
  769. }
  770.  
  771. #clackyclack{
  772. width:100px;
  773. height:17px;
  774. letter-spacing:1px;
  775. background:#c0c0c0; /*1st tab background color, i advise not to change it*/
  776. border-top:1px solid white;
  777. border-left:1px solid white;
  778. border-right:1px solid #808080;
  779. border-bottom:1px solid #808080;
  780. margin-bottom:10px;
  781. margin-left:25px;
  782. text-transform:uppercase; /* tabs title uppercase, if you don't want it delete uppercase and type in none */
  783. text-align:center;
  784. display:block;
  785. -webkit-transition: all 0.1s ease;
  786. -moz-transition: all 0.1s ease;
  787. transition: all 0.1s ease;
  788. /*delete the following for no shadows*/
  789. box-shadow:rgba(0,0,0,0.07)3px 3px;
  790. }
  791.  
  792. #clackyclack:active{
  793. background-color:#a0a0a0; /*1st tab background color when clicked*/
  794. border-top:1px solid #808080;
  795. border-left:1px solid #808080;
  796. border-right:1px solid white;
  797. border-bottom:1px solid white;
  798. -webkit-transition: all 0.1s ease;
  799. -moz-transition: all 0.1s ease;
  800. transition: all 0.1s ease;
  801. /*delete the following for no shadows*/
  802. box-shadow:rgba(0,0,0,0.07)0px 0px;
  803. }
  804.  
  805. #inside{
  806. padding:1px;
  807. display:none;
  808. }
  809.  
  810. #inside2,#clackyclack2{
  811. padding:1px;
  812. display:inline-block;
  813. }
  814.  
  815. #clackyclack2{
  816. width:100px;
  817. height:17px;
  818. letter-spacing:1px;
  819. background:#c0c0c0; /*2nd tab background color, i advise not to change it*/
  820. border-top:1px solid white;
  821. border-left:1px solid white;
  822. border-right:1px solid #808080;
  823. border-bottom:1px solid #808080;
  824. margin-top:10px;
  825. margin-bottom:10px;
  826. margin-left:25px;
  827. text-transform:uppercase; /* tabs title uppercase, if you don't want it delete uppercase and type in none */
  828. text-align:center;
  829. display:block;
  830. -webkit-transition: all 0.1s ease;
  831. -moz-transition: all 0.1s ease;
  832. transition: all 0.1s ease;
  833. /*delete the following for no shadows*/
  834. box-shadow:rgba(0,0,0,0.07)3px 3px;
  835. }
  836.  
  837.  
  838. #clackyclack2:active{
  839. background-color:#a0a0a0; /*2nd tab background color when clicked*/
  840. border-top:1px solid #808080;
  841. border-left:1px solid #808080;
  842. border-right:1px solid white;
  843. border-bottom:1px solid white;
  844. box-shadow:rgba(0,0,0,0.07)0px 0px;
  845. }
  846.  
  847. #inside2{
  848. padding:1px;
  849. display:none;
  850. }
  851.  
  852. #inside3,#clackyclack3{
  853. padding:1px;
  854. display:inline-block;
  855. }
  856.  
  857. #clackyclack3{
  858. width:100px;
  859. height:17px;
  860. letter-spacing:1px;
  861. background:#c0c0c0; /*3rd tab background color, i advise not to change it*/
  862. border-top:1px solid white;
  863. border-left:1px solid white;
  864. border-right:1px solid #808080;
  865. border-bottom:1px solid #808080;
  866. margin-top:10px;
  867. margin-bottom:10px;
  868. margin-left:25px;
  869. text-transform:uppercase; /* tabs title uppercase, if you don't want it delete uppercase and type in none */
  870. text-align:center;
  871. display:block;
  872. -webkit-transition: all 0.1s ease;
  873. -moz-transition: all 0.1s ease;
  874. transition: all 0.1s ease;
  875. /*delete the following for no shadows*/
  876. box-shadow:rgba(0,0,0,0.07)3px 3px;
  877. }
  878.  
  879.  
  880. #clackyclack3:active{
  881. background-color:#a0a0a0; /*3rd tab background color when clicked*/
  882. border-top:1px solid #808080;
  883. border-left:1px solid #808080;
  884. border-right:1px solid white;
  885. border-bottom:1px solid white;
  886. box-shadow:rgba(0,0,0,0.07)0px 0px;
  887. }
  888.  
  889. #inside3{
  890. padding:1px;
  891. display:none;
  892. }
  893.  
  894.  
  895. {/block:ifupdatestab2}
  896.  
  897. #player {
  898. width:30px;
  899. height:30px;
  900. overflow:hidden;
  901. -moz-border-radius: 50%;
  902. -webkit-border-radius: 50%;
  903. border-radius: 50%;
  904. position:absolute;
  905. margin-top:45px;
  906. margin-bottom:45px;opacity: 0.7;
  907. filter:alpha(opacity=70);
  908. -moz-opacity: 0.7;
  909. -khtml-opacity: 0.7;
  910. }
  911.  
  912. #caption img {
  913. max-width:200px;
  914. }
  915.  
  916. </style>
  917.  
  918.  
  919. </head>
  920.  
  921. <body>
  922.  
  923. {block:ifupdatestab1}
  924.  
  925. <!-- UPDATES TAB 1 TEXT -->
  926.  
  927. <!-- PASTE THIS UNDER <body>-->
  928.  
  929. <div id="updates1">
  930. <div id="updates1image"></div>
  931. <div class="closebutton">
  932.  
  933. this is the first tab text!!!
  934.  
  935. </div>
  936.  
  937. <div class="resizebutton">
  938.  
  939. and this is the second tab text!!!
  940. <a href="/" class="tooltip" title="AND THIS IS A TOOLTIP">also a link</a>
  941.  
  942. </div>
  943.  
  944.  
  945. <div class="minimizebutton">
  946.  
  947. and this is the third tab text!!!
  948.  
  949. </div>
  950.  
  951.  
  952. </div>
  953.  
  954. <!-- END UPDATES TAB 1 TEXT -->
  955.  
  956. {/block:ifupdatestab1}
  957.  
  958.  
  959. {block:ifupdatestab2}
  960.  
  961. <!-- START UPDATES TAB 2 TEXT -->
  962.  
  963.  
  964. <div id="updates">
  965.  
  966. <!-- delete this part to take off bar and buttons-->
  967. <div id="topbar">
  968. <img src="http://i62.tinypic.com/28hh1ch.png"/> updates<div id="babuttons"></div>
  969. </div>
  970. <!--end-->
  971.  
  972. <div id="clackyclack"><u>B</u>utton</div>
  973. <div id="inside">
  974.  
  975. this is the first tab text!!!
  976. </div>
  977.  
  978. <div id="clackyclack2"><u>B</u>utton</div>
  979. <div id="inside2">
  980. and this is the second tab text!!!
  981. <a href="/" class="tooltip" title="AND THIS IS A TOOLTIP">also a link</a>
  982. </div>
  983.  
  984. <div id="clackyclack3"><u>B</u>utton</div>
  985. <div id="inside3">
  986. and this is the third tab text!!!
  987. </div>
  988.  
  989. </div>
  990.  
  991. <!-- END UPDATES TAB 2 TEXT -->
  992.  
  993. {block:ifupdatestab2}
  994.  
  995. <!--this is the actual layout of your theme!!-->
  996. <div id="sidebar"><div id="buttons"></div>
  997. <div id="sidebartitle"><a href="/"><img src="http://i62.tinypic.com/28hh1ch.png"/> {text:sidebar title}</a></div>
  998. <div id="sidebarimage"><img src="{image:sidebar}"><div class="holla"></div></div>
  999. <div id="links">
  1000. <a href="/">home</a>
  1001. {block:ifpopupask}
  1002. <a href="#?w=500" rel="02" class="poplight">ask</a>
  1003. {/block:ifpopupask}
  1004. {block:ifnotpopupask}
  1005. <a href="/ask">ask</a>
  1006. {/block:ifnotpopupask}
  1007. <a href="{text:link 1 url}">{text:link 1}</a>
  1008. <a href="{text:link 2 url}">{text:link 2}</a>
  1009. <a href="{text:link 3 url}">{text:link 3}</a>
  1010. <a href="{text:link 4 url}">{text:link 4}</a>
  1011. </div>
  1012. <div id="description">{Description}</div>
  1013.  
  1014. {block:ifnotinfinitescroll}
  1015. <div id="pagination">
  1016. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">back</a>{/block:PreviousPage}
  1017. {block:NextPage}– <a href="{NextPage}">next</a>{/block:NextPage}
  1018. {/block:Pagination}
  1019. </div>{/block:ifnotinfinitescroll}
  1020. </div>
  1021.  
  1022. <div id="entries">{block:ifinfinitescroll}<div class = "autopagerize_page_element" >{/block:ifinfinitescroll}{block:Posts}<div id="post">
  1023.  
  1024.  
  1025. {block:Text}<h1>{block:Title}<big><big>{Title}</big></big>{/block:Title}</h1><div id="caption">{Body}</div>{/block:Text}
  1026.  
  1027.  
  1028. {block:Photo}{LinkOpenTag}<img src="{block:if250posts}{PhotoURL-250}{/block:if250posts}{block:ifnot250posts}{PhotoURL-400}{block:ifnot250posts}">{LinkCloseTag}{block:ifcaptions}{block:Caption}<div id="caption">{Caption}</div>{/block:Caption}{block:ifcaptions}{/block:Photo}
  1029.  
  1030. {block:Photoset}{block:if250posts}{Photoset-250}{/block:if250posts}{block:ifnot250posts}{Photoset-400}{block:ifnot250posts}{block:ifcaptions}{block:Caption}<div id="caption">{Caption}</div>{/block:Caption}{block:ifcaptions}{/block:Photoset}
  1031.  
  1032.  
  1033. {block:Quote}<big><b><i>"{Quote}"</i></b></big>{block:Source}<p></p>— {Source}{/block:Source}{/block:Quote}
  1034.  
  1035.  
  1036. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  1037.  
  1038.  
  1039. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  1040.  
  1041.  
  1042. {block:Video}{block:if250posts}{Video-250}{/block:if250posts}{block:ifnot250posts}{Video-400}{block:ifnot250posts}{block:ifcaptions}{block:Caption}<div id="caption">{Caption}</div>{/block:Caption}{block:ifcaptions}{/block:Video}
  1043.  
  1044.  
  1045. {block:Audio}
  1046. <div id="audioplayer">{AudioPlayerWhite} </div>
  1047. {block:AlbumArt}<img src="{AlbumArtURL}" width="250px">{/block:AlbumArt}
  1048. {block:caption}<div id="caption">{caption}</div>{/block:caption}
  1049. {/block:Audio}
  1050.  
  1051.  
  1052. {block:Answer}<div id="question"><img src="{AskerPortraitURL-24}"></div><big><i>{Asker} asked:</big></i><br>{Question}<p>{Answer}{/block:Answer}
  1053.  
  1054.  
  1055. <div id="postinfo">on <a href="{Permalink}">{DayOfMonthWithZero}.{MonthNumberWithZero}.{ShortYear}</a>{/block:Date}&nbsp;&nbsp;&nbsp;&nbsp;<a href="{Permalink}">{NoteCount}%</a>&nbsp;&nbsp;&nbsp;&nbsp; {block:RebloggedFrom}<a href="{ReblogParentURL}"> via</a> {/block:RebloggedFrom} {block:ContentSource} / <a href="{SourceURL}"> <a href="{SourceURL}"> src</a>{/block:ContentSource}{/block:RebloggedFrom}
  1056.  
  1057. {block:iftags}{block:HasTags}<div id="tags">{block:Tags} #<a href="{TagURL}">{tag}</a>, {/block:Tags}</div>{/block:HasTags}{block:iftags}</div></div>
  1058.  
  1059. {/block:Posts}{block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}{/block:Posts}
  1060. {block:ifinfinitescroll}</div>{/block:ifinfinitescroll}</div></div></div></div>
  1061. </div>
  1062.  
  1063. </div>
  1064.  
  1065. </div>
  1066.  
  1067. <div id="credit"><a href="http://bsethemes.tumblr.com/">bsethemes</a></div>
  1068.  
  1069. </body>
  1070. <div id="02" class="popup_block">
  1071. <div id="asktitle"><img src="http://i62.tinypic.com/28hh1ch.png"/> {text:popupask title}</div>
  1072. <br><br><br>
  1073. <Center><iframe frameborder="0" scrolling="yes" width="80%" height="260" src="http://www.tumblr.com/ask_form/USERNAME.tumblr.com" style="background-color:transparent; overflow:hidden;" id="ask_form">
  1074. </center></div>
  1075.  
  1076. </div></div></div></div></div></div></div></div></div></div>
  1077. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement