Advertisement
thehandyblog

Basic Theme #11

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