Advertisement
thehandyblog

Basic Theme #8

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