apenassimplesversos

Theme 27.2

May 9th, 2012
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 15.99 KB | None | 0 0
  1. <head>
  2. <title>{title}</title>
  3. <link rel="shortcut icon" href="{favicon}" />
  4.  
  5.  <meta name="color:background" content="#f8f8f8" />
  6.  <meta name="image:background" content="" />
  7. <meta name="image:sidebar1" content="http://static.tumblr.com/hesl9hk/TZCm3i5t4/540023_3307528201047_1053325328_3105835_1236442508_n_large.jpg"/>
  8. <meta name="color:details" content="#b5b5b5" />
  9.  <meta name="color:text" content="#000000" />
  10.  <meta name="color:title" content="#f8f8f8" />
  11. <meta name="color:title2" content="#f8f8f8" />
  12.   <meta name="color:sidebar" content="#f8f8f8" />
  13.    <meta name="color:sidebar2" content="#f8f8f8" />
  14. <meta name="color:tags1" content="#BEBEBE" />
  15. <meta name="color:tags2" content="#f8f8f8" />
  16. <meta name="color:link" content="#f8f8f8" />
  17. <meta name="color:formataçãodetexto" content="#f8f8f8" />
  18. <meta name="color:entry" content="#f8f8f8" />
  19. <meta name="color:menu" content="#f8f8f8" />
  20. <meta name="color:menuhover" content="#f8f8f8" />
  21. <meta name="color:credit" content="#ebebeb" />
  22.  
  23. <meta name="color:link" content="#00ff17" />
  24. <meta name="color:lhover" content="#000000" />
  25. <meta name="color:lhoverlinks" content="#000000" />
  26.  <meta name="color:links text hover" content="#e8ff00" />
  27. <meta name="text:frase" content="frase aqui bitchs"/>
  28.  
  29. <meta name="text:Link1" content="" />
  30. <meta name="text:Link1 Title" content="" />
  31. <meta name="text:Link2" content="" />
  32. <meta name="text:Link2 Title" content="" />
  33. <meta name="text:Link3" content="" />
  34. <meta name="text:Link3 Title" content="" />
  35. <meta name="text:Link4" content="" />
  36. <meta name="text:Link4 Title" content="" />
  37. <meta name="text:Link5" content="" />
  38. <meta name="text:Link5 Title" content="" />
  39. <meta name="text:Link6" content="" />
  40. <meta name="text:Link6 Title" content="" />
  41.  
  42.  
  43.  
  44.  
  45. <style>
  46. body {color:{color:text}; background-color:{color:background}; background-image: url('{image:Background}'); background-attachment:fixed; font-family:{font:body}; font-size:11px; line-height:110%; text-align:justify}
  47.  
  48. /**** TITULOS ****/
  49. #sid{position: fixed; width: 150px; height: auto; margin-left: 0px; }
  50.  
  51. .title{ width: 130px; height: auto; font-size: 16px;font-family: georgia; padding:  5px; text-align: center;color: {color:sidebar};  background-color: {color:details}; -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out;}
  52. .title:hover{color: {color:details}; background-color: {color:sidebar};}
  53. /**** POSIÇÕES DA SIDEBAR ****/
  54. #content {width: 900px; margin-top: 0px; margin-right: auto; margin-bottom: 50px; margin-left: auto;}
  55. #sidebar {width:350px; text-align: justify; float: left; position: absolute; margin-top: 10px; left:100px;}
  56.  
  57. .sidebar {width: 250px; height: auto; top: 20px; left: 257px; padding: 0px; background-color: {color:sidebar}; text-align: center; position: fixed;}
  58.  
  59.  
  60. /**** FORMATAÇÃO DE TEXTO ****/
  61. b, strong, bold {color: {color:formataçãodetexto};}
  62. u, underline {color: {color:formataçãodetexto}; border-bottom: 1px dashed #000;text-decoration:none;}
  63. i, em {color: {color:formataçãodetexto};}
  64. s, strike {color: {color:formataçãodetexto};}
  65.  
  66. /**** FORMATAÇÃO DOS LINKS ****/
  67. a {color: {color:link}; -webkit-transition-duration: .99s; text-decoration:none;}
  68. a:hover, div.permalink p a:hover {color: #000;border: 0px;margin: 0px;filter:alpha(opacity=100); -moz-opacity: 1; -khtml-opacity: 1; opacity: 1; -webkit-transition-duration: .99s; text-decoration:none;}
  69.  
  70. /**** BLOCKQUOTE ****/
  71. blockquote {border-left: 5px solid #000; font-family: georgia; color: 666; padding: 2px 2px 2px 6px; margin: 2px; line-height: 14px; background: #f1f1f1;}
  72.  
  73. /**** COISAS DAS TAGS DOS POSTS, MUDE SÓ AS CORES ****/
  74. /**** BOXES ****/
  75. .box {background: {color:sidebar}; padding: 5px; margin-bottom: 7px; left:10px;}
  76.  
  77. .box2{background: {color:sidebar2}; padding: 5px; margin-bottom: 7px; left:10px;}
  78.  
  79.  
  80. /**** CAIXA DOS POSTS ****/
  81. #container {
  82. background-color:transparent;
  83. width: 465px;
  84. position: absolute;
  85. top:29px;
  86. left: 355px;
  87.  
  88. padding-bottom: 5px;
  89. }
  90.  
  91. #entries {margin: -10px 0 0px 0}
  92.  
  93.  
  94. #entry {
  95. width: 500px;
  96.  border-bottom: 2px solid #DADADA;
  97. background-color:{color:entry};
  98. text-align: justify;
  99. padding: 20px;
  100.  margin-bottom:0px;}
  101.  
  102. .image{text-align: center; margin: 0 0 5px 0}
  103. .image img{border: 0px; margin: 0; padding: 0;}
  104.  
  105. #ask_form{width: 500px; }
  106.  
  107. .search_result{font-size: 12px; text-align: center}
  108.  
  109. .source{display:none}
  110.  
  111. h1{
  112. font-family: georgia;
  113. font-size:20px;
  114. letter-spacing: -1px;
  115. line-height: 20px;
  116. text-transform: none;
  117. font-weight: normal;
  118. margin: 0 0 5px 0;
  119. text-align: center
  120. }
  121.  
  122. h1 a{
  123. font-size:20px;
  124. letter-spacing: -1px;
  125. line-height: 20px;
  126. text-transform: none;
  127. font-weight: normal;
  128. margin: 0 0 5px 0;
  129. text-decoration: none;
  130. text-align: center
  131. }
  132.  
  133. .qqmarks{
  134. font-size: 80px;
  135. font-weight: bold;
  136. line-height: 80px;
  137. opacity: 0.2;
  138. filter:alpha (opacity=20)
  139. }
  140.  
  141. .qquote{
  142. font-family:Georgia;
  143. font-size: 20px;
  144. letter-spacing: -1px;
  145. line-height: 30px;
  146. text-transform: none;
  147. margin-top: -70px;
  148. margin-left: 45px
  149. }
  150.  
  151. .qsource{
  152. margin: 5px 15px 0 0;
  153. text-align: right}
  154.  
  155. .chat{
  156. line-height: 12px;
  157. list-style: none
  158. }
  159.  
  160. .chat ul {
  161. line-height: 15px;
  162. list-style: none;
  163. padding: 0px;
  164. line-height: 20px;
  165. background: #000;
  166. }
  167.  
  168. .person1 {
  169. background-color: {color:link};
  170. color: {color:background}
  171. }
  172. .person1 .label {
  173. font-weight: bold;
  174. padding: 0px;
  175. margin-left: 5px;
  176. color: {color: text}
  177. }
  178. .person2 {
  179. background-color: {color:background};
  180. color: {color: text}
  181. }
  182. .person2 .label {
  183. font-weight: bold;
  184. padding: 0px;
  185. margin-left: 5px;
  186. color: {color: text}
  187. }
  188.  
  189. .audioimage{
  190. float:left;
  191. text-align: center;
  192. margin: 0 10px 5px 0;
  193. width: 205px;
  194. border: 15px solid {color:background};
  195. }
  196. .audioimage img{
  197. max-width: 205px;
  198. height: auto;
  199. margin: 0 0 2px 0
  200. }
  201. .playcount {font-style: italic}
  202.  
  203.  
  204. .asker {
  205. width: 480px;
  206. background-color: {color:background};
  207. color:{color:text};
  208. padding: 10px; }
  209. .asker img{
  210. float: left;
  211. margin: 0px 4px 2px 0
  212. }
  213. .asker a{
  214. font-size: 20px;
  215. color:{color:link};
  216. text-transform: lowercase;
  217. line-height: 27px;
  218. padding: 0; margin: 0;
  219. font-family: georgia;
  220. }
  221. .asker a:hover{
  222. font-size: 20px;
  223. color:{color:link};
  224. text-transform: lowercase;
  225. line-height:27px;
  226. padding: 0;
  227. margin: 0;
  228. font-family: georgia;
  229. }
  230. .answer {padding: 5px 0 0 0; }
  231.  
  232. #cap {
  233. padding: 2px 0 0 0;
  234. width: 500px;
  235. margin: 0 0 0 5px
  236. }
  237.  
  238. .info {
  239. margin-top: 10px;
  240. border-left: 0px solid {color:entry};
  241. padding: 5px;
  242. background-color: {color:entry};
  243. text-align: left;
  244. font-size: 9px;
  245. font-family: verdana;
  246. text-transform: lowercase;
  247. }
  248.  
  249. .info a {font-size: 9px;}
  250.  
  251. .info2 {
  252. padding: 2px;
  253. border-bottom: 1px dotted {color:entry};
  254. text-align: right;
  255. }
  256. .tags {
  257. color: {color:text};
  258. font-size: 9px;
  259. font-family: verdana;
  260. display: inline;
  261. list-style: none;
  262. text-transform: none;
  263. }
  264. .tags a {
  265. font-size: 9px;
  266. color: {color:text};
  267. display: inline;
  268. list-style: none;
  269. text-transform: none;
  270. }
  271.  
  272. #nts {
  273. width: 500px;
  274. margin-left: 95px;
  275. padding: 10px;
  276. margin-top: 5px;
  277. font-size: 10px;
  278. text-align: left
  279. }
  280.  
  281. #nts img{display: none; border:0px}
  282.  
  283. #clear{
  284. clear: both;
  285. width: 50px;
  286. height: 0px;
  287. background-color: transparent
  288. }
  289.  
  290. #prevnextlinks{
  291. text-align: center;
  292. width: 500px;
  293. background-color:{color:entry};
  294. padding: 7px 20px 7px 20px;
  295. margin: 0 0 2px 0;
  296. font-size: 10px
  297. }
  298.  
  299. #notes {
  300. width: 500px;
  301. margin: 0px;
  302. margin-left: 0px;
  303. padding: 5px;
  304. text-align: left
  305. }
  306.  
  307. ol.notes {list-style: none; margin: 0 20px 0 10px; padding: 0px}
  308. ol.notes li {margin: 0px; padding: 2px;}
  309.  
  310. #notes img{border:0px}
  311. #notes a{font-size: 10px}
  312.  
  313. #tumblr_controls{position: fixed!important}
  314. ::-webkit-scrollbar{width:5px;height:5px;}
  315.  
  316. ::-webkit-scrollbar-button:start:decrement
  317.  
  318. ::-webkit-scrollbar-button:end:increment{display:block;height:0;background-color:transparent;}
  319.  
  320. ::-webkit-scrollbar-track-piece{background-color:#fff;-webkit-border-radius:0;-webkit-border-bottom-right-radius:3px;-webkit-border-bottom-left-radius:3px;}
  321.  
  322. ::-webkit-scrollbar-thumb:vertical{height:50px; background-color:{color:rolagem};-webkit-border-radius:px;}
  323.  
  324. ::-webkit-scrollbar-thumb:horizontal{width:50px; background-color:{color:rolagem};-webkit-border-radius:px;}
  325.  
  326.  
  327.  
  328. /**** PERSONALIZAÇÃO DAS TAGS POR THAYSAAISABELA.TUMBLR.COM ****/
  329.  
  330. .tags {width: 99%; background: {color:tags1}; font-weight:normal; text-align: center; letter-spacing:1px; padding:3px; margin-bottom: 1px; text-shadow:0 1px 1px #eee; font-size: 8pt; border-radius: 1px;}
  331.  
  332. .notespost {width: 99%; background: {color:tags2}; font-weight: none; text-align: center; letter-spacing:1px; text-shadow:0 1px 1px #eee; font-size: 8pt; margin-bottom: 0px; padding: 3px; border-radius: 1px; border-bottom-right-radius: 2px; border-bottom-left-radius: 2px;}
  333.  
  334. /****** fim da tag dos posts by THAYSAAISABELA.TUMBLR.COM ***/
  335.  
  336. /**** SELEÇÃO COLORIDA ****/
  337.  
  338. ::-moz-selection {
  339.  
  340. background-color: #000;
  341.  
  342. color: #fff;}
  343.  
  344.  
  345.  
  346. ::selection {
  347.  
  348. background-color: #fff;
  349.  
  350. color: #000;}
  351.  
  352. /*** BOTÃO DE FOLLOW FIXO! NÃO MEXE ^^ ****/
  353. #tumblr_controls{position: fixed!important}
  354.  
  355.  
  356. #buttonmenu {
  357.  
  358. width:107px;
  359.  
  360. float:center;
  361.  
  362. height:auto;
  363.  
  364. margin-left:3px;
  365.  
  366. margin-right:3px;
  367.  
  368. margin-bottom:8px;
  369.  
  370. padding-top:5px;
  371.  
  372. padding-bottom:5px;
  373.  
  374. background-color:#FFF;
  375.  
  376. display:inline-block;
  377.  
  378. color:#666;
  379.  
  380. font-family:Verdana;
  381.  
  382. font-size:10px;
  383.  
  384. letter-spacing:1px;
  385.  
  386. text-align:center;
  387.  
  388. cursor: hand;
  389.  
  390. border-left:5px solid {color:menu};
  391.  
  392. border-right:5px solid {color:menu};
  393.  
  394. -webkit-transition-duration: .50s;
  395.  
  396. }
  397.  
  398.  
  399.  
  400. #buttonmenu:hover { border-left:5px solid {color:menuhover}; border-right:5px solid {color:menuhover}; }
  401.  
  402.  
  403. #pagination {font-family:georgia; text-align:center; font-size:15px}
  404.  
  405.  
  406.  
  407.  
  408. <!---links---!>
  409.  
  410.  
  411.  
  412. .sidebar {width: 250px; height: auto; top: 20px; left: 257px; padding: 0px; background-color: {color:sidebar}; text-align: center; position: fixed;}
  413.  
  414. .ander {float: left; padding: 0px;}
  415. .ander img {display: inline; margin-right:-9px; width:244px; margin-left: 0px; margin-top: 0px; height: auto; text-align:center; margin-bottom: 0px; border: 3px solid {color:text};}
  416.  
  417. .nav {position:fixed; width: 90; height: auto; padding:0px; margin-top:204px; margin-left:0px; }
  418. .nav a {display: block; width: 20px;  height: 8px; line-height: 8px; padding: 3px; font-family: verdana; font-size: 9px; text-align:center; background-color: {color:sidebar}; color:{color:sidebar}; text-decoration: none; text-transform: lowercase; margin-right: 1px; margin-bottom: 1px; overflow:hidden; -webkit-transition: all 0.8s ease-out; -moz-transition: all 0.8s ease-out;}
  419. .nav a:hover { color:{color:link hover}; text-align: center;  width: 78px; margin-left:-60px;  letter-spacing: 0px; font-weight:normal; border-left: 2px solid {color:link hover};}
  420.  
  421. .description {height: 69px; font-size:9px; font-family:verdana; text-align:justify; background-color: {color:sidebar}; color:{color:text}; padding:5px; border: 5px solid {color:sidebar};  margin-top:204px; margin-left:27px; overflow:auto; -webkit-transition: all 0.8s ease-out; -moz-transition: all 0.8s ease-out;}
  422.  
  423. .credit { font-size:9px;font-family:verdana; text-align:center; background-color:{color:credit}; color:{color:text}; padding: 5px; margin-top:1px; margin-left:0px; border-top: 1px dotted {color:text};}
  424.  
  425. @font-face {font-family: "tinytots";src: url('http://static.tumblr.com/rmj06l2/Usellxb4i/tinytots.ttf');}
  426.  
  427. #links {width: 300px; margin-left: 0px; margin-top: 1px; position: relative; overflow:hidden; background-color: {color:sidebarlinks}; padding:3px; font-family: tinytots; font-size: 8px; font-style: normal; text-align: center; text-transform: none; height: 10px}
  428. #links a {color: {color:link};}
  429. #links a:hover {color: {color:lhoverlinks};}
  430.  
  431. </style>
  432. </head>
  433. <body>
  434.  
  435.  
  436. <div id="content">
  437. <div id="sidebar">
  438. <div class="Box">
  439.  
  440. <br>
  441. <div class="title"><div id="flirt">{text:frase}</div></div>
  442.  
  443. <div class="ander"><img src="{image:Sidebar1}" width="250" height="140" /></p></div>
  444.  
  445. <div id="links">
  446. {block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a>{/block:ifLink1} -
  447. {block:ifLink2}<a href="{text:Link2}">{text:Link2 Title}</a>{/block:ifLink2} -
  448. {block:ifLink3}<a href="{text:Link3}">{text:Link3 Title}</a>{/block:ifLink3} -
  449. {block:ifLink4}<a href="{text:Link4}">{text:Link4 Title}</a>{/block:ifLink4} -
  450. {block:ifLink5}<a href="{text:Link5}">{text:Link5 Title}</a>{/block:ifLink5} -
  451. {block:ifLink6}<a href="{text:Link6}">{text:Link6 Title}</a>{/block:ifLink6}
  452. </div>
  453.  
  454. <align="justify"><img src="{PortraitURL-96}" width="96" align="right" style="border: 02px solid #C8A3AC; padding: 3px;">
  455.  
  456.  
  457. <a title="theme d-esequilibrio, insp late-to-write, base   fragmentodecristal  " href="http://d-esequilibrio .tumblr.com" ><div class="button7">©</div></a>
  458. <div class="credit"><a href="http://d-esequilibrio.tumblr.com/"> theme d-esequilibrio, dtlhs negatividade, base   fragmentodecristal</a></div>
  459. <div id="pagination">{block:PreviousPage}<a href="{PreviousPage}">«</a> &nbsp;{/block:PreviousPage}{CurrentPage}/{TotalPages}{block:NextPage}&nbsp;<a href="{NextPage}">»</a>{/block:NextPage}</div>
  460. <br><br>
  461.  
  462.  
  463.  
  464.  
  465.  
  466. <div id="container">
  467.  
  468. <div id="entries">
  469. {block:IfEnableEndlessScrolling}<div class="autopagerize_page_element">
  470. <script type="text/javascript"
  471.  
  472. src="http://codysherman.com/tools/infinite-scrolling/code"></script>{/block:IfEnableEndlessScrolling}
  473.  
  474.  
  475. {block:SearchPage}<div class="search_result">{SearchResultCount} results</div>{/block:SearchPage}
  476.  
  477.  
  478.  
  479. {block:Posts}
  480.  
  481. <div id="entry">
  482. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  483.  
  484. {block:Photo}{LinkOpenTag}<div class="image"><img src="{PhotoURL-500}"></div>{LinkCloseTag}
  485. <div id="cap">{block:Caption}{Caption}{/block:Caption}</div>{/block:Photo}
  486.  
  487. {block:Photoset}{Photoset-500}
  488. <div id="cap">{block:Caption}{Caption}{/block:Caption}</div>
  489. {/block:Photoset}
  490.  
  491. {block:Quote}
  492. <b class="qqmarks">"</b><div class="qquote">{Quote}</div>
  493. {block:Source}<div class="qsource">— {Source}</div>{/block:Source}
  494. {/block:Quote}
  495.  
  496. {block:Link}
  497. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  498. {block:Description}{Description}{/block:Description}
  499. {/block:Link}
  500.  
  501. {block:Chat}
  502. {block:Title}<h1><a href="{Permalink}">{Title}</a></h1>{/block:Title}
  503. <div class="chat"><ul>{block:Lines}
  504. <li class="person{UserNumber}">{block:Label}
  505. <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>
  506. {/block:Chat}
  507.  
  508. {block:Audio}
  509. <div class="audioimage">{block:AlbumArt}<img src="{AlbumArtURL}">{/block:AlbumArt}</div>
  510. {AudioPlayerWhite}
  511. <div class="playcount">{PlayCountWithLabel}</div>
  512. <div class="cap">{block:Caption}{Caption}{/block:Caption}</div>
  513. {/block:Audio}
  514.  
  515. {block:Video}{Video-500}
  516. <div id="cap">{block:Caption}{Caption}{/block:Caption}</div>{/block:Video}
  517.  
  518. {block:Answer}
  519. <img src="{AskerPortraitURL-48}" align="left" class="askborder" class="dreamgirl"><div class="bubble"><span></span><b>{Asker} said to me:</b>
  520. {Question}&nbsp;</div><br>{Answer} {/block:Answer}
  521.  
  522. <div class="source">{block:ContentSource}<a href="{SourceURL}">{lang:Source}:{block:SourceLogo}
  523.     <img src="{BlackLogoURL}" width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  524.       {/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}</a>
  525. {/block:ContentSource}</div>
  526.  
  527.  
  528.  
  529. <div id="clear"></div>
  530.  
  531. {block:Date} <div class="info"> <a href="{Permalink}">{TimeAgo}</a> {/block:Date} {block:NoteCount} . <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}{Block:IndexPage}  <a href="{ReblogUrl}" target="_blank"> . <b>r</b>eblog </a> {/Block:IndexPage} {block:RebloggedFrom} . via <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}
  532. <br>
  533. {block:HasTags}{block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}
  534. </div></div>
  535. {/block:Posts}
  536. {block:PostNotes}
  537. <div id="nts"><div id="ntstext"> . {PostNotes}</div></div>
  538. {/block:PostNotes}
  539.  
  540. </center>
  541.  
  542.  
  543. <!---- FIM DAS TAGS DOS POSTS BY THAYSAAAISABELA.TUMBLR CREDITE TUDOOO ----->
  544. </body>
  545. </html>
Advertisement
Add Comment
Please, Sign In to add comment