MarginalSide

Theme 18 - Fraque

May 6th, 2012
1,043
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.54 KB | None | 0 0
  1. <html>
  2. <!--título da aba-->
  3. <title>{title}</title>
  4. <!--favicon-->
  5. <link rel='shortcut icon'
  6. a href='http://static.tumblr.com/de00tfu/nXWm2ysxl/10.png'>
  7.  
  8. <head>
  9.  
  10. {block:Description}
  11. <meta name="description" content="{MetaDescription}" />
  12. {/block:Description}
  13.  
  14. <meta name="image:sidebar" content=""/>
  15.  
  16. <meta name="color:background" content="#000" />
  17. <meta name="color:text" content="#FFF" />
  18. <meta name="color:box" content="#000" />
  19. <meta name="color:texto" content="#fff" />
  20. <meta name="color:caixa" content="#000" />
  21. <meta name="color:texcaixa" content="#fff" />
  22.  
  23. <meta name="font:fonte" content="ariel" />
  24.  
  25. <meta name="color:negrito" content="#FFF" />
  26. <meta name="color:italico" content="#FFF" />
  27. <meta name="color:sublinhado" content="#FFF" />
  28. <meta name="color:riscado" content="#FFF" />
  29.  
  30. <meta name="text:frase" content="coloque sua frase aqui" />
  31.  
  32. <meta name="text:Link1" content="" />
  33. <meta name="text:Link1 Title " content="" />
  34. <meta name="text:Link2" content="" />
  35. <meta name="text:Link2 Title" content="" />
  36.  
  37.  
  38.  
  39.  
  40. <style type='text/css'>
  41.  
  42.  
  43.  
  44.  
  45. html::-webkit-scrollbar {width:22; height:auto;background: #000000;}
  46.  
  47. html::-webkit-scrollbar-corner { background: #000000;}
  48.  
  49. html::-webkit-scrollbar-button:vertical {height:1px;display:block;}
  50.  
  51. html::-webkit-scrollbar-button:horizontal {width:1px;display:block;}
  52.  
  53. html::-webkit-scrollbar-thumb:vertical {background-image: url(https://encrypted-tbn3.google.com/images?q=tbn:ANd9GcRWWPN5fq6wgvx0O6b13_I55Jsw3v9ecBgekA6n3lg6Z9WXpNb-LA);border: 1px solid #000000;border-right:none;-webkit-border-radius: 8px;}
  54.  
  55. html::-webkit-scrollbar-thumb:horizontal {background-image: url(https://encrypted-tbn3.google.com/images?q=tbn:ANd9GcRWWPN5fq6wgvx0O6b13_I55Jsw3v9ecBgekA6n3lg6Z9WXpNb-LA);border: 1px solid #000000;border-bottom;}
  56.  
  57. html::-webkit-scrollbar-thumb {background-image: url(https://encrypted-tbn3.google.com/images?q=tbn:ANd9GcRWWPN5fq6wgvx0O6b13_I55Jsw3v9ecBgekA6n3lg6Z9WXpNb-LA);}
  58.  
  59. html::-webkit-scrollbar-thumb:hover {background-image: url(https://encrypted-tbn3.google.com/images?q=tbn:ANd9GcRWWPN5fq6wgvx0O6b13_I55Jsw3v9ecBgekA6n3lg6Z9WXpNb-LA);border: 1px solid #000000;}
  60.  
  61. html::-webkit-scrollbar-track-piece {background: none;}
  62.  
  63. html::-webkit-scrollbar:vertical {border-left: 1px solid #000000;}
  64.  
  65. html::-webkit-scrollbar:horizontal {border-top: 1px solid #000000;}
  66.  
  67.  
  68. .sidebardescription{ margin-left: 0px; margin-top: 0px; width: 339px; float: left; position: fixed; height: 250px; padding-bottom:0px; padding:6px; padding-right:6px; overflow: auto; border:1px {color:border} solid; background-color:{color:background}}
  69. .sidebardescr{ text-align: justify; font-size: 9px; font-family: verdana; padding: 3px; color: {color:text}; height: auto; margin-top: -2px; width:338x;}
  70. .sidebardescr a{font-size: 9px; verdana;}
  71.  
  72.  
  73.  
  74. /*body*/
  75.  
  76. body{background-color: {color:background}; background-image:url('');background-attachment: fixed; background-repeat:no-repeat;background-attachment: absolute; font-size: 13px; font-family: <meta name="font:text" content=”ariel” />;}
  77.  
  78. /*box*/
  79. .box {background: {color:box}; padding: 7px; }
  80.  
  81.  
  82.  
  83. /*** Caixinha de notes por Anna ***/
  84. .caixinha {margin-left: 530px; margin-top: 0px;
  85. background: {color:caixa}; font-family: arial narron;
  86. padding: 1px; position: absolute; text-align: center;
  87. color: {color:texcaixa}; width: 50px;}
  88.  
  89.  
  90.  
  91. /*negrito*/
  92. b{color: {color:negrito}; }
  93. /*itálico*/
  94. i{color: {color:italico}; }
  95. /*sublinhdo*/
  96. u{color: {color:sublinhado}; }
  97. /*riscado*/
  98. s{color: {color:riscado}; }
  99.  
  100. /*links*/
  101. a {color:#696969; text-decoration: none;}
  102. a:hover{color: #A9A9A9; font-style: italic; text-decoration: none;}
  103. /*títulos*/
  104. h1{ color: {color:texto}; font-size: 20px; font-family: 'arial'; letter-spacing: 0.3px;}
  105.  
  106.  
  107.  
  108. /* scroll by ild */
  109.  
  110. ::-webkit-scrollbar-thumb:vertical {
  111. background-color: #fff;
  112. height: 50px;
  113. }
  114. ::-webkit-scrollbar-thumb:horizontal {
  115. background-color: #fff;
  116. height: 10px;
  117. }
  118. ::-webkit-scrollbar {
  119. height: 3px;
  120. width: 3px;
  121. background-color: #000000;
  122. }
  123.  
  124.  
  125. .frase-ht { overflow: hidden; height: 500px; font-size: 3px; font-family: Tahoma; position: fixed; margin-left: 0px; width: 200px; color: #fff; padding: 10px; margin-top: 0px; background-attachment: fixed; background-color: #fff; }
  126.  
  127. #slide01{ float: left; margin-top: 0px; margin-left: -9px; height: auto; width:222px; position: fixed; background-color: transparent; border-right: 0px solid #fff; border-left: 0px solid #fff; border-top: 0px solid #fff; }
  128.  
  129. #slide02 {margin-top: 0px; margin-bottom: 10px; -webkit-transition: all 2s ease-out; -moz-transition: all 2s ease-out; overflow: hidden;}
  130.  
  131. #slide02 img{width: 250px; height: 500px; margin-left: 0px;}
  132.  
  133. #slide02:hover {opacity: 0;}
  134.  
  135. #slide03 {margin-top: 0px; margin-bottom: 10px;}
  136.  
  137. #slide03 img{width:300px; height: 280px; margin-left: 2px; }
  138.  
  139.  
  140. </style>
  141.  
  142. </head>
  143. <body>
  144.  
  145.  
  146.  
  147.  
  148. <!--sidebar-->
  149. <div style='position: fixed; width: 220px; top: 70px; left: 85px;'>
  150. <div class='box'>
  151.  
  152. <div id="slide01">
  153.  
  154. <div id="slide02">
  155. <div id="slide03">
  156.  
  157. <img src="{image:sidebar}"/>
  158.  
  159. </div></div></div>
  160.  
  161.  
  162.  
  163.  
  164.  
  165.  
  166. </div>
  167.  
  168. <center>
  169.  
  170.  
  171. <div class="sidebardescr">{block:Description}{Description}{/block:Description}</div>
  172.  
  173.  
  174. </div>
  175.  
  176. </div>
  177.  
  178. <div style='position: fixed; width: 200px; top: 400px; right: 65px;'>
  179. <center>
  180. {text:frase}
  181. </center>
  182.  
  183. <!--menu-->
  184.  
  185. <div style="position: fixed; left: 58px; width: 300px; top: 250px;">
  186.  
  187.  
  188.  
  189.  
  190. <a href="/"><img src="http://static.tumblr.com/ejm8w78/lhflz2pxj/home.png" class="opacidade" style="width: 15px; height:15" title="Home"/></a>
  191. <BR>
  192. <a href="/ask"><img src="http://static.tumblr.com/ejm8w78/w3Qlz2pzs/email.png" class="opacidade" style="width: 13px; height:13" title="Ask Me"/></a>
  193. <BR>
  194.  
  195. <a href="/submit"><img src="http://static.tumblr.com/ejm8w78/EVjlz2rwa/comment.png" class="opacidade" style="width: 15px; height:15" title="Submit"/></a>
  196. <BR>
  197.  
  198. <a href="/archive"><img src="http://static.tumblr.com/ejm8w78/onElz2rsp/folder.png" class="opacidade" style="width: 14px; height:14" title="Archive"/></a>
  199. <BR>
  200.  
  201. <a href="{text:Link1}"><img src="http://24.media.tumblr.com/tumblr_m2zzpjdZdQ1rushbso1_100.png" class="opacidade" style="width: 15px; height:15" {text:Link1 Title}</a>
  202. <BR>
  203. <a href="{text:Link2}"><img src="http://static.tumblr.com/kwaqeuc/3s5m09y3k/picons03.png" class="opacidade" style="width: 16px; height:16" {text:Link2 Title}</a>
  204. <BR>
  205.  
  206. </div>
  207.  
  208. </div></div>
  209. <!--tag dos posts-->
  210.  
  211. <div style='position: absolute; width:550px; left:500px; top:40px;' >
  212.  
  213. <font color=#1C1C1C>
  214. <div id='liuc'>
  215.  
  216. {block:Posts}
  217. <div class="caixinha"><a href='{ReblogURL}'>Reblog<a><br> </div></div>
  218.  
  219.  
  220. <div class='box'>
  221.  
  222. <!--textos-->
  223.  
  224. {block:Text}
  225.  
  226. {block:Title}<h1>{Title}</h1>{/block:Title}
  227.  
  228. {Body}
  229.  
  230. {/block:Text}
  231.  
  232. <!--photosets-->
  233.  
  234. {block:Photo}
  235.  
  236. {LinkOpenTag}
  237.  
  238. <center><img src='{PhotoURL-500}' alt='{PhotoAlt}'/></center>
  239.  
  240. {LinkCloseTag}
  241.  
  242. {block:Caption}{Caption} {/block:Caption}
  243.  
  244. {/block:Photo}
  245.  
  246. <!--quote-->
  247.  
  248. {block:Quote}
  249. <h1>"{Quote}"</h1>
  250. {block:Source}<b>-{Source}</b><br><br>{/block:Source}
  251.  
  252. {/block:Quote}
  253.  
  254. <!--link-->
  255.  
  256. {block:Link}
  257. <a href='{URL}'><h1>{Name}</h1></a>
  258.  
  259. {block:Description}{Description} {/block:Description}
  260.  
  261. {/block:Link}
  262.  
  263. <!--chats-->
  264.  
  265. {block:Chat}
  266. {block:Title} <h1>{Title}</h1>{/block:Title}
  267.  
  268. {block:Lines}
  269. {block:Label}
  270. <b>{Label}</b>
  271. {/block:Label}
  272. {Line}<br>
  273. {/block:Lines}
  274.  
  275. {/block:Chat}
  276.  
  277. <!--músicas-->
  278.  
  279. {block:Audio}
  280. <center>{AudioPlayerWhite}</center>
  281. {block:Caption}{Caption}{/block:Caption}
  282.  
  283. {/block:Audio}
  284.  
  285. <!--videos-->
  286.  
  287. {block:Video}
  288. <center>{Video-500}</center>
  289.  
  290. {block:Caption}{Caption} {/block:Caption}
  291.  
  292. {/block:Video}
  293.  
  294. <!--asks-->
  295.  
  296. {block:Answer}
  297. <img src='{AskerPortraitURL-40}'/>{Asker}:<br>
  298. <center><b>{Question}</b><br>
  299. </center>
  300.  
  301. {Answer}
  302. {/block:Answer}
  303.  
  304. <!--acréscimos b: date, notes-->
  305. <br><center><img src="http://24.media.tumblr.com/tumblr_m3bh2ktOkc1rv5zjso1_400.png" border=”0″/>
  306. {/block:Posts}
  307. <div class='box'><center>Página <b>{CurrentPage}</b> de <b>{TotalPages}</b></span> {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">&laquo;</a>{/block:PreviousPage}{/block:Pagination}
  308. {block:JumpPagination length="8"}
  309. {block:CurrentPage}<span class="pagina_atual">{PageNumber}</span>{/block:CurrentPage}
  310. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}
  311. {/block:JumpPagination}
  312. </center>
  313.  
  314. <center>Theme feito por <a href="http://ladomarginal.tumblr.com/">Marginal Side</a> ©
  315. </div><br></div></div>
  316.  
  317. </div>
  318. </div>
  319.  
  320. </body>
  321. </html>
Advertisement
Add Comment
Please, Sign In to add comment