Advertisement
thehandyblog

Basic Theme #12

Sep 23rd, 2012
346
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.40 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="#8f7d81"/>
  15. <meta name="color:Bold" content="#6d474e">
  16. <meta name="color:Posts Bg" content="#f3f3f3"/>
  17. <meta name="color:Links" content="#be5d77"/>
  18. <meta name="color:Links Hover Bg" content="#a79da1"/>
  19. <meta name="color:Blockquote" content="#8d8d8d">
  20. <meta name="color:Scrollbar" content="#9c9c9c"/>
  21. <meta name="color:Scrollbar Bg" content="#fcfcfc"/>
  22. <meta name="color:Chat Background" content="#ebebeb">
  23. <meta name="color:Sidebar Title" content="#a58384">
  24. <meta name="color:Question Bg" content="#f5f5f5"/>
  25. <meta name="color:Permalink" content="#c7c7c7"/>
  26. <meta name="color:Navigation Text" content="#a77083"/>
  27. <meta name="color:Navigation Border" content="#cfadb6"/>
  28.  
  29. <meta name="image:Background" content=""/>
  30. <meta name="image:Sidebar" content="http://static.tumblr.com/evyge5h/Q3emasq3k/tumblr_masaivgahv1r869mwo1_250.png"/>
  31.  
  32. <meta name="if:Show Caption" content="0">
  33. <meta name="if:Tiny Cursor" content="0">
  34. <meta name="if:Static Navigation" 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="link one">
  44. <meta name="text:Link Url 2" content="/">
  45. <meta name="text:Link Title 2" content="link two">
  46. <meta name="text:Link Url 3" content="/">
  47. <meta name="text:Link Title 3" content="link three">
  48. <meta name="text:Link Url 4" content="/">
  49. <meta name="text:Link Title 4" content="link four">
  50.  
  51. <title>{Title}</title>
  52. <link rel="shortcut icon" href="{Favicon}"/>
  53. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  54. {block:Description} <meta name="description" content="{MetaDescription}"/> {/block:Description}
  55.  
  56. <style type="text/css">
  57.  
  58. @import url(http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300);
  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:100px; margin-left:-107px; text-align:right; border-right:1px solid {color:navigation border}; position:absolute; margin-top:-120px; padding-top:10px; padding-bottom:10px; {Block:IfNotStaticNavigation}opacity:0;{/Block:IfNotStaticNavigation} {Block:IfStaticNavigation}opacity:1;{/Block:IfStaticNavigation} -webkit-transition: all 0.5s ease-in-out;
  300. -moz-transition: all 0.5s ease-in-out;
  301. -o-transition: all 0.5s ease-in-out;
  302. -ms-transition: all 0.5s ease-in-out;
  303. transition: all 0.5s ease-in-out; float:right;}
  304.  
  305. #nav a{padding-right:5px; text-align:right; font-family: georgia; text-transform:uppercase; padding-top:2px; padding-bottom:2px; padding-left:2px; color:{color:Navigation Text}; font-size:9px; -webkit-transition: all 0.5s ease-in-out;
  306. -moz-transition: all 0.5s ease-in-out;
  307. -o-transition: all 0.5s ease-in-out;
  308. -ms-transition: all 0.5s ease-in-out;
  309. transition: all 0.5s ease-in-out;}
  310.  
  311. #nav a:hover{background:{color:navigation border}; color:{color:links hover}}
  312.  
  313. {Block:IfNotStaticNavigation}
  314. #sidebar:hover #nav{opacity:1;}
  315. {/Block:IfNotStaticNavigation}
  316.  
  317. #answerr{width:500px; text-align:center; padding-top:5px; margin-bottom:-10px}
  318.  
  319. #description{width:220px; margin-top:5px; text-align:center; margin-left:0px; margin-bottom:3px;}
  320.  
  321. #sideimg{margin-top:-20px; width:175px;}
  322.  
  323. #sidetitle{width:220px; margin-bottom:0px; text-align:center;}
  324.  
  325. #sidetitle a{color:{color:Sidebar Title}; text-transform:uppercase; letter-spacing:1px}
  326.  
  327. #sidetitle a:hover{background:none}
  328.  
  329. #page{width:220px; text-align:center}
  330.  
  331. #playerr{margin-top:-103px; margin-left:110px; position:absolute}
  332.  
  333. </style>
  334.  
  335. </head>
  336.  
  337. <body>
  338.  
  339.  
  340. <div id="main">
  341. <div id="sidebar">
  342.  
  343. <div id="sideimg">
  344.  
  345. {Block:IfShowBlogTitle}
  346. <div id="sidetitle">
  347. <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>
  348. </div>
  349. {/Block:IfShowBlogTitle}
  350.  
  351. <img src="{image:Sidebar}" width="220px" style="border-radius:10px">
  352. </div>
  353.  
  354. <div id="nav">
  355.  
  356. <a href="/">index</a><br>
  357. <a href="/ask">message</a><br>
  358. <a href="{Text:link url 1}">{text:link title 1}</a><br>
  359. <a href="{Text:link url 2}">{text:link title 2}</a><br>
  360. <a href="{Text:link url 3}">{text:link title 3}</a><br>
  361. <a href="{Text:link url 4}">{text:link title 4}</a><br>
  362. <a href="http://asyrral.tumblr.com">credit</a>
  363.  
  364. </div>
  365.  
  366. <div id="description">
  367. {description}
  368. </div>
  369.  
  370. <div id="page">
  371. {Block:PreviousPage}
  372. <a href="{PreviousPage}" style="font-size:30px; padding-right:3px; font-family:georgia">&laquo;</a>
  373. {/Block:PreviousPage}
  374. {Block:NextPage}
  375. <a href="{NextPage}" style="font-size:30px; padding-left:3px; font-family:georgia">&raquo;</a>
  376. {/Block:NextPage}
  377. </div>
  378.  
  379. </div></div>
  380.  
  381. <div id="content">
  382.  
  383. {block:Posts}
  384.  
  385. {block:Text}
  386. <div class="post">
  387. {block:Title}
  388. <h3><a href="{Permalink}">{Title} →</a></h3>
  389. {/block:Title}
  390. {Body}
  391. <div class="permalink">
  392. posted <a href="{Permalink}">{TimeAgo}</a> with
  393. <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>
  394. </div></div>
  395. {/block:Text}
  396.  
  397. {block:Photo}
  398. <div class="post">
  399. <center>{LinkOpenTag}
  400. <div id="catimg">
  401. <img src="{PhotoURL-500}" alt="{PhotoAlt}" {Block:IfStretchPhotos}width="500px"{/Block:IfStretchPhotos}/>
  402. </div>
  403. {LinkCloseTag}</center>
  404. {block:IfShowCaption}
  405. {block:Caption}
  406. <div class="caption">{Caption}</div>
  407. {/block:Caption}
  408. {/block:IfShowCaption}
  409. <div class="permalink">
  410. posted <a href="{Permalink}">{TimeAgo}</a> with
  411. <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>
  412. </div></div>
  413. {/block:Photo}
  414.  
  415. {block:Photoset}
  416. <div class="post">
  417. <center>
  418. <div id="catimg">
  419. {Photoset-500}
  420. </div>
  421. </center>
  422. {block:IfShowCaption}
  423. {block:Caption}
  424. <div class="caption">{Caption}</div>
  425. {/block:Caption}
  426. {/block:IfShowCaption}
  427. <div class="permalink">
  428. posted <a href="{Permalink}">{TimeAgo}</a> with
  429. <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>
  430. </div></div>
  431. {/block:Photoset}
  432.  
  433. {block:Quote}
  434. <div class="post">
  435. <div class="quote">"{Quote}"</div>
  436. <div class="permalink">
  437. posted <a href="{Permalink}">{TimeAgo}</a> with
  438. <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>
  439. </div></div>
  440. {/block:Quote}
  441.  
  442. {block:Link}
  443. <div class="post">
  444. <center><h3><a href="{URL}" class="link" {Target}>{Name} →</a></h3></center>
  445. {block:Description}
  446. <div class="description">{Description}</div>
  447. {/block:Description}
  448. <div class="permalink">
  449. posted <a href="{Permalink}">{TimeAgo}</a> with
  450. <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>
  451. </div></div>
  452. {/block:Link}
  453.  
  454. {block:Chat}
  455. <div class="post">
  456. <div id="chat">
  457. {block:Title}
  458. <h3><a href="{Permalink}">{Title}</a></h3>
  459. {/block:Title}
  460. <ul class="chat">
  461. {block:Lines}
  462. <li class="{Alt} user_{UserNumber}">
  463. {block:Label}
  464. <span class="label">{Label}</span>
  465. {/block:Label}
  466. {Line}
  467. </li>
  468. {/block:Lines}
  469. </ul>
  470. </div>
  471. <div class="permalink">
  472. posted <a href="{Permalink}">{TimeAgo}</a> with
  473. <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>
  474. </div></div>
  475. {/block:Chat}
  476.  
  477. {block:Video}
  478. <div class="post">
  479. <center>{Video-500}</center>
  480. {block:IfShowCaption}
  481. {block:Caption}
  482. <div class="caption">{Caption}</div>
  483. {/block:Caption}
  484. {/block:IfShowCaption}
  485. <div class="permalink">
  486. posted <a href="{Permalink}">{TimeAgo}</a> with
  487. <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>
  488. </div>
  489. </div>
  490. {/block:Video}
  491.  
  492. {block:Audio}
  493. <div class="post">
  494. {Block:IfBlackAudioPlayer}
  495. {AudioPlayerBlack}<p>
  496. {/Block:IfBlackAudioPlayer}
  497. {Block:IfWhiteAudioPlayer}
  498. {AudioPlayerWhite}<p>
  499. {/Block:IfWhiteAudioPlayer}
  500. {Block:IfGreyAudioPlayer}
  501. {AudioPlayerGrey}<p>
  502. {/Block:IfGreyAudioPlayer}
  503. {block:Artist}
  504. <b>Artist:</b> {Artist}<p>
  505. {/block:Artist}
  506.  
  507. {block:Album}
  508. <b>Album:</b> {Album}<p>
  509. {/block:Album}
  510.  
  511. {block:TrackName}
  512. <b>Track:</b> {TrackName}
  513. {/block:TrackName}
  514. {block:caption}<p>{caption}{/block:caption}
  515. <div class="permalink">
  516. posted <a href="{Permalink}">{TimeAgo}</a> with
  517. <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>
  518. </div>
  519. </div>
  520. {/block:Audio}
  521.  
  522. {block:Answer}
  523. <div class="post">
  524. <div class="bubble"><i>{Question}</i></div><div id="qarrow">▼</div>
  525. <p><div id="qasker"><img src="{AskerPortraitURL-16}"> {Asker}</div><p><div id="answerr">{Answer}</div>
  526. <div class="permalink">
  527. posted <a href="{Permalink}">{TimeAgo}</a> with
  528. <a href="{Permalink}"> {NoteCount} notes</a>
  529. </div>
  530. </div>
  531. {/block:Answer}
  532.  
  533. {block:PermalinkPage}
  534. <div style="width:517px; text-align:center; padding-top: 5px;
  535. padding-bottom: 12px;
  536. padding-left: 12px;
  537. padding-right: 12px;">{block:HasTags}
  538. {block:Tags}#<a href="{TagURL}">{Tag} </a>{/block:Tags}
  539. {/block:HasTags} <p> {block:PostNotes}{PostNotes}{/block:PostNotes}</div>{/block:PermalinkPage}
  540.  
  541. {/block:Posts}
  542.  
  543. </div>
  544.  
  545. </div>
  546.  
  547. </body>
  548.  
  549. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement