apenassimplesversos

le codigooo kk

May 18th, 2012
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 13.63 KB | None | 0 0
  1. <! - - -
  2.        D-esequilibrio theme don't copy or remove my credits
  3.                                                                                       - - - !>
  4.  
  5.  
  6.  
  7.  
  8.  
  9. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml">
  10.  
  11. <head profile="http://gmpg.org/xfn/11">
  12.  
  13. <meta name="color:background" content="#ffffff" />
  14. <meta name="color:text" content="#000000" />
  15. <meta name="color:entry" content="#ffffff" />
  16. <meta name="color:sidebar" content="#FFFFFF" />
  17. <meta name="color:link" content="#000" />
  18. <meta name="color:link hover" content="#888" />
  19. <meta name="color:links hover" content="#fff"
  20.  
  21. <meta name="image:bg" content="" />
  22. <meta name="image:sidebar" content="" />
  23.  
  24. <meta name="text:Link1" content="" />
  25. <meta name="text:Link1 Title" content="" />
  26. <meta name="text:Link2" content="" />
  27. <meta name="text:Link2 Title" content="" />
  28. <meta name="text:Link3" content="" />
  29. <meta name="text:Link3 Title" content="" />
  30. <meta name="text:Link4" content="" />
  31. <meta name="text:Link4 Title" content="" />
  32. <meta name="text:Title" content="" />
  33. <meta name="text:Subtitle" content="" />
  34.  
  35.  
  36.  
  37. <title>{Title}</title>
  38.  
  39. <link rel="shortcut icon" href="{Favicon}">
  40.  
  41.  
  42. <style>
  43.  
  44. body{background: {color:background}Url(' {image:bg} '); color: #1C1C1C; font-family: verdana; font-size: 10px;  background-attachment:fixed; background-repeat: repeat;}
  45.  
  46. /* * * caixas * * */
  47.  
  48. .caixa1 { background: {color:posts}; width: 500px; border: 1px dotted #fff; text-align: justify; padding: 8px;  box-shadow:  1px 1px 1px  #ccc;}
  49. .caixa2 { background: #fff; width: 250px; text-align: justify; padding: 10px; }
  50.  
  51.  
  52. /* * * titulo  ps: para deixar todas as letras minúsculas, remova o text-transform: uppercase; depois da última vírgula dessa class  * * */
  53.  
  54. titulo{ font-family: verdana; font-size: 20px; border-bottom: 1px solid #ccc; text-align: center; text-shadow: 1px 1px 1px #ccc; text-transform: uppercase; }
  55.  
  56. /* * * links * * */
  57. a:link, a:active, a:visited { font-family: verdana;  color: #9C9C9C; text-decoration: none; -webkit-transition-duration: .20s; }
  58. a:hover { font-family: verdana;  color: #696969;}
  59.  
  60. /* * * negrito, itálico, sublinhado e riscado * * */
  61. b, strong {color: #000;}
  62. i, em {color: #000;}
  63. u {color: #000; border-bottom: 1px solid #CDC9C9; text-decoration: none; }
  64. s, strike {color: #000;}
  65.  
  66. /* * * bordas * * */
  67. .imgask {border-radius: 360px; }
  68. .imgside {width: 250px; height: 120px;}
  69.  
  70. /* * * seleção colorida * * */
  71. ::selection { color:#8B7765; background-color: #fff; }
  72. ::-moz-selection {color:#8B7765; background-color: #fff; }
  73. ::-webkit-selection { color:#8B7765; background-color: #fff; }
  74.  
  75. /* * * fundinhos * * */
  76.  
  77. blockquote{ background: #EEE5DE;  border-left: solid 5px #8B7765; text-align: center;  }
  78. fundo1 { background: #EEE9E9;  margin-top: 1px dotted #696969; padding-bottom: 0px; }
  79. .fundo2 {  heigth: 10ox; background: #EEE5DE; text-align: center; }
  80.  
  81.  
  82. /*** ask by biibis modificada por sumidouro.tumblr.com ***/
  83. .bubble {align:right;background: #EEE5DE; margin:1px 0px 3px 63px;padding:10px;position: relative;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;}
  84. .bubble p {margin:1px 0px;}
  85. .bubble span {display:block;position:absolute;width:1px;height:1px;font-size: 0;line-height: 1px;left:-10px;top:10px;border-top:7px solid transparent;border-bottom:7px solid transparent;border-right:10px solid #EEE5DE;}
  86.  
  87.  
  88. .bubble2 {align:right;background: #EEE5DE; margin:1px 0px 3px 63px;padding:10px;position: relative;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;}
  89. .bubble2 p {margin:1px 0px;}
  90. .bubble2 span {display:block;position:absolute;width:1px;height:1px;font-size: 0;line-height: 1px;left:-10px;top:40px;border-top:7px solid transparent;border-bottom:7px solid transparent;border-right:10px solid #EEE5DE;}
  91.  
  92.  
  93. /**sidebar**/
  94. .sidebar2 {width: 100px; height: 100px; top: 100px; left: 100px; padding: 0px; background-color: {color:sidebar}; text-align: center; position: fixed;  -webkit-border-radius: 225px 225px 225px 225px;}
  95.  
  96. .ander {float: left; padding: 0px;}
  97. .ander img {display: inline; margin-right:-9px; width:100px; margin-left: 0px; margin-top: 0px; height: 100px; text-align:center; margin-bottom: 0px; -webkit-border-radius: 225px 225px 225px 225px;}
  98.  
  99. .title {font-size:12px;font-family:georgia; padding: 2px;}
  100. #sub {width:125px; height:37px; font-size:9px; font-family:verdana; text-align:center; background-color:{color:sidebar}; color:{color:text sidebar}; padding: 5px; margin-top:0px; margin-left:81px; overflow:hidden; border-bottom: 2px solid {color:text sidebar};}
  101.  
  102. .nav {width: 180; height: auto; padding:0px; margin-top:1px; margin-left:81px; }
  103. .nav a {float: left; display: block; width: 61px; height: 9px; line-height: 9px; padding: 3px; font-family: verdana; font-size: 9px; text-align: center; background-color: {color:sidebar}; color:{color:text sidebar}; text-decoration: none; text-transform: lowercase; margin-right: 1px; margin-bottom: 1px; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;}
  104. .nav a:hover { background-color: {color:sidebar}; color:{color:link hover}; letter-spacing: 0px; font-weight: bold;}
  105.  
  106.  
  107. #credit {
  108. position:fixed;
  109. width:100px;
  110. right:3px;
  111. bottom:3px;
  112. line-height:5px;
  113. letter-spacing:0px;
  114. font:10px georgia;
  115. text-transform:lowercase;
  116. font-style:italic;
  117. }
  118.  
  119. #page{margin-top:370px; background-color:#transp; float:center; width:206px; height:23px; position:fixed; margin-left: 140px; }
  120. .pgs{padding:4px; font-family:georgia; font-style: italic; font-size: 12px; letter-spacing:1px;}
  121. .pgs a {color: {color:paginacao};}
  122.  
  123. /**posts**/
  124.  
  125. #container {
  126. background-color:transparent;
  127. width: 465px;
  128. position: absolute;
  129. top:15px;
  130. left: 400px;
  131.  
  132. padding-bottom: 5px;
  133. }
  134.  
  135. #entries {margin: -10px 0 0px 0}
  136.  
  137.  
  138. #entry {
  139. width: 500px;
  140.  border-bottom: 2px solid #DADADA;
  141. background-color:{color:entry};
  142. text-align: justify;
  143. padding: 20px;
  144.  margin-bottom:0px;}
  145.  
  146. .image{text-align: center; margin: 0 0 5px 0}
  147. .image img{border: 0px; margin: 0; padding: 0;}
  148.  
  149. #ask_form{width: 500px; }
  150.  
  151. .search_result{font-size: 12px; text-align: center}
  152.  
  153. .source{display:none}
  154.  
  155. h1{
  156. font-family: georgia;
  157. font-size:20px;
  158. letter-spacing: -1px;
  159. line-height: 20px;
  160. text-transform: none;
  161. font-weight: normal;
  162. margin: 0 0 5px 0;
  163. text-align: center;
  164. }
  165.  
  166. h1 a{font-size:20px; letter-spacing: -1px; line-height: 20px; text-transform: none; font-weight: normal; margin: 0 0 5px 0; text-decoration: none; text-align: center; }
  167.  
  168.  
  169. .qquote {font-family: georgia; text-align: left; font-size: 15px; line-height: 15px; padding: 3px;}
  170.  
  171. .qsource {text-align: right; text-transform: none; margin-bottom: 5px;}
  172.  
  173. .qsource a, a:hover {text-transform: none;}
  174.  
  175.  
  176.  
  177.  
  178. .chat{
  179. line-height: 12px;
  180. list-style: none
  181. }
  182.  
  183. .chat ul {
  184. line-height: 15px;
  185. list-style: none;
  186. padding: 0px;
  187. line-height: 20px;
  188. background: {color:entry};
  189. }
  190.  
  191. .person1 {
  192. background-color: {color:entry};
  193. color: {color:text}
  194. }
  195. .person1 .label {
  196. font-weight: bold;
  197. padding: 0px;
  198. margin-left: 5px;
  199. color: {color: text}
  200. }
  201. .person2 {
  202. background-color: {color:entry};
  203. color: {color: text}
  204. }
  205. .person2 .label {
  206. font-weight: bold;
  207. padding: 0px;
  208. margin-left: 5px;
  209. color: {color: text}
  210. }
  211.  
  212. .audioimage{
  213. float:left;
  214. text-align: center;
  215. margin: 0 10px 5px 0;
  216. width: 205px;
  217. border: 15px solid {color:background};
  218. }
  219. .audioimage img{
  220. max-width: 205px;
  221. height: auto;
  222. margin: 0 0 2px 0
  223. }
  224. .playcount {font-style: italic}
  225.  
  226.  
  227. .asker {
  228. width: 480px;
  229. background-color: {color:background};
  230. color:{color:text};
  231. padding: 10px; }
  232. .asker img{
  233. float: left;
  234. margin: 0px 4px 2px 0
  235. }
  236. .asker a{
  237. font-size: 20px;
  238. color:{color:links};
  239. text-transform: lowercase;
  240. line-height: 27px;
  241. padding: 0; margin: 0;
  242. font-family: georgia;
  243. }
  244. .asker a:hover{
  245. font-size: 20px;
  246. color:{color:links};
  247. text-transform: lowercase;
  248. line-height:27px;
  249. padding: 0;
  250. margin: 0;
  251. font-family: georgia;
  252. }
  253. .answer {padding: 5px 0 0 0; }
  254.  
  255. #cap {
  256. padding: 2px 0 0 0;
  257. width: 500px;
  258. margin: 0 0 0 5px
  259. }
  260.  
  261. .info {
  262. margin-top: 10px;
  263. border-left: 0px solid {color:entry};
  264. padding: 5px;
  265. background-color: {color:entry};
  266. text-align: left;
  267. font-size: 9px;
  268. font-family: verdana;
  269. text-transform: lowercase;
  270. }
  271.  
  272. .info a {font-size: 9px;}
  273.  
  274. .info2 {
  275. padding: 2px;
  276. border-bottom: 1px dotted {color:entry};
  277. text-align: right;
  278. }
  279. .tags {
  280. color: {color:text};
  281. font-size: 9px;
  282. font-family: verdana;
  283. display: inline;
  284. list-style: none;
  285. text-transform: none;
  286. }
  287. .tags a {
  288. font-size: 9px;
  289. color: {color:text};
  290. display: inline;
  291. list-style: none;
  292. text-transform: none;
  293. }
  294.  
  295. #nts {
  296. width: 500px;
  297. margin-left: 95px;
  298. padding: 10px;
  299. margin-top: 5px;
  300. font-size: 10px;
  301. text-align: left
  302. }
  303.  
  304. #nts img{display: none; border:0px}
  305.  
  306. #clear{
  307. clear: both;
  308. width: 50px;
  309. height: 0px;
  310. background-color: transparent
  311. }
  312.  
  313. #prevnextlinks{
  314. text-align: center;
  315. width: 500px;
  316. background-color:{color:entry};
  317. padding: 7px 20px 7px 20px;
  318. margin: 0 0 2px 0;
  319. font-size: 10px
  320. }
  321.  
  322. #notes {
  323. width: 500px;
  324. margin: 0px;
  325. margin-left: 0px;
  326. padding: 5px;
  327. text-align: left
  328. }
  329.  
  330. ol.notes {list-style: none; margin: 0 20px 0 10px; padding: 0px}
  331. ol.notes li {margin: 0px; padding: 2px;}
  332.  
  333. #notes img{border:0px}
  334. #notes a{font-size: 10px}
  335.  
  336. #tumblr_controls{position: fixed!important}
  337. ::-webkit-scrollbar{width:5px;height:5px;}
  338.  
  339. ::-webkit-scrollbar-button:start:decrement
  340.  
  341. ::-webkit-scrollbar-button:end:increment{display:block;height:0;background-color:transparent;}
  342.  
  343. ::-webkit-scrollbar-track-piece{background-color:#fff;-webkit-border-radius:0;-webkit-border-bottom-right-radius:3px;-webkit-border-bottom-left-radius:3px;}
  344.  
  345. ::-webkit-scrollbar-thumb:vertical{height:50px; background-color:{color:linhaserolagem};-webkit-border-radius:px;}
  346.  
  347. ::-webkit-scrollbar-thumb:horizontal{width:50px; background-color:{color:linhaserolagem};-webkit-border-radius:px;}
  348.  
  349. </style>
  350.  
  351. </head>
  352.  
  353. <body>
  354.  
  355. <div class="sidebar2">
  356. <div class="nav">
  357. <a href="{text:Link1}">{text:Link1 Title}</a>
  358. <a href="{text:Link2}">{text:Link2 Title}</a>
  359. </div>
  360.  
  361.  
  362. <div class="ander"><img src="{image:sidebar}"/></div></div>
  363.  
  364.  
  365. <div id="sub"><div class="title">{text:title}</div>{text:subtitle}</div>
  366.  
  367. <div class="nav">
  368. <a href="{text:Link3}">{text:Link3 Title}</a>
  369. <a href="{text:Link4}">{text:Link4 Title}</a>
  370. </div>
  371.  
  372. <div id="page">
  373. <div class="pgs">{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">« previous</a> / {/block:PreviousPage}{block:NextPage}<a href="{NextPage}">next »</a>{/block:NextPage}{/block:Pagination}</div></div>
  374.  
  375. </div>
  376.  
  377. </div></div></div></div></div>
  378.  
  379.  
  380. <! - - - Tags de post - - - !>
  381. <div id="container">
  382.  
  383. <div id="entries">
  384. {block:IfEnableEndlessScrolling}<div class="autopagerize_page_element">
  385. <script type="text/javascript"
  386.  
  387. src="http://codysherman.com/tools/infinite-scrolling/code"></script>{/block:IfEnableEndlessScrolling}
  388.  
  389.  
  390. {block:SearchPage}<div class="search_result">{SearchResultCount} results</div>{/block:SearchPage}
  391.  
  392.  
  393.  
  394.  {block:Posts}
  395.  
  396. <div id="entry">
  397. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  398.  
  399. {block:Photo}{LinkOpenTag}<div class="image"><img src="{PhotoURL-500}"></div>{LinkCloseTag}
  400. <div id="cap">{block:Caption}{Caption}{/block:Caption}</div>{/block:Photo}
  401.  
  402. {block:Photoset}{Photoset-500}
  403. <div id="cap">{block:Caption}{Caption}{/block:Caption}</div>
  404. {/block:Photoset}
  405.  
  406.  
  407. {block:Quote}
  408. <div class="qquote">"{Quote}"</div>
  409. {block:Source}<div class="qsource"><br> — {Source}</div>
  410. {/block:Source}
  411. {/block:Quote}
  412.  
  413. {block:Link}
  414. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  415. {block:Description}{Description}{/block:Description}
  416. {/block:Link}
  417.  
  418. {block:Chat}
  419. {block:Title}<h1><a href="{Permalink}">{Title}</a></h1>{/block:Title}
  420. <div class="chat"><ul>{block:Lines}
  421. <li class="person{UserNumber}">{block:Label}
  422. <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>
  423. {/block:Chat}
  424.  
  425. {block:Audio}
  426. <div class="audioimage">{block:AlbumArt}<img src="{AlbumArtURL}">{/block:AlbumArt}</div>
  427. {AudioPlayerWhite}
  428. <div class="playcount">{PlayCountWithLabel}</div>
  429. <div class="cap">{block:Caption}{Caption}{/block:Caption}</div>
  430. {/block:Audio}
  431.  
  432. {block:Video}{Video-500}
  433. <div id="cap">{block:Caption}{Caption}{/block:Caption}</div>{/block:Video}
  434.  
  435. {block:Answer}
  436. <img src="{AskerPortraitURL-48}" align="left" class="askborder" class="dreamgirl"><div class="bubble"><span></span><b>{Asker}</b>
  437. {Question}&nbsp;</div><br>{Answer} {/block:Answer}
  438.  
  439. <div class="source">{block:ContentSource}<a href="{SourceURL}">{lang:Source}:{block:SourceLogo}
  440.       <img src="{BlackLogoURL}" width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  441.         {/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}</a>
  442. {/block:ContentSource}</div>
  443.  
  444.  
  445.  
  446. <div id="clear"></div>
  447.  
  448. {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}
  449. <br>
  450. {block:HasTags}{block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}
  451. </div></div>
  452. {/block:Posts}
  453. {block:PostNotes}
  454. <div id="nts"><div id="ntstext"> . {PostNotes}</div></div>
  455. {/block:PostNotes}
  456.  
  457. </div>
  458.  
  459. </div>
  460.  
  461.  
  462.  
  463.  
  464.  
  465. <br><br><br><br><br><br>
  466. </div>
  467.  
  468.  
  469. <div id="credit"><a target="blank"href="http://d-esequilibrio.tumblr.com/themes"><font color="#808080">d-esequilibrio,tfwar dtls©</a></font></div>
  470.  
  471. </body>
  472. </html>
Advertisement
Add Comment
Please, Sign In to add comment