umlugardocaralho

theme #41

Mar 13th, 2012
893
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 13.85 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. <!-- (c) #41
  6. ___________________________________________________
  7.  
  8.                           theme por Bianca (rocklessly)
  9.                                   be original (c)
  10.                 não copie, não adapte e não redistribua.
  11. ____________________________________________________
  12.  
  13. #41 (c) --!>
  14.  
  15. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  16.  
  17. <head> <!-- DEFAULT VARIABLES -->
  18. <meta name="color:bg" content="#000" />
  19. <meta name="color:bg hover" content="#fff" />
  20. <meta name="color:text bg" content="#fff" />
  21. <meta name="color:text bg hover" content="#000" />
  22. <meta name="color:background" content="#ffffff" />
  23. <meta name="color:text" content="#000" />
  24. <meta name="color:post" content="#ddd" />
  25. <meta name="color:text sidebar" content="#000" />
  26. <meta name="color:hover" content="#fff" />
  27. <meta name="color:link" content="#000" />
  28. <meta name="color:barra de rolagem" content="#000" />
  29. <meta name="color:sidebar" content="#fff" />
  30. <meta name="color:link sidebar" content="#000" />
  31. <meta name="color:link sidebar hover" content="#fff" />
  32. <meta name="color:link bg sidebar hover" content="#000" />
  33. <meta name="color:sombra titulo" content="#555" />
  34. <meta name="color:sombra links" content="#ddd" />
  35.  
  36. <meta name="if:Enable endless scrolling" content="0"/>
  37.  
  38. <meta name="if:Sombreado do titulo" content="1"/>
  39. <meta name="if:Sombreado dos links" content="1"/>
  40.  
  41. <meta name="image:background" content=""/>
  42.  
  43. <meta name="image:sidebar"content=""/>
  44.  
  45. <meta name="text:titulo" content="titulo bem aqui." />
  46.  
  47. <meta name="text:Link1" content="/#" />
  48. <meta name="text:Link1 Title" content="link" />
  49. <meta name="text:Link2" content="" />
  50. <meta name="text:Link2 Title" content="" />
  51. <meta name="text:Link3" content="/#" />
  52. <meta name="text:Link3 Title" content="LINK THREE" />
  53. <meta name="text:Link4" content="/#" />
  54. <meta name="text:Link4 Title" content="LINK FOUR" />
  55. <meta name="text:Link5" content="/#" />
  56. <meta name="text:Link5 Title" content="LINK FIVE" />
  57. <meta name="text:Link6" content="/#" />
  58. <meta name="text:Link6 Title" content="LINK SIX" />
  59. <meta name="text:Link7" content="/#" />
  60. <meta name="text:Link7 Title" content="LINK SEVEN" />
  61. <meta name="text:Link8" content="/LINK8" />
  62. <meta name="text:Link8 Title" content="LINK EIGHT" />
  63. <meta name="text:Link9" content="/LINK8" />
  64. <meta name="text:Link9 Title" content="LINK 9" />
  65. <title>{Title}</title>
  66. <link rel="shortcut icon" href="{Favicon}">
  67. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  68. {block:Description}
  69. <meta name="description" content="{MetaDescription}" />
  70. {/block:Description}
  71.  
  72.  
  73.  
  74.  
  75. <style type="text/css">
  76.  
  77. body {background-color:{color:background}; color:{color:text}; font-family: tahoma, helvetica; font-size: 11px; text-align: justify; line-height:110%; background-image:url('{image:background}'); background-attachment: fixed; }
  78.  
  79.  
  80. @font-face {font-family: "Italic";src: url(http://static.tumblr.com/bbfr3fl/cn7m08nro/neversaynever.ttf) format("truetype");}
  81.  
  82. p.customfont {font-family: "Italic", georgia;}
  83.  
  84. a {color:{color:link}; text-decoration:none; -moz-transition: all .7s ease-in-out!important; -o-transition: all .7s ease-in-out!important; transition: all .7s ease-in-out!important; -webkit-transition: all .7s ease-in-out!important;}
  85.  
  86. a:hover {color:{color:hover};}
  87.  
  88. p{margin-top: 1px}
  89.  
  90. blockquote
  91. {margin-left:0px; margin-right: 0px; margin-top: 4px;}
  92.  
  93. #tudo {width: 800px; text-align: center; background-color:
  94. transparent; color:{color:text}; margin-left: 400px;}
  95.  
  96. #bialinda {float: left; padding-top: 11px; background-color: transparent; text-align: center}
  97. #all {box-shadow: 0px 10px 25px rgba(15,15,10,0.10); width: 500px; padding: 5px; text-align: justify; background-color:{color:post}; margin-bottom:1px;}
  98. #all img{margin: 2px 0 2px 0}
  99.  
  100. h1{padding: 5px; font-family: calibri; text-align: center; font-size: 16px; letter-spacing: -1px; font-weight: normal; line-height: 18px; background-color:{color:bg}; color:{color:text bg}; text-transform: uppercase;-moz-transition: all .7s ease-in-out!important; -o-transition: all .7s ease-in-out!important; transition: all .7s ease-in-out!important; -webkit-transition: all .7s ease-in-out!important;}
  101. h1:hover{background-color:{color:bg hover}; color:{color:text bg hover};}
  102. h1 a{font-size: 16px; letter-spacing: -1px; color:{color:text bg}; line-height: 18px; letter-spacing: 0px; text-align:center;-moz-transition: all .7s ease-in-out!important; -o-transition: all .7s ease-in-out!important; transition: all .7s ease-in-out!important; -webkit-transition: all .7s ease-in-out!important;}
  103. h1 a:hover{color:{color:text bg hover};}
  104. .image img {width: 500px; -webkit-transition: all 0.5s ease-out; -moz-transition: all 0.5s ease-out;}
  105. h2{font-size: 9px; display: block; width: 250px; color:{color:text}; background-color: {color:background}; text-align: center; margin: 0px 0px 3px 0px; padding: 3px 0 3px 0; text-transform: normal; text-decoration: none; font-weight: normal}
  106.  
  107. #postquote {font-family: georgia; text-align: center; font-size: 13px; line-height: 15px; padding: 2px; }
  108. #sourcequote {text-align: center; text-transform: none; margin-bottom: 3px;}
  109.  
  110. #chat{line-height: 12px; list-style: none }
  111. #chat ul {line-height: 15px; list-style: none; padding: 0px; line-height: 20px;}
  112. .person1 {color: {color:text} }
  113. .person1 .label { font-weight: bold; padding: 0px; margin-left: 5px; color: {color: text} }
  114. .person2 {color: {color:text} }
  115. .person2 .label { font-weight: bold; padding: 0px; margin-left: 5px; color: {color: text} }
  116. #audio{text-align: center; margin-bottom: 2px; width: 100%; background-color: {color:background};}
  117. #audio img{width: 180px; height: auto; padding: 20px 0 20px 0}
  118. #ssource{display:none}
  119. #capost {padding-top: 0px; width: 500px;}
  120.  
  121. #info {font-size: 9px; font-family: verdana; text-transform: lowercase; text-align: right;}
  122.  
  123. #asker {font-size: 11px; font-family: verdana; text-align: justify; padding: 5px; }
  124. #asker a {font-size: 11px; font-family: verdana; text-align: justify;}
  125. #answer {padding: 5px; font-size: 11px;  background-color:{color:background};}
  126.  
  127. #notes {width: 500px; padding: 5px; margin-left: 100px;font-size: 9px; text-align: left;}
  128. ol.notes {list-style: none; margin: 0 20px 0 0; padding: 0px}
  129. ol.notes li {margin: 0px; padding: 2px;}
  130. #notes img{border:0px}
  131.  
  132. #page{text-align: center; font-size:50px}
  133. #page a{font-size: 30px; text-decoratin: none; font-family: georgia;}
  134.  
  135. #clear{width: 500px; height: 30px}
  136.  
  137. ::-webkit-scrollbar-thumb:vertical { background-color: {color:barra de rolagem}; height: 50px;}
  138. ::-webkit-scrollbar-thumb:horizontal {background-color: {color:barra de rolagem}; height: 10px;}
  139. ::-webkit-scrollbar {height: 5px; width: 5px; background-color: {color:background};}
  140.  
  141.  
  142. #baseimagem {position: fixed; margin-left: 400px; margin-bottom: 20px; bottom: 20px; width: 250px; height: 150px;  background-color: {color:sidebar}; overflow: hidden; border: 5px solid {color:sidebar};}
  143.  
  144. #basedescr {position: fixed; margin-left: 664px; margin-bottom: 20px; bottom: 20px; width: 234px; height: 115px;  background-color: {color:sidebar}; overflow: hidden; border: 5px solid {color:sidebar}; padding: 3px; background-color:{color:sidebar}; color:{color:text sidebar}; font-family: verdana; font-size: 9px; letter-spacing: -1px;}
  145.  
  146. #baseimagem img { position: fixed; width: 250px; height: 150px; }
  147.  
  148. #basetitulo {-webkit-transition-duration: 1.5s; margin-bottom: 87px; bottom: 87px; -moz-transition-duration: 1.5s;  background-color: {color:sidebar}; color: {color:text}; font-size: 12px; height: 15px; border: 5px solid {color:sidebar}; width: 240px; margin-left: 664px; position: fixed; text-align: center;  {block:IfSombreadoDoTitulo}text-shadow: 0px 0px 5px {color:sombra titulo}; {/block:IfSombreadoDoTitulo}overflow: hidden; font-family:georgia; }
  149.  
  150. #baselinks1 {opacity: 0.3; width: 0px; height: auto; margin-left: 429px; margin-bottom:33px; bottom: 33px; position: fixed; -webkit-transition: all 0.9s ease-out; -moz-transition: all 0.9s ease-out; }
  151.  #baselinks1:hover {opacity: 0.8;}
  152. #baselinks a {display: block; font-family: tahoma; font-size: 10px; text-align: center;  -webkit-transition: all 0.9s ease-out; -moz-transition: all 0.9s ease-out; margin-bottom: 1px; width: 100px; background-color: {color:sidebar};  color:{color:link sidebar}; text-transform: uppercase; line-height: 20px;}
  153. #baselinks  a:hover{font-weight: bold; opacity: 1.0; background-color: {color:link bg sidebar hover}; color: {color:link sidebar hover}; letter-spacing: 4px;{block:IfSombreadoDosLinks} text-shadow: 2px 2px 5px {color:sombra links};{/block:IfSombreadoDosLinks}}
  154.  
  155. #baselinks2 {opacity: 0.3; width: 0px; height: auto; margin-left: 530px; margin-bottom:33px; bottom: 33px; position: fixed; -webkit-transition: all 0.9s ease-out; -moz-transition: all 0.9s ease-out; }
  156.  #baselinks2:hover {opacity: 0.8;}
  157.  
  158. #pagi1 {margin-top: 450px; height: 30px; margin-left: 930px; overflow:hidden; font-size:30px; font-family:georgia; text-align:center;  position:fixed; -moz-transition: all .7s ease-in-out!important; -o-transition: all .7s ease-in-out!important; transition: all .7s ease-in-out!important; -webkit-transition: all .7s ease-in-out!important;}
  159. #pagi1 a {color: {color:link};}
  160. #pagi1:hover {color:{color:hover};}
  161. #pagi2 {position: fixed; width:auto; float:left; margin-top: 450px; height: 30px; margin-left: 360px; overflow:hidden;  font-size:30px; font-family:georgia; text-align:center; -moz-transition: all .7s ease-in-out!important; -o-transition: all .7s ease-in-out!important; transition: all .7s ease-in-out!important; -webkit-transition: all .7s ease-in-out!important;}
  162. #pagi2 a {color: {color:link};}
  163. #pagi2:hover {color:{color:hover};}
  164.  
  165. #tumblr_controls{position: fixed!important}
  166.  
  167. {CustomCSS}
  168. </style>
  169.  
  170. </head>
  171.  
  172. <body>
  173.  
  174.  
  175. <div id="basedescr">
  176. {Description}
  177. </div>
  178.  
  179. <div id="basetitulo">
  180. {text:titulo}
  181. </div>
  182.  
  183. <div id="pagi1">{block:NextPage}<a href="{NextPage}">»</a>{/block:NextPage}</div>
  184.  
  185. <div id="pagi2">{block:PreviousPage}<a href="{PreviousPage}">«</a>{/block:PreviousPage}</div>
  186.  
  187. <div id="baseimagem"><img src="{image:sidebar}"/></div>
  188. </div>
  189.  
  190.  
  191. <div id="baselinks1">
  192. <div id="baselinks">
  193. {block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a>{/block:ifLink1}
  194. {block:ifLink2}<a href="{text:Link2}">{text:Link2 Title}</a>{/block:ifLink2}
  195.  {block:ifLink3}<a href="{text:Link3}">{text:Link3 Title}</a>{/block:ifLink3}
  196. {block:ifLink4}<a href="{text:Link4}">{text:Link4 Title}</a>{/block:ifLink4}
  197. {block:ifLink5}<a href="{text:Link5}">{text:Link5 Title}</a>{/block:ifLink5}
  198. </div>
  199. </div>
  200.  
  201. <div id="baselinks2">
  202. <div id="baselinks">
  203. {block:ifLink6}<a href="{text:Link6}">{text:Link6 Title}</a>{/block:ifLink6}
  204. {block:ifLink7}<a href="{text:Link7}">{text:Link7 Title}</a>{/block:ifLink7}
  205. {block:ifLink8}<a href="{text:Link8}">{text:Link8 Title}</a>{/block:ifLink8}
  206. {block:ifLink9}<a href="{text:Link9}">{text:Link9 Title}</a>{/block:ifLink9}
  207. <a href="http://rocklessly.tumblr.com">theme &copy;</a>
  208. </div>
  209. </div>
  210.  
  211. <div id="tudo">
  212.  
  213. <div id="bialinda"> <div style=" overflow: auto; background-color: transparent; width: 515px; height: 540px; line-height: 100%; border-bottom:7px solid #fff;">
  214.  
  215. {block:IfEnableEndlessScrolling}<div class="autopagerize_page_element">
  216. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>{/block:IfEnableEndlessScrolling}
  217.  
  218. {block:Posts}
  219. <div id="all">
  220. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  221.  
  222. {block:Photo}{LinkOpenTag}<div class="image"><img src="{PhotoURL-500}" ></div>{LinkCloseTag}{/block:Photo}
  223.  
  224. {block:Photoset}{Photoset-500}{/block:Photoset}
  225.  
  226. {block:Quote}
  227. <div id="postquote">❝ {Quote}</div><br>
  228. {block:Source}<div id="sourcequote"> — {Source}</div>{/block:Source}
  229. {/block:Quote}
  230.  
  231. {block:Link}
  232. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  233. {block:Description}{Description}{/block:Description}
  234. {/block:Link}
  235.  
  236. {block:Chat}
  237. {block:Title}<h1><a href="{Permalink}">{Title}</a></h1>{/block:Title}
  238. <div id="chat"><ul>{block:Lines}
  239. <li class="person{UserNumber}">{block:Label}
  240. <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>
  241. {/block:Chat}
  242.  
  243. {block:Audio}
  244. <div id="audio">{block:AlbumArt}<img src="{AlbumArtURL}">{/block:AlbumArt}</div>
  245. {AudioPlayerGrey}
  246. {block:Caption}{Caption}{/block:Caption}
  247. {/block:Audio}
  248.  
  249. {block:Video}{Video-500}{/block:Video}
  250.  
  251. {block:Answer}
  252. <div id="asker"><b>{Asker} disse:</b> "{Question}"</div>
  253. <div id="answer">{Answer}</div>
  254. {/block:Answer}
  255.  
  256. <div id="capost">
  257. {block:Photo}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  258. {block:Video}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  259. {block:Photoset}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  260.  
  261. <div id="ssource">{block:ContentSource}<a href="{SourceURL}">{lang:Source}:{block:SourceLogo}
  262. <img src="{BlackLogoURL}" width="{LogoWidth} height="{LogoHeight}" alt="{SourceTitle}" />
  263. {/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}</a>
  264. {/block:ContentSource}</div></div>
  265.  
  266.  
  267. <div id="info">
  268. {block:HasTags}{block:Tags} <a href="{TagURL}"><b>#</b>{Tag}</a>&nbsp;{/block:Tags} <br>{/block:HasTags}
  269. {block:Date} {block:Date}<a href="{Permalink}">{TimeAgo}</a>{/block:Date} {block:NoteCount} · <a href="{Permalink}">{NoteCount} notes</a>{/block:NoteCount} · <a href="{ReblogURL}" target="_blank">reblog</a><br>
  270. {block:RebloggedFrom}<b></b> <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}{block:RebloggedFrom} · (&copy; <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a>)
  271. {/block:RebloggedFrom}<br>
  272.  
  273. <br clear="all" /></div></div>
  274.  
  275. {/block:Posts}
  276. {block:IfEnableEndlessScrolling}</div>{/block:IfEnableEndlessScrolling}
  277. {block:PostNotes}
  278. <div id="notes">{PostNotes}</div>
  279. {/block:PostNotes}
  280.  
  281. </div>
  282.  
  283. </div>
  284. </div>
  285. </div>
  286.  
  287. </body>
  288. </html>
Advertisement
Add Comment
Please, Sign In to add comment