Advertisement
thehandyblog

Basic Theme #3

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