Advertisement
thehandyblog

Basic Theme #16

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