Advertisement
thehandyblog

Basic Theme #10

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