03-93

theme 20

Feb 26th, 2012
3,118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.95 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="georgia" />
  14.  
  15. <meta name="font:title" content="georgia" />
  16.  
  17. <meta name="color:link" content="#aaaaaa" />
  18.  
  19. <meta name="text:simbolo" content="+ " />
  20.  
  21. <meta name="color:text" content="#aaaaaa" />
  22.  
  23. <meta name="color:sidebar" content="#FFFFFF" />
  24.  
  25. <meta name="color:entry" content="#ffffff" />
  26.  
  27. <meta name="color:fundo scroll" content="#ffffff" />
  28.  
  29. <meta name="color:scroll" content="#ffffff" />
  30.  
  31. <meta name="color:borda" content="#ffffff" />
  32.  
  33. <meta name="text:title" content="" />
  34.  
  35. <meta name="text:Link1" content="" />
  36.  
  37. <meta name="text:Link1 Title" content="" />
  38.  
  39. <meta name="text:Link2" content="" />
  40.  
  41. <meta name="text:Link2 Title" content="" />
  42.  
  43. <meta name="text:Link3" content="" />
  44.  
  45. <meta name="text:Link3 Title" content="" />
  46.  
  47. <meta name="text:Link4" content="" />
  48.  
  49. <meta name="text:Link4 Title" content="" />
  50.  
  51. <meta name="text:Link5" content="" />
  52.  
  53. <meta name="text:Link5 Title" content="" />
  54.  
  55. <meta name="text:Link6" content="" />
  56.  
  57. <meta name="text:Link6 Title" content="" />
  58.  
  59.           <meta name="color:textlink" content="#000000" />
  60.  
  61.           <meta name="color:textlinkhover" content="#fff" />
  62.  
  63.           <meta name="color:bglink" content="#fff" />
  64.  
  65.           <meta name="color:bglinkhover" content="#000" />
  66.  
  67.           <meta name="color:fundotitulo" content="#ffffff" />
  68.  
  69.           <meta name="color:textotitulo" content="#aaaaaa" />
  70.  
  71. <meta name="image:foto1" content="" />
  72.  
  73.  
  74. <title>{Title}</title>
  75.  
  76. <link rel="shortcut icon" href="{Favicon}">
  77.  
  78. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  79.  
  80. {block:Description}
  81.  
  82. <meta name="description" content="{MetaDescription}" />
  83.  
  84. {/block:Description}
  85.  
  86. <style type="text/css">
  87.  
  88. body {background-color: {color:background} ; color:{color:background};
  89.  
  90. font-family: {font:body}; font-size:11px; line-height:110%;
  91.  
  92. margin:0 auto 0 auto; text-align:center; background-image:url('{image:background}'); background-attachment:
  93.  
  94. fixed; }
  95.  
  96. a {color:{color:link}; text-decoration: none; font-size: 11px; text-transform: none}
  97.  
  98. a:hover {color:#D6D6D6; -webkit-transition-duration: 0.6s; -moz-transition-duration: 0.6s;}
  99.  
  100. p{margin-top: 1px}
  101.  
  102. blockquote{margin-left:5px; margin-right: 0px; border-left: 5px solid {color:#fff}; padding-left:5px;
  103.  
  104. margin-top: 4px;}
  105.  
  106. #xp {text-align: center; width: 870px; margin: 20px auto 10px auto; padding: 0px; z-index: 1}
  107.  
  108. #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;}
  109.  
  110. #navigation{position: fixed; z-index: -2; width: 100%; top: 45%; left: 0px; background-color:transparent; height: 100px;
  111.  
  112. text-align: center; font-size: 85px;}
  113.  
  114. .left{float:left; margin-left: 10px; width: 40px}
  115.  
  116. .left a{text-decoration: none; font-size: 75px; line-height: 75px}
  117.  
  118. .left a:hover{background-color: transparent; opacity: 0.4; filter:alpha (opacity=40)}
  119.  
  120. .right{float:right; margin-right: 10px; width: 40px}
  121.  
  122. .right a{text-decoration: none; font-size: 75px; line-height: 75px}
  123.  
  124. .right a:hover{background-color: transparent; opacity: 0.4; filter:alpha (opacity=40)}
  125.  
  126. #content{width: 800px; text-align: center; margin:10px auto 0 auto; padding-bottom: 150px; background-color:
  127.  
  128. transparent; color:{color:text}; padding: 0px;}
  129.  
  130. #entries{float: right; background-color: transparent; text-align: center}
  131.  
  132. .post{width: 500px; margin: 4px 0 4px 260px; padding: 8px; text-align: justify; background-color:{color:entry}; margin-bottom: -9px; margin-right: -15px; margin-top: 10px;}
  133.  
  134. .post img{margin: 5px 0 5px 0}
  135.  
  136. 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}
  137.  
  138. h1 a{font-size: 16px; font-weight:normal; font-style: normal; letter-spacing: 0px;text-transform: none; line-height: 22px; text-align:center}
  139.  
  140. 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}
  141.  
  142. h3 a:hover{background-color:transparent}
  143.  
  144. .image{text-align: center; height: auto; margin-bottom: 2px; border: 0px}
  145.  
  146. .qqmarks{font-size: 80px; font-family: {font:body}; font-weight: normal; line-height: 80px; color:{color:linkbackground}}
  147.  
  148. 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}
  149.  
  150. .qquote{font-family:{font:title}; font-size: 18px; letter-spacing: -1px; line-height: 18px; text-transform: lowercase; margin-top: -70px;
  151.  
  152. text-indent: 45px}
  153.  
  154. .pquote {font-family: {font:title}; text-align: justify; font-size: 13px; line-height: 15px; padding: 3px;}
  155.  
  156. .pquotesource {text-align: center; text-transform: none; margin-bottom: 5px;}
  157.  
  158. .pquotesource a, a:hover{text-transform: none;}
  159.  
  160. .chat{line-height: 12px; list-style: none }
  161.  
  162. .chat ul {line-height: 15px; list-style: none; padding: 0px; line-height: 20px;}
  163.  
  164. .person1 {color: {color:text} }
  165.  
  166. .person1 .label { font-weight: bold; padding: 0px; margin-left: 5px; color: {color: text} }
  167.  
  168. .person2 {color: {color:text} }
  169.  
  170. .person2 .label { font-weight: bold; padding: 0px; margin-left: 5px; color: {color: text} }
  171.  
  172. .player {background-color: #000; text-align: left; display:block;}
  173.  
  174. .source{display:none}
  175.  
  176. .asker {font-size: 11px;}
  177.  
  178. .asker a {color: {color:link}}
  179.  
  180. .asker a:hover {color: {color:bglink};}
  181.  
  182. .askk img {text-align: center;}
  183.  
  184. .askk img a{background-color: {color:left};}
  185.  
  186. .askk img a:hover {background-color: {color:sidebarlinks};}
  187.  
  188. .answer {clear: both; padding: 4px}
  189.  
  190. .answer img {max-width: 470px;}
  191.  
  192. .info {font-family:verdana; font-size:10px; text-transform:lowercase; text-align:center;}
  193.  
  194. .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;}
  195.  
  196. .coerapa a {font-size: 9px;}
  197.  
  198. .ddb {padding: 2px; border-bottom: 0px dotted {color:background}; text-align: left;}
  199.  
  200. .noite {float:right; margin-center: 0px; margin-top: 12px; text-align: center; font-size: 0px; color: {color:infotext};}
  201.  
  202. .noite a{font-size: 0px; text-align: center; color: {color:infotext}; text-transform: lowercase;}
  203.  
  204. .tags{font-size:9px; display: inline}
  205.  
  206. .origin{font-size:9px}
  207.  
  208. .ibottom{margin-top: 5px; font-family: {font:body}; text-align:center;}
  209.  
  210. .date{float:left; padding-center: 10px; text-transform: lowercase; font-size: 9px; text-align:center;}
  211.  
  212. .permalink{float:left; padding-center: 10px; text-transform: lowercase; font-size: 9px; text-align:center;}
  213.  
  214. .source{display:none}
  215.  
  216. #slideShowContainer{ float: left; margin-top: -21px; margin-left: 102px; height: 173px; width:165px; position: fixed; background-color: transparent; padding: 0px; border: 5px solid {color:entry}; -webkit-transition: all .8s ease-out; -moz-transition: all .8s ease-out; }
  217.  
  218. #slideShow2 {margin-top: 0px; margin-top: -12px;}
  219. #slideShow2 img{width: 165px; height: 173px; margin-left: 0px;}
  220.  
  221. #slideShow4 {margin-top: 0px; margin-bottom: 0px;}
  222. #slideShow4 img{width: 165px; height: 173px; margin-left: 0px; }
  223.  
  224.  
  225. #linkaa {width: 200px; float: left; margin-left:105px; margin-top: -16px; padding: 0px; text-align: center; position: fixed; -moz-transition: opacity .7s ease-in-out; -o-transition: opacity .7s ease-in-out; transition: opacity .7s ease-in-out; -webkit-transition: opacity .7s ease-in-out; opacity: 0; }
  226. #linkaa a {float: left; margin-left: 2px; display: block; letter-spacing: 0px; font-family: verdana; font-size: 9px; text-align: center; margin-bottom: 1px; width:165px; background-color: {color:bglink}; color:{color:textlink}; text-decoration: none; text-transform: none; line-height: 28px; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;}
  227. #linkaa a:hover{text-align: center; background-color: {color:bglinkhover}; color:{color:textlinkhover}; letter-spacing: 3px;}
  228. #linkaa:hover{opacity: 0.7;}
  229.  
  230.  
  231.  
  232.  
  233. #sidebarsimbol { padding: 8px; position:fixed; margin-left: 102px; margin-top: 163px; width: 10px; font-size: 16px; height: 3px; overflow: hidden; text-align: center; font-family: georgia; line-height: 0px; color: {color:text}; position: fixed; -webkit-transition: all 0.5s ease-out; -moz-transition: all 0.5s ease-out; float:left; z-index: 2; background-color: {color:sidebar};}
  234.  
  235. #sidebarsimbol:hover { color:transparent; height: 167px; width: 159px; margin-top: -21px; margin-left:102px; position:fixed; background-color: {color:sidebar}; opacity: 0.8; z-index:1000; padding-top:8px; }
  236.  
  237. #sidebardescription {padding: 7px; text-align: justify; font-size: 9px; font-family: verdana; color: {color:text}; line-height:11px; background-color:{color:sidebar}; height:167px; width:159px; padding-left:8px; padding-right:8px; margin-top:5px;}
  238. #sidebardescription a {color: {color:text}; font-weight:none;}
  239. #sidebardescription:hover {margin-top:-12px; margin-left:-8px; }
  240.  
  241.  
  242. #credito{background-color:{color:sidebar}; height: 11px; font-size: 9px; letter-spacing: 0px; color: {color:text}; padding: 4px; width: 140px; position: fixed;-webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out; margin-left: 149px; font-family: tahoma; text-align:center; margin-top: 221px; px; z-index: 2; }
  243.  
  244.  
  245. #rollercoaster {margin-left:-189px; -webkit-transition: all 1.5s ease-out;-moz-transition: all 1.5s ease-out;transition: all 1.5s ease-out; background-color: {color:contornolink};}
  246.  
  247. #rollercoaster:hover {margin-left:0px;}
  248.  
  249. .roller {width:189px; height:auto; margin-left:45px; margin-top:55px; overflow:hidden; ; position: fixed; border: solid 5px {color:borda}}
  250.  
  251. #sidlinks{font-size: 9px; font-family: verdana; margin-left: 1px; width: 181px; background-color: {color:bglinks}; text-align: justify; padding: 2px; margin-top: 0px; height: auto; height:183px; border:1px solid {color:bordalinks};}
  252.  
  253.  
  254. #sidlinks a {float: left; display: block; letter-spacing: -1px; font-family: verdana; font-size: 9px; text-align: center; margin-bottom: 1px; width: 180px; background-color: {color:bglinks}; height: 22px; color: {color:links}; text-decoration: none; text-transform: none; line-height: 22px; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;}
  255.  
  256.  
  257.  
  258. #sidlinks a:hover{text-align: center; letter-spacing: 6px;}
  259.  
  260.  
  261.  
  262. .sidebarimage {margin-top: 0px; margin-left: 1px; height: 190px; width: 0px; padding: 0px; background-color: #000000;}
  263.  
  264. .sidebarimg {display: inline; padding:0px; margin:0px;}
  265.  
  266. .sidebarimg img{width: 189px; height: 190px;}
  267.  
  268.  
  269.  
  270.  
  271.  
  272.  
  273. #title {width: 168px; height: 15px; padding: 6px 5px 5px 2px; margin-top: 10px; background-color: {color:fundotitulo}; text-align: center; position: fixed; color: {color:textotitulo}; margin-left: 122px}
  274.  
  275. #fundotitulo {margin-left:0px; margin-top:0px; margin-bottom:0px; font-family: georgia; font-size:14px; width:168px}
  276.  
  277.  
  278.  
  279. #sidebar {width: 0px; height: 0px; float: left; margin-left:20px; margin-top: 58px; padding: 0px; background-color: {color:background}; text-align: center; position: fixed; }
  280.  
  281. .notes {width: 516px; padding: 0px; margin-top: 10px; margin-left: 230px; margin-bottom: 10px; font-size: 9px; text-align: left}
  282.  
  283. ol.notes {list-style: none; margin: 0 20px 0 0px; margin-left: 30px; padding: 0px; z-index: 11;}
  284.  
  285. ol.notes li {background-color: {color:entry}; margin-bottom: 1px; padding: 5px; }
  286.  
  287. .notes img{display: none; border:0px}
  288.  
  289. #manobrow { margin-top: 320px; margin-left: -5px; width: 340px; float: right; background-color: {color:sidebar}; position: fixed; height: 60px; }
  290.  
  291.  
  292.  
  293. #slidetxt {text-align: justify; overflow: hidden; height: 140px; -webkit-border-radius: 0px 0px 0px 0px; font-size: 9px; font-family: verdana; position: fixed; margin-left: -5px; width: 150px; background-color: #fff; color: #000; padding: 10px; margin-top: 40px; background-attachment: fixed;}
  294.  
  295.  
  296.  
  297. #sidepagina{left: 340px; top: 270px; width: 60px; float: left; background-color: transparent; position: fixed; height: 21px; color: #888888; }
  298. .pagina{color: #888888; padding:5px; font-family: {font:text}; line-height: 7px; font-size: 23px; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;}
  299.  
  300.  
  301. ::-webkit-scrollbar{width:3px;height:6px;}
  302.  
  303. ::-webkit-scrollbar-button:start:decrement
  304.  
  305. ::-webkit-scrollbar-button:end:increment{display:block;height:0;background-color:transparent;}
  306.  
  307. ::-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;}
  308.  
  309. ::-webkit-scrollbar-thumb:vertical{height:100px; background-color: {color:scroll};-webkit-border-radius:px;}
  310.  
  311. ::-webkit-scrollbar-thumb:horizontal{width:40px; background-color: {color:scroll};-webkit-border-radius:px;}
  312.  
  313. #clear{width: 500px; height: 30px}
  314.  
  315. </style>
  316.  
  317. </head>
  318.  
  319. <body>
  320.  
  321.  
  322.  
  323. <div id="content">
  324.  
  325. <div id="entries">
  326.  
  327. {block:Posts}
  328.  
  329. <div class="post">
  330.  
  331. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  332.  
  333. {block:Photo}{LinkOpenTag}<div class="image"><img src="{PhotoURL-500}"></div>{LinkCloseTag}{/block:Photo}
  334.  
  335. {block:Photoset}{Photoset-500}{/block:Photoset}
  336.  
  337. {block:Quote}
  338.  
  339. <div class="pquote"><center>{Quote}</center></div>
  340.  
  341. {block:Source}<div class="pquotesource"> — {Source}</div>
  342.  
  343. {/block:Source}
  344.  
  345. {/block:Quote}
  346.  
  347. {block:Link}
  348.  
  349. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  350.  
  351. {block:Description}{Description}{/block:Description}
  352.  
  353. {/block:Link}
  354.  
  355. {block:Chat}
  356.  
  357. {block:Title}<h1><a href="{Permalink}">{Title}</a></h1>{/block:Title}
  358.  
  359. <div class="chat"><ul>{block:Lines}
  360.  
  361. <li class="person{UserNumber}">{block:Label}
  362.  
  363. <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>
  364.  
  365. {/block:Chat}
  366.  
  367. {block:Audio}
  368.  
  369. <div class="player">{AudioPlayerBlack}</div>
  370.  
  371. <div class="icap">{block:Caption}{Caption}{/block:Caption}</div>
  372.  
  373. {/block:Audio}
  374.  
  375. {block:Video}{Video-500}{/block:Video}
  376.  
  377. {block:Answer}
  378.  
  379. <div class="asker"><b>{Asker} asked:</b> {Question}</div>
  380.  
  381. <div class="answer">{Answer}</div>
  382.  
  383. <br>
  384.  
  385. {/block:Answer}
  386.  
  387. <div class="cap">
  388.  
  389. {block:Photo}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  390.  
  391. {block:Video}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  392.  
  393. {block:Photoset}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  394.  
  395. <div class="source">{block:ContentSource}<a href="{SourceURL}">{lang:Source}:{block:SourceLogo}
  396.  
  397. <img src="{BlackLogoURL}" width="{LogoWidth} height="{LogoHeight}" alt="{SourceTitle}" />
  398.  
  399. {/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}</a>
  400.  
  401. {/block:ContentSource}</div></div>
  402.  
  403. <div class="info">
  404.  
  405. <div class="noite">{block:RebloggedFrom}via&nbsp;&nbsp;<a href="{ReblogParentURL}"
  406.  
  407. title="{ReblogParentTitle}">{ReblogParentName}</a>&nbsp;&nbsp;(originally&nbsp;&nbsp;<a href="{ReblogRootURL}"
  408.  
  409. title="{ReblogRootTitle}">{ReblogRootName}</a>){/block:RebloggedFrom}</div></div>
  410.  
  411. <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>
  412.  
  413. <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}
  414.  
  415. {block:RebloggedFrom}<br>originally <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a>{/block:RebloggedFrom}{block:RebloggedFrom} · via <a href="{ReblogParentURL}">{ReblogParentName}</a>
  416.  
  417. {/block:RebloggedFrom}
  418.  
  419. </div></div></div>
  420.  
  421. {/block:Posts}
  422.  
  423. {block:PostNotes}<div class="notes">{PostNotes}</div>{/block:PostNotes}
  424.  
  425. </div>
  426.  
  427. <div id="title"><div id="fundotitulo"><font color="{color:textotitulo}"> {text:title}</font> </div></div>
  428.  
  429.  
  430. <div id="side">
  431.  
  432.  
  433. <div id="sidebar">
  434.  
  435. <div id="sidebarsimbol">{text:simbolo}
  436. <div id="sidebardescription">
  437. {description}</div>
  438. </div>
  439.  
  440. <div id="slideShowContainer">
  441. <div id="slideShow2"><div id="slideShow4">
  442.                 <img src="{image:foto1}"/>
  443.   </div></div></div>
  444.  
  445.  
  446. <div id="linkaa">
  447.  
  448. {block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a>{/block:ifLink1}
  449. {block:ifLink2}<a href="{text:Link2}">{text:Link2 Title}</a> {/block:ifLink2}
  450. {block:ifLink3}<a href="{text:Link3}">{text:Link3 Title}</a> {/block:ifLink3}
  451. {block:ifLink4}<a href="{text:Link4}">{text:Link4 Title}</a> {/block:ifLink4}
  452. {block:ifLink5}<a href="{text:Link5}">{text:Link5 Title}</a> {/block:ifLink5}
  453. {block:ifLink6}<a href="{text:Link6}">{text:Link6 Title}</a> {/block:ifLink6}
  454. {block:ifLink7}<a href="{text:Link7}">{text:Link7 Title}</a> {/block:ifLink7}
  455. {block:ifLink8}<a href="{text:Link8}">{text:Link8 Title}</a> {/block:ifLink8}
  456. {block:ifLink9}<a href="{text:Link9}">{text:Link9 Title}</a> {/block:ifLink9}
  457. </div>
  458.  
  459. </div>
  460.  
  461. </div>
  462.  
  463.  
  464.  
  465. <div id="credito">theme by 03-93 details of pc.</div>
  466.  
  467. <div id="sidepagina">
  468. <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>
  469.  
  470.  
  471.  
  472. </div>
  473.  
  474. </div>
  475.  
  476. </body>
  477.  
  478. </html>
Advertisement
Add Comment
Please, Sign In to add comment