Advertisement
thehandyblog

Basic Theme #2

Aug 9th, 2012
369
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.06 KB | None | 0 0
  1. <html>
  2.  
  3. <!--
  4.  
  5. Theme by Asyrral.
  6. Please don't remove the credits :)
  7.  
  8. --->
  9.  
  10. <head>
  11.  
  12. <meta name="color:Background" content="#fff"/>
  13. <meta name="color:posts" content="#ffffff"/>
  14. <meta name="color:headers" content="#000"/>
  15. <meta name="color:text" content="#353535"/>
  16. <meta name="color:bold texts" content="#949191">
  17. <meta name="color:links" content="#949191"/>
  18. <meta name="color:links hover" content="#fff"/>
  19. <meta name="color:sidebar" content="#ffffff">
  20. <meta name="color:blockquote" content="#949191">
  21. <meta name="color:blockquote text" content="#353535">
  22. <meta name="color:scrollbar" content="#949191"/>
  23. <meta name="color:scrollbar background" content="#fff"/>
  24. <meta name="color:chat background" content="#ccc">
  25. <meta name="color:pop up box bg" content="#fff">
  26. <meta name="color:question background" content="#f7f7f7"/>
  27. <meta name="color:permalink text" content="#111"/>
  28. <meta name="color:permalink hover" content="#ccc"/>
  29.  
  30. <meta name="image:Background" content=""/>
  31. <meta name="image:sidebar" content="http://static.tumblr.com/evyge5h/pGim8hqvl/tumblr_lt1ascmorw1qaiz7oo1_500.jpg">
  32.  
  33. <meta name="if:show caption" content="0">
  34. <meta name="if:tiny cursor" content="1">
  35. <meta name="if:fading images" content="1">
  36. <meta name="if:Black Audio Player" content="1">
  37. <meta name="if:White Audio Player" content="0">
  38. <meta name="if:Grey Audio Player" content="0">
  39. <meta name="if:Stretch Photos" content="1">
  40.  
  41. <meta name="text:link url 1" content="/">
  42. <meta name="text:link title 1" content="Link 1">
  43. <meta name="text:link url 2" content="/">
  44. <meta name="text:link title 2" content="Link 2">
  45. <meta name="text:link url 3" content="/">
  46. <meta name="text:link title 3" content="Link 3">
  47. <meta name="text:link url 4" content="/">
  48. <meta name="text:link title 4" content="Link 4">
  49. <meta name="text:link url 5" content="/">
  50. <meta name="text:link title 5" content="Link 5">
  51. <meta name="text:link url 6" content="/">
  52. <meta name="text:link title 6" content="Link 6">
  53. <meta name="text:link url 7" content="/">
  54. <meta name="text:link title 7" content="Link 7">
  55.  
  56. <title>{Title}</title>
  57. <link rel="shortcut icon" href="{Favicon}"/>
  58. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  59. {block:Description} <meta name="description" content="{MetaDescription}"/> {/block:Description}
  60.  
  61. <style type="text/css">
  62.  
  63. body {
  64. background-color: {color:Background};
  65. background-image:url("{image:background}");
  66. background-attachment: fixed;
  67. background-repeat: repeat;
  68. font-family: calibri;
  69. font-size: 11px;
  70. color: {color:text};
  71. text-wrap: normal;
  72. overflow-x:hidden;
  73. word-wrap: break-word;
  74. margin:0px 0px;
  75. text-align:center;
  76. height: 100%;
  77. {block:iftinycursor}
  78. cursor: url("http://i.imgur.com/2qleX.jpg"), auto;
  79. {/block:iftinycursor}
  80. }
  81.  
  82. a:link, a:visited, a:active {
  83. color: {color:links};
  84. text-decoration:none;
  85. transition-duration: 0.50s;
  86. -moz-transition-duration: 0.50s;
  87. -webkit-transition-duration: 0.50s;
  88. -o-transition-duration: 0.50s;
  89. }
  90.  
  91.  
  92. a:hover {
  93. color: {color:Links hover};
  94. text-decoration:bold;
  95. transition-duration: 0.50s;
  96. -moz-transition-duration: 0.50s;
  97. -webkit-transition-duration: 0.50s;
  98. -o-transition-duration: 0.50s;
  99. {block:iftinycursor}
  100. cursor: url("http://i.imgur.com/IepP2.jpg"), auto;
  101. {/block:iftinycursor}
  102. }
  103.  
  104. {block:iffadingimages}
  105. #catimg{
  106. opacity:.7;
  107. transition-duration: 0.50s;
  108. -moz-transition-duration: 0.50s;
  109. -webkit-transition-duration: 0.50s;
  110. -o-transition-duration: 0.50s;}
  111.  
  112. #catimg:hover{opacity:1;}
  113. {/block:iffadingimages}
  114.  
  115. #main{
  116. background-color: transparent;
  117. position: absolute;
  118. width: 750px;
  119. height: 100%;
  120. top: 0px;
  121. left: 50%;
  122. margin-left: -375px;
  123. }
  124.  
  125. #sidebar{
  126. background-color: transparent;
  127. position: fixed;
  128. height: auto;
  129. width: 200px;
  130. padding: 10px;
  131. left: 140px;
  132. top: 240px;
  133. }
  134.  
  135. #content{
  136. background-color: transparent;
  137. position: absolute;
  138. width: 500px;
  139. height: auto;
  140. left: 440px;
  141. top: 0px;
  142. }
  143.  
  144. .title{
  145. color:{color:Title};
  146. font-family: calibri;
  147. font-size:25px;
  148. }
  149.  
  150. .title2{
  151. color:{color:Title};
  152. font-family: calibri;
  153. font-size:15px;
  154. letter-spacing:4px;
  155. font-weight:bold;
  156. }
  157.  
  158. .post{
  159. text-align: left;
  160. margin: 5px 0px 0px 0px;
  161. color: {color:text};
  162. padding-top: 5px;
  163. padding-bottom: 3px;
  164. padding-left: 4px;
  165. padding-right: 5px;
  166. background:{color:posts};
  167. width:501px;
  168. }
  169.  
  170. blockquote{
  171. padding-left:5px;
  172. margin-left:5px;
  173. border-left: 1px solid {color:blockquote};
  174. }
  175.  
  176. h3{
  177. font-size: 15px;
  178. font-family: calibri;
  179. font-color: {color:headers};
  180. }
  181.  
  182. strong{
  183. color:{color:bold texts};
  184. }
  185.  
  186. .quote{
  187. font-size: 15px;
  188. font-style:italic;
  189. font-family: calibri;
  190. font-color: {color:headers};
  191. }
  192.  
  193. .source{
  194. text-align: right;
  195. color: {color:links};
  196. }
  197.  
  198. ul.chat {
  199. margin: 0 0 0 0;
  200. padding: 0 0 0 0;
  201. }
  202. .chat li {
  203. list-style-type: none;
  204. margin-left: 0px;
  205. padding: 3px;
  206. }
  207. .chat li.odd {
  208. background-color: {color:chat background};
  209. }
  210. .chat li.even {
  211. background-color: transparent;
  212. }
  213. .label {
  214. font-weight: bold;
  215. }
  216.  
  217. #entry img {opacity:.8px;}
  218.  
  219. #entry img:hover {opacity:1px;}
  220.  
  221. #sidebar img{
  222. width: 270px;
  223. height: auto;
  224. margin-left:-53px;
  225. margin-top:-108px;
  226. border: 10px solid {color:sidebar};
  227. }
  228.  
  229. .bubble {
  230. position: relative;
  231. background-color:{color:question background};
  232. margin: 0;
  233. padding:10px;
  234. text-align:center;
  235. width:482px;
  236. -webkit-box-shadow: 0px 0 1px rgba(0,0,0,0);
  237. -moz-box-shadow: 0px 0 1px rgba(0,0,0,0);
  238. box-shadow: 0px 0 1px rgba(0,0,0,0);
  239.  
  240. }
  241. .bubble:after {
  242. position: absolute;
  243. display: block;
  244. content: "";
  245. border-color: {color:question background} transparent transparent transparent;
  246. border-style: solid;
  247. border-width: 10px;
  248. height:0;
  249. width:0;
  250. position:absolute;
  251. bottom:-19px;
  252. left:1em;
  253. }
  254.  
  255. ul, ol, li{list-style:none; margin:0px; padding:0px;}
  256.  
  257. .user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label,
  258. .user_7 .label, .user_8 .label, .user_9 .label {color:#555555;}
  259.  
  260. .notes img{width:10px; position:relative; top:3px;}
  261.  
  262. .permalink:hover{
  263. opacity:0;
  264. }
  265.  
  266. .post:hover .permalink{
  267. opacity:.7;
  268. margin-left:20px;
  269. margin-top:5px;}
  270.  
  271. .permalink{
  272. text-align: left;
  273. width:auto;
  274. line-height:8px;
  275. padding:5px;
  276. border-radius:10px;
  277. border-bottom:3px solid #111;
  278. position:absolute;
  279. background:#fff;
  280. color: {color:permalink};
  281. opacity:0;
  282. z-index:999;
  283. -webkit-transition: all 0.5s ease-in-out;
  284. -moz-transition: all 0.5s ease-in-out;
  285. -o-transition: all 0.5s ease-in-out;
  286. -ms-transition: all 0.5s ease-in-out;
  287. transition: all 0.5s ease-in-out;}
  288.  
  289. .permalink a{
  290. font-family:consolas;
  291. font-size:10px;
  292. text-transform:uppercase;
  293. letter-spacing:2px;
  294. color:{color:permalink text};
  295. }
  296.  
  297. .permalink a:hover{
  298. color: {color:permalink hover};
  299. }
  300.  
  301. ::-webkit-scrollbar { width: 5px; height: 5px; }
  302. ::-webkit-scrollbar-button:start:decrement,
  303. ::-webkit-scrollbar-button:end:increment { height: 0px; display: block; background: {color:scrollbar background}; }
  304. ::-webkit-scrollbar-track-piece { background: {color:scrollbar background}; }
  305. ::-webkit-scrollbar-thumb {height: 50px; background-color: {color:scrollbar}; }
  306.  
  307. #menu{opacity:1;margin-left:-9px; margin-top:-20px; width:255px; letter-spacing:1px; text-align:left;}
  308.  
  309. #menu a{color:{color:links}; padding-right:7px;}
  310.  
  311. #menu a:hover{color:{color:links hover};}
  312.  
  313. #answerr{padding-left:35px;}
  314.  
  315. .arrow {font-size:30px; color:{color:Sidebar}; -webkit-user-select: none; -khtml-user-select:none; -moz-user-select:none; -o-user-select:none; user-select:none; cursor:default; margin-left:-250px;}
  316.  
  317. #ar{margin-top:-15px;}
  318.  
  319. #description{margin-left:-54px; width:290px; margin-top:5px; text-align:justify;}
  320.  
  321. .pops {
  322. font-size: 11px;
  323. line-height:13px;
  324. font-family: consolas;
  325. text-transform:uppercase;
  326. letter-spacing:2px;
  327. }
  328.  
  329. #fade { /*--Transparent background layer--*/
  330. display: none; /*--hidden by default--*/
  331. position: fixed; left: 0; top: 0;
  332. width: 100%; height: 100%;
  333. opacity: .80;
  334. z-index: 9999;
  335. background:#000;
  336. }
  337. .popup_block{
  338. display: none; /*--hidden by default--*/
  339. background: {color:pop up box bg};
  340. padding: 10px;
  341. text-align: left;
  342. position: fixed;
  343. top: 50%; left: 50%;
  344. z-index: 99999;
  345. max-width:200px;
  346. /*--CSS3 Rounded Corners--*/
  347. -webkit-border-radius: 0px 10px 0px 10px;
  348. -moz-border-radius: 0px 10px 0px 10px;
  349. border-radius: 0px 10px 0px 10px;
  350. }
  351. img.btn_close {
  352. float: right;
  353. margin: -5px -5px 0px 0px;
  354. padding:none;
  355. }
  356. /*--Making IE6 Understand Fixed Positioning--*/
  357. *html #fade {
  358. position: absolute;
  359. }
  360. *html .popup_block {
  361. position: absolute;
  362. width:100px;
  363. }
  364.  
  365. #playerr{margin-top:-103px; margin-left:110px; position:absolute}
  366.  
  367. </style>
  368.  
  369. <script type="text/javascript"
  370. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  371. <script>
  372. $(document).ready(function() {
  373. //
  374. $('a.poplight[href^=#]').click(function() {
  375. var popID = $(this).attr('rel'); //Get Popup Name
  376. var popURL = $(this).attr('href'); //Get Popup href to define size
  377. var query= popURL.split('?');
  378. var dim= query[1].split('&');
  379. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  380. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"><img src="http://26.media.tumblr.com/tumblr_lwno3nQb6W1qd0axvo1_100.gif" class="btn_close" title="Close" alt="Close!!" /></a>');
  381. var popMargTop = ($('#' + popID).height() + 80) / 2;
  382. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  383. //Apply Margin to Popup
  384. $('#' + popID).css({
  385. 'margin-top' : -popMargTop,
  386. 'margin-left' : -popMargLeft
  387. });
  388. $('body').append('<div id="fade"></div>');
  389. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  390. return false;
  391. });
  392. $('a.close, #fade').live('click', function() {
  393. $('#fade , .popup_block').fadeOut(function() {
  394. $('#fade, a.close').remove(); //fade them both out
  395. });
  396. return false;
  397. });
  398. });
  399. </script>
  400.  
  401. </head>
  402.  
  403. <body>
  404.  
  405.  
  406. <div id="main">
  407.  
  408. <div id="sidebar">
  409.  
  410. <div id="sidebar img"><br>
  411. <img src="{image:sidebar}"></div>
  412. <div id="ar">
  413. <span class="arrow">◥</span>
  414. </div>
  415.  
  416. <div id="menu">
  417. {block:PreviousPage}
  418. <a href="{PreviousPage}"><span style="font-family:century gothic;">«</span></a>
  419. {/block:PreviousPage} <a href="/">refresh</a> <a href="/ask">message</a> <a class="poplight" href="#?w=400" rel="01">more links</a> <a href="http://asyrral.tumblr.com">credit</a> {block:NextPage}
  420. <a href="{NextPage}"><span style="font-family:century gothic;">»</span></a>
  421. {/block:NextPage}
  422. </div>
  423.  
  424. <div id="description">
  425. {description}
  426. </div>
  427.  
  428. </div></div>
  429.  
  430. <div id="content">
  431.  
  432. {block:Posts}
  433.  
  434. {block:Text}
  435. <div class="post">
  436. <div class="permalink">
  437. <a href="{Permalink}">{24Hour}:{Minutes}</a><br>
  438. <a href="{Permalink}">{NoteCount}♥</a><br>
  439. <a href="{ReblogURL}">reblog</a></div>
  440. {block:Title}
  441. <h3><a href="{Permalink}">{Title}</a></h3>
  442. {/block:Title}
  443. {Body}
  444. </div>
  445. {/block:Text}
  446.  
  447. {block:Photo}
  448. <div class="post">
  449. <div class="permalink">
  450. <a href="{Permalink}">{24Hour}:{Minutes}</a><br>
  451. <a href="{Permalink}">{NoteCount}♥</a><br>
  452. <a href="{ReblogURL}">reblog</a></div>
  453. <center>{LinkOpenTag}
  454. <div id="catimg">
  455. <img src="{PhotoURL-500}" alt="{PhotoAlt}" {Block:IfStretchPhotos}width="500px"{/Block:IfStretchPhotos}/>
  456. </div>
  457. {LinkCloseTag}</center>
  458. {block:IfShowCaption}
  459. {block:Caption}
  460. <div class="caption">{Caption}</div>
  461. {/block:Caption}
  462. {/block:IfShowCaption}
  463. </div>
  464. {/block:Photo}
  465.  
  466. {block:Photoset}
  467. <div class="post">
  468. <div class="permalink">
  469. <a href="{Permalink}">{24Hour}:{Minutes}</a><br>
  470. <a href="{Permalink}">{NoteCount}♥</a><br>
  471. <a href="{ReblogURL}">reblog</a></div>
  472. <center>
  473. <div id="catimg">
  474. {Photoset-500}
  475. </div>
  476. </center>
  477. {block:IfShowCaption}
  478. {block:Caption}
  479. <div class="caption">{Caption}</div>
  480. {/block:Caption}
  481. {/block:IfShowCaption}
  482. </div>
  483. {/block:Photoset}
  484.  
  485. {block:Quote}
  486. <div class="post">
  487. <div class="permalink">
  488. <a href="{Permalink}">{24Hour}:{Minutes}</a><br>
  489. <a href="{Permalink}">{NoteCount}♥</a><br>
  490. <a href="{ReblogURL}">reblog</a></div>
  491. <div class="quote">"{Quote}"</div>
  492. </div>
  493. {/block:Quote}
  494.  
  495. {block:Link}
  496. <div class="post">
  497. <div class="permalink">
  498. <a href="{Permalink}">{24Hour}:{Minutes}</a><br>
  499. <a href="{Permalink}">{NoteCount}♥</a><br>
  500. <a href="{ReblogURL}">reblog</a></div>
  501. <center><h3><a href="{URL}" class="link" {Target}>{Name}</a></h3></center>
  502. {block:Description}
  503. <div class="description">{Description}</div>
  504. {/block:Description}
  505. </div>
  506. {/block:Link}
  507.  
  508. {block:Chat}
  509. <div class="post">
  510. <div class="permalink">
  511. <a href="{Permalink}">{24Hour}:{Minutes}</a><br>
  512. <a href="{Permalink}">{NoteCount}♥</a><br>
  513. <a href="{ReblogURL}">reblog</a></div>
  514. {block:Title}
  515. <h3><a href="{Permalink}">{Title}</a></h3>
  516. {/block:Title}
  517. <ul class="chat">
  518. {block:Lines}
  519. <li class="{Alt} user_{UserNumber}">
  520. {block:Label}
  521. <span class="label">{Label}</span>
  522. {/block:Label}
  523. {Line}
  524. </li>
  525. {/block:Lines}
  526. </ul>
  527. </div>
  528. {/block:Chat}
  529.  
  530. {block:Video}
  531. <div class="post">
  532. <div class="permalink">
  533. <a href="{Permalink}">{24Hour}:{Minutes}</a><br>
  534. <a href="{Permalink}">{NoteCount}♥</a><br>
  535. <a href="{ReblogURL}">reblog</a></div>
  536. <center>{Video-500}</center>
  537. {block:IfShowCaption}
  538. {block:Caption}
  539. <div class="caption">{Caption}</div>
  540. {/block:Caption}
  541. {/block:IfShowCaption}
  542. </div>
  543. {/block:Video}
  544.  
  545. {block:Audio}
  546. <div class="post">
  547. <div class="permalink">
  548. <a href="{Permalink}">{24Hour}:{Minutes}</a><br>
  549. <a href="{Permalink}">{NoteCount}♥</a><br>
  550. <a href="{ReblogURL}">reblog</a></div>
  551. {Block:IfBlackAudioPlayer}
  552. {AudioPlayerBlack}<p>
  553. {/Block:IfBlackAudioPlayer}
  554. {Block:IfWhiteAudioPlayer}
  555. {AudioPlayerWhite}<p>
  556. {/Block:IfWhiteAudioPlayer}
  557. {Block:IfGreyAudioPlayer}
  558. {AudioPlayerGrey}<p>
  559. {/Block:IfGreyAudioPlayer}
  560. {block:Artist}
  561. <b>Artist:</b> {Artist}<p>
  562. {/block:Artist}
  563.  
  564. {block:Album}
  565. <b>Album:</b> {Album}<p>
  566. {/block:Album}
  567.  
  568. {block:TrackName}
  569. <b>Track:</b> {TrackName}
  570. {/block:TrackName}
  571. {block:caption}<p>{caption}{/block:caption}
  572. </div>
  573. {/block:Audio}
  574.  
  575. {block:Answer}
  576. <div class="post">
  577. <div class="permalink">
  578. <a href="{Permalink}">{24Hour}:{Minutes}</a><br>
  579. <a href="{Permalink}">{NoteCount} </a></div>
  580. <div class="bubble"><strong>{Asker}</strong> asked: <i>{Question}</i></div><div id="answerr">{Answer}</div>
  581. </div>
  582. {/block:Answer}
  583.  
  584. {block:PermalinkPage}
  585. <div style="width:486px; background:{color:posts}; text-align:center; padding-top: 5px;
  586. padding-bottom: 12px;
  587. padding-left: 12px;
  588. padding-right: 12px;">
  589. {block:Date}{MonthNumberWithZero}/{DayOfMonthWithZero}/{ShortYear}{/block:Date} <br> {block:HasTags}
  590. {block:Tags}<a href="{TagURL}"> #{Tag}</a>{/block:Tags}
  591. {/block:HasTags} <p> {block:PostNotes}{PostNotes}{/block:PostNotes}</div>{/block:PermalinkPage}
  592.  
  593. {/block:Posts}
  594.  
  595. </div>
  596.  
  597. </div>
  598.  
  599.  
  600. <div id="01" class="popup_block">
  601. <div class="pops">
  602.  
  603. {Block:IfLinkTitle1}<a href="{text:link url 1}"><span style="font-family:century gothic">►</span> {text:link title 1}</a><br>{/Block:IfLinkTitle1}
  604. {Block:IfLinkTitle2}<a href="{text:link url 2}"><span style="font-family:century gothic">►</span> {text:link title 2}</a><br>{/Block:IfLinkTitle2}
  605. {Block:IfLinkTitle3}<a href="{text:link url 3}"><span style="font-family:century gothic">►</span> {text:link title 3}</a><br>{/Block:IfLinkTitle3}
  606. {Block:IfLinkTitle4}<a href="{text:link url 4}"><span style="font-family:century gothic">►</span> {text:link title 4}</a><br>{/Block:IfLinkTitle4}
  607. {Block:IfLinkTitle5}<a href="{text:link url 5}"><span style="font-family:century gothic">►</span> {text:link title 5}</a><br>{/Block:IfLinkTitle5}
  608. {Block:IfLinkTitle6}<a href="{text:link url 6}"><span style="font-family:century gothic">►</span> {text:link title 6}</a><br>{/Block:IfLinkTitle6}
  609. {Block:IfLinkTitle7}<a href="{text:link url 7}"><span style="font-family:century gothic">►</span> {text:link title 7}</a><br>{/Block:IfLinkTitle7}
  610.  
  611. </div>
  612. </div>
  613.  
  614. </body>
  615.  
  616. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement