Advertisement
thehandyblog

Basic Theme #5

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