03-93

theme 41

Jun 26th, 2012
3,216
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.76 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.  
  11. <head> <meta name="color:background" content="#F8F8F8" />
  12.  
  13. <meta name="font:body" content="verdana" />
  14.  
  15. <meta name="font:title" content="georgia" />
  16.  
  17. <meta name="text:frase" content="so give me a chance
  18. " />
  19. <meta name="color:textoside" content="#757575" />
  20.  
  21. <meta name="color:link" content="#757575" />
  22.  
  23. <meta name="color:text" content="#757575" />
  24.  
  25. <meta name="color:sidebar" content="#FFFFFF" />
  26.  
  27. <meta name="color:entry" content="#FFFFFF" />
  28.  
  29. <meta name="color:fundo scroll" content="#F8F8F8" />
  30.  
  31. <meta name="color:scroll" content="#757575" />
  32.  
  33. <meta name="text:Link One Title" content="" />
  34.  
  35. <meta name="text:Link One" content="" />
  36.  
  37. <meta name="text:Link Two Title" content="" />
  38.  
  39. <meta name="text:Link Two" content="" />
  40.  
  41. <meta name="text:Link Three Title" content="" />
  42.  
  43. <meta name="text:Link Three" content="" />
  44.  
  45. <meta name="text:Link Four Title" content="" />
  46.  
  47. <meta name="text:Link Four" content="" />
  48.  
  49. <meta name="text:Link Five Title" content="" />
  50.  
  51. <meta name="text:Link Five" content="" />
  52.  
  53. <meta name="color:bglinks" content="#FFFFFF" />
  54.  
  55. <meta name="color:links" content="#757575" />
  56.  
  57. <meta name="color:linkshover" content="#aaaaaa" />>
  58.  
  59. <meta name="image:sidebar image" content="http://static.tumblr.com/e929ly9/8iQm52nz6/sem_t__tulo-1.png" />
  60.  
  61. <meta name="color:borda image" content="#FFFFFF" />
  62.  
  63.  
  64.  
  65.  
  66.  
  67. <title>{Title}</title>
  68.  
  69. <link rel="shortcut icon" href="{Favicon}">
  70.  
  71. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  72.  
  73. {block:Description}
  74.  
  75. <meta name="description" content="{MetaDescription}" />
  76.  
  77. {/block:Description}
  78.  
  79. <style type="text/css">
  80.  
  81. body {background-color: {color:background} ; color:{color:background};
  82.  
  83. font-family: {font:body}; font-size:11px; line-height:110%;
  84.  
  85. margin:0 auto 0 auto; text-align:center; background-image:url('{image:background}'); background-attachment:
  86.  
  87. fixed; }
  88.  
  89. a {color:{color:link}; text-decoration: none; font-size: 11px; text-transform: none}
  90.  
  91. a:hover {color:link hover); -webkit-transition-duration: 0.6s; -moz-transition-duration: 0.6s;}
  92.  
  93. p{margin-top: 1px}
  94.  
  95. blockquote{margin-left:5px; margin-right: 0px; border-left: 5px solid {color:#fff}; padding-left:5px;
  96.  
  97. margin-top: 4px;}
  98.  
  99. #xp {text-align: center; width: 870px; margin: 20px auto 10px auto; padding: 0px; z-index: 1}
  100.  
  101. #sid{position: fixed; margin-left:-35px; margin-top:133px; width: 300px; height: 70px; background-color: #FFF; padding: 10px; background-attachment: fixed; -webkit-transform: rotate(-90deg); line-height:15px;}
  102.  
  103. #navigation{position: fixed; z-index: -2; width: 100%; top: 45%; left: 0px; background-color:transparent; height: 100px;
  104.  
  105. text-align: center; font-size: 85px;}
  106.  
  107. .left{float:left; margin-left: 10px; width: 40px}
  108.  
  109. .left a{text-decoration: none; font-size: 75px; line-height: 75px}
  110.  
  111. .left a:hover{background-color: transparent; opacity: 0.4; filter:alpha (opacity=40)}
  112.  
  113. .right{float:right; margin-right: 10px; width: 40px}
  114.  
  115. .right a{text-decoration: none; font-size: 75px; line-height: 75px}
  116.  
  117. .right a:hover{background-color: transparent; opacity: 0.4; filter:alpha (opacity=40)}
  118.  
  119. #content{width: 800px; text-align: center; margin:10px auto 0 auto; padding-bottom: 150px; background-color:
  120.  
  121. transparent; color:{color:text}; padding: 0px;}
  122.  
  123. #entries{float: right; background-color: transparent; text-align: center}
  124.  
  125. .post{width: 500px; margin: 4px 0 4px 260px; padding: 8px; text-align: justify; background-color:{color:entry}; margin-bottom: -9px; margin-right: 165px; margin-top: 10px;}
  126.  
  127. .post img{margin: 5px 0 5px 0}
  128.  
  129. h1{font-family:{font:title}; font-style: normal; font-size: 16px; font-weight:normal; letter-spacing: 0px;text-transform: none; line-height: 22px; text-align:center}
  130.  
  131. h1 a{font-size: 16px; font-weight:normal; font-style: normal; letter-spacing: 0px;text-transform: none; line-height: 22px; text-align:center}
  132.  
  133. h3{color:{color:link}; font-family:verdana; font-size:10px; letter-spacing:0px; font-weight:normal; font-style:normal; text-transform: none; line-height:0px; margin-top:-25px; margin-bottom:-15px; text-align:left}
  134.  
  135. h3 a:hover{background-color:transparent}
  136.  
  137. .image{text-align: center; height: auto; margin-bottom: 2px; border: 0px}
  138.  
  139. .qqmarks{font-size: 80px; font-family: {font:body}; font-weight: normal; line-height: 80px; color:{color:linkbackground}}
  140.  
  141. h2{font-size: 9px; display: block; width: 250px; color:{color:text}; background-color: {color:linkbackground}; text-align: center; margin: 50px 0px 3px 0px; padding: 3px 0 3px 0; text-transform: none; text-decoration: none; font-weight: normal}
  142.  
  143. .qquote{font-family:{font:title}; font-size: 18px; letter-spacing: -1px; line-height: 18px; text-transform: lowercase; margin-top: -70px;
  144.  
  145. text-indent: 45px}
  146.  
  147. .pquote {font-family: {font:title}; text-align: justify; font-size: 13px; line-height: 15px; padding: 3px;}
  148.  
  149. .pquotesource {text-align: center; text-transform: none; margin-bottom: 5px;}
  150.  
  151. .pquotesource a, a:hover{text-transform: none;}
  152.  
  153. .chat{line-height: 12px; list-style: none }
  154.  
  155. .chat ul {line-height: 15px; list-style: none; padding: 0px; line-height: 20px;}
  156.  
  157. .person1 {color: {color:text} }
  158.  
  159. .person1 .label { font-weight: bold; padding: 0px; margin-left: 5px; color: {color: text} }
  160.  
  161. .person2 {color: {color:text} }
  162.  
  163. .person2 .label { font-weight: bold; padding: 0px; margin-left: 5px; color: {color: text} }
  164.  
  165. .player {background-color: #000; text-align: left; display:block;}
  166.  
  167. .source{display:none}
  168.  
  169. .asker {font-size: 11px;}
  170.  
  171. .asker a {color: {color:link}}
  172.  
  173. .asker a:hover {color: {color:bglink};}
  174.  
  175. .askk img {text-align: center;}
  176.  
  177. .askk img a{background-color: {color:left};}
  178.  
  179. .askk img a:hover {background-color: {color:sidebarlinks};}
  180.  
  181. .answer {clear: both; padding: 4px}
  182.  
  183. .answer img {max-width: 470px;}
  184.  
  185. .info {font-family:verdana; font-size:10px; text-transform:lowercase; text-align:center;}
  186.  
  187. .coerapa {margin-top: 6px; border-left: -1px solid {color:entry}; padding: 2px; background-color: {color:entry}; text-align: left; font-size: 9px; font-family: verdana; text-transform: lowercase;}
  188.  
  189. .coerapa a {font-size: 9px;}
  190.  
  191. .ddb {padding: 2px; border-bottom: 0px dotted {color:background}; text-align: left;}
  192.  
  193. .noite {float:right; margin-center: 0px; margin-top: 12px; text-align: center; font-size: 0px; color: {color:infotext};}
  194.  
  195. .noite a{font-size: 0px; text-align: center; color: {color:infotext}; text-transform: lowercase;}
  196.  
  197. .tags{font-size:9px; display: inline}
  198.  
  199. .origin{font-size:9px}
  200.  
  201. .ibottom{margin-top: 5px; font-family: {font:body}; text-align:center;}
  202.  
  203. .date{float:left; padding-center: 10px; text-transform: lowercase; font-size: 9px; text-align:center;}
  204.  
  205. .permalink{float:left; padding-center: 10px; text-transform: lowercase; font-size: 9px; text-align:center;}
  206.  
  207. .source{display:none}
  208.  
  209. #sidepagina{margin-left: -50px; margin-top: 100px; width: 0px; float: left; background-color: transparent; position: fixed; height: 6px; color: {color:text}}
  210. .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;}
  211.  
  212. #frase {background-color: {color:sidebar}; font-weight: normal; letter-spacing: 0px; color: {color:text}; text-align: center; width: 146px; height: 17px; line-height: 18px; position: absolute; -moz-transition: all 0.4s ease-out; font-family: georgia; margin-top: 224px; margin-left: -32px; text-transform: none; position: fixed; padding: 2px; font-size: 13px;}
  213.  
  214. .luizadomarc {text-align: justify; overflow: auto; height: auto; -webkit-border-radius: 0px 0px 0px 0px; font-size: 9px; font-family: tahoma; position: fixed; margin-left:-32px; width: 140px; background-color: {color:sidebar}; color: {color:textoside}; padding: 5px; margin-top: 246px; background-attachment: fixed; opacity: 1; line-height: 9px; -webkit-transition: all 1.9s ease-out; -moz-transition: all 1.9s ease-out;}
  215. .luizadomarc:hover {opacity: 1;}
  216.  
  217.  
  218. #sidebar {width: 0px; height: 0px; float: left; margin-left:20px; margin-top: 58px; padding: 0px; background-color: {color:background}; text-align: center; position: fixed; }
  219.  
  220.  
  221. #fotosidebar{
  222. float: left; margin-top: 10px; margin-left: -32px; height:213px;
  223. width:150px;
  224. position: absolute;
  225. 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); opacity: 0.8;
  226. }
  227.  
  228. #fotosidebar:hover{background-color: {color:borda image}; -webkit-transition: all 0.9s ease-out; -moz-transition: all 0.9s ease-out; opacity: 1; filter:alpha (opacity=100); margin-top: 10px; margin-left: -32px;}
  229.  
  230. #ftsidebar {margin-top: 5px; margin-bottom: 10px;}
  231.  
  232.  
  233. #ftsidebar img{width: 140px; height: 203px}
  234.  
  235.  
  236. .dontremovethis {text-align: justify; overflow: auto; height: 10px; -webkit-border-radius: 0px 0px 0px 0px; font-size: 9px; font-family: verdana; position: fixed; margin-left: 48px; width: 84px; background-color: invisivel; color: {color:texto side}; padding: 5px; margin-top: -64px; background-attachment: fixed; opacity: 1; line-height: 8px; -webkit-transition: all 1.9s ease-out; -moz-transition: all 1.9s ease-out;}
  237. .dontremovethis:hover {opacity: 1.9;}
  238.  
  239. .notes {width: 516px; padding: 0px; margin-top: 10px; margin-left: 230px; margin-bottom: 10px; font-size: 9px; text-align: left}
  240.  
  241. ol.notes {list-style: none; margin: 0 20px 0 0px; margin-left: 30px; padding: 0px; z-index: 11;}
  242.  
  243. ol.notes li {background-color: {color:entry}; margin-bottom: 1px; padding: 5px; }
  244.  
  245. .notes img{display: none; border:0px}
  246.  
  247. #manobrow { margin-top: 320px; margin-left: -5px; width: 340px; float: right; background-color: {color:sidebar}; position: fixed; height: 60px; }
  248.  
  249. ::-webkit-scrollbar{width:3px;height:6px;}
  250.  
  251. ::-webkit-scrollbar-button:start:decrement
  252.  
  253. ::-webkit-scrollbar-button:end:increment{display:block;height:0;background-color:transparent;}
  254.  
  255. ::-webkit-scrollbar-track-piece{background-color:{color:fundo scroll};-webkit-border-radius:0;-webkit-border-bottom-right-radius:3px;-webkit-border-bottom-left-radius:3px;}
  256.  
  257. ::-webkit-scrollbar-thumb:vertical{height:100px; background-color: {color:scroll};-webkit-border-radius:px;}
  258.  
  259. ::-webkit-scrollbar-thumb:horizontal{width:40px; background-color: {color:scroll};-webkit-border-radius:px;}
  260.  
  261. #clear{width: 500px; height: 30px}
  262.  
  263. </style>
  264.  
  265. </head>
  266.  
  267. <body>
  268.  
  269. <div id="content">
  270.  
  271. <div id="entries">
  272.  
  273. {block:Posts}
  274.  
  275. <div class="post">
  276.  
  277. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  278.  
  279. {block:Photo}{LinkOpenTag}<div class="image"><img src="{PhotoURL-500}"></div>{LinkCloseTag}{/block:Photo}
  280.  
  281. {block:Photoset}{Photoset-500}{/block:Photoset}
  282.  
  283. {block:Quote}
  284.  
  285. <div class="pquote"><center>{Quote}</center></div>
  286.  
  287. {block:Source}<div class="pquotesource"> — {Source}</div>
  288.  
  289. {/block:Source}
  290.  
  291. {/block:Quote}
  292.  
  293. {block:Link}
  294.  
  295. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  296.  
  297. {block:Description}{Description}{/block:Description}
  298.  
  299. {/block:Link}
  300.  
  301. {block:Chat}
  302.  
  303. {block:Title}<h1><a href="{Permalink}">{Title}</a></h1>{/block:Title}
  304.  
  305. <div class="chat"><ul>{block:Lines}
  306.  
  307. <li class="person{UserNumber}">{block:Label}
  308.  
  309. <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>
  310.  
  311. {/block:Chat}
  312.  
  313. {block:Audio}
  314.  
  315. <div class="player">{AudioPlayerBlack}</div>
  316.  
  317. <div class="icap">{block:Caption}{Caption}{/block:Caption}</div>
  318.  
  319. {/block:Audio}
  320.  
  321. {block:Video}{Video-500}{/block:Video}
  322.  
  323. {block:Answer}
  324.  
  325. <div class="asker"><b>{Asker} asked:</b> {Question}</div>
  326.  
  327. <div class="answer">{Answer}</div>
  328.  
  329. <br>
  330.  
  331. {/block:Answer}
  332.  
  333. <div class="cap">
  334.  
  335. {block:Photo}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  336.  
  337. {block:Video}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  338.  
  339. {block:Photoset}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  340.  
  341. <div class="source">{block:ContentSource}<a href="{SourceURL}">{lang:Source}:{block:SourceLogo}
  342.  
  343. <img src="{BlackLogoURL}" width="{LogoWidth} height="{LogoHeight}" alt="{SourceTitle}" />
  344.  
  345. {/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}</a>
  346.  
  347. {/block:ContentSource}</div></div>
  348.  
  349. <div class="info">
  350.  
  351. <div class="noite">{block:RebloggedFrom}via&nbsp;&nbsp;<a href="{ReblogParentURL}"
  352.  
  353. title="{ReblogParentTitle}">{ReblogParentName}</a>&nbsp;&nbsp;(originally&nbsp;&nbsp;<a href="{ReblogRootURL}"
  354.  
  355. title="{ReblogRootTitle}">{ReblogRootName}</a>){/block:RebloggedFrom}</div></div>
  356.  
  357. <div class="coerapa"><div class="ddb"><div class="tags">{block:HasTags}{block:Tags}#<a href="{TagURL}">{Tag}</a>&nbsp;&nbsp;{/block:Tags}<br>{/block:HasTags}</div>
  358.  
  359. <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}
  360.  
  361. {block:RebloggedFrom}<br>originally <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a>{/block:RebloggedFrom}{block:RebloggedFrom} · via <a href="{ReblogParentURL}">{ReblogParentName}</a>
  362.  
  363. {/block:RebloggedFrom}
  364.  
  365. </div></div></div>
  366.  
  367. {/block:Posts}
  368.  
  369. {block:PostNotes}<div class="notes">{PostNotes}</div>{/block:PostNotes}
  370.  
  371. </div>
  372.  
  373. <div id="sidebar">
  374. <div class="dontremovethis">© <a href="http://03-93.tumblr.com/"><small>theme</small></a></div>
  375. </div>
  376.  
  377. <div id="fotosidebar">
  378. <div id="ftsidebar"><img src="{image:sidebar image}">
  379. </div></div>
  380. <div id="frase">{text:frase}</div>
  381. <div class="luizadomarc">{description} <br><center><a href="{text:Link One}"><small>{text:Link One Title}</small></a> - <a href="{text:Link Two}"><small>{text:Link Two Title}</small></a> - <a href="{text:Link Three}"><small>{text:Link Three Title}</small></a> - <a href="{text:Link Four}"><small>{text:Link Four Title}</small></a> - <a href="{text:Link Five}"><small>{text:Link Five Title}</small></a> </center></div>
  382. <div id="side">
  383. <div id="sidepagina">
  384. <div class="pagina">{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}"><big><big><big>↓ </big></big></big></a>{/block:PreviousPage}{block:NextPage}<a href="{NextPage}"><big><big><big> ↑</big></big></big></a>{/block:NextPage}{/block:Pagination}</div></div>
  385.  
  386. </div>
  387.  
  388. </div>
  389. </div>
  390. </div>
  391.  
  392. </body>
  393.  
  394. </html>
Advertisement
Add Comment
Please, Sign In to add comment