03-93

theme 15

Feb 11th, 2012
1,842
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.46 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.  
  6.  
  7.  
  8. <!-- THEME POR MARCELO PRADO --!>
  9.  
  10.  
  11.  
  12.  
  13. <html xmlns="http://www.wd3.org/1999/xhtml" xml:lang="en" lang="en">
  14.  
  15. <head> <!-- DEFAULT VARIABLES -->
  16. <head> <meta name="color:background" content="#f5f5f5" />
  17. <meta name="font:body" content="georgia" />
  18. <meta name="font:title" content="georgia" />
  19. <meta name="color:link" content="#000000" />
  20. <meta name="color:text" content="#000000" />
  21. <meta name="color:sidebar" content="#FFFFFF" />
  22. <meta name="color:entry" content="#ffffff" />
  23. <meta name="color:pages" content="#ffffff" />
  24.  
  25. <meta name="color:texto side" content="#ffffff" />
  26.           <meta name="color:fundotitulo" content="#256890" />
  27.           <meta name="color:textotitulo" content="#fff" />
  28.           <meta name="text:title" content="like a fool" />
  29.  
  30. <meta name="text:Link1" content=" " />
  31. <meta name="text:Link1 Title" content=" " />
  32. <meta name="text:Link2" content=" " />
  33. <meta name="text:Link2 Title" content=" " />
  34. <meta name="text:Link3" content=" " />
  35. <meta name="text:Link3 Title" content=" " />
  36. <meta name="text:Link4" content=" " />
  37. <meta name="text:Link4 Title" content=" " />
  38. <meta name="text:Link5" content=" " />
  39. <meta name="text:Link5 Title" content=" " />
  40. <meta name="text:Link6" content=" " />
  41. <meta name="text:Link6 Title" content=" " />
  42. <meta name="text:Link7" content=" " />
  43. <meta name="text:Link7 Title" content=" " />
  44.  
  45. <meta name="color:linkbg" content="#ffffff" />
  46. <meta name="color:linktext" content="#838383" />
  47. <meta name="color:hoverlinkbg" content="#838383" />
  48. <meta name="color:hoverlinktext" content="#ffffff" />
  49.           <meta name="image:foto1" content=""/>
  50.  
  51.  
  52.  
  53. <title>{Title}</title>
  54. <link rel="shortcut icon" href="{Favicon}">
  55. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  56. {block:Description}
  57. <meta name="description" content="{MetaDescription}" />
  58. {/block:Description}
  59.  
  60.  
  61.  
  62.  
  63. <style type="text/css">
  64.  
  65. body {background-color: {color:background} ; color:{color:background};
  66. font-family: {font:body}; font-size:11px; line-height:110%;
  67. margin:0 auto 0 auto; text-align:center; background-image:url('{image:background}'); background-attachment:
  68.  
  69. fixed; }
  70.  
  71. a {color:{color:link}; text-decoration: none; font-size: 11px; text-transform: none}
  72. a:hover {color:#D6D6D6; -webkit-transition-duration: 0.6s; -moz-transition-duration: 0.6s;}
  73. p{margin-top: 1px}
  74. blockquote{margin-left:5px; margin-right: 0px; border-left: 5px solid {color:#fff}; padding-left:5px;
  75.  
  76. margin-top: 4px;}
  77.  
  78. #xp {text-align: center; width: 870px; margin: 20px auto 10px auto; padding: 0px; z-index: 1}
  79.  
  80. #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;}
  81.  
  82.  
  83.  
  84. #navigation{position: fixed; z-index: -2; width: 100%; top: 45%; left: 0px; background-color:transparent; height: 100px;
  85.  
  86. text-align: center; font-size: 85px;}
  87. .left{float:left; margin-left: 10px; width: 40px}
  88. .left a{text-decoration: none; font-size: 75px; line-height: 75px}
  89. .left a:hover{background-color: transparent; opacity: 0.4; filter:alpha (opacity=40)}
  90. .right{float:right; margin-right: 10px; width: 40px}
  91. .right a{text-decoration: none; font-size: 75px; line-height: 75px}
  92. .right a:hover{background-color: transparent; opacity: 0.4; filter:alpha (opacity=40)}
  93.  
  94. #content{width: 800px; text-align: center; margin:10px auto 0 auto; padding-bottom: 150px; background-color:
  95. transparent; color:{color:text}; padding: 0px;}
  96.  
  97.  
  98. #entries{float: right; background-color: transparent; text-align: center}
  99.  
  100. .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;}
  101. .post img{margin: 5px 0 5px 0}
  102.  
  103. 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}
  104.  
  105. h1 a{font-size: 16px; font-weight:normal; font-style: normal; letter-spacing: 0px;text-transform: none; line-height: 22px; text-align:center}
  106.  
  107. 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}
  108.  
  109. h3 a:hover{background-color:transparent}
  110. .image{text-align: center; height: auto; margin-bottom: 2px; border: 0px}
  111. .qqmarks{font-size: 80px; font-family: {font:body}; font-weight: normal; line-height: 80px; color:{color:linkbackground}}
  112. 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}
  113.  
  114. .qquote{font-family:{font:title}; font-size: 18px; letter-spacing: -1px; line-height: 18px; text-transform: lowercase; margin-top: -70px;
  115.  
  116. text-indent: 45px}
  117.  
  118. .pquote {font-family: {font:title}; text-align: justify; font-size: 13px; line-height: 15px; padding: 3px;}
  119. .pquotesource {text-align: center; text-transform: none; margin-bottom: 5px;}
  120. .pquotesource a, a:hover{text-transform: none;}
  121. .chat{line-height: 12px; list-style: none }
  122. .chat ul {line-height: 15px; list-style: none; padding: 0px; line-height: 20px;}
  123. .person1 {color: {color:text} }
  124. .person1 .label { font-weight: bold; padding: 0px; margin-left: 5px; color: {color: text} }
  125. .person2 {color: {color:text} }
  126. .person2 .label { font-weight: bold; padding: 0px; margin-left: 5px; color: {color: text} }
  127. .player {background-color: #000; text-align: left; display:block;}
  128. .source{display:none}
  129.  
  130. .asker {font-size: 11px;}
  131. .asker a {color: {color:link}}
  132. .asker a:hover {color: {color:bglink};}
  133.  
  134. .askk img {text-align: center;}
  135. .askk img a{background-color: {color:left};}
  136. .askk img a:hover {background-color: {color:sidebarlinks};}
  137.  
  138. .answer {clear: both; padding: 4px}
  139. .answer img {max-width: 470px;}
  140.  
  141. .info {font-family:verdana; font-size:10px; text-transform:lowercase; text-align:center;}
  142.  
  143. .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;}
  144. .coerapa a {font-size: 9px;}
  145.  
  146. .ddb {padding: 2px; border-bottom: 0px dotted {color:background}; text-align: left;}
  147.  
  148. .noite {float:right; margin-center: 0px; margin-top: 12px; text-align: center; font-size: 0px; color: {color:infotext};}
  149. .noite a{font-size: 0px; text-align: center; color: {color:infotext}; text-transform: lowercase;}
  150. .tags{font-size:9px; display: inline}
  151. .origin{font-size:9px}
  152. .ibottom{margin-top: 5px; font-family: {font:body}; text-align:center;}
  153. .date{float:left; padding-center: 10px; text-transform: lowercase; font-size: 9px; text-align:center;}
  154. .permalink{float:left; padding-center: 10px; text-transform: lowercase; font-size: 9px; text-align:center;}
  155. .source{display:none}
  156.  
  157. #title {width: 262px; height: 23px; padding: 6px 5px 5px 2px; margin-top: 10px; background-color: {color:fundotitulo}; text-align: center; position: fixed; color: {color:textotitulo}; margin-left: 29px; -webkit-border-top-left-radius:20px}
  158.  
  159. #fundotitulo {margin-left:0px; margin-top:4px; margin-bottom:0px; font-family: georgia; font-size:18px; width:258px;}
  160.  
  161. #slideShowContainer{ float: left; margin-top: 45px; margin-left: 29px; height: 161px; width:157px; position: fixed; background-color: transparent; padding: 0px; border: 3px solid {color:entry}; -webkit-transition: all .8s ease-out; -moz-transition: all .8s ease-out; }
  162.  
  163. #slideShow2 {margin-top: 0px; margin-top: -12px;}
  164. #slideShow2 img{width: 157px; height: 161px; margin-left: 0px;}
  165.  
  166. #slideShow4 {margin-top: 0px; margin-bottom: 0px;}
  167. #slideShow4 img{width: 157px; height: 161px; margin-left: 0px; }
  168.  
  169. #lugarside {width:auto; height:auto; margin-left: 9px; margin-top:155px; position:fixed; overflow:hidden; background-color: {color:entry}; border-left:0px solid; border-right:0px solid; padding:10px}
  170.  
  171. .textoside {float: right; margin-top:-7px; width: 259px; margin-right: -9px; background-color: {color:sidebar}; border: 1px solid {color:entry}; overflow: auto; padding: 3px; height: 88px; font-family: Verdana, Geneva, Tahoma, sans-serif; font-size:9px; text-align: justify;}
  172.  
  173.  
  174. #fundoside {margin-left:0px; margin-top:0px; margin-bottom:0px; font-family: Verdana, Geneva, Tahoma, sans-serif; font-size:9px; width:249px}
  175.  
  176. #mls {width: auto; height: auto; margin-left: 169px; margin-top: -17px; position:fixed; overflow:hidden; background-color:; padding:4px;}
  177. #mls a {display: block; font-family: verdana; text-transform: uppercase; font-size: 9px; text-align: center; margin-bottom: 1px; height: 19px; width: 101px; background-color: {color:linkbg}; color:{color:linktext};text-decoration: none; padding: 2px 2px 2px 2px;}
  178. #mls a:hover{letter-spacing: 4px; text-transform: uppercase; background-color: {color:hoverlinkbg}; color:{color:hoverlinktext}}
  179.  
  180.  
  181. #credito{background-color:{color:sidebar}; font-size: 9px; letter-spacing: 0px; color: {color:text}; padding: 3px; width: 100px; position: fixed;-webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out; margin-left: 29px; font-family: verdana; text-align:center; margin-top: 323px; px; z-index: 2; }
  182.  
  183. #sidebar {width: 0px; height: 0px; float: left; margin-left:20px; margin-top: 58px; padding: 0px; background-color: {color:background}; text-align: center; position: fixed; }
  184.  
  185.  
  186. .notes {width: 516px; padding: 0px; margin-top: 10px; margin-left: 230px; margin-bottom: 10px; font-size: 9px; text-align: left}
  187.  
  188. ol.notes {list-style: none; margin: 0 20px 0 0px; margin-left: 30px; padding: 0px; z-index: 11;}
  189.  
  190. ol.notes li {background-color: {color:entry}; margin-bottom: 1px; padding: 5px; }
  191.  
  192. .notes img{display: none; border:0px}
  193.  
  194.  
  195. #manobrow { margin-top: 320px; margin-left: -5px; width: 340px; float: right; background-color: {color:sidebar}; position: fixed; height: 60px; }
  196.  
  197.  
  198. #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;}
  199.  
  200. #sdbarth{margin-left: 136px; margin-top: 323px; width: 162px; float: left; background-color: {color:sidebar}; padding: 0px; position: fixed; height: 18px; -moz-transition: all 0.4s ease-out; margin-bottom: -1px;}
  201.  
  202. /*** Paginação by madlyluv.com ***/#paginacaoml {font-size: 9px; font-family: Verdana; line-height: 21px;}#paginacaoml a {font-size: 9px; font-family: Verdana; background: {color:sidebar}; margin: 0 1px 0 0; padding: 2px 4px; color: {color:link}; text-decoration: none;}#paginacaoml a:hover {font-size: 9px; font-family: Verdana; background: {color:sidebar}; border: none;}#paginacaoml span.pagina_atual {background: {color:sidebar}; margin: 0 1px 0 0; padding: 2px 4px; color: {color:link}; text-decoration: none; font-weight: bold;}#paginacaoml span.info {background: {color:sidebar}; margin: 0 1px 0 0; padding: 2px 4px; color: {color:link}; text-decoration: none;}
  203.  
  204. ::-webkit-scrollbar{width:3px;height:6px;}
  205. ::-webkit-scrollbar-button:start:decrement
  206. ::-webkit-scrollbar-button:end:increment{display:block;height:0;background-color:transparent;}
  207. ::-webkit-scrollbar-track-piece{background-color:#f5f5f5;-webkit-border-radius:0;-webkit-border-bottom-right-radius:3px;-webkit-border-bottom-left-radius:3px;}
  208. ::-webkit-scrollbar-thumb:vertical{height:100px; background-color:#000000;-webkit-border-radius:px;}
  209. ::-webkit-scrollbar-thumb:horizontal{width:40px; background-color:#000;-webkit-border-radius:px;}
  210.  
  211.  
  212.  
  213. #clear{width: 500px; height: 30px}
  214.  
  215.  
  216.  
  217.  
  218.  
  219.  
  220. </style>
  221.  
  222. </head>
  223.  
  224. <body>
  225.  
  226.  
  227. <div id="content">
  228.  
  229. <div id="entries">
  230.  
  231. {block:Posts}
  232.  
  233. <div class="post">
  234.  
  235. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  236.  
  237. {block:Photo}{LinkOpenTag}<div class="image"><img src="{PhotoURL-500}"></div>{LinkCloseTag}{/block:Photo}
  238.  
  239. {block:Photoset}{Photoset-500}{/block:Photoset}
  240.  
  241. {block:Quote}
  242. <div class="pquote">“{Quote}”</div>
  243. {block:Source}<div class="pquotesource"> — {Source}</div>
  244. {/block:Source}
  245. {/block:Quote}
  246.  
  247. {block:Link}
  248. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  249. {block:Description}{Description}{/block:Description}
  250. {/block:Link}
  251.  
  252. {block:Chat}
  253. {block:Title}<h1><a href="{Permalink}">{Title}</a></h1>{/block:Title}
  254. <div class="chat"><ul>{block:Lines}
  255. <li class="person{UserNumber}">{block:Label}
  256. <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>
  257. {/block:Chat}
  258.  
  259. {block:Audio}
  260. <div class="player">{AudioPlayerBlack}</div>
  261. <div class="icap">{block:Caption}{Caption}{/block:Caption}</div>
  262. {/block:Audio}
  263.  
  264. {block:Video}{Video-500}{/block:Video}
  265.  
  266. {block:Answer}
  267. <div class="asker"><b>{Asker} asked:</b> {Question}</div>
  268. <div class="answer">{Answer}</div>
  269. <br>
  270. {/block:Answer}
  271.  
  272.  
  273. <div class="cap">
  274. {block:Photo}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  275. {block:Video}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  276. {block:Photoset}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  277.  
  278. <div class="source">{block:ContentSource}<a href="{SourceURL}">{lang:Source}:{block:SourceLogo}
  279. <img src="{BlackLogoURL}" width="{LogoWidth} height="{LogoHeight}" alt="{SourceTitle}" />
  280. {/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}</a>
  281. {/block:ContentSource}</div></div>
  282.  
  283.  
  284. <div class="info">
  285. <div class="noite">{block:RebloggedFrom}via&nbsp;&nbsp;<a href="{ReblogParentURL}"
  286. title="{ReblogParentTitle}">{ReblogParentName}</a>&nbsp;&nbsp;(originally&nbsp;&nbsp;<a href="{ReblogRootURL}"
  287.  
  288. title="{ReblogRootTitle}">{ReblogRootName}</a>){/block:RebloggedFrom}</div></div>
  289.  
  290. <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>
  291. <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}
  292. {block:RebloggedFrom}<br>originally <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a>{/block:RebloggedFrom}{block:RebloggedFrom} · via <a href="{ReblogParentURL}">{ReblogParentName}</a>
  293. {/block:RebloggedFrom}
  294.  
  295. </div></div></div>
  296.  
  297. {/block:Posts}
  298. {block:PostNotes}<div class="notes">{PostNotes}</div>{/block:PostNotes}
  299.  
  300. </div>
  301.  
  302.  
  303. <div id="slideShowContainer">
  304. <div id="slideShow2"><div id="slideShow4">
  305.                 <img src="{image:foto1}"/>
  306.   </div></div></div>
  307.  
  308.  
  309. <div id="side">
  310. <div id="title"><div id="fundotitulo"><font color="{color:textotitulo}"> <i>{text:title}</i></font> </div></div>
  311. <div id="sidebar">
  312.  
  313. <div id="lugarside">
  314. <div id="fundoside"><div class="textoside">{block:Description}{Description}{/block:Description}</div></div></div>
  315.  
  316. <div id="mls">
  317. {block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a>{/block:ifLink1}
  318. {block:ifLink2}<a href="{text:Link2}">{text:Link2 Title}</a>{/block:ifLink2}
  319. {block:ifLink3}<a href="{text:Link3}">{text:Link3 Title}</a>{/block:ifLink3}
  320. {block:ifLink4}<a href="{text:Link4}">{text:Link4 Title}</a>{/block:ifLink4}
  321. {block:ifLink5}<a href="{text:Link5}">{text:Link5 Title}</a>{/block:ifLink5}
  322. {block:ifLink6}<a href="{text:Link6}">{text:Link6 Title}</a>{/block:ifLink6}
  323. {block:ifLink7}<a href="{text:Link7}">{text:Link7 Title}</a>{/block:ifLink7}
  324.  
  325. </div>
  326. </div>
  327. <div id="credito">theme by <b>03-93</b>.</div>
  328. <div id="sdbarth">
  329. <div id="paginacaoml"> <center>{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">«{/block:PreviousPage}{/block:Pagination}{block:JumpPagination length="6"}{block:CurrentPage}<span class="pagina_atual">{PageNumber}</span>{/block:CurrentPage}{block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}{/block:JumpPagination}{block:Pagination}{block:NextPage}<a href="{NextPage}">»{/block:NextPage}{/block:Pagination}</center></div></div>
  330.  
  331. </div>
  332.  
  333. </div>
  334.  
  335. </body>
  336. </html>
Advertisement
Add Comment
Please, Sign In to add comment