Advertisement
throianbells

theme # 3 - believe © throianbells

Oct 4th, 2014
309
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.39 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2.  
  3. <!---
  4. theme # 3 - believe
  5. © throianbells
  6. BASE CODE #1 BY SAM @ WOLVERWHORE
  7. --->
  8.  
  9.  
  10.  
  11.  
  12. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  13. <head><title>{Title}</title>
  14. <link rel="shortcut icon" href="{Favicon}">
  15. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  16. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  17.  
  18.  
  19. <meta name="color:Background" content="#ffffff"/>
  20. <meta name="color:Sidebar" content="#ffffff"/>
  21. <meta name="color:Text" content="#a8a8a8"/>
  22. <meta name="color:Link" content="#b8b8b8"/>
  23. <meta name="color:Tags" content="f0f0f0"/>
  24. <meta name="color:Hover" content="#f2f2f2"/>
  25. <meta name="color:Line" content="#f2f2f2"/>
  26. <meta name="color:Border" content="#e4e4e4"/>
  27. <meta name="color:Post" content="#ffffff"/>
  28. <meta name="color:Answer" content="#f8f8f8"/>
  29. <meta name="image:sidebar" content=""/>
  30. <meta name="image:bg" content=""/>
  31. <meta name="text:Link 1" content="" />
  32. <meta name="text:Link 1 Text" content="" />
  33. <meta name="text:Link 2" content="" />
  34. <meta name="text:Link 2 Text" content="" />
  35. <meta name="if:Show Link 1" content="1" />
  36. <meta name="if:Show Link 2" content="1" />
  37. <meta name="color:scrollbarbg" content="ffffff"/>
  38.  
  39.  
  40. <style type="text/css">
  41.  
  42.  
  43.  
  44. .bubble {
  45. position: relative;
  46. background-color:#f8f8f8;
  47. margin-bottom: -20px;
  48. border-radius: 6px;
  49. padding:13px;
  50. text-align: justify;
  51. text-shadow: 0px 1px 1px #fff;
  52. width:480px;
  53. -webkit-box-shadow: 0px 0 1px rgba(0,0,0,0);
  54. -moz-box-shadow: 0px 0 1px rgba(0,0,0,0);
  55. box-shadow: 0px 0 1px rgba(0,0,0,0);
  56.  
  57. }
  58. .bubble:after {
  59. position: absolute;
  60. display: block;
  61. content:"";
  62. border-color: #f8f8f8 transparent transparent transparent;
  63. border-style: solid;
  64. border-width: 10px;
  65. height:0;
  66. width:0;
  67. position:absolute;
  68. bottom:-19px;
  69. left:1em;
  70. }
  71.  
  72. .askborder{ margin-top: -8px; margin-left: px; background: #fff; padding: 1px; border: 1px solid #d6d4d4; -webkit-transition-duration: .50s; }
  73.  
  74. .askborder:hover{ -webkit-transform: rotate(180deg);
  75. }
  76.  
  77. /** OPACIDADE HOVER POR: HTML-PARTY****/
  78. img {-moz-transition:all 3s;
  79. -o-transition:all 3s; -webkit-transition:all 3s;}
  80.  
  81. img:hover {opacity:0.5; -moz-transition:all 3s;
  82. -o-transition:all 3s; -webkit-transition:all 3s;}
  83.  
  84. /* --- SCROLLBAR ---*/
  85.  
  86. ::-webkit-scrollbar {
  87. width: 5px;height: 5px;}
  88. ::-webkit-scrollbar-button:start:decrement,
  89. ::-webkit-scrollbar-button:end:increment {
  90. height: 6px;display: block;background-color: {color:white};}
  91. ::-webkit-scrollbar-track-piece {
  92. background-color: {color:scrollbarbg};}
  93. ::-webkit-scrollbar-thumb:vertical {
  94. height: 9px;background-color: {color:scrollbarbg};border-top:1px solid {color:scrollbarbg};border-bottom:1px solid {color:scrollbarbg};}
  95.  
  96.  
  97. /* --- BODY ---*/
  98.  
  99.  
  100.  
  101.  
  102.  
  103. body {
  104. font-family:arial;
  105. font-size:9px;
  106. line-height:100%;
  107. color:#888888;
  108. background:#ffffff;
  109. text-align:justify;
  110. }
  111.  
  112.  
  113. a {
  114. text-decoration:none;
  115. outline:none;
  116. -moz-outline-style:none;
  117. color:{color:link};
  118. }
  119.  
  120. img {
  121. border:none;
  122. }
  123.  
  124. blockquote {
  125. padding-left:5px;
  126. border-left:2px solid;
  127. }
  128.  
  129. blockquote blockquote {
  130. padding-left:5px;
  131. border-left:2px solid;
  132. }
  133.  
  134. h1 {
  135. font-size:18px;
  136. font-weight:bold;
  137. letter-spacing:-1px;
  138. text-transform:lowercase;
  139. padding:15px;
  140. line-height:100%;
  141.  
  142.  
  143.  
  144. }
  145.  
  146. a:hover {
  147. opacity:10;
  148. color:{color:hover};
  149. -webkit-transition: all 0.7s ease;
  150. -moz-transition: all 0.7s ease;
  151. -o-transition: all 0.7s ease
  152. }
  153.  
  154. /* --- POST ENTRIES ---*/
  155.  
  156.  
  157. #entries {
  158. padding:10px;
  159. width:500px;
  160. margin-left:450px;
  161. margin-top:40px;
  162. font-size:10px;
  163. }
  164.  
  165. /* --- BODY: POSTS ---*/
  166.  
  167.  
  168. #post {
  169. width:500px;
  170. padding-bottom:20px;
  171. padding:10px;
  172. margin-top:15px;
  173. font-size:9px;
  174. font-family:'arial';
  175. background-color:{color:Post};
  176. }
  177.  
  178. /* --- SIDEBAR IMAGE ---*/
  179.  
  180.  
  181. #sidebar {
  182. width:100px;
  183. position:fixed;
  184. margin-left:260px;
  185. margin-top:150px;
  186. opacity:.80;
  187. background-color:{color:Sidebar};
  188. }
  189.  
  190. #sidebarimage {
  191. width 100px;
  192. float:center;
  193. }
  194.  
  195. #sidebarimage img {
  196. float:center;
  197. width:100px;
  198. border:solid 1px;
  199. padding:6px;
  200. border-color: {color:border};
  201. background-color:{color:Sidebar};
  202. }
  203.  
  204.  
  205. /* --- SIDEBAR LINKS ---*/
  206.  
  207.  
  208. .links {
  209. width:115px;
  210. height:5px;
  211. padding: 9px;
  212. font-size:8px;
  213. font-family:'calibri';
  214. text-align:left;
  215. margin-top:-2px;
  216. margin-left:-5px;
  217. text-align:center;
  218. text-transform:uppercase;
  219. word-spacing:3px;
  220. position:fixed;
  221. padding-bottom:7px;
  222. }
  223.  
  224. .links a {
  225. font-size: 8px;
  226. }
  227.  
  228.  
  229. .links a:hover {
  230. color:{color:Hover}
  231. }
  232.  
  233.  
  234. /* --- DESCRIPTION ---*/
  235.  
  236. #description {
  237. position:fixed;
  238. font-family:'arial';
  239. line-height:100%;
  240. font-size:10px;
  241. font-style:;
  242. width:100px;
  243. margin-top:15px;
  244. padding:8px;
  245. margin-left:0px;
  246. text-align:justify;
  247. color:{color:text};
  248. }
  249.  
  250. #description a {color:{color:text}; -moz-transition-duration:0.4s;
  251. -webkit-transition-duration:0.4s; -o-transition-duration:0.4s;}
  252.  
  253. /* --- PAGINATION---*/
  254.  
  255.  
  256. #pagination {
  257. width:100px;
  258. font-size:8px;
  259. text-align:center;
  260. margin-left:0px;
  261. margin-top:60px;
  262. position:fixed;
  263. font-family:consolas;
  264. letter-spacing:0px;
  265. }
  266.  
  267. /* --- POST INFO ---*/
  268.  
  269.  
  270. #info {
  271.  
  272. text-align:left;
  273. margin-top:10px;
  274. text-transform:lowercase;
  275. font-size:8px;
  276. font-style:none;
  277. border-top:1px solid {color:Line}
  278.  
  279. }
  280.  
  281. /* --- POST TAGS---*/
  282.  
  283.  
  284. #tags {
  285. font-family:'arial';
  286. letter-spacing:0px;
  287. text-transform:lowercase;
  288. font-size:10px;
  289. font-style:none;
  290. margin-top:4px;
  291. text-align:left;
  292. }
  293.  
  294. #tags
  295. a {display:inline;background-color:{color:Tags};padding:-3px;text-align:left;
  296. -webkit-transition: all 0.6s ease-in-out;
  297. -moz-transition: all 0.6s ease-in-out;
  298. -o-transition: all 0.6s ease-in-out;
  299. -ms-transition: all 0.6s ease-in-out; transition: all 0.6s ease-in-out;}
  300.  
  301.  
  302. /* --- QUESTIONS ---*/
  303.  
  304. #asker {
  305. padding:5px;
  306. font-family:cambria;
  307. letter-spacing:1px;
  308. text-align:left;
  309. font-style:italic;
  310. margin-left:10px;
  311. border-left:3px #eee solid;
  312. background-color:{color:background}
  313. }
  314.  
  315. .audioinfo {margin-top:-30px;
  316. padding:10px;
  317. margin-left:25px;
  318. color:#444;
  319. background:#fafafa;}
  320.  
  321. #audioimg {float:left}
  322.  
  323. #audioimg img{opacity:0.7;
  324. transition:all 1s ease;
  325. padding:15px;
  326. width:100px;
  327. background:#f5f5f5;
  328. border:1px solid#eee;
  329. }
  330.  
  331. #audioimg img:hover{opacity:1;
  332. transition:all 1s ease;}
  333.  
  334. #audioplayer {float:right;
  335. margin-top:1px;
  336. margin-right:17px;
  337. width:27px;
  338. overflow:hidden;
  339. }
  340. ::-webkit-scrollbar-thumb {
  341. height:auto;
  342. background-color: #555;
  343. border:1px solid #fff;
  344. }
  345.  
  346. ::-webkit-scrollbar {
  347. height:9px;
  348. width:5px;
  349. background-color: #ddd;
  350. border:2px solid #fff;
  351. }
  352.  
  353.  
  354. {CustomCSS}</style></head><body>
  355.  
  356.  
  357.  
  358.  
  359. <div id="sidebar">
  360.  
  361.  
  362. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  363.  
  364.  
  365.  
  366. <div id="description">
  367. {Description}
  368. </div>
  369.  
  370.  
  371. <div class="links">
  372. <a href="/">home</a>
  373. <a href="/ask">inbox</a>
  374. {block:IfShowLink1}<a href="{text:Link 1}">{text:Link 1 Text}</a>{/block:IfShowLink1}
  375. {block:IfShowLink2}<a href="{text:Link 2}">{text:Link 2 Text}</a>{/block:IfShowLink2}
  376. </div>
  377.  
  378.  
  379. {block:Pagination}<div id="pagination">
  380. {block:PreviousPage}<a href="{PreviousPage}">&larr;</a>&nbsp;&nbsp;{/block:PreviousPage}
  381. {block:JumpPagination length="5"}
  382. {block:CurrentPage}<span class="current_page">{PageNumber}</span>&nbsp;&nbsp;{/block:CurrentPage}
  383. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>&nbsp;&nbsp;{/block:JumpPage}
  384. {/block:JumpPagination}
  385. {block:NextPage}<a href="{NextPage}">&rarr;</a>{/block:NextPage}
  386. </div>{/block:Pagination}
  387.  
  388. </div>
  389.  
  390.  
  391. <div id="entries">{block:Posts}<div id="post">
  392.  
  393.  
  394.  
  395. {block:Text}
  396. <h1>{block:Title}{Title}{/block:Title}</h1>
  397. {Body}
  398. {/block:Text}
  399.  
  400.  
  401.  
  402. {block:Photo}
  403. {LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}
  404. {block:Caption}{Caption}{/block:Caption}
  405. {/block:Photo}
  406.  
  407. {block:Photoset}
  408. {Photoset-500}
  409. {block:Caption}{Caption}{/block:Caption}
  410. {/block:Photoset}
  411. {block:Quote}<h1>{Quote}</h1>{/block:Quote}
  412.  
  413. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  414.  
  415. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  416.  
  417. {block:Audio}
  418.  
  419. <table><tr>
  420. <td style="width: 40px;">
  421. <div id="audioimg">{block:AlbumArt}
  422. <img src="{AlbumArtURL}"/>
  423. </div>
  424. {/block:AlbumArt}</td>
  425. <td style="width: 500px;">
  426. <div id="audioplayerloh"><br>
  427. <div id="audioplayer">{AudioPlayerWhite}</div><br>
  428. <div class="audioinfo">
  429. {block:TrackName}
  430. <b>Title:</b> {TrackName}<br>{/block:TrackName}
  431. {block:Artist}<b>Artist:</b> {Artist}<br>{/block:Artist}
  432. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times</div>
  433. </div>
  434.  
  435. </td>
  436. </tr></table>
  437. {block:Caption}{Caption}{/block:Caption}
  438. {/block:Audio}
  439.  
  440. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  441.  
  442. {block:Answer}
  443. <div class="bubble"><img src="{AskerPortraitURL-24}" align="left"
  444. class="askborder">&nbsp;{Asker} whispered: {Question}</div><br><br>
  445. {Answer}
  446. {/block:Answer}
  447.  
  448.  
  449. <div id="info">
  450. <br>posted <a href="{Permalink}">{TimeAgo}</a> {block:RebloggedFrom} via <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom} {block:ContentSource}(<a href="{SourceURL}">© <a href="{SourceURL}">{SourceLink}</a>){/block:ContentSource}{block:RebloggedFrom} <a href="{ReblogParentURL}" target="_blank"></a>{/block:RebloggedFrom} with <a href="{Permalink}">{NoteCountWithLabel}</a>
  451.  
  452.  
  453. {block:HasTags}<div id="tags"><img src="http://static.tumblr.com/qlfmldj/wOKmcnquv/untitled-2.png">{block:Tags} #<a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}</div></div>
  454. {/block:Posts}
  455. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  456. <br/>
  457.  
  458. {/block:Posts}</div></div></div>
  459.  
  460.  
  461.  
  462. <!--
  463. THEME MAKER CREDIT
  464. -->
  465.  
  466. <div style="position:fixed;bottom:3px; right:3px; font-size:7px; letter-spacing:1px; font-family:cambria;"><a href="http://throianbells.tumblr.com/">© THROIANBELLS</a></center></div>
  467.  
  468.  
  469. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement