Advertisement
thehandyblog

Basic Theme #9

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