Advertisement
thehandyblog

Basic Theme #15

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