Advertisement
Guest User

THEME BDS 02 - DOIDASPELADEMI

a guest
Aug 2nd, 2014
437
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 8.37 KB | None | 0 0
  1. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  2. <head><title>{Title}</title>
  3. <link rel="shortcut icon" href="{Favicon}">
  4. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  5.  
  6.  
  7. <!-- theme  by doidaspelademi aloicons -->
  8. <!-- Caso queria modificar para o seu tumblr pode mas, deixe os créditos  -->
  9.  
  10.  
  11. {block:Description}
  12. <meta name="description" content="{MetaDescription}" />
  13. {/block:Description}
  14.  
  15. <meta name="color:text" content="#b8b8b8">
  16. <meta name="color:link" content="#9A9A9A">
  17.  
  18.  
  19. <meta name="if:EndlessScroll" content="0">
  20. <meta name="if:ShowCaptions" content="1">
  21.  
  22. <meta name="image:sidebar" content=""/>
  23.  
  24.  
  25. <meta name="text:link1" content="">
  26. <meta name="text:link1 url" content="/">
  27. <meta name="text:link2" content="">
  28. <meta name="text:link2 url" content="/">
  29. <meta name="text:link3" content="">
  30. <meta name="text:link3 url" content="/">
  31. <meta name="text:link4" content="">
  32. <meta name="text:link4 url" content="/">
  33.  
  34.  
  35.  
  36. <style type="text/css">
  37.  
  38.  
  39.  
  40. body {b, strong {color: {color:strong}; text-decoration: none; cursor: normal; }
  41. i {color: {color:italic}; text-decoration: none; cursor: normal; }u, underline {color: {color:underline}; text-decoration: none; border-bottom: 1px dashed #AC77C7; cursor: normal;}
  42. font-family: arial;
  43. font-size: 10px;
  44. color: #AAA;
  45. margin: 0;
  46. }
  47.  
  48. a {
  49. color:{color:link};
  50. text-decoration: none;
  51. }
  52.  
  53. a:hover {
  54. color:#b8b8b8;
  55. }
  56.  
  57.  
  58.  
  59. #content {
  60. background: #Fff;
  61. padding: 1px 20px 20px 20px;
  62. width: 540px;
  63. margin: auto;
  64. }
  65.  
  66.  
  67.  
  68. .posts {
  69. padding: 5px;
  70. margin-top: 40px;
  71. margin-bottom:0px;
  72. overflow: hidden;
  73. background: #FFF;
  74. width: 500px;
  75. margin-left: 150px;
  76. }
  77.  
  78. .posts img {
  79. max-width: 100%;
  80. }
  81.  
  82.  
  83.  
  84. blockquote {
  85. border-left: 2px solid #F0F0F0;
  86. padding: 1px 1px 1px 10px;
  87. margin: 5px;
  88. }
  89.  
  90.  
  91.  
  92. #captions {
  93. background: #FBFBFB;
  94. display: block;
  95. padding: 1px 10px 1px 10px;
  96. margin-top: 10px;
  97. {block:IfNotShowCaptions}
  98. {block:IndexPage}
  99. display: none;
  100. {/block:IndexPage}
  101. {/block:IfNotShowCaptions}
  102. }
  103.  
  104. #audiocaptions {
  105. display: block;
  106. padding: 1px 10px 1px 10px;
  107. margin-top: 10px;
  108. border-top: 1px solid #F0F0F0;
  109. {block:IfNotShowCaptions}
  110. {block:IndexPage}
  111. display: none;
  112. {/block:IndexPage}
  113. {/block:IfNotShowCaptions}
  114. }
  115.  
  116.  
  117.  
  118. .pagination {
  119. margin-top: -4px;
  120. margin-left:65px;
  121. text-align: center;
  122. }
  123.  
  124.  
  125. #albumart img {
  126. width: 70px;
  127. height: 70px;
  128. }
  129.  
  130.  
  131.  
  132. #permalink {
  133. width:475px;
  134. background: #ffffff;
  135. border-top:1px solid #eeeeee;
  136. padding: 5px 10px 5px 10px;
  137. margin-left:153px;
  138. text-align:left;
  139. font-family:'tahoma';
  140. letter-spacing:1px;
  141. font-size:7px;
  142. font-style:none;
  143. padding:9px;
  144. line-height:10px;
  145. text-transform:uppercase;
  146. color:#b8b8b8;
  147. }
  148.  
  149.  
  150.  
  151.  /*--- question ---*/
  152. #asker {width:48px;height: 48px;position: absolute;margin-top: 7px; }
  153. #asker img {z-index: 99;float: left;width: 48px;}
  154. #question {width: 438px;display:inline-block;min-height: 37px;margin-top:6px;margin-left: 55px;background-color:transparent;padding:6px;line-height: 12px;}
  155. question {border-bottom: 1px solid {color:strong};}
  156.  
  157. /* side */
  158.  
  159.  
  160. .sidebar {
  161. position: fixed;
  162. margin-top: -210px;
  163. margin-left: -170px;
  164. width: 228px;
  165. text-align: justify;
  166. background: #fff;
  167. padding: 40px;
  168. height:1000px;
  169.  
  170. }
  171.  
  172.  
  173. .sidebar img {
  174. margin-top:60px;
  175. margin-bottom:-75px;
  176. margin-left:0px;
  177. width: 100px;
  178. height: 800px;
  179. padding: 0px;
  180. border: 9px solid #eeecec;
  181. }
  182.  
  183.  
  184.  
  185.  
  186.  
  187. .navigation {
  188.     margin-top: -165px;
  189.     margin-left: 115px;
  190.     font-family: arial;
  191.     font-size: 10px;
  192.     text-transform: normal;
  193.     width: 60px;
  194.     font-weight: normal;
  195.     text-align: center;
  196.     color: {color:Navi text};
  197.     padding:4px;
  198.     position:-252px;
  199.     z-index:10;
  200.    
  201.    
  202.     }
  203.  
  204.    
  205.     #titlef {
  206.     color:{color:Titlec};
  207.     font-size:22px;
  208.     font-family:streetscript;
  209.     text-align:left;
  210.     letter-spacing:-2px;
  211.     margin-left: 95px;
  212.     margin-top:-216px;
  213.     font-style:none;
  214.     font-weight:bold;
  215.     text-transform:lowercase;
  216.     padding:4px;
  217.     padding-top:0px;
  218.     padding-bottom:8px;
  219.     padding-right:0px;
  220.     position:fixed;
  221.     padding-left:px;
  222.     width:198px;
  223.     padding-left:29px;
  224. }    
  225.  
  226. #desc {
  227. text-transform: lowercase;
  228. color: {color:sidebar text};
  229. width: 60px;
  230. margin-left: 115px;
  231. text-align: left;
  232. margin-top:-290px;
  233. font-size:10px;
  234. font-weight: center;
  235. padding:8px;
  236.  
  237. }
  238.  
  239. }
  240.  
  241. #desc a {
  242. color:{color:link};
  243. }
  244.  
  245.  
  246. iframe#tumblr_controls {
  247. position: fixed !important;
  248. z-index: 9999;
  249. }
  250.  
  251.  
  252. #cred {
  253.     position:fixed;
  254.     bottom:10px;
  255.     right:8px;
  256.     font-size:9px;
  257.     padding:1px;
  258.     text-transform:lowercase;
  259.    
  260. }
  261.  
  262.  
  263. </style>
  264.  
  265. {block:IfEndlessScroll}
  266. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  267. {/block:IfEndlessScroll}
  268.  
  269. </head>
  270.  
  271.  
  272. <body>
  273.  
  274.  
  275. <div id="content">
  276.  
  277.  
  278. <div class="sidebar">
  279.  
  280.  
  281. <img src="{image:sidebar}">
  282.  
  283.  
  284.  
  285.  
  286. <div id="desc"><center>{description}</center></div>
  287. <div id="titlef">
  288. <div style="margin-top:-3px;margin-left:-1px;"><br> Welcome ♥</div></div>
  289.  
  290.   <div class="navigation">
  291.  
  292.            <a href="{text:link1 url}">{text:link1}</a>
  293.            <a href="{text:link2 url}">{text:link2}</a>
  294.            <a href="{text:link3 url}">{text:link3}</a>
  295.            <a href="{text:link4 url}">{text:link4}</a>
  296.          
  297.          
  298.                                       </div>
  299.                                        
  300.  
  301. {block:IfNotEndlessScroll}
  302. <div class="pagination">
  303. {block:Pagination}
  304. {block:PreviousPage}
  305. <a href="{PreviousPage}"></a>
  306. {/block:PreviousPage}
  307.  
  308. {block:NextPage}
  309. <a href="{NextPage}"></a>
  310. {/block:NextPage}
  311. {/block:Pagination}
  312. </div>
  313. {/block:IfNotEndlessScroll}
  314.  
  315. </div>
  316.  
  317.  
  318. <div class="autopagerize_page_element">
  319.  
  320.  
  321. {block:Posts}
  322.  
  323.  
  324. <div class="posts">
  325.  
  326.  
  327. {block:Text}
  328.  
  329. {block:Title}
  330. {Title}
  331. {/block:Title}
  332.  
  333. {Body}
  334.  
  335. {/block:Text}
  336.  
  337.  
  338.  
  339. {block:Photo}
  340.  
  341. <center>
  342. <img src="{PhotoURL-500}">
  343. </center>
  344.  
  345. {block:Caption}
  346. <div id="captions">
  347. {Caption}</div>
  348. {/block:Caption}
  349.  
  350. {/block:Photo}
  351.  
  352.  
  353. <!-- x✫x -->
  354. {block:Photoset}
  355.  
  356. <div class="photoset">
  357. {Photoset-500}
  358. </div>
  359.  
  360. {block:Caption}
  361. <div id="captions">
  362. {Caption}</div>
  363. {/block:Caption}
  364.  
  365. {/block:Photoset}
  366.  
  367.  
  368.  
  369. {block:Quote}
  370.  
  371. ❝{Quote}❞
  372.  
  373. {block:Source}
  374. <br><br>—{Source}
  375. {/block:Source}
  376.  
  377. {/block:Quote}
  378.  
  379.  
  380.  
  381. {block:Link}
  382.  
  383. <a href="{URL}" {Target}>+ {Name}</a>
  384.  
  385. {block:Description}
  386. {Description}
  387. {/block:Description}
  388.  
  389. {/block:Link}
  390.  
  391.  
  392.  
  393. {block:Chat}
  394.  
  395. {block:Title}
  396. {Title}
  397. {/block:Title}
  398.  
  399. <ul>
  400. {block:Lines}
  401. <li>{block:Label}{Label}{/block:Label} {Line}</li>
  402. {/block:Lines}
  403. </ul>
  404.  
  405. {/block:Chat}
  406.  
  407.  
  408.  
  409. {block:Audio}
  410.  
  411. <div id="albumart">
  412. {block:AlbumArt}
  413. <img src="{AlbumArtURL}">
  414. {/block:AlbumArt}
  415. </div>
  416.  
  417. {AudioPlayerGrey}
  418.  
  419. {block:TrackName}<b> Track:</b> {TrackName}<br>{/block:TrackName}
  420. {block:Artist}<b>  Artist:</b> {Artist}<br>{/block:Artist}
  421. {block:Album}<b> Album:</b> {Album}<br>{/block:Album}
  422. <b>  Plays:</b> {PlayCount}<br>
  423.  
  424. {block:Caption}
  425. <div id="audiocaptions">
  426. {Caption}</div>
  427. {/block:Caption}
  428.  
  429. {/block:Audio}
  430.  
  431. {block:Video}
  432.  
  433. <div class="video">
  434. {block:IndexPage}{Video-250}{/block:IndexPage}
  435. {block:PermalinkPage}{Video-500}{/block:PermalinkPage}
  436. </div>
  437.  
  438. {block:Caption}
  439. <div id="captions">
  440. {Caption}</div>
  441. {/block:Caption}
  442.  
  443. {/block:Video}
  444.  
  445.  
  446.  
  447. {block:Answer}
  448. <div id = "ask"><div id = "asker"><img src = "{AskerPortraitURL-48}"></div>
  449. <div id = "question"><question>{Asker}:</question> {Question}
  450. </div>
  451. {Answer}
  452. </div>
  453. {/block:Answer}  
  454.  
  455.  
  456. </div>
  457.  
  458.  
  459. {block:Date}
  460. <div id="permalink">
  461.  <a href="{Permalink}">{TimeAgo}</a> <font color="f58bb1"></font> with <a href="{Permalink}">{NoteCountWithLabel}</a> - </a></b><a href="{ReblogURL}" target="_blank">reblog</a>
  462. {/block:Date}
  463.  
  464. {block:RebloggedFrom} <b>via:</b> <a href="{ReblogParentURL}">{ReblogParentName}</a>  {/block:RebloggedFrom}
  465. {block:ContentSource} <b>source:</b> <a href="{SourceURL}">{SourceTitle}</a> {/block:ContentSource}
  466.  
  467. {block:HasTags}
  468. <i><br>  {block:Tags}<a href="{TagURL}">{Tag} </a> {/block:Tags}</i>
  469.  
  470. {/block:HasTags}
  471. {block:PostNotes}
  472. {PostNotes}
  473. {/block:PostNotes}
  474. </div>
  475.  
  476.  
  477.  
  478. {block:PermalinkPage}
  479.  
  480. {/block:PermalinkPage}
  481.  
  482.  
  483. {/block:Posts}
  484.  
  485. </div>
  486. </div>
  487.  
  488.  
  489. <div id="cred"><a href="http://aloicons.tumblr.com"> c </a></div>
  490.  
  491. </body>
  492. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement