Don't like ads? PRO users don't see any ads ;-)

theme 14 | d-esvaneio

By: d-esvaneio on Feb 7th, 2012  |  syntax: None  |  size: 28.38 KB  |  hits: 581  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  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.  
  6.  <!  theme por d-esvaneio !>
  7.  
  8.  
  9. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  10.  
  11.  
  12.  
  13. <head> <!-- DEFAULT VARIABLES -->
  14.  
  15. <!-- //Disable right click script
  16. var message="isso é feio";
  17. ///////////////////////////////////
  18. function clickIE() {if (document.all) {(message);return false;}}
  19. function clickNS(e) {if
  20. (document.layers||(document.getElementById&&!document.all)) {
  21. if (e.which==2||e.which==3) {(message);return false;}}}
  22. if (document.layers)
  23. {document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS;}
  24. else{document.onmouseup=clickNS;document.oncontextmenu=clickIE;}
  25. document.oncontextmenu=new Function("return false")
  26. // -->
  27. </SCRIPT>
  28.  
  29. <meta name="font:text" content="verdana" />
  30.  
  31. <meta name="font:title" content="verdana" />
  32.  
  33. <meta name="color:background" content="#F1F1F1" />
  34.  
  35. <meta name="color:link" content="#000000" />
  36.  
  37. <meta name="color:bglink" content="#f8f8f8" />
  38.  
  39. <meta name="color:text" content="#8F8F8F" />
  40.  
  41. <meta name="color:post" content="#ffffff" />
  42.  
  43. <meta name="color:left" content="#ffffff" />
  44.  
  45. <meta name="color:leftext" content="#000000" />
  46.  
  47. <meta name="if:Show tags" content="1"/>
  48.  
  49. <meta name="image:background" content=""/>
  50.  
  51. <meta name="color:bgfrase" content="#ffffff"/>
  52.  
  53. <meta name="color:fontefrase" content="#B6B5B5"/>
  54.  
  55. <meta name="color:fontefrasehover" content="#8f8f8f"/>
  56.  
  57. <meta name="color:scrolling" content="#DBDBDB"/>
  58.  
  59. <meta name="color:bgsidebarlinks" content="#ffffff"/>
  60.  
  61. <meta name="color:sidebarlinks" content="#929292"/>
  62.  
  63. <meta name="color:backsidebarlinkshover" content="#F7F7F7" />
  64.  
  65. <meta name="color:sidebarlinkshover" content="#929292"/>
  66.  
  67. <meta name="color:borda" content="#b3b3b3"/>
  68.  
  69. <meta name="color:bordas" content="#DBDBDB"/>
  70.  
  71. <meta name="text:frase" content="There is love affecting you..." />
  72.  
  73.  
  74. <meta name="image:eu1" content="http://media.tumblr.com/tumblr_lyw9z9RLOE1qicls2.png" />
  75.  
  76. <meta name="image:eu2" content="http://media.tumblr.com/tumblr_lywa0cAlHY1qicls2.png" />
  77.  
  78.  
  79. <meta name="image:sidebar" content="http://media.tumblr.com/tumblr_lyw39cXH2c1qicls2.png" />
  80.  
  81.  
  82.           <meta name="text:Link1" content="troque" />
  83.           <meta name="text:Link1 Title" content="os links" />
  84.           <meta name="text:Link2" content="no appearence" />
  85.           <meta name="text:Link2 Title" content="troque" />
  86.           <meta name="text:Link3" content="os links" />
  87.           <meta name="text:Link3 Title" content="no appearence" />
  88.           <meta name="text:Link4" content="troque" />
  89.           <meta name="text:Link4 Title" content="os links" />
  90.           <meta name="text:Link5" content="no appearence" />
  91.           <meta name="text:Link5 Title" content="troque" />
  92.           <meta name="text:Link6" content="os links" />
  93.           <meta name="text:Link6 Title" content="os links" />
  94.           <meta name="text:Link7" content="troque" />
  95.           <meta name="text:Link7 Title" content="os links" />
  96.           <meta name="text:Link8" content="troque" />
  97.           <meta name="text:Link8 Title" content="os links" />
  98.           <meta name="text:Link9" content="troque" />
  99.           <meta name="text:Link9 Title" content="os links" />
  100.  
  101.                       <title>{Title}</title>
  102.         <link rel="shortcut icon" href="{Favicon}">
  103.     <link rel="alternate" type="application/rss+xml" href="{RSS}">
  104.         {block:Description}
  105.   <meta name="description" content="{MetaDescription}" />
  106.         {/block:Description}
  107.  
  108. {block:IfEnableEndlessScrolling}
  109. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  110. {/block:IfEnableEndlessScrolling}
  111.  
  112.  
  113.     <style type="text/css">
  114.  
  115.  
  116. body {background-color: {color:background}; font-family: {font:text}; color: {color:text}; text-align: center; font-size: 11px; background-image:url('{image:background}'); background-attachment: fixed; }
  117.  
  118. a {color: {color:link}; text-decoration: none; text-transform: none;}
  119. a:hover {color: {color:sidebar}; background-color: {color:bglink}; text-decoration: none;}
  120.  
  121. p {margin: 6px 0 0 0}
  122.  
  123. blockquote {margin: 5px 5px 5px 5px; border-left: 5px solid {color:sidebarlinks}; padding-left: 5px; }
  124. blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 5px solid {color:sidtext};}
  125. blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 5px solid {color:sidebar}; }
  126. blockquote blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 5px solid {color:sidtext}; }
  127.  
  128. blockquote img{max-width: 470px!important}
  129. blockquote blockquote img{max-width: 450px!important}
  130. blockquote blockquote blockquote img{max-width: 430px!important}
  131. blockquote blockquote blockquote blockquote img{max-width: 410px!important}
  132.  
  133.  
  134.  
  135. .ain {margin-top: 0px; padding: 0px 3px;}
  136.  
  137. .plink {position: fixed; margin-top: 320px; margin-left: 245px; font-size: 15px; font-family: Verdana, Geneva, Tahoma, sans-serif; padding: 5px;}
  138.  
  139. .plink a{color: #000; background-color: transparent;}
  140.  
  141. .plink a:hover {color: #fff; background-color: transparent;}
  142.  
  143.  
  144.  
  145. #credit {position: fixed; margin-top: 250px; height:37px; margin-left: 5px; width: 375px; background-color: #ffffff; color: #8F8F8F; padding: 5px; font-size: 9px; font-family: Verdana, Geneva, Tahoma, sans-serif; text-align: center; -webkit-border-bottom-left-radius: 50px;
  146. -moz-border-radius-bottomleft: 50px;
  147. border-bottom-left-radius: 50px; }
  148. #credit a{font-size: 9px; color:#000000}
  149.  
  150. #ui {margin-left:600px; margin-top: 35px; position: fixed; background-color: transparent; width: 440px; height:370px;}
  151. .ui {width: 1px;}
  152.  
  153.  
  154.  
  155. #subtitle {margin-left: 5px; font-size: 9px; line-height:0px; text-align: center; text-transform: none; color: #9e9e9e; background-color: #ffffff; padding:0px; font-family: verdana; margin-top: 165px; position: fixed;}
  156.  
  157. #subtitle {margin-left: 5px; font-size: 9px; line-height:15px;text-align: center; text-transform: lowercase; letter-spacing: 2px; position: fixed;}
  158.  
  159. /* ---------------- Scrollbar ---------------- */
  160.  
  161. ::-webkit-scrollbar {width: 3px; height: 5px;}
  162.  
  163. ::-webkit-scrollbar-track-piece {background-color: #ffffff; repeat scroll 0 0 transparent;}  
  164.  
  165. ::-webkit-scrollbar-thumb:vertical {height: 5px;background-color: {color:scrolling};}
  166.  
  167. ::-webkit-scrollbar-thumb:horizontal {width: 5px;background-color: {color:scrolling};}
  168.  
  169.  
  170.  
  171. #aparente { position:fixed; margin-top:-105px; margin-left: 35px; height:15px;}
  172. ul#nav-ap,
  173. ul#nav-ap ul {margin-left: 180px; margin-bottom: 0px; padding: 0; background: #ffffff;  font-size: 11px; letter-spacing: -1px; -webkit-transition: all 0.6s ease-out; -moz-transition: all 0.6s ease-out;}
  174.  
  175. ul#nav-ap li {position: relative; list-style: none; background-color: transparent; color:{color:background}; line-height: 10px; letter-spacing: 1px; font-size: 10px; font-family: verdana; -webkit-transition: all 0.6s ease-out; -moz-transition: all 0.6s ease-out;}
  176.  
  177. ul#nav-ap ul {opacity: 0.8; width: 230px; height: 222px;  position: absolute; display: none; margin-left: -210px; top: 0px; z-index: 10; background-color: {color:sidebar}; padding: 5px; -webkit-transition: all 0.6s ease-out; -moz-transition: all 0.6s ease-out; border-right: 4px solid {color:borda}; border-left: 4px solid {color:borda}; border-top: 5px solid {color:borda};border-bottom: 5px solid {color:borda};}
  178.  
  179.  
  180. ul#nav-ap li:hover ul ul,
  181. ul#nav-ap li:hover ul ul ul,
  182. ul#nav-ap li.over ul ul,
  183. ul#nav-ap li.over ul ul ul { display: none; }
  184. ul#nav-ap li:hover ul,
  185. ul#nav-ap li li:hover ul,
  186. ul#nav-ap li li li:hover ul,
  187. ul#nav-ap li.over ul,
  188. ul#nav-ap li li.over ul,
  189. ul#nav-ap li li li.over ul { display: block; }
  190. ul#nav-ap li.menuaparente {margin-top:100px; height:10px;}
  191. ul#nav-ap li.menuaparente:hover,
  192. ul#nav-ap li.over { background-color: transparent; color: {color:text}; }
  193.  
  194. #link4 {margin-left: -240px; width: 30px; font-size: 15px; height: 15px; text-align: center; background-color: {color:borda}; color: ; padding: 5px 0 9px 0; -webkit-border-radius: 10px 0px 0px 10px; font-family: verdana; font-size: 20px; margin-top:0px;}
  195. #link4:hover {background-color:; color: {color:background}; }
  196. .nav {text-align:center; margin: 0 0 10px 0;}
  197. .nav a{font-size: 9px; display: block; color: #000; background-color: {color:sidebar}; padding: 5px 0 9px 0; margin:0 0 1px 0; font-family: verdana;  -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out; border-bottom: 1px solid #eee;}
  198. .nav a:hover{background-color:#a8a7a7; padding-left: 50px; color: #000;  }
  199.  
  200.  
  201.  
  202. .bltitle{width:526px; text-align: center; margin: 5px 5px 9px 5px; padding: 4px 0px 4px 0px; font-family: {font:body}; font-size: 21px; background-color: {color:bgfrase}; color: {color:fontefrase}; line-height: 22px; font-family: georgia; -webkit-border-top-left-radius: 50px;
  203. -webkit-border-top-right-radius: 50px;
  204. -moz-border-radius-topleft: 50px;
  205. -moz-border-radius-topright: 50px;
  206. border-top-left-radius: 50px;
  207. border-top-right-radius: 50px;}
  208.  
  209. .bltitle:hover{font-style:italic; font-family: georgia; background-color: {color:bgfrase} ; color: {color:fontefrasehover}; }
  210.  
  211. #tbar {width:435px; height:240px; margin-left:-273px; margin-top:150px; position:fixed; overflow:hidden; background-color: transparent; border-left:0px solid; border-right:0px solid; padding:3px}
  212.  
  213.  
  214. #xp{width: 860px; text-align: center;  margin: 10px auto 20px auto; padding-bottom: 150px; background-color: transparent; color:{color:text}; padding: 0px;}
  215.  
  216.  
  217.  
  218. #linkbar2 {
  219. margin-top: 100px;
  220. margin-left:-290px;
  221. float: left;
  222. height: auto;
  223. width: 154px;
  224. text-align: justify;
  225. font-size: 10px;
  226. background-color: {color:sbar};
  227. color: {color:sbar};
  228. font-family: ;
  229. }
  230.  
  231. .ll1 {
  232. text-align: center;
  233. position: fixed;
  234. margin-top: -105px; margin-left: 541px;
  235. }
  236.  
  237. .ll1 a {
  238. display: block;
  239. letter-spacing: 0px;
  240. font-family: ;
  241. font-size: 9px;
  242. text-align: center;
  243. margin-bottom: 1px;  
  244. width: 130px;
  245. height: 15px;
  246. background-color: {color:bgsidebarlinks};
  247. color:{color:sidebarlinks};
  248. text-decoration: none;
  249. text-transform: lowercase;
  250. padding: 5px 5px 5px 5px;
  251. -webkit-transition: all 0.2s ease-out;
  252. -moz-transition: all 0.2s ease-out;
  253. }
  254.  
  255. .ll1 a:hover {
  256. text-align: center;
  257. letter-spacing: 4px;
  258. background-color: {color:backsidebarlinkshover};
  259. color:{color:sidebarlinkshover};
  260. padding: 5px 5px 5px 5px;
  261. }
  262.  
  263.  
  264. .ll2 {
  265. text-align: center;
  266. position: fixed;
  267. margin-left: 541px;
  268. margin-top: -78px;
  269. }
  270.  
  271. .ll2 a {
  272. display: block;
  273. letter-spacing: 0px;
  274. font-family: ;
  275. font-size: 9px;
  276. text-align: center;
  277. margin-bottom: 1px;  
  278. width: 130px;
  279. height: 15px;
  280. background-color: {color:bgsidebarlinks};
  281. color:{color:sidebarlinks};
  282. text-decoration: none;
  283. text-transform: lowercase;
  284. padding: 5px 5px 5px 5px;
  285. -webkit-transition: all 0.2s ease-out;
  286. -moz-transition: all 0.2s ease-out;
  287. }
  288.  
  289. .ll2 a:hover {
  290. text-align: center;
  291. letter-spacing: 4px;
  292. background-color: {color:backsidebarlinkshover};
  293. color:{color:sidebarlinkshover};
  294. padding: 5px 5px 5px 5px;
  295. }
  296.  
  297.  
  298. .ll3 {
  299. text-align: center;
  300. position: fixed;
  301. margin-left: 541px;
  302. margin-top: -51px;
  303. }
  304.  
  305. .ll3 a {
  306. display: block;
  307. letter-spacing: 0px;
  308. font-family: ;
  309. font-size: 9px;
  310. text-align: center;
  311. margin-bottom: 1px;
  312. width: 130px;
  313. height: 15px;
  314. background-color: {color:bgsidebarlinks};
  315. color:{color:sidebarlinks};
  316. text-decoration: none;
  317. text-transform: lowercase;
  318. padding: 5px 5px 5px 5px;
  319. -webkit-transition: all 0.2s ease-out;
  320. -moz-transition: all 0.2s ease-out;
  321. }
  322.  
  323. .ll3 a:hover {
  324. text-align: center;
  325. letter-spacing: 4px;
  326. background-color: {color:backsidebarlinkshover};
  327. color:{color:sidebarlinkshover};
  328. padding: 5px 5px 5px 5px;
  329. }
  330.  
  331. #linkbar3 {
  332. margin-top: 326px;
  333. margin-left:-290px;
  334. float: left;
  335. height: auto;
  336. width: 154px;
  337. text-align: justify;
  338. font-size: 10px;
  339. background-color: {color:sbar};
  340. color: {color:sbar};
  341. font-family: ;
  342. }
  343.  
  344. .ll4 {
  345. text-align: center;
  346. position: fixed;
  347. margin-top: -24px; margin-left: 541px;
  348. }
  349.  
  350. .ll4 a {
  351. display: block;
  352. letter-spacing: 0px;
  353. font-family: ;
  354. font-size: 9px;
  355. text-align: center;
  356. margin-bottom: 1px;  
  357. width: 130px;
  358. height: 15px;
  359. background-color: {color:bgsidebarlinks};
  360. color:{color:sidebarlinks};
  361. text-decoration: none;
  362. text-transform: lowercase;
  363. padding: 5px 5px 5px 5px;
  364. -webkit-transition: all 0.2s ease-out;
  365. -moz-transition: all 0.2s ease-out;
  366. }
  367.  
  368. .ll4 a:hover {
  369. text-align: center;
  370. letter-spacing: 4px;
  371. background-color: {color:backsidebarlinkshover};
  372. color:{color:sidebarlinkshover};
  373. padding: 5px 5px 5px 5px;
  374. }
  375.  
  376.  
  377. .ll5 {
  378. text-align: center;
  379. position: fixed;
  380. margin-left: 541px;
  381. margin-top: 3px;
  382. }
  383.  
  384. .ll5 a {
  385. display: block;
  386. letter-spacing: 0px;
  387. font-family: ;
  388. font-size: 9px;
  389. text-align: center;
  390. margin-bottom: 1px;  
  391. width: 130px;
  392. height: 15px;
  393. background-color: {color:bgsidebarlinks};
  394. color:{color:sidebarlinks};
  395. text-decoration: none;
  396. text-transform: lowercase;
  397. padding: 5px 5px 5px 5px;
  398. -webkit-transition: all 0.2s ease-out;
  399. -moz-transition: all 0.2s ease-out;
  400. }
  401.  
  402. .ll5 a:hover {
  403. text-align: center;
  404. letter-spacing: 4px;
  405. background-color: {color:backsidebarlinkshover};
  406. color:{color:sidebarlinkshover};
  407. padding: 5px 5px 5px 5px;
  408. }
  409.  
  410.  
  411. .ll6 {
  412. text-align: center;
  413. position: fixed;
  414. margin-left: 541px;
  415. margin-top: 30px;
  416. }
  417.  
  418. .ll6 a {
  419. display: block;
  420. letter-spacing: 0px;
  421. font-family: ;
  422. font-size: 9px;
  423. text-align: center;
  424. margin-bottom: 1px;
  425. width: 130px;
  426. height: 15px;
  427. background-color: {color:bgsidebarlinks};
  428. color:{color:sidebarlinks};
  429. text-decoration: none;
  430. text-transform: lowercase;
  431. padding: 5px 5px 5px 5px;
  432. -webkit-transition: all 0.2s ease-out;
  433. -moz-transition: all 0.2s ease-out;
  434. }
  435.  
  436. .ll6 a:hover {
  437. text-align: center;
  438. letter-spacing: 4px;
  439. background-color: {color:backsidebarlinkshover};
  440. color:{color:sidebarlinkshover};
  441. padding: 5px 5px 5px 5px;
  442. }
  443.  
  444.  
  445.  
  446.  
  447.  
  448.  
  449.  
  450.  
  451.  
  452.  
  453.  
  454. .ll7 {
  455. text-align: center;
  456. position: fixed;
  457. margin-left: 541px;
  458. margin-top: 57px;
  459. }
  460.  
  461. .ll7 a {
  462. display: block;
  463. letter-spacing: 0px;
  464. font-family: ;
  465. font-size: 9px;
  466. text-align: center;
  467. margin-bottom: 1px;
  468. width: 130px;
  469. height: 15px;
  470. background-color: {color:bgsidebarlinks};
  471. color:{color:sidebarlinks};
  472. text-decoration: none;
  473. text-transform: lowercase;
  474. padding: 5px 5px 5px 5px;
  475. -webkit-transition: all 0.2s ease-out;
  476. -moz-transition: all 0.2s ease-out;
  477. }
  478.  
  479. .ll7 a:hover {
  480. text-align: center;
  481. letter-spacing: 4px;
  482. background-color: {color:backsidebarlinkshover};
  483. color:{color:sidebarlinkshover};
  484. padding: 5px 5px 5px 5px;
  485. }
  486.  
  487.  
  488.  
  489.  
  490.  
  491.  
  492.  
  493.  
  494.  
  495.  
  496.  
  497. .ll8 {
  498. text-align: center;
  499. position: fixed;
  500. margin-left: 541px;
  501. margin-top: 84px;
  502. }
  503.  
  504. .ll8 a {
  505. display: block;
  506. letter-spacing: 0px;
  507. font-family: ;
  508. font-size: 9px;
  509. text-align: center;
  510. margin-bottom: 1px;
  511. width: 130px;
  512. height: 15px;
  513. background-color: {color:bgsidebarlinks};
  514. color:{color:sidebarlinks};
  515. text-decoration: none;
  516. text-transform: lowercase;
  517. padding: 5px 5px 5px 5px;
  518. -webkit-transition: all 0.2s ease-out;
  519. -moz-transition: all 0.2s ease-out;
  520. }
  521.  
  522. .ll8 a:hover {
  523. text-align: center;
  524. letter-spacing: 4px;
  525. background-color: {color:backsidebarlinkshover};
  526. color:{color:sidebarlinkshover};
  527. padding: 5px 5px 5px 5px;
  528. }
  529.  
  530.  
  531.  
  532.  
  533.  
  534.  
  535.  
  536. .ll9 {
  537. text-align: center;
  538. position: fixed;
  539. margin-left: 541px;
  540. margin-top: 111px;
  541. }
  542.  
  543. .ll9 a {
  544. display: block;
  545. letter-spacing: 0px;
  546. font-family: ;
  547. font-size: 9px;
  548. text-align: center;
  549. margin-bottom: 1px;
  550. width: 130px;
  551. height: 15px;
  552. background-color: {color:bgsidebarlinks};
  553. color:{color:sidebarlinks};
  554. text-decoration: none;
  555. text-transform: lowercase;
  556. padding: 5px 5px 5px 5px;
  557. -webkit-transition: all 0.2s ease-out;
  558. -moz-transition: all 0.2s ease-out;
  559. }
  560.  
  561. .ll9 a:hover {
  562. text-align: center;
  563. letter-spacing: 4px;
  564. background-color: {color:backsidebarlinkshover};
  565. color:{color:sidebarlinkshover};
  566. padding: 5px 5px 5px 5px;
  567. }
  568.  
  569.  
  570.  
  571. #image{margin-left: 0px; margin-top: -10px; width: 258; float: center; background-color: transparent; padding: 0px; position: fixed; height: auto;}
  572.  
  573. .img {height: 233px; text-align: left; margin: 5px; border: 1px solid #ffffff; padding: 3px; background-color: #ffffff;  -webkit-transition: all 0.4s linear; -moz-transition: all 0.4s linear; -o-transition: all 0.4s linear; transition: all 0.4s linear;}
  574.  
  575.  
  576. .img:hover {background-color: ;  -webkit-transition: all 0.4s linear; -moz-transition: all 0.4s linear; -o-transition: all 0.4s linear; transition: all 0.4s linear;}
  577.  
  578. .img img{ width: 240px; height:232px; display: block; overflow: auto; margin-bottom: 3px;}
  579.  
  580.  
  581.  
  582.  
  583. div.links a {font-family: tahoma, helvetica; padding-left:5px; position: center; font-size: 9px; color:{color:background}; background-color:{color:mennu background};  text-transform:lowercase;  margin-right:0px; -webkit-transition: all 0.8s linear; -moz-transition: all 0.8s linear; -o-transition: all 0.8s linear; transition: all 0.8s linear; line-height: 0px; margin-left: 2px; width: 80px; padding: 5px 10px 5px 10px; margin-bottom: 0px; height: 0px;}
  584.  
  585. div.links a:hover {padding-bottom: 12px; font-weight: normal; color:{color:link}; background-color:{color:background}; font-size: 9px;}
  586.  
  587. .posts {float: center; width: 500px; margin-left: 20px;  margin-top: 0px;  background-color: {color:post}; padding: 10px; margin-bottom: 5px; text-align: justify; font-family: {font:text}; font-size: 11px; z-index: 1}
  588.  
  589. h1 {font-family: {font:title}; text-align: center; font-size: 20px; font-style: italic; text-transform: none; color: {color:text}; font-weight: normal; line-height: 22px;}
  590. h1 a {text-align: center; font-size: 22px; font-style: italic; text-transform: none; color: {color:text}; font-weight: normal; line-height: 20px;}
  591. h1 a:hover {text-align: center; font-size: 22px; font-style: italic; text-transform: none; color: {color:text}; font-weight: normal; line-height: 20px;}
  592.  
  593. h2 {font-family: {font:title}; text-align: right; font-size: 25px; font-style: italic; text-transform: none; color: {color:text}; font-weight: normal; line-height: 0px; margin-right: 5px;}
  594.  
  595. .image {text-align: center; border: 0px}
  596. .image img {max-width: 500px; margin-bottom: 2px }
  597. .markqt {font-size: 120px; font-family: {font:title}; color:{color:background}; line-height: 120px; margin-left: 20px;}
  598. .qt {font-family: {font:title}; font-size: 22px; line-height: 23px;  margin-top: -120px; margin-left: 80px; padding: 10px;}
  599. .qsr{margin: 0px 15px 0 0; text-align: right; text-transform: none;}
  600. .qsr a, a:hover{text-transform: none;}
  601.  
  602. .chat {line-height: 12px; list-style: none }
  603. .chat ul {line-height: 15px; list-style: none; padding: 0px; line-height:20px;}
  604. .person1 {background-color:{color:background}; color: {color:text}; }
  605. .person1 .label {font-weight: bold; padding: 0px; margin-left: 5px; color:{color:text}}
  606. .person2 {color: {color:text} }
  607. .person2 .label {font-weight: bold; padding: 0px; margin-left: 5px; color:{color:text}}
  608.  
  609. .music{text-align: center; margin-bottom: 2px; width: 100%; background-color: {color:background}; text-align: center;}
  610. .music img{text-align: left; max-width: 250px; height: auto; padding: 20px 0 20px 0}
  611. .capt{text-align: justify; margin-top: 2px; margin-bottom: 7px;}
  612. .source{display:none}
  613.  
  614. /*** Paginação by madlyluv.com ***/#paginacaoml {margin-bottom: -5px; font-size: 8px; line-height: 21px; text-shadow: 0 1px 1px #fff;}#paginacaoml a {background: #f9f9f9; margin: 0 1px 0 0; padding: 2px 4px; color: #000; text-decoration: none;}#paginacaoml a:hover {background: #cor de fundo; border: none;}#paginacaoml span.pagina_atual {background: #fff; margin: 0 1px 0 0; padding: 2px 4px; color: #000; font-weight: bold; text-decoration: none;}#paginacaoml span.info {background: #cor de fundo; margin: 0 1px 0 0; padding: 2px 4px; color: #cor da fonte; text-decoration: none;}.ps {margin-left: -10px; background-color: f9f9f9; width:435; position: fixed; margin-top: 330px;}
  615. .asker {width: 480px; color:{color:text}; padding: 10px;}
  616. .asker img{float: left; padding: 0px 5px 0px 0px}
  617. .asker a{font-size: 11px; font-weight: bold; color:{color:link}; text-transform: uppercase; line-height: 11px; padding: 0; margin: 0}
  618. .asker a:hover{font-size: 11px; font-weight: bold; color:{color:bglink}; background-color: transparent; text-transform: uppercase; line-height:11px; padding: 0; margin: 0}
  619. .question {font-size: 11px; padding-bottom: 4px; border-bottom: 1px dotted {color:sidebar};}
  620. .answer {padding: 1px 10px 1px 10px;}
  621.  
  622. #cap {width: 500px; margin-top: -2px;}
  623.  
  624. .dda {margin: 5px 5px 5px 7px; border-left: 7px solid {color:sidebarlinks} ; padding: 5px;  background-color: {color:background}; text-align: left; font-size: 9px; font-family: verdana; text-transform: lowercase;}
  625.  
  626. .dda a {font-size: 9px;}
  627.  
  628. .tags {color: {color:text};  font-size: 9px;  display: inline; list-style: none; text-transform: lowercase;}
  629. .tags a {font-size: 9px; color: {color:text}; display: inline; list-style: none; text-transform: lowercase;}
  630.  
  631.  
  632. #nts {margin-left: 150px; width: 500px; padding: 10px; background-color: {color:post}; margin-top: 5px; font-size: 10px; text-align: left}
  633. #nts img{display: none; border:0px}
  634.  
  635.  
  636.  
  637. .sideb{font-size: 11px; color:{color:leftext}; text-align: justify; background: {color:left}; line-height: 14px; padding:5px;}
  638. .ss {float: left; width: 520px; padding:10px; font-size: 10px;}
  639.  
  640. .simg {position: fixed; display: block;  margin-left: 390px; margin-top: -5px;}
  641.  
  642. .simg img {border: 3px solid; color: #ffffff; max-width: 140px; height: 140px; margin-top:0px; margin-bottom:0px; }
  643.  
  644. .simg img:hover {border: 3px solid; color: {color:bordas};}
  645.  
  646. .simg2 {position: fixed; display: block;  margin-left: 390px; margin-top:148px;}
  647.  
  648. .simg2 img {border: 3px solid; color: #ffffff; max-width: 140px; height: 140px; margin-top:3px; margin-bottom:0px; }
  649.  
  650. .simg2 img:hover {border: 3px solid; color: {color:bordas};}
  651.  
  652.  
  653. .sdbartwdescr{margin-left:5px; margin-top: 300px; width: 525px; text-align: justify; font-size: 9px; font-family: {font:body2}; border: 1px solid #8D8D8D; background-color: #F0F0F0; color: {color:boxtext}; overflow: auto; height: 129px;}
  654. .sdbartwdescr a{font-size: 9px; {font:body2};}
  655.  
  656.  
  657.  
  658. .sleft{margin-top: -260px; margin-left: 700px; position:fixed; padding: 2px 0 2px 0; text-align: center; line-height: 23px;}
  659. .sleft a {font-family: verdana; display: block; width: 92px; text-align: center; margin-bottom: 1px; font-size: 9px; background-color: {color:post}; color:{color:link}; padding: 2px 5px 2px 5px;  text-decoration: none; text-transform: lowercase;}
  660. .sleft  a:hover{text-align: center; background-color: {color:bglink}; color:{color:post};}
  661.  
  662. .sright {margin-left: 105px; margin-top: -142px; padding: 2px 0 2px 0; text-align: center; line-height: 23px;}
  663. .sright a {font-family: verdana; display: block; width: 93px; text-align: center; margin-bottom: 1px; font-size: 9px; background-color: {color:post}; color:{color:link}; padding: 2px 5px 2px 5px;  text-decoration: none; text-transform: lowercase;}
  664. .sright  a:hover{text-align: center; background-color: {color:bglink}; color:{color:post};}
  665.  
  666.  
  667. .cred {text-align: center; font-size: 9px; margin-top: 0px; font-family: verdana;}
  668. .ps {margin-top: -3px; text-align: center; padding: 3px; font-size: 13px; color: {color:text};}
  669. .ps a, a:hover {color: {color:text}; background-color: transparent;}
  670.  
  671. .ps2{margin-left: 590px; margin-top: -100px; text-align: center; padding: 0px; font-size: 18px; color: {color:text}; font-family: verdana;}
  672. .ps2 a, a:hover {color: {color:text}; background-color: transparent;}
  673.  
  674. .msc {background-color: {color:post}; height: 25px; width: 127px; margin-top: 5px;}
  675.  
  676. .search {margin: 7px 0px 0px 0px; padding: 0px;}
  677. .search input{font-family: {font:text}; border: none; background-color: {color:sidebarlinks}; color: {color:text}; font-size: 11px; text-transform: none; text-align: right; padding: 5px; width: 320px; }
  678.  
  679. #tumblr_controls{position: fixed!important}
  680. #tumblr_controls{position: fixed!important}
  681. #tumblr_controls{position: fixed!important}
  682. #tumblr_controls{position: fixed!important}
  683.  
  684.  
  685.  
  686. </style>
  687.  
  688. <body>
  689.  
  690. <div class="px">
  691.  
  692. </div>
  693.  
  694. <div id="ui">
  695. <div class="lefttitle"><div class="bltitle">{block:iffrase}{text:frase}{/block:iffrase}</div></div>
  696.  
  697. <div id="aparente"><ul id="nav-ap"><li class="menuaparente"><div id="link4"><b>+</b></div>
  698.  
  699. <ul>
  700.  
  701. <div class="nav">{description}</div></div>
  702.  
  703. <div class="simg"><img src="{image:eu1}"></div>
  704. <div class="simg2"><img src="{image:eu2}"></div>
  705.  
  706. <div id="image">
  707. <div class="img">
  708. <img src="{image:sidebar}"/></div></div>
  709.  
  710. <div id="linkbar2">
  711.  
  712. <div class="ll1"><td>{block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a> {/block:ifLink1}</td></div>
  713.  
  714. <div class="ll2"><td>{block:ifLink2}<a href="{text:Link2}">{text:Link2 Title}</a> {/block:ifLink2}</td></div>
  715.  
  716. <div class="ll3"><td>{block:ifLink3}<a href="{text:Link3}">{text:Link3 Title}</a> {/block:ifLink3}</div></td>
  717.  
  718. <div class="ll4"><td>{block:ifLink4}<a href="{text:Link4}">{text:Link4 Title}</a> {/block:ifLink4}</td></div>
  719.  
  720. <div class="ll5"><td>{block:ifLink5}<a href="{text:Link5}">{text:Link5 Title}</a> {/block:ifLink5}</td></div>
  721.  
  722. <div class="ll6"><td>{block:ifLink6}<a href="{text:Link6}">{text:Link6 Title}</a> {/block:ifLink6}</td></div>
  723.  
  724. <div class="ll7"><td>{block:ifLink7}<a href="{text:Link7}">{text:Link7 Title}</a> {/block:ifLink7}</td></div>
  725.  
  726. <div class="ll8"><td>{block:ifLink8}<a href="{text:Link8}">{text:Link8 Title}</a> {/block:ifLink8}</td></div>
  727.  
  728. <div class="ll9"><td>{block:ifLink9}<a href="{text:Link9}">{text:Link9 Title}</a> {/block:ifLink9}</td></div>
  729.  
  730.  
  731.  
  732. </div>
  733.  
  734.  
  735.  
  736. <div class="plink">
  737. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">« </a>{/block:PreviousPage}{CurrentPage}/{TotalPages}{block:NextPage}<a href="{NextPage}"> »</a>{/block:NextPage}{/block:Pagination}</div>
  738.  
  739.  
  740. <div id="credit">theme by <a href="http://d-esvaneio.tumblr.com">d-esvaneio</a>. detalhes: <a href="http://d-e-s-i-l-u-d-i-d-o.tumblr.com/">+</a> <a href="http://affectingyou.tumblr.com/">+</a></div>
  741. </div>
  742.  
  743.  
  744.  
  745.  
  746.  
  747. <div id="xp">
  748.  
  749.  
  750. </div>
  751.  
  752.  
  753.  
  754.  
  755.  
  756.  
  757.  
  758. </div></div>
  759.  
  760.  {block:Posts}
  761. <div class="posts">
  762. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  763.  
  764. {block:Photo}{LinkOpenTag}<div class="image"><img src="{PhotoURL-500}"></div>{LinkCloseTag}{/block:Photo}
  765.  
  766. {block:Photoset}{Photoset-500}{/block:Photoset}
  767.  
  768. {block:Quote}
  769. <b class="markqt">“</b><div class="qt">{Quote}</div>
  770. {block:Source}<div class="qsr">– {Source}</div>
  771. <br>
  772. {/block:Source}
  773. {/block:Quote}
  774.  
  775. {block:Link}
  776. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  777. {block:Description}{Description}{/block:Description}
  778. {/block:Link}
  779.  
  780. {block:Chat}
  781. {block:Title}<h1><a href="{Permalink}">{Title}</a></h1>{/block:Title}
  782. <div class="chat"><ul>{block:Lines}
  783. <li class="person{UserNumber}">{block:Label}
  784. <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>
  785. {/block:Chat}
  786.  
  787. {block:Audio}
  788. <br>
  789. <div class="music">{block:AlbumArt}<img src="{AlbumArtURL}">{/block:AlbumArt}</div>
  790. <div class="capt">{AudioPlayerGrey}{block:Caption}{Caption}{/block:Caption}</div>
  791. {/block:Audio}
  792.  
  793. {block:Video}{Video-500}{/block:Video}
  794.  
  795.  
  796. {block:Answer}
  797. <div class="asker"><img src="{AskerPortraitURL-24}"> {Asker}<div class="question">{Question}</div></div>
  798. <div class="answer">{Answer}</div>
  799. <br>
  800. {/block:Answer}
  801.  
  802.  
  803. <div id="cap">
  804. {block:Photo}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  805. {block:Video}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  806. {block:Photoset}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  807.  
  808. <div class="source">{block:ContentSource}<a href="{SourceURL}">{lang:Source}:{block:SourceLogo}
  809.       <img src="{BlackLogoURL}" width="{LogoWidth} height="{LogoHeight}" alt="{SourceTitle}" />
  810.         {/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}</a>
  811. {/block:ContentSource}</div></div>
  812.  
  813. <br>
  814. <div class="dda">
  815. {block:Date} Posted {DayOfMonth} {Month} {Year}, <a href="{Permalink}">{TimeAgo}</a> {/block:Date} {block:NoteCount} - <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}{Block:IndexPage} - <a href="{ReblogUrl}" target="_blank">reblog this post</a>{/Block:IndexPage}<br>{block:RebloggedFrom}(originally <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a>
  816. </span> / {/block:RebloggedFrom}{block:RebloggedFrom}via <a href="{ReblogParentURL}">{ReblogParentName}</a>)<br>{/block:RebloggedFrom}
  817. {block:IfShowTags}<div class="tags">{block:HasTags}indiretas: {block:Tags} <a href="{TagURL}">{Tag}</a>&nbsp;{/block:Tags}{/block:HasTags}</div>{/block:IfShowTags}
  818. </div></div>
  819.  
  820.  {/block:Posts}
  821. {block:PostNotes}
  822. <div id="nts"><div id="ntstext">{PostNotes}</div></div>
  823. {/block:PostNotes}
  824.  
  825.  
  826. </div>
  827. </div>
  828. </div>
  829. </div>
  830. </div>
  831.  
  832. </div>
  833. </body>
  834. </html>