03-93

theme 45

Aug 2nd, 2012
3,107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.29 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="You're my wonderwall" />
  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:post" 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:background links" content="#a8a7a7" />
  51.  
  52. <meta name="color:text links" content="#fff" />
  53.  
  54. <meta name="image:sidebar image" content="http://static.tumblr.com/e929ly9/QlLm7r316/tumblr_m4owhsihfv1r85849o1_500.jpg" />
  55.  
  56. <meta name="color:borda image" content="#FFFFFF" />
  57.  
  58. <meta name="image:background" content="" />
  59.  
  60. <title>{Title}</title>
  61. <link rel="shortcut icon" href="{Favicon}">
  62. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  63. {block:Description}
  64. <meta name="description" content="{MetaDescription}" />
  65. {/block:Description}
  66.  
  67. <style type="text/css">
  68.  
  69. body {background-color: {color:background}; font-family: calibri; font-size: 12px; color: {color:text}; text-align: center; background-image:url('{image:background}'); background-attachment: fixed; }
  70.  
  71. a {color: {color:link}; text-decoration: none; text-transform: none;}
  72. a:hover {color: {color:lhover}; background-color: transparent; text-decoration: none;}
  73.  
  74. p {margin: 6px 0 0 0}
  75.  
  76. blockquote {margin: 5px 5px 5px 5px; border-left: 3px solid {color:text}; padding-left: 5px; }
  77. blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 3px solid {color:background};}
  78. blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 3px solid {color:background}; }
  79. blockquote blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 3px solid {color:background}; }
  80.  
  81. blockquote img{max-width: 470px!important}
  82. blockquote blockquote img{max-width: 450px!important}
  83. blockquote blockquote blockquote img{max-width: 430px!important}
  84. blockquote blockquote blockquote blockquote img{max-width: 410px!important}
  85.  
  86. #wonderwall {float: left;margin-left:385px;margin-top:6px; margin-bottom: 5px;}
  87.  
  88. .boxes {width: 400px; background-color: {color:post}; padding: 5px; text-align: justify; font-family: verdana; font-size: 9px; position: relative;}
  89. .boxes:hover .luiza {opacity:1.0;}
  90.  
  91. .luiza{position:absolute; font-size:9px;text-transform:uppercase; font-family: calibri; letter-spacing: 0px; color:{color:text}; margin-left:-5px; opacity:0; height:auto; width: 408px; margin-bottom:0px; margin-top:20px; background-color: {color:post}; display:inline; text-align:center; padding:1px; -moz-transition: all .7s ease-in-out; -o-transition: all .7s ease-in-out; transition: all .7s ease-in-out; -webkit-transition: all .7s ease-in-out; padding-top: 2px; z-index: 999999999999999999999999999999999999999999999999999999; }
  92. .luiza a {color:{color:text}; background-color: {color:post}; text-transform:uppercase; font-style:normal; width: 418px;}
  93. .luiza a:hover {color:; text-transform:uppercase;}
  94.  
  95. .luizacosta {position:absolute; opacity:0; margin-left:408px; color:{color:text}; padding:2px 10px 2px 5px;
  96. font-family:calibri; font-size:9px; margin-top: -5px; width: 50px; -webkit-transition: opacity 0.6s linear;-webkit-transition: all 0.6s ease-in-out;-moz-transition: all 0.6s ease-in-out; border-left: 3px solid {color:post}; -o-transition: all 0.6s ease-in-out; background-color:{color:background}; text-align: center; padding: 3px;}
  97. .boxes:hover .luizacosta {opacity:1.0}
  98. .luizacosta a {text-transform: uppercase}
  99. .luizacosta a:hover {opacity:0.9; text-transform: uppercase}
  100.  
  101. h1 {font-family: georgia; text-align: center; font-size: 14px; color: {color:text}; font-weight: normal; line-height: 18px;}
  102. h1 a {text-align: center; font-size: 14px; color: {color:text}; font-weight: normal; line-height: 18px;}
  103. h1 a:hover {text-align: center; font-size: 14px; color: {color:text}; font-weight: normal; line-height: 18px;}
  104.  
  105. .image {text-align: center; border: 0px}
  106. .image img {max-width: 400px; margin-bottom: 1px; -webkit-transition: opacity 0.6s linear;-webkit-transition: all 0.6s ease-in-out;-moz-transition: all 0.6s ease-in-out;-o-transition: all 0.6s ease-in-out; }
  107. .image img:hover {opacity: 0.9; -webkit-transition: opacity 0.6s linear;-webkit-transition: all 0.6s ease-in-out;-moz-transition: all 0.6s ease-in-out;-o-transition: all 0.6s ease-in-out;}
  108.  
  109. .xquote { text-align: center; font-size: 11px; font-family: georgia; line-height: 15px; padding: 3px;margin-left: 02px; border-bottom:1px solid #eee;margin-bottom:3px;padding-top:5px;}
  110. .xquotesource {text-align: center; text-transform: none; margin-bottom: 5px; font-size: 09px; font-weight: bold}
  111. .xquotesource a, a:hover{text-transform: none;}
  112.  
  113. .chat {line-height: 13px; list-style: none }
  114. .chat ul {line-height: 13px; list-style: none; padding: 5px; line-height:14px;}
  115. .person1 {color: {color:text}; padding: 2px; }
  116. .person1 .label {font-weight: bold; color:{color:text}}
  117. .person2 {color: {color:text}; padding: 2px; }
  118. .person2 .label {font-weight: bold; color:{color:text}}
  119.  
  120. .player {background-color: #e3e3e3; text-align: left; display:block;}
  121.  
  122. .question {color:{color:text};font-size:09px;font-weight: normal;line-height:95%;background: {color:background};position: relative;min-height:70px;padding:10px 15px;margin-bottom:2px;margin-right:-10px;}
  123.  
  124. .questionarrow {font-size:30px;color:{color:background};vertical-align:middle;margin-left:-5px!important;}
  125.  
  126. .asker {width:400px; text-align:right; text-transform:lowercase; color:{color:text};}
  127. .asker a {color:{color:text};}
  128. .asker img {float:left; margin-left:350px; vertical-align:top; margin-right:3px; max-height:15px;}
  129.  
  130. .asking {text-align:center; color:{color:text}; font-size: 9px; font-family: arial; text-transform:none; margin-left: 340px}
  131. .asking a{color:{color:text};}
  132. .asking img {width:58px; vertical-align:middle; background-color:{color:background}; padding:3px;}
  133.  
  134. .arrow {padding-top:11px;color:{color:question background};font-size:30px;}
  135.  
  136. .answer {color:{color:answer};}
  137.  
  138. .notes {width: 410px; padding: 0px; margin-top: 1px; margin-bottom: 0px; font-size: 9px; text-align: left;font-family: verdana;}
  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. #cap {width: 500px; margin-top: -2px; position: relative;}
  144. .source {display: none;}
  145.  
  146. .photo {width:100px; position:fixed; left:110px; top:70px;}
  147. .photo img {width:250px;height:auto;border: 5px solid {color:sidebar};}
  148.  
  149. #sidepagina{margin-left: 245px; margin-top: 90px; width: 0px; float: left; background-color: transparent; position: fixed; height: 70px; color: {color:text}}
  150. .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;}
  151.  
  152. #sidebar {width: 0px; height: 0px; float: left; margin-left:20px; margin-top: 58px; padding: 0px; background-color: {color:sidebar}; text-align: center; position: fixed; }
  153.  
  154.  
  155. .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:254px; width: 120px; background-color: {color:sidebar}; color: {color:textoside}; padding: 5px; margin-top: 178px; background-attachment: fixed; opacity: 1; line-height: 9px; -webkit-transition: all 1.9s ease-out; -moz-transition: all 1.9s ease-out;}
  156. .luizadomarc:hover {opacity: 1; -webkit-transition: all 0s ease-out; -moz-transition: all 0s ease-out;}
  157.  
  158. .frase {color:{color:text}; background-color:{color:sidebar}; height: 16px; font-size: 10px; width: 122px; font-family: calibri; text-align: center; font-style: none;letter-spacing: 0px; margin-top: -52px; margin-left: 234px; position: absolute; line-height: px; text-transform: none; padding: 4px; border-bottom: 0px solid {color:sidebar}; -webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out;}
  159.  
  160. .frase:hover {letter-spacing:0px; -webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out;}
  161.  
  162. #linkss select{background:{color:background links}; width:130px; color: {color:text links}; height: 15px; border-style: solid; border-color: {color:sidebar}; font-family: calibri; font-size: 9px; letter-spacing: 1px;margin-top: 104px;margin-left: 234px;text-transform:uppercase;}
  163.  
  164. #fotosidebar{
  165. float: left; margin-top:31px; margin-left: 254px; height:130px;
  166. width:130px;
  167. position: absolute;
  168. background-color: {color:borda image}; -webkit-transition: all 0.9s ease-out; -moz-transition: all 0.9s ease-out; opacity: 0.8; position: fixed; -webkit-transform: rotate(0deg);
  169. }
  170.  
  171. #fotosidebar:hover{background-color: {color:borda image}; -webkit-transition: all 0s ease-out; -moz-transition: all 0s ease-out; opacity: 1; filter:alpha; margin-top: 31px; margin-left: 254px;}
  172.  
  173. #ftsidebar {margin-top: 7px; margin-bottom: 10px;}
  174.  
  175.  
  176. #ftsidebar img{width: 116px; opacity: 1; -webkit-transition: all 0s ease-out; -moz-transition: all 0s ease-out; height: 115px}
  177. ::-webkit-scrollbar{width:5px;height:5px;}
  178. ::-webkit-scrollbar-button:start:decrement
  179. ::-webkit-scrollbar-button:end:increment{display:block;height:0;background-color:transparent;}
  180. ::-webkit-scrollbar-track-piece{ -webkit-border-radius:0;-webkit-border-bottom-right-radius:0px;-webkit-border-bottom-left-radius:0px;}
  181. ::-webkit-scrollbar-thumb:vertical{height:50px; background-color: {color:text};-webkit-border-radius:px;}
  182. ::-webkit-scrollbar-thumb:horizontal{width:50px; background-color: {color:text};-webkit-border-radius:px;}
  183. ::moz-selection {color:{color:post}; background:{color:text};}
  184. ::selection {color:{color:post}; background:{color:text};}
  185.  
  186. #tumblr_controls{position: fixed!important}
  187. #tumblr_controls{position: fixed!important}
  188. #tumblr_controls{position: fixed!important}
  189. #tumblr_controls{position: fixed!important}
  190.  
  191. </style>
  192. <body onkeydown="return false">
  193.  
  194. <div id="container">
  195.  
  196. <div id="sidebar">
  197. <div class="frase">{text:frase}</div>
  198. <form id="linkss"> <select name="menu3" onChange="top.location.href = this.form.menu3.options[this.form.menu3.selectedIndex].value; return false;">
  199. <option value="/" selected>+NAVIGATION</option>
  200. <option value="{text:Link1}">{text:Link1 Title}</option>
  201. <option value="{text:Link2}">{text:Link2 Title}</option>
  202. <option value="{text:Link3}">{text:Link3 Title}</option>
  203. <option value="{text:Link4}">{text:Link4 Title}</option>
  204. <option value="{text:Link5}">{text:Link5 Title}</option>
  205. <option value="{text:Link6}">{text:Link6 Title}</option>
  206. <option value="http://03-93.tumblr.com">theme credit</option>
  207. </select>
  208. </form>
  209. </div>
  210.  
  211. <div id="fotosidebar">
  212. <div id="ftsidebar"><img src="{image:sidebar image}">
  213. </div></div>
  214. <div class="luizadomarc">{description}</div>
  215. <div id="side">
  216. <div id="sidepagina">
  217. <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>
  218. </div>
  219.  
  220. <div id="wonderwall">
  221. {block:Posts}
  222. <div class="boxes">
  223.  
  224. {block:Text}
  225. <span class="luizacosta">
  226. <a href="{Permalink}">{NoteCount}</a> <br>
  227. <a href="{ReblogURL}" target="_blank">reblog</a>
  228. <Center>{block:HasTags}<div style="height:2px; width: 50px; border-bottom: 1px dotted {color:post}"></div>{block:Tags}<a href="{TagURL}">#{Tag}</a><BR>{/block:Tags}{/block:HasTags}</center></span>
  229.  
  230. {block:Title}<h1>{Title}</h1>{/block:Title}{Body}
  231. {/block:Text}
  232.  
  233. </span>
  234. {block:Photo}
  235. <span class="luizacosta">{block:Tags}<a href="{TagURL}">#{Tag}</a><BR>{/block:Tags}{/block:HasTags}</span>
  236. <span class="luizacosta">
  237. {block:Date}{DayOfMonth}.{MonthNumber}.{Year}{/block:Date}, <a href="{Permalink}">{TimeAgo}</a> + <a href="{ReblogURL}" target="_blank">reblog </a> + <a href="{Permalink}">{NoteCountWithLabel}</a> {block:RebloggedFrom}[<a href="{ReblogParentURL}" title="{ReblogParentTitle}">via</a>/<a href="{ReblogRootURL}" title="{ReblogRootTitle}">source</a>]{/block:RebloggedFrom}
  238. </span>
  239.  
  240. {LinkOpenTag}<div class="image"><img src="{PhotoURL-400}"></div>{LinkCloseTag}
  241. {block:Caption}{Caption}{/block:Caption}
  242. {/block:Photo}
  243.  
  244.  
  245. {block:Photoset}
  246. <span class="luiza">
  247. <span class="luizacosta">{block:Tags}<a href="{TagURL}">#{Tag}</a><BR>{/block:Tags}{/block:HasTags}</span>
  248. <span class="luiza">
  249. {block:Date}{DayOfMonth}.{MonthNumber}.{Year}{/block:Date}, <a href="{Permalink}">{TimeAgo}</a> + <a href="{ReblogURL}" target="_blank">reblog </a> + <a href="{Permalink}">{NoteCountWithLabel}</a> {block:RebloggedFrom}[<a href="{ReblogParentURL}" title="{ReblogParentTitle}">via</a>/<a href="{ReblogRootURL}" title="{ReblogRootTitle}">source</a>]{/block:RebloggedFrom}
  250. </span>
  251.  
  252. {Photoset-400}
  253. {block:Caption}{Caption}{/block:Caption}
  254. {/block:Photoset}
  255.  
  256.  
  257. {block:Quote}
  258. <span class="luizacosta">
  259. <a href="{Permalink}">{NoteCount}</a> <br>
  260. <a href="{ReblogURL}" target="_blank">reblog</a>
  261. <Center>{block:HasTags}<div style="height:2px; width: 50px; border-bottom: 1px dotted {color:post}"></div>{block:Tags}<a href="{TagURL}">#{Tag}</a><BR>{/block:Tags}{/block:HasTags}</center></span>
  262.  
  263. <div class="xquote">“{Quote}”</div>
  264. {block:Source}<div class="xquotesource"> — {Source}</div>
  265. {/block:Source}
  266. {/block:Quote}
  267.  
  268.  
  269. {block:Link}
  270. <span class="luizacosta"><a href="{Permalink}">{NoteCount}</a> <br>
  271. <a href="{ReblogURL}" target="_blank">reblog</a>
  272. <Center>{block:HasTags}<div style="height:2px; width: 50px; border-bottom: 1px dotted {color:post}"></div>{block:Tags}<a href="{TagURL}">#{Tag}</a><BR>{/block:Tags}{/block:HasTags}</center></span>
  273.  
  274. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  275. {block:Description}{Description}{/block:Description}
  276. {/block:Link}
  277.  
  278.  
  279. {block:Chat}
  280. <span class="luizacosta">
  281. <a href="{Permalink}">{NoteCount}</a> <br>
  282. <a href="{ReblogURL}" target="_blank">reblog</a>
  283. <Center>{block:HasTags}<div style="height:2px; width: 50px; border-bottom: 1px dotted {color:post}"></div>{block:Tags}<a href="{TagURL}">#{Tag}</a><BR>{/block:Tags}{/block:HasTags}</center></span>
  284.  
  285. {block:Title}<h1><a href="{Permalink}">{Title}</a></h1>{/block:Title}
  286. <div class="chat"><ul>{block:Lines}
  287. <li class="person{UserNumber}">{block:Label}
  288. <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>
  289. {/block:Chat}
  290.  
  291.  
  292. {block:Audio}
  293. <span class="luizacosta">
  294. <a href="{Permalink}">{NoteCount}</a> <br>
  295. <a href="{ReblogURL}" target="_blank">reblog</a>
  296. <Center>{block:HasTags}<div style="height:2px; width: 50px; border-bottom: 1px dotted {color:post}"></div>{block:Tags}<a href="{TagURL}">#{Tag}</a><BR>{/block:Tags}{/block:HasTags}</center></span>
  297.  
  298. <div class="player">{AudioPlayerGrey}</div>
  299. {/block:Audio}
  300.  
  301.  
  302. {block:Video}
  303. <span class="luizacosta">{block:Tags}<a href="{TagURL}">#{Tag}</a><BR>{/block:Tags}{/block:HasTags}</span>
  304. <span class="luiza">
  305. <a href="{Permalink}">{NoteCount}</a> - <a href="{ReblogURL}" target="_blank">reblog </a>
  306. </span>
  307. </span>
  308.  
  309. {Video-400}
  310. {block:Caption}{Caption}{/block:Caption}
  311. {/block:Video}
  312.  
  313.  
  314. {block:Answer}
  315. <span class="luiza">
  316. <a href="/ask">mesage</a></center></span>
  317. <table width="400px" cellspacing="0" cellpadding="0">
  318. <tr>
  319. <td width="340px" class="question"><B>{Asker}</b> whined: "{Question}"</td>
  320. </tr>
  321. </table>
  322. <div class="answer">{Answer}</div>
  323. {/block:answer}
  324.  
  325. </div>
  326.  
  327. <div class="source">{block:ContentSource}<a href="{SourceURL}">{lang:Source}:{block:SourceLogo}
  328. <img src="{BlackLogoURL}" width="{LogoWidth} height="{LogoHeight}" alt="{SourceTitle}" />
  329. {/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}</a>
  330. {/block:ContentSource}</div>
  331.  
  332. {/block:Posts}
  333. {block:PostNotes}<div class="notes">{PostNotes}</div>{/block:PostNotes}
  334.  
  335.  
  336.  
  337.  
  338. </div>
  339. </div>
  340. </div>
  341. </div>
  342. </div>
  343.  
  344. <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>
  345.  
  346. </body>
  347. </html>
Advertisement
Add Comment
Please, Sign In to add comment