Advertisement
thehandyblog

Basic Theme #18

Oct 17th, 2012
242
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.55 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="#ffffff"/>
  13. <meta name="color:Headers" content="#b8b7b6"/>
  14. <meta name="color:Text" content="#cac9c9"/>
  15. <meta name="color:Bold" content="#c2c1c1">
  16. <meta name="color:Permalink Border" content="#ebebeb"/>
  17. <meta name="color:Permalink bg" content="#f8f8f8"/>
  18. <meta name="color:Links" content="#d5c5cd"/>
  19. <meta name="color:Links Hover" content="#ececec"/>
  20. <meta name="color:Blockquote" content="#cecccc">
  21. <meta name="color:Scrollbar" content="#e9e9e9"/>
  22. <meta name="color:Scrollbar Bg" content="#fcfcfc"/>
  23.  
  24. <meta name="image:Background" content=""/>
  25. <meta name="image:Sidebar" content="http://static.tumblr.com/evyge5h/Kczmc1hoi/tumblr_mb4p2gr1gu1rrxappo1_500.png"/>
  26.  
  27. <meta name="if:Show Caption" content="1">
  28. <meta name="if:Tiny Cursor" content="0">
  29. <meta name="if:Fading Images" content="0">
  30. <meta name="if:Black Audio Player" content="0">
  31. <meta name="if:White Audio Player" content="1">
  32. <meta name="if:Grey Audio Player" content="0">
  33. <meta name="if:Stretch Photos" content="1">
  34.  
  35. <meta name="text:Link Url 1" content="/">
  36. <meta name="text:Link Title 1" content="one">
  37. <meta name="text:Link Url 2" content="/">
  38. <meta name="text:Link Title 2" content="two">
  39. <meta name="text:Link Url 3" content="/">
  40. <meta name="text:Link Title 3" content="three">
  41.  
  42. <link href='http://fonts.googleapis.com/css?family=Droid+Serif:400,700,400italic,700italic' rel='stylesheet' type='text/css'>
  43.  
  44.  
  45. <title>{Title}</title>
  46. <link rel="shortcut icon" href="{Favicon}"/>
  47. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  48. {block:Description} <meta name="description" content="{MetaDescription}"/> {/block:Description}
  49.  
  50. <style type="text/css">
  51.  
  52. body {
  53. background-color: {color:Background};
  54. background-image:url("{image:background}");
  55. background-attachment: fixed;
  56. background-repeat: repeat;
  57. font-family: droid serif;
  58. font-size: 10px;
  59. color: {color:text};
  60. overflow-x:hidden;
  61. text-align:center;
  62. height: 100%;
  63. {block:iftinycursor}
  64. cursor: url("http://i.imgur.com/2qleX.jpg"), auto;
  65. {/block:iftinycursor}
  66. }
  67.  
  68. a:link, a:visited, a:active {
  69. color: {color:links};
  70. text-decoration:none;
  71. transition-duration: 0.50s;
  72. -moz-transition-duration: 0.50s;
  73. -webkit-transition-duration: 0.50s;
  74. -o-transition-duration: 0.50s;
  75. }
  76.  
  77. a{color:{color:links}}
  78.  
  79. a:hover {
  80. color: {color:links hover};
  81. text-decoration:bold;
  82. transition-duration: 0.50s;
  83. -moz-transition-duration: 0.50s;
  84. -webkit-transition-duration: 0.50s;
  85. -o-transition-duration: 0.50s;
  86. {block:iftinycursor}
  87. cursor: url("http://i.imgur.com/IepP2.jpg"), auto;
  88. {/block:iftinycursor}
  89. }
  90.  
  91. {block:iffadingimages}
  92. #catimg{
  93. opacity:.7;
  94. padding-bottom:10px;
  95. transition-duration: 0.50s;
  96. -moz-transition-duration: 0.50s;
  97. -webkit-transition-duration: 0.50s;
  98. -o-transition-duration: 0.50s;}
  99.  
  100. #catimg:hover{opacity:1;}
  101. {/block:iffadingimages}
  102.  
  103. #main{
  104. background-color: transparent;
  105. width:750px;
  106. height: 100%;
  107. top: 0px;
  108. left: 50%;
  109. margin-left: -375px;
  110. }
  111.  
  112. #content{
  113. background-color: transparent;
  114. position: absolute;
  115. width: 500px;
  116. height: auto;
  117. left: 430px;
  118. top: 50px;
  119. }
  120.  
  121. .post{
  122. text-align: left;
  123. margin-top:0px;
  124. margin-bottom:30px;
  125. color: {color:text};
  126. padding-bottom:10px;
  127. padding-top:10px;
  128. padding-left:10px;
  129. padding-right:10px;
  130. width:501px;
  131. }
  132.  
  133. blockquote{
  134. padding-left:5px;
  135. margin-left:5px;
  136. border-left: 2px solid {color:blockquote};
  137. }
  138.  
  139. h3{
  140. font-size: 17px;
  141. font-family:droid serif;
  142. font-weight:heavy;
  143. font-style:italic;
  144. margin-top:0px;
  145. font-weight:500;
  146. margin-bottom:-2px;
  147. color: {color:headers};
  148. }
  149.  
  150. h3 a{color: {color:headers};}
  151.  
  152. strong{
  153. color:{color:bold};
  154. font-weight:800;
  155. font-weight:bold
  156. }
  157.  
  158. b{
  159. color:{color:bold};
  160. font-weight:800;
  161. font-weight:bold
  162. }
  163.  
  164. .quote{
  165. font-size: 17px;
  166. font-family:droid serif;
  167. font-style:italic;
  168. text-align:center;
  169. padding-bottom:8px;
  170. color: {color:headers};
  171. }
  172.  
  173. ul.chat {
  174. margin: 0 0 0 0;
  175. padding: 0 0 0 0;
  176. }
  177. .chat li {
  178. list-style-type: none;
  179. margin-left: 0px;
  180. padding: 3px;
  181. }
  182. .chat li.odd {
  183. padding-left:10px;
  184. }
  185. .chat li.even {
  186. background-color: transparent;
  187. padding-left:10px;
  188. }
  189. .lab {
  190. font-family:droid serif;
  191. font-sizE:10px;
  192. padding-right:3px;
  193. }
  194.  
  195. #ans{margin-top:15px;}
  196.  
  197. ul, ol, li{list-style:none; margin:0px; padding:0px;}
  198.  
  199. .user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label,
  200. .user_7 .label, .user_8 .label, .user_9 .label {color:#555555;}
  201.  
  202. .notes img{width:10px; position:relative; top:3px;}
  203.  
  204. #chat{padding-bottom:7px;}
  205.  
  206. .permalink{
  207. text-align: center;
  208. width:491px;
  209. color:{color:text};
  210. background:{color:permalink bg};
  211. padding:5px;
  212. border-top:1px solid {color:permalink border};
  213. text-transform:lowercase;
  214. font-family:calibri;
  215. font-size:10px;
  216. z-index:999;
  217. -webkit-transition: all 0.5s ease-in-out;
  218. -moz-transition: all 0.5s ease-in-out;
  219. -o-transition: all 0.5s ease-in-out;
  220. -ms-transition: all 0.5s ease-in-out;
  221. transition: all 0.5s ease-in-out;}
  222.  
  223. .permalink a{
  224. text-transform:lowercase;
  225. margin-right:5px;
  226. margin-left:5px;
  227. }
  228.  
  229. .permalink a:hover{
  230. color: {color:links hover};
  231. }
  232.  
  233. .permalink2{
  234. text-align: center;
  235. width:491px;
  236. color:{color:text};
  237. background:{color:permalink bg};
  238. padding:5px;
  239. margin-top:10px;
  240. border-top:1px solid {color:permalink border};
  241. text-transform:lowercase;
  242. font-family:calibri;
  243. font-size:10px;
  244. z-index:999;
  245. -webkit-transition: all 0.5s ease-in-out;
  246. -moz-transition: all 0.5s ease-in-out;
  247. -o-transition: all 0.5s ease-in-out;
  248. -ms-transition: all 0.5s ease-in-out;
  249. transition: all 0.5s ease-in-out;}
  250.  
  251. .permalink2 a{
  252. text-transform:lowercase;
  253. margin-right:5px;
  254. margin-left:5px;
  255. }
  256.  
  257. .permalink2 a:hover{
  258. color: {color:links hover};
  259. }
  260.  
  261. ::-webkit-scrollbar { width: 5px; height: 5px; }
  262. ::-webkit-scrollbar-button:start:decrement,
  263. ::-webkit-scrollbar-button:end:increment { height: 0px; display: block; background: {color:scrollbar bg}; }
  264. ::-webkit-scrollbar-track-piece { background: {color:scrollbar bg}; }
  265. ::-webkit-scrollbar-thumb {height: 50px; background-color: {color:scrollbar}; }
  266.  
  267. #nav{margin-top:10px; margin-bottom:10px; text-align:center; -webkit-transition: all 0.5s ease-in-out;
  268. -moz-transition: all 0.5s ease-in-out;
  269. -o-transition: all 0.5s ease-in-out;
  270. -ms-transition: all 0.5s ease-in-out;
  271. transition: all 0.5s ease-in-out;}
  272.  
  273. #nav a{text-transform:lowercase; font-style:italic; margin-left:3px; margin-right:3px; color:{color:links}; font-size:10px; -webkit-transition: all 0.5s ease-in-out;
  274. -moz-transition: all 0.5s ease-in-out;
  275. -o-transition: all 0.5s ease-in-out;
  276. -ms-transition: all 0.5s ease-in-out;
  277. transition: all 0.5s ease-in-out;}
  278.  
  279. #answerr{width:500px; text-align:center; padding-top:5px; margin-bottom:-10px}
  280.  
  281. #sb{margin-top:200px; position:fixed; width:250px; text-align:center}
  282.  
  283. #page{width:250px; text-align:center; margin-top:10px; font-family: droid serif; font-style:italic;}
  284.  
  285. #tagz{margin-bottom:-10px; margin-top:-10px}
  286.  
  287. #tagz a{margin-left:1px; font-family:calibri;}
  288.  
  289. #sb{margin-top:150px;
  290. margin-left:100px;
  291. position:fixed}
  292.  
  293. #bloc
  294. {overflow:hidden;
  295. width:250px;}
  296.  
  297. .transition
  298. {-webkit-transition: opacity 0.7s linear;-webkit-transition: all 0.7s ease-in-out;-moz-transition: all 0.7s ease-in-out;-o-transition: all 0.7s ease-in-out;}
  299.  
  300. #picture
  301. {width:250px;
  302. position:relative;
  303. z-index:99}
  304.  
  305. #picture:hover
  306. {width:340px;}
  307.  
  308. #left
  309. {float:left;
  310. overflow:hidden;
  311. width:125px;
  312. position:relative;
  313. z-index:99}
  314.  
  315. #right
  316. {float:right;
  317. overflow:hidden;
  318. width:125px;
  319. position:relative;
  320. z-index:99}
  321.  
  322. #about
  323. {float:left;
  324. width:210px;
  325. position:absolute;
  326. opacity:1;
  327. padding:20px;
  328. margin-top:30px;}
  329.  
  330. #picture:hover #left
  331. {margin-left:-125px;}
  332.  
  333. #picture:hover #right
  334. {margin-right:-35px;}
  335.  
  336. #art img{width:100px; position:absolute; margin-top:-100px;}
  337.  
  338. #sbtitle{font-size:15px; font-style:italic; font-weight:bold}
  339.  
  340. #audpost{margin-left:110px}
  341.  
  342. </style>
  343.  
  344. </head>
  345.  
  346.  
  347. <body>
  348.  
  349. <div id="sb">
  350. <div id="bloc">
  351. <div id="picture" class="transition">
  352. <div id="left" class="transition">
  353. <img width="250px" src="{image:sidebar}">
  354. </div>
  355.  
  356. <div id="about" class="transition">
  357.  
  358. <div id="sbtitle">
  359. <a href="/">{title}</a>
  360. </div>
  361.  
  362. <div id="nav">
  363. <a href="/">home</a>
  364. <a href="/ask">askbox</a>
  365. {Block:IfLinkTitle1}<a href="{text:link url 1}">{text:link title 1}</a>{/Block:IfLinkTitle1}
  366. {Block:IfLinkTitle2}<a href="{text:link url 2}">{text:link title 2}</a>{/Block:IfLinkTitle2}
  367. {Block:IfLinkTitle3}<a href="{text:link url 3}">{text:link title 3}</a>{/Block:IfLinkTitle3}
  368. <a href="http://asyrral.tumblr.com">theme</a>
  369. </div>
  370.  
  371. {Description}
  372.  
  373. </div>
  374.  
  375. <div id="right" class="transition">
  376. <img width="250px" style="margin-left:-125px;" src="{image:sidebar}">
  377. </div>
  378. </div>
  379. </div>
  380.  
  381. <div id="page">
  382. {Block:PreviousPage}<a href="{PreviousPage}">«</a>{/Block:PreviousPage} {CurrentPage} of {TotalPages} {Block:NextPage}<a href="{NextPage}">»</a>{/Block:NextPage}
  383. </div></div>
  384.  
  385. <div id="main">
  386.  
  387. <div id="content">
  388.  
  389. {block:Posts}
  390.  
  391. {block:Text}
  392. <div class="post">
  393. {block:Title}
  394. <h3><a href="{Permalink}">{Title}</a></h3>
  395. {/block:Title}
  396. {Body}
  397. <div class="permalink">
  398. posted <a href="{Permalink}">{TimeAgo}</a> with
  399. <a href="{Permalink}"> {NoteCount} notes</a><br>
  400. {block:RebloggedFrom}via <a href="{ReblogParentUrl}">{ReblogParentName}</a> -{/block:RebloggedFrom}{block:ContentSource} © <a href="{SourceURL}">{SourceTitle}</a>{/block:ContentSource}
  401. <br>{block:HasTags}<div id="tagz"><p>
  402. {block:Tags}#<a href="{TagURL}">{Tag} </a>{/block:Tags}</div>
  403. {/block:HasTags}
  404. </div></div>
  405. {/block:Text}
  406.  
  407. {block:Photo}
  408. <div class="post">
  409. <center>{LinkOpenTag}
  410. <div id="catimg">
  411. <img src="{PhotoURL-500}" alt="{PhotoAlt}" {Block:IfStretchPhotos}width="500px"{/Block:IfStretchPhotos}/>
  412. </div>
  413. {LinkCloseTag}</center>
  414. {block:IfShowCaption}
  415. {block:Caption}
  416. <div class="caption">{Caption}</div>
  417. {/block:Caption}
  418. {/block:IfShowCaption}
  419. <div class="permalink2">
  420. posted <a href="{Permalink}">{TimeAgo}</a> with
  421. <a href="{Permalink}"> {NoteCount} notes</a><br>
  422. {block:RebloggedFrom}via <a href="{ReblogParentUrl}">{ReblogParentName}</a> -{/block:RebloggedFrom}{block:ContentSource} © <a href="{SourceURL}">{SourceTitle}</a>{/block:ContentSource}
  423. <br>{block:HasTags}<div id="tagz"><p>
  424. {block:Tags}#<a href="{TagURL}">{Tag} </a>{/block:Tags}</div>
  425. {/block:HasTags}
  426. </div></div>
  427. {/block:Photo}
  428.  
  429. {block:Photoset}
  430. <div class="post">
  431. <center>
  432. <div id="catimg">
  433. {Photoset-500}
  434. </div>
  435. </center>
  436. {block:IfShowCaption}
  437. {block:Caption}
  438. <div class="caption">{Caption}</div>
  439. {/block:Caption}
  440. {/block:IfShowCaption}
  441. <div class="permalink2">
  442. posted <a href="{Permalink}">{TimeAgo}</a> with
  443. <a href="{Permalink}"> {NoteCount} notes</a><br>
  444. {block:RebloggedFrom}via <a href="{ReblogParentUrl}">{ReblogParentName}</a> - {/block:RebloggedFrom}{block:ContentSource} © <a href="{SourceURL}">{SourceTitle}</a>{/block:ContentSource}
  445. <br>{block:HasTags}<div id="tagz"><p>
  446. {block:Tags}#<a href="{TagURL}">{Tag} </a>{/block:Tags}</div>
  447. {/block:HasTags}
  448. </div></div>
  449. {/block:Photoset}
  450.  
  451. {block:Quote}
  452. <div class="post">
  453. <div class="quote">"{Quote}"</div>
  454. <div class="permalink">
  455. posted <a href="{Permalink}">{TimeAgo}</a> with
  456. <a href="{Permalink}"> {NoteCount} notes</a><br>
  457. {block:RebloggedFrom}via <a href="{ReblogParentUrl}">{ReblogParentName}</a> - {/block:RebloggedFrom}{block:ContentSource} © <a href="{SourceURL}">{SourceTitle}</a>{/block:ContentSource}
  458. <br>{block:HasTags}<div id="tagz"><p>
  459. {block:Tags}#<a href="{TagURL}">{Tag} </a>{/block:Tags}</div>
  460. {/block:HasTags}
  461. </div></div>
  462. {/block:Quote}
  463.  
  464. {block:Link}
  465. <div class="post">
  466. <center><h3><a href="{URL}" class="link" {Target}>{Name}</a></h3></center>
  467. {block:Description}
  468. <div class="description">{Description}</div>
  469. {/block:Description}
  470. <div class="permalink">
  471. posted <a href="{Permalink}">{TimeAgo}</a> with
  472. <a href="{Permalink}"> {NoteCount} notes</a><br>
  473. {block:RebloggedFrom}via <a href="{ReblogParentUrl}">{ReblogParentName}</a> - {/block:RebloggedFrom}{block:ContentSource} © <a href="{SourceURL}">{SourceTitle}</a>{/block:ContentSource}
  474. <br>{block:HasTags}<div id="tagz"><p>
  475. {block:Tags}#<a href="{TagURL}">{Tag} </a>{/block:Tags}</div>
  476. {/block:HasTags}
  477. </div></div>
  478. {/block:Link}
  479.  
  480. {block:Chat}
  481. <div class="post">
  482. <div id="chat">
  483. {block:Title}
  484. <h3><a href="{Permalink}">{Title}</a></h3>
  485. {/block:Title}
  486. <ul class="chat">
  487. {block:Lines}
  488. <li class="{Alt} user_{UserNumber}">
  489. {block:Label}
  490. <span class="lab"><b>{Label}</b></span>
  491. {/block:Label}
  492. {Line}
  493. </li>
  494. {/block:Lines}
  495. </ul>
  496. </div>
  497. <div class="permalink">
  498. posted <a href="{Permalink}">{TimeAgo}</a> with
  499. <a href="{Permalink}"> {NoteCount} notes</a><br>
  500. {block:RebloggedFrom}via <a href="{ReblogParentUrl}">{ReblogParentName}</a> - {/block:RebloggedFrom}{block:ContentSource} © <a href="{SourceURL}">{SourceTitle}</a>{/block:ContentSource}
  501. <br>{block:HasTags}<div id="tagz"><p>
  502. {block:Tags}#<a href="{TagURL}">{Tag} </a>{/block:Tags}</div>
  503. {/block:HasTags}
  504. </div></div>
  505. {/block:Chat}
  506.  
  507. {block:Video}
  508. <div class="post">
  509. <center>{Video-500}</center>
  510. {block:IfShowCaption}
  511. {block:Caption}
  512. <div class="caption">{Caption}</div>
  513. {/block:Caption}
  514. {/block:IfShowCaption}
  515. <div class="permalink">
  516. posted <a href="{Permalink}">{TimeAgo}</a> with
  517. <a href="{Permalink}"> {NoteCount} notes</a><br>
  518. {block:RebloggedFrom}via <a href="{ReblogParentUrl}">{ReblogParentName}</a> - {/block:RebloggedFrom}{block:ContentSource} © <a href="{SourceURL}">{SourceTitle}</a>{/block:ContentSource}
  519. <br>{block:HasTags}<div id="tagz"><p>
  520. {block:Tags}#<a href="{TagURL}">{Tag} </a>{/block:Tags}</div>
  521. {/block:HasTags}
  522. </div>
  523. </div>
  524. {/block:Video}
  525.  
  526. {block:Audio}
  527. <div class="post">
  528. {Block:AlbumArt}
  529. <div id="audpost">
  530. {Block:IfBlackAudioPlayer}
  531. {AudioPlayerBlack}<p>
  532. {/Block:IfBlackAudioPlayer}
  533. {Block:IfWhiteAudioPlayer}
  534. {AudioPlayerWhite}<p>
  535. {/Block:IfWhiteAudioPlayer}
  536. {Block:IfGreyAudioPlayer}
  537. {AudioPlayerGrey}<p>
  538. {/Block:IfGreyAudioPlayer}
  539. {block:Artist}
  540. <b>Artist:</b> {Artist}<p>
  541. {/block:Artist}
  542.  
  543. {block:Album}
  544. <b>Album:</b> {Album}<p>
  545. {/block:Album}
  546.  
  547. {block:TrackName}
  548. <b>Track:</b> {TrackName}
  549. {/block:TrackName}
  550. </div>
  551. <div id="art">
  552. <img src="{AlbumArtUrl}">
  553. </div>
  554. {/Block:AlbumArt}
  555. {block:caption}<br>{caption}{/block:caption}
  556. <div class="permalink">
  557. posted <a href="{Permalink}">{TimeAgo}</a> with
  558. <a href="{Permalink}"> {NoteCount} notes</a><br>
  559. {block:RebloggedFrom}via <a href="{ReblogParentUrl}">{ReblogParentName}</a> - {/block:RebloggedFrom}{block:ContentSource} © <a href="{SourceURL}">{SourceTitle}</a>{/block:ContentSource}
  560. <br>{block:HasTags}<div id="tagz"><p>
  561. {block:Tags}#<a href="{TagURL}">{Tag} </a>{/block:Tags}</div>
  562. {/block:HasTags}
  563. </div>
  564. </div>
  565. {/block:Audio}
  566.  
  567. {block:Answer}
  568. <div class="post"><img src="{AskerPortraitURL-16}"> {Asker} asked <i>{Question}</i>
  569. <div id="ans">{Answer}</div>
  570. <div class="permalink">
  571. posted <a href="{Permalink}">{TimeAgo}</a> with
  572. <a href="{Permalink}"> {NoteCount} notes</a>{block:HasTags}<div id="tagz"><p>
  573. {block:Tags}#<a href="{TagURL}">{Tag} </a>{/block:Tags}</div>
  574. {/block:HasTags}
  575. </div>
  576. </div>
  577. {/block:Answer}
  578.  
  579. {block:PermalinkPage}
  580. <div style="width:517px; text-align:center; padding-top: 5px;
  581. padding-bottom: 12px;
  582. padding-left: 12px;
  583. padding-right: 12px;">{block:PostNotes}{PostNotes}{/block:PostNotes}</div>{/block:PermalinkPage}
  584.  
  585. {/block:Posts}
  586.  
  587. </div>
  588.  
  589. </div>
  590.  
  591. </body>
  592.  
  593. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement