Advertisement
thehandyblog

Basic Theme #14

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