Advertisement
sabedorias

Sabedorias Theme 23

Aug 10th, 2012
7,947
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 12.65 KB | None | 0 0
  1. <! theme by sabedorias | don't copy>
  2.  
  3. <html>
  4.  
  5. <head> <!-- DEFAULT VARIABLES -->
  6. <meta name="color:background" content="#f8f8f8" />
  7. <meta name="color:sidebar" content="#fff" />
  8. <meta name="color:post" content="#fff" />
  9. <meta name="color:text" content="#000" />
  10. <meta name="color:link" content="#000" />
  11. <meta name="color:link hover" content="#888" />
  12. <meta name="color:hover" content="#f0f0f0" />
  13. <meta name="color:scroll" content="#000" />
  14. <meta name="color:scroll bg" content="#fff" />
  15. <meta name="color:sidebar2" content="#fff" />
  16. <meta name="color:links sidebar" content="#fff" />
  17. <meta name="color:bg links sidebar" content="#000000" />
  18. <meta name="color:textside" content="#7a7a7a" />
  19.  
  20. <meta name="image:background" content="" />
  21. <meta name="image:sidebar2" content="http://static.tumblr.com/6j5gssy/Rq9m8jma2/tumblr_m7hmhhbph41qiqy8mo1_500.png" />
  22.  
  23. <meta name="text:titulo" content="Um tittulo de uma linha e meia" />
  24.  
  25. <meta name="text:Link1" content="/" />
  26. <meta name="text:Link1 Title" content="link one" />
  27. <meta name="text:Link2" content="/" />
  28. <meta name="text:Link2 Title" content="link two" />
  29. <meta name="text:Link3" content="/" />
  30. <meta name="text:Link3 Title" content="link three" />
  31. <meta name="text:Link4" content="/" />
  32. <meta name="text:Link4 Title" content="link four" />
  33. <meta name="text:Link5" content="/" />
  34. <meta name="text:Link5 Title" content="link five" />
  35. <meta name="text:Link6" content="/" />
  36. <meta name="text:Link6 Title" content="link six" />
  37. <meta name="text:Link7" content="/" />
  38. <meta name="text:Link7 Title" content="link seven" />
  39.  
  40.                       <title>{Title}</title>
  41.         <link rel="shortcut icon" href="{Favicon}">
  42.     <link rel="alternate" type="application/rss+xml" href="{RSS}">
  43.         {block:Description}
  44.   <meta name="description" content="{MetaDescription}" />
  45.         {/block:Description}
  46.        
  47.     <link href='http://fonts.googleapis.com/css?family=Homenaje' rel='stylesheet' type='text/css'>
  48.  
  49.  
  50.     <style type="text/css">
  51.  
  52. body {background: {color:background}  url('{image:background}')  repeat; color:{color:text}; font-family:verdana; font-size:10px; line-height:110%}
  53.  
  54. a { text-decoration:none; color:{color:link};}
  55. a:hover {text-decoration:none; color:{color:link hover};}
  56.  
  57. p {margin: 6px 0 0 0}
  58.  
  59. blockquote {margin: 5px 5px 5px 5px; border-left: 4px solid {color:background}; padding-left: 5px; }
  60. blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 4px solid {color:background};}
  61. blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 4px solid {color:background}; }
  62. blockquote blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 4px solid {color:background}; }
  63.  
  64. blockquote img{max-width: 470px!important}
  65. blockquote blockquote img{max-width: 450px!important}
  66. blockquote blockquote blockquote img{max-width: 430px!important}
  67. blockquote blockquote blockquote blockquote img{max-width: 410px!important}
  68.  
  69.  
  70. #content {width:735px; margin: 20px 0px 20px 0px; }
  71.  
  72. #post {float:left; margin-left:440px; }
  73.  
  74. #postbox {width:400px; background-color:{color:post}; margin-bottom:1px; padding:10px; text-align: justify; position: relative;}
  75.  
  76. h1 {font-family:georgia;color:{color:text}; font-size:15px; line-height:18px; text-align: center; font-weight:normal; }
  77. h1 a {color:{color:link};}
  78. h1 a:hover {color:{color:link hover};}
  79.  
  80. .image {text-align: center; border: 0px}
  81. .image img {max-width: 400px; margin-bottom: 2px }
  82.  
  83. .quote {font-family:georgia;text-align: center; font-size: 13px; line-height: 15px; padding: 3px;}
  84. .quotesource {text-align: center; text-transform: none; margin-bottom: 5px; font-weight:bold;}
  85. .quotesource a, a:hover{text-transform: none;}
  86.  
  87. .chat {line-height: 13px; list-style: none }
  88. .chat ul {line-height: 13px; list-style: none; padding: 5px; line-height:14px;}
  89. .person1 {color: {color:text}; padding: 2px; }
  90. .person1 .label {font-weight: bold;  color:{color:text}}
  91. .person2 {color: {color:text}; padding: 2px;  }
  92. .person2 .label {font-weight: bold;  color:{color:text}}
  93.  
  94. .player {background-color: #000; text-align: left; display:block;}
  95.  
  96. .question {
  97. color:{color:text};
  98. font-size: 11px;
  99. font-weight: normal;
  100. font-family: verdana;
  101. line-height:95%;
  102. background: {color:background};
  103. position: relative;
  104. min-height:70px;
  105. padding:10px 15px;
  106. margin-bottom:2px;
  107. margin-right:-10px;}
  108.  
  109. .questionarrow {
  110. font-size:30px;
  111. color:{color:background};
  112. vertical-align:middle;
  113. margin-left:-5px!important;}
  114.  
  115.  
  116. .asker {width:400px; text-align:right; text-transform:lowercase; color:{color:text};}
  117. .asker a {color:{color:text};}
  118. .asker img {float:left; margin-left:300px; vertical-align:top; margin-right:3px; max-height:15px;}
  119.  
  120. .asking {text-align:center; color:{color:text}; font:9px verdana; text-transform:none;}
  121. .asking a{color:{color:text};}
  122. .asking img {width:58px; vertical-align:middle; background-color:{color:background}; padding:3px;}
  123.  
  124. .arrow {padding-top:11px; color:{color:question background}; font-size:30px;}
  125.  
  126.  
  127. .answer {color:{color:answer};}
  128.  
  129. #date {padding:2px; text-align: right; font-size: 9px; text-transform: lowercase; z-index: 11; border-top: 1px dotted {color:text};}
  130. #date a {font-size: 9px;}
  131.  
  132. .tags {color: {color:text};  font-size: 9px; display: inline; list-style: none; text-transform: lowercase;}
  133. .tags a {font-size: 9px; color: verdana; display: inline; list-style: none; text-transform: lowercase;}
  134.  
  135. #cap {width: 400px; margin-top: -2px;}
  136. .source {display: none;}
  137.  
  138. .notes {width: 320px; padding: 0px; margin-top: 1px; margin-bottom: 1px; font-size: 9px; text-align: right}
  139. ol.notes {list-style: none;  margin: 0 20px 0 0px; padding: 0px; z-index: 11;}
  140. ol.notes li {background-color: {color:post}; margin-bottom: 1px; padding: 5px; }
  141. .notes img{display: none; border:0px}
  142.  
  143. @font-face {font-family: "tinytots";src: url('http://static.tumblr.com/rmj06l2/Usellxb4i/tinytots.ttf');}
  144.  
  145. #sidebar {position: fixed; margin: 155px 0px 0px 249px;}
  146.  
  147. #side {position: fixed; width:190px; }
  148.  
  149. .picture {position:absolute; width:190px; height:250px; left: -5px; top:-71px; margin:0 auto;}
  150.  
  151. .picture img {position:absolute; display: block; height: 245px; width: 190px; color: {color:sidebar}; padding: 5px; text-align:center; text-decoration: none; letter-spacing:1px; font: italic 10px/67px Georgia, "Times New Roman", Times, serif;}
  152.  
  153. .pagination {position:fixed; width:128px;font-size:10px; font-family:georgia; font-style:italic; text-align:right; background-color:{color:sidebar};padding-bottom: 2px; padding-top: 2px; padding-left: 5px;padding-right: 5px; margin-top:260px; margin-right:20px; border-radius: 0px 0px 10px 10px;}
  154.  
  155. #links {width: 190px; float: left; margin-left:0px; margin-top: 180px; padding: 0px; text-align: center; position: fixed; z-index: 999; background-color: {color:sidebar2}; -webkit-transition: 1s ease-in; -moz-transition: 1s ease-in; transition: 1s ease-in;}
  156. #links a {float: left; margin-left: 0px; display: block; letter-spacing: 0px; font-family: Homenaje; font-size: 12px; text-align: center; width: 95px; background-color: {color:bg links sidebar}; color:{color:links sidebar}; text-decoration: none; line-height: 19px; height: 19px; overflow: hidden;  margin-top: 0px; margin-bottom: 1px; }
  157. #links  a:hover{text-align: center; background-color: {color:bg links sidebar}; color:{color:links sidebar};}
  158.  
  159. #descri {background-color: transparent; font-weight: normal; letter-spacing: 0px; color: {color:textside}; border-top:1px dotted {color:text}; text-align: center; width: 170px; height: auto; line-height: 10px; position: absolute; margin-left: 249px; font-family: verdana; margin-top: 55px; text-transform: lowercase; position: fixed; padding-top: 5px; padding-bottom: 5px; padding-left: 15px; padding-right: 5px; font-size: 9px;}
  160.  
  161. #titlee {float: left; width: 180px; height: 10px; top: 30px; left: 255px; padding:5px; font-family: Give You Glory; font-size: 18px; text-align: center; position: fixed; background: {color:background}; color: {color:textside};}
  162.  
  163. @font-face {
  164.  
  165. font-family: 'Give You Glory';
  166.  
  167. font-style: normal;
  168.  
  169. font-weight: normal;
  170.  
  171. src: local('Give You Glory'), local('GiveYouGlory'), url('http://themes.googleusercontent.com/font?kit=DFEWZFgGmfseyIdGRJAxuJre1ArFO0nxyUXZnjCjpOg') format('woff');
  172.  
  173. }
  174.  
  175. #tumblr_controls{position: fixed!important}
  176. #tumblr_controls{position: fixed!important}
  177. #tumblr_controls{position: fixed!important}
  178. #tumblr_controls{position: fixed!important}
  179.  
  180. ::-webkit-scrollbar{width:5px;height:5px;}
  181. ::-webkit-scrollbar-button:start:decrement
  182. ::-webkit-scrollbar-button:end:increment{display:block;height:0;background-color:transparent;}
  183. ::-webkit-scrollbar-track-piece{background-color:{color:scroll bg}}
  184. ::-webkit-scrollbar-thumb:vertical{height:100px; background-color:{color:scroll};}
  185. ::-webkit-scrollbar-thumb:horizontal{width:50px; background-color:{color:scroll};}
  186.  
  187. </style>
  188.  
  189. </head>
  190.  
  191. <body>
  192.  
  193. <div id="sidebar">
  194. <div id="side">
  195.  
  196. <div class="picture" class="hover">
  197.  
  198. <img class="top shadow" src="{image:sidebar2}" />
  199.  
  200. </div>
  201.  
  202. <div class="pagination">
  203. {block:PreviousPage} <a href="{PreviousPage}">« prev</a> or {/block:PreviousPage}
  204. {block:NextPage} <a href="{NextPage}">next »</a> {/block:NextPage}
  205. </div></div>
  206.  
  207. <div id="links">
  208. {block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a>{/block:ifLink1}
  209. {block:ifLink2}<a href="{text:Link2}">{text:Link2 Title}</a>{/block:ifLink2}
  210. {block:ifLink3}<a href="{text:Link3}">{text:Link3 Title}</a>{/block:ifLink3}
  211. {block:ifLink4}<a href="{text:Link4}">{text:Link4 Title}</a>{/block:ifLink4}
  212. {block:ifLink5}<a href="{text:Link5}">{text:Link5 Title}</a>{/block:ifLink5}
  213. {block:ifLink6}<a href="{text:Link6}">{text:Link6 Title}</a>{/block:ifLink6}
  214. {block:ifLink7}<a href="{text:Link7}">{text:Link7 Title}</a>{/block:ifLink7}
  215. {block:ifLink8}<a href="{text:Link8}">{text:Link8 Title}</a>{/block:ifLink8}
  216. <a href="http://sabedorias.tumblr.com/" title="por sabedorias, detalhes por mesmo-distante." target="_self"> theme credit ©</a>
  217. </div>
  218.  
  219. </div>
  220.  
  221. <div id="descri">{block:Description}{Description}{/block:Description}
  222. </div>
  223.  
  224. <div id="titlee">{text:titulo}</div>
  225.  
  226. </div></div>
  227.  
  228. <div id="post">
  229.  
  230. {block:Posts}
  231. <div id="postbox">
  232. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  233.  
  234. {block:Photo}{LinkOpenTag}<div class="image"><img src="{PhotoURL-500}"></div>{LinkCloseTag}{/block:Photo}
  235.  
  236. {block:Photoset}{Photoset-400}{/block:Photoset}
  237.  
  238. {block:Quote}
  239. <div class="quote">"{Quote}"</div>
  240. {block:Source}<div class="quotesource"></br>— {Source}</div>
  241. {/block:Source}
  242. {/block:Quote}
  243.  
  244. {block:Link}
  245. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  246. {block:Description}{Description}{/block:Description}
  247. {/block:Link}
  248.  
  249. {block:Chat}
  250. {block:Title}<h1><a href="{Permalink}">{Title}</a></h1>{/block:Title}
  251. <div class="chat"><ul>{block:Lines}
  252. <li class="person{UserNumber}">{block:Label}
  253. <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>
  254. {/block:Chat}
  255.  
  256. {block:Audio}
  257. <div class="player">{AudioPlayerBlack}</div>
  258. {block:Caption}{Caption}{/block:Caption}
  259. {/block:Audio}
  260.  
  261. {block:Video}{Video-500}{/block:Video}
  262.  
  263.  
  264. {block:Answer}
  265. <table width="400px" cellspacing="0" cellpadding="0">
  266. <tr>
  267. <td width="315px" class="question">{Question}</td>
  268. <td width="30px"><span class="questionarrow"></span></td>
  269. <td width="64px" class="asking"><img src="{AskerPortraitURL-64}"><br>{Asker}</td>
  270. </tr>
  271. </table>
  272. <div class="answer">{Answer}</div>
  273. {/block:answer}
  274.  
  275.  
  276. <div id="cap">
  277. {block:Photo}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  278. {block:Video}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  279. {block:Photoset}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  280.  
  281. <div class="source">{block:ContentSource}<a href="{SourceURL}">{lang:Source}:{block:SourceLogo}
  282.       <img src="{BlackLogoURL}" width="{LogoWidth} height="{LogoHeight}" alt="{SourceTitle}" />
  283.         {/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}</a>
  284. {/block:ContentSource}</div></div>
  285. <br>
  286.  
  287.  
  288. <div id="date">
  289. {block:Date}
  290. <a href="{Permalink}">{TimeAgo}</a> {block:NoteCount}  · <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount} {block:IndexPage} · <a href="{ReblogUrl}" target="_blank">reblog</a>{/block:IndexPage}
  291. {block:RebloggedFrom} · (<a href="{ReblogParentURL}">via</a>
  292. {/block:RebloggedFrom}{block:RebloggedFrom}/© <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a>){/block:RebloggedFrom}<br>
  293. <div class="tags">{block:HasTags}{block:Tags}<i>x </i><a href="{TagURL}">{Tag}</a>&nbsp;&nbsp;{/block:Tags}<br>{/block:HasTags}
  294. </div>
  295. </div>
  296. </div>{/block:Date}
  297.  
  298.  
  299.  {/block:Posts}
  300. {block:PostNotes}<div class="notes">{PostNotes}</div>{/block:PostNotes}
  301.  
  302.  
  303. </div>
  304. </div>
  305. </div>
  306.  
  307. </body>
  308. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement