Advertisement
thehandyblog

Basic Theme #7

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