vdugmt

7Gomez

Jan 22nd, 2012
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.30 KB | None | 0 0
  1. <html>
  2. <head>
  3.  
  4. <title> {Title} </title>
  5. <link rel="shortcut icon" href="{Favicon}">
  6.  
  7. <meta name="color:background" content="#eeeeee"/>
  8. <meta name="color:text" content="#929292"/>
  9. <meta name="color:link" content="#e97d91"/>
  10. <meta name="image:background" content=""/>
  11. <meta name="color:posts" content="#ffffff"/>
  12. <meta name="color:sidebar" content="#edecec"/>
  13. <meta name="image:background" content=""/>
  14. <meta name="image:minigif1" content="" />
  15. <meta name="image:minigif2" content="" />
  16. <meta name="image:minigif3" content="" />
  17. <meta name="image:minigif4" content="" />
  18. <meta name="image:minigif5" content="" />
  19. <meta name="image:minigif6" content="" />
  20. <meta name="image:minigif7" content="" />
  21. <meta name="image:minigif8" content="" />
  22.  
  23. <meta name="text:Link 1 Name" content=""/>
  24. <meta name="text:Link 1 URL" content=""/>
  25.  
  26. <meta name="text:Link 2 Name" content=""/>
  27. <meta name="text:Link 2 URL" content=""/>
  28.  
  29. <meta name="text:Link 3 Name" content=""/>
  30. <meta name="text:Link 3 URL" content=""/>
  31.  
  32. <meta name="text:Link 4 Name" content=""/>
  33. <meta name="text:Link 4 URL" content=""/>
  34.  
  35. </head>
  36.  
  37. <style>
  38.  
  39. body { background: {color:background};
  40. background-image: url('{image:background}');
  41. background-attachment: fixed;
  42. text-align:center;
  43. font-family: verdana;
  44. font-size: 11px;
  45. color: {color:text}; }
  46.  
  47. #post { position: absolute;
  48. left: 485px;
  49. top: 0px;
  50. width:525px; }
  51.  
  52. .box { background: {color:posts};
  53. padding: 5px;
  54. margin-bottom: 1px;
  55. height: auto;
  56. left:110px; }
  57.  
  58. .borda { background: #cecdcd;
  59. display: block;
  60. text-align: center;
  61. margin-right: auto;
  62. margin-left: auto;
  63. padding: 5px; }
  64.  
  65. .bordavideo { background: #cecdcd;
  66. display: block;
  67. text-align: center;
  68. margin-right: auto;
  69. margin-left: auto;
  70. padding: 5px; }
  71.  
  72. #content { width: 900px;
  73. margin-top: 0px;
  74. margin-right: auto;
  75. margin-bottom: 50px;
  76. margin-left: auto; }
  77.  
  78. /* sidebar */
  79.  
  80. #sidebar {width: 300px; height: 100%; margin-left: 20px; float: left; padding: 7px 3px; background-color:{color:sidebar background}; text-align: center; position: fixed; background-attachment: fixed; }
  81.  
  82. /*** Paginação by madlyluv.com ***/
  83.  
  84. #paginacaoml {font-size: 11px; font-family: georgia; font-weight: bold; line-height: 21px; }
  85.  
  86. #paginacaoml a {background: transparent; margin: 0 1px 0 0; padding: 2px 4px; color: #666666; text-decoration: none;}
  87.  
  88. #paginacaoml a:hover {background: #fff; border: none;}
  89.  
  90. #paginacaoml span.pagina_atual {background: #000; margin: 0 1px 0 0; padding: 2px 4px; color: #fff; text-decoration: none;}
  91.  
  92. #paginacaoml span.info {background: transparent; margin: 0 1px 0 0; padding: 2px 4px; color: #666666; text-decoration: none;}
  93.  
  94. /*** Fim da paginação ***/
  95.  
  96. .textodasidebar { background-color: {color:sidebar};
  97. font-family: verdana;
  98. text-align: justify;
  99. font-size: 9px;
  100. color: #666666; }
  101.  
  102.  
  103. .nav1 { background: #9370DB;
  104. border-radius:50px;
  105. width:9%;
  106. height: 40px;
  107. text-align: right;
  108. margin:2px 2px 2px 2px;
  109. font-family: verdana;
  110. letter-spacing: 8px;
  111. color: #000;
  112. font-size: 10px;
  113. float: center;
  114. -webkit-transition-duration: 0.09s; }
  115.  
  116. .nav1:hover { background: #C0C0C0;
  117. width: 6%;
  118. height: 55px;
  119. text-align: right;
  120. margin:2px 2px 2px 2px;
  121. font-family: verdana;
  122. letter-spacing: 2px;
  123. color: #C0C0C0;
  124. font-size: 11px;
  125. float: center;
  126. -webkit-transition-duration: 0.09s; }
  127.  
  128. .titulo {background: #000;
  129. text-align: center;
  130. font-size: 30px;
  131. font-family: georgia;
  132. font-color: #fff;
  133. }
  134. .titulo2 {background: #000;
  135. text-align: center;
  136. font-size: 30px;
  137. font-family: georgia;
  138. font-color: #fff;
  139. }
  140.  
  141. .boxsidebarimage { background: #ecebeb;
  142. width: 214px;
  143. height: 150px;
  144. float: left;
  145. position: fixed;
  146. top: 180px;
  147. left: 67px;
  148. border:1px solid #e97d91; }
  149.  
  150. .askr { background-color: #ecebeb;
  151. color: #666666;
  152. width: 470px;
  153. padding: 10px; }
  154.  
  155. .askr img { float: right;
  156. margin: -4px 4px 2px 0 }
  157.  
  158. .askr a { font-size: 20px;
  159. color:{color:link};
  160. text-transform: lowercase;
  161. line-height: 27px;
  162. padding: 0; margin: 0;
  163. font-family: georgia; }
  164.  
  165. .askr a:hover { font-size: 20px;
  166. color:{color:link};
  167. text-transform: lowercase;
  168. line-height:27px;
  169. padding: 0;
  170. margin: 0;
  171. font-family: georgia; }
  172.  
  173. .answr { padding: 5px 0 0 0 }
  174.  
  175.  
  176.  
  177. #tumblr_controls{position: fixed!important}
  178. ::-webkit-scrollbar{width:3px;height:3px;}
  179. ::-webkit-scrollbar-button:start:decrement
  180. ::-webkit-scrollbar-button:end:increment{display:block;height:0;background-color:transparent;}
  181. ::-webkit-scrollbar-track-piece{background-color:#fff;-webkit-border-radius:0;-webkit-border-bottom-right-radius:3px;-webkit-border-bottom-left-radius:3px;}
  182. ::-webkit-scrollbar-thumb:vertical{height:50px; background-color:#000;-webkit-border-radius:px;}
  183. ::-webkit-scrollbar-thumb:horizontal{width:50px; background-color:#000;-webkit-border-radius:px;}
  184.  
  185.  
  186. a:hover, div.permalink p a:hover { border: 0px; margin: 0px;
  187. filter:alpha(opacity=100);
  188. -moz-opacity: 1;
  189. -khtml-opacity: 1;
  190. opacity: 1;
  191. -webkit-transition-duration: .30s;
  192. text-decoration:none; }
  193.  
  194. a, a:link, a:active, a:visited {
  195. color:{color:link};
  196. text-decoration: none;
  197. text-transform: lowercase;
  198. }
  199.  
  200. a:hover { color: #f1f1f1;
  201. text-decoration: none;
  202. text-transform: lowercase;
  203. }
  204. b, strong, bold { color: #000;}
  205. u, underline { color: #000;
  206. border-bottom: 1px solid #000;
  207. text-decoration:none; }
  208. i, em { color: #000;}
  209. s, strike { color: #000;}
  210. a { color: #000;
  211. -webkit-transition-duration: .99s;
  212. text-decoration:none; }
  213.  
  214. blockquote { border-left: 5px solid #e97d91;
  215. font-family: georgia;
  216. color: 666;
  217. padding: 2px 2px 2px 6px;
  218. margin: 2px;
  219. line-height: 14px;
  220. background: #f1f1f1; }
  221.  
  222. h1 { font-family: georgia;
  223. line-height: 26px;
  224. font-weight: normal;
  225. font-size: 21px;
  226. text-align: center;
  227. letter-spacing: 0px; }
  228.  
  229. #menu {position:fixed; float: center; width:50px; left:0px; top:30px; font-size:11px ; font-family:georgia; z-index: 100; }
  230.  
  231.  
  232. #sidebar2 {position:fixed; float: center; width:380px; left:10px; top:20px;text-align:center;color: {color:letrasidebar}; font-size:10px ; font-family:tahoma; z-index: 100; }
  233.  
  234. #caixa2 {color: {color:letrasidebar};background: {color:backgroundsidebar};padding:4px; font-size:11px; font-family:tahoma;text-align:justify; z-index: 100;letter-spacing:1px;}
  235.  
  236.  
  237. .ask2 {align:right;background:{color:background}; margin:1px;padding:14px;font: 11px Tahoma; color:{color:a};text-align:justify;margin-left:40px;}
  238.  
  239. .res2 {font-family: tahoma; font-size:11px; color:{color:letrasidebar}; text-align:center;}
  240.  
  241. .nav2 {font-size: 9px; font-family:tahoma; color: {color:menu};float:left;padding:2px; letter-spacing:2px; text-align:center; height:12px;background:{color:backgroundnav};width:82px;margin:1px;padding:5px;-webkit-transition-duration: .90s;}
  242.  
  243. .nav3:hover {color:#000;letter-spacing:4px;letter-spacing:1px;background:#b3b3b3;-webkit-transition-duration: .90s;}
  244.  
  245.  
  246. #tituulo{width: auto; margin-left:820px; margin-top:180px; position: fixed; height: 80px;; -webkit-transform: rotate(-90deg);}
  247.  
  248. #caixa{color: {color:letrasidebar};background: {color:backgroundsidebar};padding:4px; font-size:11px; font-family:tahoma;text-align:justify; z-index: 100;letter-spacing:1px;}
  249.  
  250. </style>
  251.  
  252. <body>
  253. <div id="sidebar">
  254. <div id="caixa">
  255. {Title}
  256.  
  257.  
  258.  
  259. <br>
  260. <div style=" overflow-Y:hidden;
  261. overflow: auto; width: 370px; height:250px;"
  262.  
  263. <img src="{image:minigif1}" width="176" height="122" align="left"><img src="{image:minigif2}" width="176" height="122" align="right"
  264. >
  265. <img src="{image:minigif3}" width="176" height="122" align="left"><img src="{image:minigif4}" width="176" height="122" align="right"
  266. >
  267.  
  268. <img src="{image:minigif5}" width="176" height="122" align="left"><img src="{image:minigif6}" width="176" height="122" align="right">
  269. <img src="{image:minigif7}" width="176" height="122" align="left"><img src="{image:minigif8}" width="176" height="122" align="right">
  270.  
  271.  
  272.  
  273.  
  274. <div style="width: 70%; height: 622px; left: 1300px; position: fixed;">
  275.  
  276. <div class="nav1">
  277. <a href="/"><br>home</a></div>
  278. <div class="nav1"><a href="/ask"><br>ask me</a></div>
  279. <div class="nav1"><a href="{text:Link 1 URL}"><br>{text:Link 1 Name}</a></div>
  280. <div class="nav1"><a href="{text:Link 2 URL}"><br>{text:Link 2 Name}</a></div>
  281. <div class="nav1"><a href="{text:Link 3 URL}"><br>{text:Link 3 Name}</a></div>
  282. <div class="nav1"><a href="{text:Link 4 URL}"><br>{text:Link 4 Name}</a></div>
  283. <div class="nav1"><a href="http://vidadeumagarotameiotermo.tumblr.com"><br>theme</a></div>
  284. </div></div></div>
  285.  
  286. <div class="boxsidebar">
  287. <div style="overflow: auto; auto; height: 90px;">
  288.  
  289.  
  290. {block:Description}
  291. {description}
  292. {/block:Description}
  293.  
  294.  
  295. <div class="eeh">Theme por:<a href="http://vidadeumagarotameiotermo.tumblr.com/">Vida de umagarota meio termo </a> <div class="eeh">Base de:<a href="http://frankeynesm.tumblr.com">Frankeynesm</a>
  296. </div>
  297. </div>
  298. </div>
  299. </div>
  300. </div>
  301. </div>
  302. </div>
  303. </div>
  304. </div>
  305.  
  306.  
  307.  
  308.  
  309. <div id="post">
  310.  
  311. {block:Posts}
  312.  
  313. <div class="box">
  314.  
  315. {block:Text}{block:Title}
  316. <h1>{Title}</h1>
  317. {/block:Title}
  318. {Body}
  319. {/block:Text}
  320.  
  321. {block:Photo}
  322. <center><img src="{PhotoURL-500}" class="borda"/></center>
  323. {block:Caption} <div class="caption"> {Caption} </div>
  324. {/block:Caption} {/block:Photo}
  325.  
  326. {block:Photoset} <center>{Photoset-500}</center>
  327. {block:Caption} <div class="caption">{Caption}</div>
  328. {/block:Caption} {/block:Photoset}
  329.  
  330. {block:Quote} <h1> <big><big><big>“</big></big></big> {Quote}</h1> {block:Source}
  331. <div class="source"><div style="text-align: right">— {Source}</div></div>
  332. {/block:Source}
  333. {/block:Quote}
  334.  
  335. {block:Link}
  336. <a href="{URL}" class="link" {Target}><h1>{Name}</h1></a>{block:Description}<div class="description">{Description}</div>
  337. {/block:Description}
  338. {/block:Link}
  339.  
  340. {block:Chat}
  341. {block:Title}
  342. {Title}
  343. {/block:Title}
  344. <ul class="chat">
  345. {block:Lines}
  346. {block:Label}
  347. <span class="label"><b><div class="chat1">{Label}</b></div></span>
  348. {/block:Label}
  349. <div class="chat2">{Line}</div><br>
  350. {/block:Lines}
  351. </ul>
  352. {/block:Chat}
  353.  
  354. {block:Video}
  355. <div class="bordavideo">{Video-500}</div>
  356. {block:Caption}
  357. <div class="caption">{Caption}</div>
  358. {/block:Caption}
  359. {/block:Video}
  360.  
  361. {block:Audio}
  362. {AudioPlayerBlack}
  363. {block:Caption}
  364. <div class="caption">{Caption}</div>
  365. {/block:Caption}
  366. {/block:Audio}
  367.  
  368. {block:Answer}
  369. <div class="askr"><img src="{AskerPortraitURL-48}">{Asker}<br>{Question}</div>
  370. <div class="answr">{Answer}</div>
  371. <br>
  372. {/block:Answer}
  373.  
  374. <br>
  375. {block:HasTags}{block:Tags}&nbsp;#<a href="{TagURL}">{Tag}</a>,&nbsp;{/block:Tags}{/block:HasTags}</a> Postado em {DayOfMonth}/{MonthNumberWithZero}/{Year}, {12Hour}:{Minutes} {AmPm} / <a href="{Permalink}">{NoteCount}</a> notes / <a href="http://tmv.proto.jp/reblog.php?post_url={Permalink};" target="_blank">Reblog post</a><br>
  376.  
  377. </div><br>
  378. {/block:Posts}
  379. <div id="paginacaoml"><span class="info" style="font-weight: normal;">Page <b>{CurrentPage}</b> of <b>{TotalPages}</b></span> {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">&laquo;</a>{/block:PreviousPage}{/block:Pagination}
  380.  
  381. {block:JumpPagination length="10"}
  382.  
  383. {block:CurrentPage}<span class="pagina_atual">{PageNumber}</span>{/block:CurrentPage}
  384.  
  385. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}
  386.  
  387. {/block:JumpPagination}
  388.  
  389. {block:Pagination}{block:NextPage}<a href="{NextPage}">&raquo;</a>{/block:NextPage}{/block:Pagination} <br>
  390. </div></div></div></div></div>
  391.  
  392.  
  393. </div></div></div></div>
  394. </div>
  395. </body>
  396. </html>
Advertisement
Add Comment
Please, Sign In to add comment