03-93

theme 44

Jul 25th, 2012
3,597
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.21 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  2.  
  3. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  4.  
  5. <!-- THEME POR MARCELO PRADO --!>
  6.  
  7. <html xmlns="http://www.wd3.org/1999/xhtml" xml:lang="en" lang="en">
  8.  
  9. <head> <!-- DEFAULT VARIABLES -->
  10. <meta name="color:background" content="#F8F8F8" />
  11.  
  12. <meta name="font:body" content="verdana" />
  13.  
  14. <meta name="text:frase" content="YEAH, WE GONNA BE HERE FOREVER MAN" />
  15.  
  16. <meta name="color:link" content="#757575" />
  17.  
  18. <meta name="color:text" content="#757575" />
  19.  
  20. <meta name="color:sidebar" content="#FFFFFF" />
  21.  
  22. <meta name="color:entry" content="#FFFFFF" />
  23.  
  24. <meta name="color:scroll" content="#757575" />
  25.  
  26. <meta name="text:Link1" content="/" />
  27.  
  28. <meta name="text:Link1 Title" content="link1" />
  29.  
  30. <meta name="text:Link2" content="/" />
  31.  
  32. <meta name="text:Link2 Title" content="link2" />
  33.  
  34. <meta name="text:Link3" content="/" />
  35.  
  36. <meta name="text:Link3 Title" content="link3" />
  37.  
  38. <meta name="text:Link4" content="/" />
  39.  
  40. <meta name="text:Link4 Title" content="link4" />
  41.  
  42. <meta name="text:Link5" content="/" />
  43.  
  44. <meta name="text:Link5 Title" content="link5" />
  45.  
  46. <meta name="text:Link6" content="/" />
  47.  
  48. <meta name="text:Link6 Title" content="link6" />
  49.  
  50. <meta name="color:bglinks" content="#FFFFFF" />
  51.  
  52. <meta name="color:links" content="#757575" />
  53.  
  54. <meta name="color:linkshover" content="#aaaaaa" />
  55.  
  56. <meta name="image:sidebar image" content="http://static.tumblr.com/e929ly9/QlLm7r316/tumblr_m4owhsihfv1r85849o1_500.jpg" />
  57.  
  58. <meta name="color:borda image" content="#FFFFFF" />
  59.  
  60. <meta name="color:linkhover" content="#555555" />
  61.  
  62. <meta name="image:background" content="" />
  63.  
  64.  
  65.  
  66. <title>{Title}</title>
  67. <link rel="shortcut icon" href="{Favicon}">
  68. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  69. {block:Description}
  70. <meta name="description" content="{MetaDescription}" />
  71. {/block:Description}
  72.  
  73.  
  74. <link href='http://fonts.googleapis.com/css?family=Droid+Serif:400,400italic' rel='stylesheet' type='text/css'>
  75.  
  76. <link href='http://fonts.googleapis.com/css?family=Homenaje' rel='stylesheet' type='text/css'>
  77.  
  78.  
  79. <style type="text/css">
  80.  
  81.  
  82.  
  83. body {background-color: {color:background}; font-family: verdana; color: {color:text}; text-align: center; font-size: 11px; background-image:url('{image:background}'); background-attachment: fixed; }
  84.  
  85. a {color: {color:link}; text-decoration: none; text-transform: none;}
  86. a:hover {color: {color:linkhover}; background-color: transparent; text-decoration: none;}
  87.  
  88. p {margin: 6px 0 0 0}
  89.  
  90. blockquote {margin: 5px 5px 5px 5px; border-left: 6px solid {color:background}; padding-left: 5px; }
  91. blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 5px solid {color:background};}
  92. blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 4px solid {color:background}; }
  93. blockquote blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 3px solid {color:background}; }
  94.  
  95. blockquote img{max-width: 470px!important}
  96. blockquote blockquote img{max-width: 450px!important}
  97. blockquote blockquote blockquote img{max-width: 430px!important}
  98. blockquote blockquote blockquote blockquote img{max-width: 410px!important}
  99.  
  100.  
  101. #container {text-align: center; width: 935px; margin: 20px auto 20px auto; padding: 0px; z-index: 1}
  102.  
  103. #entry {float: left; margin-left: 260px;}
  104.  
  105. .posts {width: 500px; background-color: {color:entry}; padding: 10px; margin-bottom: 1px; text-align: justify; font-family: verdana; font-size: 11px; position: relative;}
  106.  
  107. h1 {font-family: georgia; text-align: center; font-size: 16px; text-transform: none; color: {color:text}; font-weight: normal; line-height: 18px;}
  108. h1 a {text-align: center; font-size: 16px; text-transform: none; color: {color:text}; font-weight: normal; line-height: 18px;}
  109. h1 a:hover {text-align: center; font-size: 16px; text-transform: none; color: {color:text}; font-weight: normal; line-height: 18px;}
  110.  
  111. .image {text-align: center; border: 0px}
  112. .image img {max-width: 500px; margin-bottom: 2px }
  113.  
  114. .pquote {font-family: georgia; text-align: center; font-size: 13px; line-height: 15px; padding: 3px;}
  115. .pquotesource {text-align: center; text-transform: none; margin-bottom: 5px;}
  116. .pquotesource a, a:hover{text-transform: none;}
  117.  
  118. .chat {line-height: 13px; list-style: none }
  119. .chat ul {line-height: 13px; list-style: none; padding: 5px; line-height:14px;}
  120. .person1 {color: {color:text}; padding: 2px; }
  121. .person1 .label {font-weight: bold; color:{color:text}}
  122. .person2 {color: {color:text}; padding: 2px; }
  123. .person2 .label {font-weight: bold; color:{color:text}}
  124.  
  125. .player {background-color: #000; text-align: center; display:block;}
  126.  
  127. .question {
  128. color:{color:text};
  129. font-size: 11px;
  130. font-weight: normal;
  131. font-family: verdana;
  132. line-height:95%;
  133. background: {color:background};
  134. position: relative;
  135. min-height:70px;
  136. padding:10px 15px;
  137. margin-bottom:2px;
  138. margin-right:-10px;}
  139.  
  140. .questionarrow {
  141. font-size:30px;
  142. color:{color:background};
  143. vertical-align:middle;
  144. margin-left:-5px!important;}
  145.  
  146.  
  147. .asker {width:500px; text-align:right; text-transform:lowercase; color:{color:text};}
  148. .asker a {color:{color:text};}
  149. .asker img {float:left; margin-left:400px; vertical-align:top; margin-right:3px; max-height:15px;}
  150.  
  151. .asking {text-align:center; color:{color:text}; font:9px verdana; text-transform:none;}
  152. .asking a{color:{color:text};}
  153. .asking img {width:58px; vertical-align:middle; background-color:{color:background}; padding:3px;}
  154.  
  155. .arrow {padding-top:11px; color:{color:question background}; font-size:30px;}
  156.  
  157.  
  158. .answer {color:{color:answer};}
  159.  
  160. .creditokeisso {opacity: 0.2; -webkit-transition: all 0.6s ease-out; -moz-transition: all 0.6s ease-out;}
  161. .creditokeisso:hover {opacity: 0.99; -webkit-transition: all 0.6s ease-out; -moz-transition: all 0.6s ease-out;}
  162.  
  163. #info {text-align: left; margin-top:-4px; font-size: 10px; font-family: calibri; text-transform: uppercase; z-index: 11;}
  164. #info a {font-size: 10px; text-transform: uppercase;}
  165.  
  166. #tags {color: {color:text}; font-size: 10px; font-family: calibri; display: inline; list-style: none; text-transform: uppercase;;}
  167. #tags a {font-size: 10px; font-family: calibri; display: inline; list-style: none; text-transform: uppercase;;}
  168.  
  169. #cap {width: 500px; margin-top: -2px;}
  170. .source {display: none;}
  171.  
  172. .notes {width: 520px; padding: 0px; margin-top: 1px; margin-bottom: 1px; font-size: 9px; text-align: center}
  173. ol.notes {list-style: none; margin: 0 20px 0 0px; padding: 0px; z-index: 11;}
  174. ol.notes li {background-color: {color:entry}; margin-bottom: 2px; padding: 5px; }
  175. .notes img{display: none; border:0px}
  176.  
  177. #sidepagina{margin-left: 5px; margin-top: 140px; width: 0px; float: left; background-color: transparent; position: fixed; height: 70px; color: {color:text}}
  178. .pagina{color: {color:text}; padding:1px; font-family: {font:text}; line-height: 12px; font-size: 43px; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;}
  179.  
  180. #sidebar {width: 0px; height: 0px; float: left; margin-left:20px; margin-top: 58px; padding: 0px; background-color: {color:sidebar}; text-align: center; position: fixed; }
  181.  
  182.  
  183. .luizadomarc {text-align: justify; overflow: auto; height: auto; -webkit-border-radius: 0px 0px 0px 0px; font-size: 10px; font-family: calibri; position: fixed; margin-left:20px; width: 229px; background-color: {color:sidebar}; color: {color:textoside}; padding: 5px; margin-top: 291px; background-attachment: fixed; opacity: 1; line-height: 9px; -webkit-transition: all 1.9s ease-out; -moz-transition: all 1.9s ease-out;}
  184. .luizadomarc:hover {opacity: 1; -webkit-transition: all 0s ease-out; -moz-transition: all 0s ease-out;}
  185.  
  186. .frase {color:{color:text}; background-color:{color:sidebar}; height: 16px; font-size: 13px; width: 231px; font-family: calibri; text-align: center; font-style: none;letter-spacing: 0px; margin-top: 207px; margin-left: 0px; position: absolute; line-height: px; text-transform: uppercase; padding: 4px; border-bottom: 1px solid {color:sidebar}; -webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out;}
  187.  
  188. .frase:hover {letter-spacing:0px; -webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out;}
  189.  
  190. .linkss {text-align:inline; letter-spacing: 0px; font-family:calibri; font-size: 10px; text-align: center; width:229px; margin-top:-58px; text-transform: uppercase; color: {color:text}; padding:5px; text-decoration: none; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out; margin-left: 0px; font-style: none;background-color:{color:sidebar}}
  191.  
  192. .linkss a {text-transform: uppercase;}
  193.  
  194. .linkss a:hover {text-align: center; font-weight: none;}
  195.  
  196. #fotosidebar{
  197. float: left; margin-top:24px; margin-left: 20px; height:240px;
  198. width:239px;
  199. position: absolute;
  200. background-color: {color:borda image}; -webkit-transition: all 0.9s ease-out; -moz-transition: all 0.9s ease-out; position: fixed; -webkit-transform: rotate(0deg);
  201. }
  202.  
  203. #fotosidebar:hover{background-color: {color:borda image}; -webkit-transition: all 0s ease-out; -moz-transition: all 0s ease-out; opacity: 0.8; filter:alpha; margin-top: 24px; margin-left: 20px;}
  204.  
  205. #ftsidebar {margin-top: 5px; margin-bottom: 10px;}
  206.  
  207.  
  208. #ftsidebar img{width: 229px; opacity: 1; -webkit-transition: all 0s ease-out; -moz-transition: all 0s ease-out; height: 230px}
  209.  
  210. ::-webkit-scrollbar{width:7px;height:0px;}
  211. ::-webkit-scrollbar-button:start:decrement
  212. ::-webkit-scrollbar-button:end:increment{display:block;height:0;background-color:transparent;}
  213. ::-webkit-scrollbar-track-piece{background-color: {color:entry}; -webkit-border-radius:0;-webkit-border-bottom-right-radius:0px;-webkit-border-bottom-left-radius:0px;}
  214. ::-webkit-scrollbar-thumb:vertical{height:50px; background-color: {color:scroll};-webkit-border-radius:px;}
  215. ::-webkit-scrollbar-thumb:horizontal{width:0px; background-color: {color:sidebar};-webkit-border-radius:px;}
  216.  
  217. #tumblr_controls{position: fixed!important}
  218. #tumblr_controls{position: fixed!important}
  219. #tumblr_controls{position: fixed!important}
  220. #tumblr_controls{position: fixed!important}
  221.  
  222.  
  223. </style>
  224.  
  225. <body>
  226. <div id="container">
  227.  
  228. <div id="sidebar">
  229. <div class="frase">{text:frase}</div>
  230. <div class="linkss">
  231. <a href="{text:link1}">{text:link1 title}</a> ·
  232. <a href="{text:link2}">{text:link2 title}</a> ·
  233. <a href="{text:link3}">{text:link3 title}</a> ·
  234. <a href="{text:link4}">{text:link4 title}</a> ·
  235. <a href="{text:link5}">{text:link5 title}</a> ·
  236. <a href="{text:link6}">{text:link6 title}</a>
  237. </div>
  238. </div>
  239.  
  240. <div id="fotosidebar">
  241. <div id="ftsidebar"><img src="{image:sidebar image}">
  242. </div></div>
  243. <div class="luizadomarc">{description}</div>
  244. <div id="side">
  245. <div id="sidepagina">
  246. <div class="pagina">{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}"><small><small><small><small><small><small> <small>-</small></small></small></small></small></small></small></a>{/block:PreviousPage} {block:NextPage}<a href="{NextPage}"><small><small><small><small><small><small><small><small><small>+</small></small></small></small></small></small></small></small></small></a>{/block:NextPage}{/block:Pagination}</div></div>
  247.  
  248. </div>
  249.  
  250. <div id="entry">
  251.  
  252. {block:Posts}
  253. <div class="posts">
  254.  
  255. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  256.  
  257. {block:Photo}{LinkOpenTag}<div class="image"><img src="{PhotoURL-500}"></div>{LinkCloseTag}{/block:Photo}
  258.  
  259. {block:Photoset}{Photoset-500}{/block:Photoset}
  260.  
  261. {block:Quote}
  262. <div class="pquote">“{Quote}”</div>
  263. {block:Source}<div class="pquotesource"> ~ {Source}</div>
  264. {/block:Source}
  265. {/block:Quote}
  266.  
  267. {block:Link}
  268. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  269. {block:Description}{Description}{/block:Description}
  270. {/block:Link}
  271.  
  272. {block:Chat}
  273. {block:Title}<h1><a href="{Permalink}">{Title}</a></h1>{/block:Title}
  274. <div class="chat"><ul>{block:Lines}
  275. <li class="person{UserNumber}">{block:Label}
  276. <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>
  277. {/block:Chat}
  278.  
  279. {block:Audio}
  280. <div class="player">{AudioPlayerBlack}</div>
  281. {block:Caption}{Caption}{/block:Caption}
  282. {/block:Audio}
  283.  
  284. {block:Video}{Video-500}{/block:Video}
  285.  
  286.  
  287. {block:Answer}
  288. <table width="500px" cellspacing="0" cellpadding="0">
  289. <tr>
  290. <td width="415px" class="question">{Question}</td>
  291. <td width="30px"><span class="questionarrow">◤</span></td>
  292. <td width="64px" class="asking"><img src="{AskerPortraitURL-64}"><br>{Asker}</td>
  293. </tr>
  294. </table>
  295. <div class="answer">{Answer}</div>
  296. {/block:answer}
  297.  
  298.  
  299. <div id="cap">
  300. {block:Photo}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  301. {block:Video}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  302. {block:Photoset}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  303.  
  304. <div class="source">{block:ContentSource}<a href="{SourceURL}">{lang:Source}:{block:SourceLogo}
  305. <img src="{BlackLogoURL}" width="{LogoWidth} height="{LogoHeight}" alt="{SourceTitle}" />
  306. {/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}</a>
  307. {/block:ContentSource}</div></div>
  308. <br>
  309.  
  310. <div class="creditokeisso">
  311. {block:Date}<div id="info">
  312. <center> <a href="{Permalink}">{TimeAgo}</a> {block:NoteCount} · <a href="{Permalink}" {block:NoteCount}{/block:NoteCount}</a>{NoteCountWithLabel}</a>{block:RebloggedFrom} · <a href="{ReblogParentURL}"><a href="{ReblogParentURL}">via</a>{/block:RebloggedFrom} {block:ContentSource} · <a href="{SourceURL}">source</a>{/block:ContentSource} {block:IndexPage}· <a href="{ReblogUrl}" target="_blank">reblog</a>{/block:IndexPage}</center> </div><center><div id="tags">{block:HasTags}{block:Tags} #<a href="{TagUrl}">{Tag}</a>{/block:Tags}{/block:HasTags}
  313. </div></center>{/block:Tags}{/block:Date}</div>
  314. </div>
  315.  
  316.  
  317.  
  318. {/block:Posts}
  319. {block:PostNotes}<div class="notes">{PostNotes}</div>{/block:PostNotes}
  320.  
  321.  
  322. </div>
  323. </div>
  324. </div>
  325. </div>
  326.  
  327. <a style="position:fixed;bottom:12px;right:35px;font-family:consolas;font-size:10px;opacity:1;" href="http://03-93.tumblr.com" title="© 03-93">THEME</a>
  328.  
  329. </body>
  330. </html>
Advertisement
Add Comment
Please, Sign In to add comment