Advertisement
kelishid

theme3 LATE-TO-WRITE

Nov 30th, 2011
7,173
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 15.14 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <!--
  3.  
  4. THEME# FEITO POR LATE TO WRITE NÃO RETIRE OS CRÉDITOS
  5.  
  6. -->
  7. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  8. <link href='http://fonts.googleapis.com/css?family=Zeyada|Calligraffitti|Rochester' rel='stylesheet' type='text/css'>
  9.  
  10. <head>
  11. <title>{Title}</title>
  12.  
  13. <meta name="color:Background" content="#FFFFFF"/>
  14. <meta name="color:Center Column" content="#f8f8f8"/>
  15. <meta name="color:Link" content="#000"/>
  16. <meta name="color:Font" content="#000"/>
  17. <meta name="color:Permalink" content="#000"/>
  18. <meta name="color:Link Hover" content="#91C2DA"/>
  19. <meta name="color:sidebar" content="#EBE6E6" />
  20. <meta name="color:titulovert" content="#000" />
  21. <meta name="color:titulovert" content="#000" />
  22. <meta name="color:slinks" content="#FAFAFA"/>
  23. <meta name="color:Header Links Font" content="#000"/>
  24. <meta name="text:titulovert" content="Coloque aqui um titl" />
  25. <meta name="text:frasevert" content="Coloque aqui uma frase" />
  26. <meta name="image:sidebar" content=""/>
  27. <meta name="image:Background" content=""/>
  28. <meta name="if:Infinite Scrolling" content="1"/>
  29. <meta name="if:Top Fixed Header" content=""/>
  30. <meta name="color:bg title" content="#000"/>
  31. <meta name="color:title sideb" content="#ffffff"/>
  32. <meta name="text:titulovert" content="Coloque aqui um titulo" />
  33. <meta name="text:frasevert" content="Coloque aqui uma frase e tal" />
  34. <meta name="text:subtitle" content="Coloque aqui uma frase, ou n" />
  35.  
  36.  
  37. <meta name="text:Link1" content="" />
  38. <meta name="text:Link1 Title" content="" />
  39. <meta name="text:Link2" content="" />
  40. <meta name="text:Link2 Title" content="" />
  41. <meta name="text:Link3" content="" />
  42. <meta name="text:Link3 Title" content="" />
  43. <meta name="text:Link4" content="" />
  44. <meta name="text:Link4 Title" content="" />
  45. <meta name="text:Link5" content="" />
  46. <meta name="text:Link5 Title" content="" />
  47. <meta name="text:Link6" content="" />
  48. <meta name="text:Link6 Title" content="" />
  49. <meta name="text:Link7" content="" />
  50. <meta name="text:Link7 Title" content="" />
  51. <meta name="text:Link8" content="" />
  52. <meta name="text:Link8 Title" content="" />
  53. <link rel="shortcut icon" href="{Favicon}">
  54. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  55. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  56.  
  57. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js" type="text/javascript"><!--mce:0--></script>
  58. <script src="toggle.js" type="text/javascript"><!--mce:1--></script>
  59.  
  60. <script type="text/javascript">
  61. $(document).ready(function(){
  62. $(".description").hide();
  63. $(".about_button").click(function(){
  64. $('div.description').slideToggle("fast");
  65. return true;
  66. });
  67. });
  68. </script>
  69.  
  70. <style type="text/css">
  71.  
  72. body {font-family: tahoma, helvetica; font-size: 9px; color: {color:Font}; background-color: {color:Background}; background-image:url('{image:Background}'); background-attachment: fixed;}
  73. .entry {margin-top: 10px; margin-bottom: 10px;}
  74. .entry:hover .perma {opacity:1;}
  75. .entry:hover .textp {font-size: 20px; opacity:1; font-family: Georgia, Palatino, 'Palatino Linotype', Times, 'Times New Roman', serif;}
  76. .tumblrAutoPager_page_info, .tumblrAutoPager_page_separator {display: none;}
  77. .audio {width: 500px; background-color: #000;}
  78. a {color: {color:Link}; text-decoration: none; -webkit-transition-duration: .3s;}
  79. a:hover {color: {color:Link Hover};}
  80. #center {width:500px; padding:10px; margin-left: 450px; margin-top: -8px; margin-bottom: -8px; font-size: 9px; background-color: {color:Center Column}; {block:IfTopFixedHeader}padding-top: 40px;{/block:IfTopFixedHeader} {block:IfNotTopFixedHeader}padding-bottom: 40px;{/block:IfNotTopFixedHeader}}
  81. .textp {opacity: 0; -webkit-transition-duration: .2s; font-size: 20px; font-family: Georgia, Palatino, 'Palatino Linotype', Times, 'Times New Roman', serif; z-index: 1000; margin-left: -35px; position: absolute; color: {color:Permalink};}
  82. .textp a {color:{color:Permalink}; font-family: Georgia, Palatino, 'Palatino Linotype', Times, 'Times New Roman', serif;}
  83. .textp a:hover {color:{color:Link Hover}; font-family: Georgia, Palatino, 'Palatino Linotype', Times, 'Times New Roman', serif;}
  84. .image {text-align: center; border: 0px}
  85. .image img {max-width: 500px; margin-bottom: 0px }
  86. .perma {position: absolute; margin-top: -28px; margin-left: 5px; opacity: 0; -webkit-transition-duration: .2s; font-family: tahoma, helvetica; font-size: 15px; z-index: 1; width: 500px; text-align: left; color: {color:Center Column};}
  87. .perma a {-webkit-transition-duration: .2s;}
  88.  
  89. .title {font-size: 25px; text-transform: lowercase; font-family: 'Calligraffitti', cursive;}
  90. ol.notes {padding: 10px;list-style-type: none; border-bottom: dotted 0px #000; width: 500px; margin-left: -10px; width: 500px;}
  91. ol.notes a {font-style:normal;}
  92. ol.notes li.note {border-top: dotted 0px #000; padding: 1px; text-align: justify; margin-bottom: -1px;}
  93. ol.notes li.note img.avatar {vertical-align: -5px; margin-right: 10px;width: 15px; height: 15px;}
  94. ol.notes li.note span.action {font-weight: normal;}
  95. ol.notes li.note .answer_content {font-weight: normal;}
  96. ol.notes li.note blockquote {border-color: #eee;padding: 4px 10px;margin: 10px 0px 0px 25px;}
  97. ol.notes li.note blockquote a {decoration: none;}
  98. img a, img {border: none;}
  99.  
  100. .bottom {{block:IfNotTopFixedHeader}bottom: 0px;{/block:IfNotTopFixedHeader} {block:IfTopFixedHeader}top: 0px;{/block:IfTopFixedHeader} padding: 5px; font-family: tahoma, helvetica; position: fixed; width: 510px; background-color: {color:Center Column}; text-align: center; z-index: 2; margin-left: -10px;}
  101. .bottom a:hover {color: {color:Permalink Hover};}
  102.  
  103. .bottom_title {font-size: 25px; font-family: 'Calligraffitti', cursive; letter-spacing: 2px; margin-bottom: -3px;}
  104.  
  105. .label {margin-right: 15px; font-weight: bold;}
  106.  
  107. .about_button {background-color: {color:Header Links Background}; color: {color:Header Links Font}; font-size: 9px; margin-right: 7px; margin-left: 7px; display: inline-block; cursor: crosshair;}
  108.  
  109. .bottom_links {background-color: {color:Header Links Background}; color: {color:Header Links Font}; font-size: 9px; margin-right: 7px; margin-left: 7px; display: inline-block;}
  110.  
  111. .description {font-style: italic; font-size: 9px; margin-top: 5px; margin-bottom: 5px;}
  112.  
  113. #titulovert{position: fixed; margin-left: 760px; margin-top: 285px; width: 400px; height: 70px; background-color: transparent; padding: 10px; opacity: 0.7; background-attachment: fixed; -webkit-transform: rotate(-270deg); line-height:16px;}
  114.  
  115. .frasevert {text-align: center; font-family: Georgia, Palatino, ‘Palatino Linotype’, Times, ‘Times New Roman’, serif; text-transform: none; font-size: 27px; color: {color:titulovert};}
  116.  
  117. .sidebarlinks{float: center; width:250px; text-align: center;  font-size: 9px;}
  118. .sidebarlinks a {display: block; font-size: 9px; font-family: verdana; background-color: {color:linkbackgroud}; text-transform: normal; padding: 2px 5px; color: {color:text}; letter-spacing: 0px; margin-bottom: 3px; border-left: 8px solid {color:link}; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;}
  119. .sidebarlinks a:hover {background-color:{color:linkhover}; padding-left: 20px;}
  120.  
  121. #sidebar {width: 250px; height: auto; top: 40px; margin-left: 170px; padding: 2px; background-color:{color:sidebar}; text-align: center; position: fixed}
  122.  
  123. #sidebartitle{width: 500px; top: 0px; margin-left: 450px; background-color: {color:bg title}; color: {color:title sideb}; padding:5px; text-align: center; font-size: 25px; font-family: 'Calligraffitti', cursive; letter-spacing:1px; display:block; opacity:0.3; position:fixed;}
  124. .subt {font-family:verdana; font-size:9px; text-align: center; display:block; color: {color:title sideb};}
  125.  
  126. #toplinks {text-align: center; width: 230px;margin-top: -1px;}
  127. .toplinks a{display: block;  width: 80px; line-height: 40px; margin-bottom: -3px; text-align: center; font-size: 11px; background-color: {color:slinks}; color:{color:slinks text}; text-decoration: none; text-transform: lowercase; font-family: Lucida; -webkit-transition: all 0.8s linear; -moz-transition: all 0.8s linear; -o-transition: all 0.8s linear; transition: all 0.8s linear}
  128. .toplinks a:hover{text-align: center; background-color: {color:lhover}; color:{color:lhover text}; line-height: 15px}
  129.  
  130. .sidebarpic img{max-width: 250px; text-align:center; margin-top: 0px}
  131.  
  132. .des {margin-top: 0px; text-align: justify; margin-bottom: 0px; font-size: 9px; background-color: {color:sidebar}; color: {color:Font}; font-family: tahoma, helvetica; opacity: 0.9; padding: 0px;}
  133.  
  134. #xx {top: 83%; margin-left: 970px; width: 80px; position: fixed; padding: 0px;}
  135. .xx3 {font-size: 25px; font-family: verdana; padding: 1px;}
  136. .xx3 a{color: {color:link}; background-color: {color:background};}
  137. .xx3 a:hover {color: {color:Link Hover}; background-color: transparent;}
  138.  
  139. ::-webkit-scrollbar{width:8px;height:8px;}
  140.  
  141. ::-webkit-scrollbar-button:start:decrement
  142.  
  143. ::-webkit-scrollbar-button:end:increment{display:block;height:0;background-color:transparent;}
  144.  
  145. ::-webkit-scrollbar-track-piece{background-color: #FFFAFA;-webkit-border-radius:0;-webkit-border-bottom-right-radius:3px;-webkit-border-bottom-left-radius:3px;}
  146.  
  147. ::-webkit-scrollbar-thumb:vertical{height:50px; background-color:#000000;-webkit-border-radius:px;}
  148.  
  149. ::-webkit-scrollbar-thumb:horizontal{width:50px; background-color:#000000;-webkit-border-radius:px;}
  150.  
  151. </style>
  152.  
  153. </head>
  154.  
  155. <body>
  156.  
  157. <div id="sidebartitle">
  158. <div class="bottom_subt"><small><small><small><small><small><center>{text:subtitle}</center></small></small></small></small></small></div>
  159. </div>
  160.  
  161.  
  162. <div id="sidebar">
  163.  
  164. <div class="toplinks">
  165. <table><tr><td><a href="/"><big> Início </big></a>
  166. </td><td><a href="/ask"><big> ask box </big> </a>
  167. </td><td><a href="/archive"><big> archive </big></a> </td></tr></table></div>
  168. <br>
  169.  
  170. <div class="bottom_title"><a href="/">{Title}</a></div>
  171.  
  172. <div id="pagination">{block:PreviousPage}<a href="{PreviousPage}">«</a> &nbsp;{/block:PreviousPage}{CurrentPage}/{TotalPages}{block:NextPage}&nbsp;<a href="{NextPage}">»</a>{/block:NextPage}</div>
  173. </br>
  174.  
  175. <div class="sidebarpic"><img src="{image:sidebar}"/></div>
  176.  
  177. <div class="des">
  178.  
  179. </center><br>
  180. {block:Description}{Description}{/block:Description}</div>
  181. <br>
  182. <div class="sidebarlinks">
  183. {block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a> {/block:ifLink1}
  184. {block:ifLink2}<a href="{text:Link2}">{text:Link2 Title}</a> {/block:ifLink2}
  185. {block:ifLink3}<a href="{text:Link3}">{text:Link3 Title}</a> {/block:ifLink3}
  186. {block:ifLink4}<a href="{text:Link4}">{text:Link4 Title}</a> {/block:ifLink4}
  187. {block:ifLink5}<a href="{text:Link5}">{text:Link5 Title}</a> {/block:ifLink5}
  188. {block:ifLink6}<a href="{text:Link6}">{text:Link6 Title}</a>{/block:ifLink6}
  189. {block:ifLink7}<a href="{text:Link7}">{text:Link7 Title}</a> {/block:ifLink7}
  190. {block:ifLink8}<a href="{text:Link8}">{text:Link8 Title}</a> {/block:ifLink8}
  191. {block:ifLink9}<a href="{text:Link9}">{text:Link9 Title}</a> {/block:ifLink9}
  192. {block:ifLink10}<a href="{text:Link10}">{text:Link10 Title}</a> {/block:ifLink10}
  193. </div>
  194. </div>
  195.  
  196. <div id="titulovert">
  197. <div class="frasevert">{text:titulovert}</div>
  198. <center>{text:frasevert}</center>
  199. </div>
  200.  
  201. <div id="xx">
  202. <div class="xx3">{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">«</a>{/block:PreviousPage}{/block:Pagination}
  203. {block:Pagination}{block:NextPage}<a href="{NextPage}">»</a>{/block:NextPage}{/block:Pagination}
  204. </div>
  205. </div>
  206.  
  207.  
  208.  
  209. <div id="center">
  210.  
  211. <div class="bottom">{block:IfNotTopFixedHeader}<div class="description"></div>{/block:IfNotTopFixedHeader}
  212. <a href="http://late-to-write.tumblr.com">theme</a> com <a href="http://www.e-n-s-e-j-o-s.tumblr.com">base</a>
  213. </div>
  214.  
  215. {block:IfInfiniteScrolling}<script type="text/javascript" src="http://static.tumblr.com/q0etgkr/J5bl3lkz1/tumblrautopagernopage.js"></script>
  216. <Div class="autopagerize_page_element">{/block:IfInfiniteScrolling}
  217.  
  218. {block:Posts}
  219.  
  220. {block:Text}
  221. <div class="entry">
  222. {block:Date}<div class="textp"><a href="{Permalink}" title="{NoteCountWithLabel}">+</a></div>{/block:Date}
  223. <center>{block:Title}
  224. <div class="title">{Title}</div>
  225. {/block:Title}</center>
  226. {Body}
  227. </div>
  228. {/block:Text}
  229.  
  230. {block:Photo}
  231. <div class="entry">
  232. {LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}" title="{PhotoAlt}" width="490px"/>{LinkCloseTag}<a href="{Permalink}"><div class="perma">{NoteCount}</div></a>
  233. {block:Caption}{Caption}{/block:Caption}
  234. {block:PermalinkPage}
  235. <div class="dda"><center>
  236. {block:Date} {block:Date}<a href="{Permalink}">{TimeAgo}</a>{/block:Date} {block:NoteCount}• <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}<br>{block:RebloggedFrom} »»  originally: <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a>
  237. </span> {/block:RebloggedFrom}{block:RebloggedFrom}via: <a href="{ReblogParentURL}">{ReblogParentName}</a><br>{/block:RebloggedFrom}</center>
  238. <center>{block:IfShowTags}<div class="hjs"><div class="tags">{block:HasTags}tag: {block:Tags} <a href="{TagURL}">#{Tag}</a>&nbsp;{/block:Tags}{/block:HasTags}</div></div>{/block:IfShowTags}
  239. </center>
  240. </div></div>
  241. {/block:PermalinkPage}
  242. </div>
  243. {/block:Photo}
  244.  
  245. {block:Photoset}
  246. <div class="entry">
  247. <div class="textp"><a href="{Permalink}" title="{NoteCountWithLabel}">+</a></div>
  248. {Photoset-500}
  249. {block:Caption}{Caption}{/block:Caption}
  250. {block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}
  251. </div>
  252. {/block:Photoset}
  253.  
  254. {block:Answer}
  255.  
  256. <div class="ask"><div class="asker"><i>{Asker}</i> asked:</div> {Question}
  257. <blockquote>{Answer}</blockquote>
  258. </div>
  259. {/block:answer}
  260.  
  261.  
  262. {block:Quote}
  263. <div class="entry">
  264. <div class="textp"><a href="{Permalink}" title="{NoteCountWithLabel}"><big></big></a></div>
  265. <div style="font-size: 16px;">{Quote}</div>
  266. {block:Source}<div class="qsr"> — {Source}</div>
  267. <br>
  268. {/block:Source}
  269. </div>
  270. {/block:Quote}
  271.  
  272. {block:Link}
  273. <div class="entry">
  274. <center><div class="textp"><a href="{Permalink}" title="{NoteCountWithLabel}"></a></div>
  275. <div class="title"><a href="{URL}" class="link" {Target}>{Name}</a></div></center>
  276. {block:Description}
  277. {Description}
  278. {/block:Description}
  279. </div>
  280. {/block:Link}
  281.  
  282. {block:Chat}
  283. <div class="entry">
  284. <div class="textp"><a href="{Permalink}" title="{NoteCountWithLabel}">+</a></div>
  285. {block:Title}<div class="title"><a href="{Permalink}">{Title}</a></div>{/block:Title}
  286. {block:Lines}<span style="align:left"><div class="{Alt} user_{UserNumber}">{block:Label}
  287. <span class="label">{Label}</span>{/block:Label}{Line}</div>{/block:Lines}</span></div>
  288. {/block:Chat}
  289.  
  290.  
  291. {block:Video}
  292. <div class="entry">
  293. <div class="textp"><a href="{Permalink}" title="{NoteCountWithLabel}">+</a></div>
  294. {Video-500}
  295. {block:Caption}{Caption}{/block:Caption}
  296. {block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}
  297. </div>
  298. {/block:Video}
  299.  
  300. {block:Audio}
  301. <div class="entry">
  302. <div class="textp"><a href="{Permalink}" title="{NoteCountWithLabel}"></a></div>
  303. <div class="audio">{AudioPlayerBlack}</div>
  304. {block:Caption}{Caption}{/block:Caption}
  305. </div>
  306. {/block:Audio}
  307.  
  308. {block:PostNotes}
  309. {PostNotes}
  310. {/block:PostNotes}
  311.  
  312. {/block:Posts}
  313.  
  314. </div>
  315.  
  316. </body>
  317.  
  318. </html>
  319.  
  320.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement