Advertisement
thehandyblog

Basic Theme #17

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