JoyRachel

affectingyou-theme12 Endless love

Nov 21st, 2011
23,147
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 29.88 KB | None | 0 0
  1. <! Theme por Affecting You | não copie ou disponibilize !>
  2.  
  3. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  4.  
  5. <head> <!-- DEFAULT VARIABLES -->
  6.  
  7. <meta name="font:body" content="georgia" />
  8. <meta name="font:title" content="georgia" />
  9. <meta name="color:background" content="#FFFFFF" />
  10. <meta name="color:text" content="#000000" />
  11. <meta name="color:linkhover" content="#666666" />
  12. <meta name="color:link" content="#3E6D5A" />
  13. <meta name="color:entry" content="#F0F0F0" />
  14. <meta name="color:bold" content="#3E6D5A" />
  15. <meta name="color:sbar" content="#F0F0F0" />
  16. <meta name="color:sidebar" content="#F0F0F0" />
  17. <meta name="color:sidebarlinks" content="#FFFFFF" />
  18. <meta name="color:bgsidebarlinks" content="#000000" />
  19. <meta name="color:sidebarlinkshover" content="#000000" />
  20. <meta name="color:backsidebarlinks" content="#FFFFFF" />
  21. <meta name="color:bgfrase1" content="#000000" />
  22. <meta name="color:bgfrase2" content="#567066" />
  23.  
  24. <meta name="if:Show userpic" content="1"/>
  25. <meta name="if:Show sidebar image" content="1"/>
  26. <meta name="if:Show post author" content="1"/>
  27.  
  28. <meta name="image:sidebar1" content="http://static.tumblr.com/jrxhs0w/m4Glv1ao5/tumblr_lq9jgposhf1qh6s1no2_250.gif"/>
  29. <meta name="image:sidebar2" content="http://static.tumblr.com/jrxhs0w/HKFlv1aoj/tumblr_lq9jgposhf1qh6s1no5_250.gif"/>
  30. <meta name="image:sidebar3" content="http://static.tumblr.com/jrxhs0w/QoXlv1aov/tumblr_lq9jgposhf1qh6s1no6_250.gif"/>
  31. <meta name="image:sidebar4" content="http://static.tumblr.com/jrxhs0w/JgOlv1aoy/tumblr_lq9jgposhf1qh6s1no7_250.gif"/>
  32. <meta name="image:background" content=""/>
  33.  
  34. <meta name="text:titulo" content="Mude no appearance" />
  35. <meta name="text:subtitulo" content="Mude no appearance" />
  36. <meta name="text:frase1" content="Mude no appearance" />
  37. <meta name="text:frase2" content="Mude no appearance" />
  38. <meta name="text:LinkTitle1" content="LinkTitle1" />
  39. <meta name="text:LinkTitle2" content="LinkTitle2" />
  40. <meta name="text:LinkTitle3" content="LinkTitle3" />
  41. <meta name="text:LinkTitle4" content="LinkTitle4" />
  42. <meta name="text:Link1" content="" />
  43. <meta name="text:Link1 Title" content="link1" />
  44. <meta name="text:Link2" content="" />
  45. <meta name="text:Link2 Title" content="link2" />
  46. <meta name="text:Link3" content="" />
  47. <meta name="text:Link3 Title" content="link3" />
  48. <meta name="text:Link4" content="" />
  49. <meta name="text:Link4 Title" content="link4" />
  50. <meta name="text:Link5" content="" />
  51. <meta name="text:Link5 Title" content="link5" />
  52. <meta name="text:Link6" content="" />
  53. <meta name="text:Link6 Title" content="link6" />
  54. <meta name="text:Link7" content="" />
  55. <meta name="text:Link7 Title" content="link7" />
  56. <meta name="text:Link8" content="" />
  57. <meta name="text:Link8 Title" content="link8" />
  58. <meta name="text:Link9" content="" />
  59. <meta name="text:Link9 Title" content="link9" />
  60. <meta name="text:Link10" content="" />
  61. <meta name="text:Link10 Title" content="link10" />
  62.  
  63.  
  64. <title>{Title}</title>
  65. <link rel="shortcut icon" href="{Favicon}">
  66. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  67. {block:Description}
  68. <meta name="description" content="{MetaDescription}" />
  69. {/block:Description}
  70.  
  71.  
  72.  
  73. <style type="text/css">
  74.  
  75. body {
  76. background-color: {color:background};
  77. color:{color:text};
  78. font-family: verdana;
  79. font-size: 11px;
  80. text-align: center;
  81. line-height:120%;
  82. margin:0;
  83. padding:0;
  84. background-image:url('{image:background}');
  85. background-attachment: fixed
  86. }
  87.  
  88. a, a:link, a:active, a:visited {
  89. color:{color:link};
  90. text-transform: none;
  91. text-decoration: none
  92. }
  93.  
  94. a:hover {
  95. background-color:{color:linkhover};
  96. padding: 1px 0 1px 0;
  97. text-decoration: none
  98. }
  99.  
  100. img a{border:0px;}
  101. img a:hover{border:0px;}
  102.  
  103. b{text-transform: block; color:{color:bold}}
  104. i{text-transform: italic; color:{color:text}}
  105. p{margin:2px 0 2px 0}
  106. blockquote{margin:5px 5px 2px 2px; padding: 1px 0 3px 6px; border-left: 2px solid {color:entry}}
  107.  
  108.  
  109. #px {
  110. top: 75%;
  111. margin-left: 0px;
  112. width: 70px;
  113. position: fixed;
  114. padding: 1px;
  115. }
  116.  
  117. .plink {
  118. font-size: 50px;
  119. font-family: {font:title};
  120. padding: 5px;
  121. }
  122.  
  123. .plink a{
  124. color: {color:text};
  125. background-color: transparent;
  126. }
  127.  
  128. .plink a:hover {
  129. color: {color:left};
  130. background-color: transparent;
  131. }
  132.  
  133.  
  134. #sidebar {
  135. width: 255px;
  136. left: 210px;
  137. margin-top:15px;
  138. padding: 5px;
  139. background-color: {color:sbar};
  140. text-align: center;
  141. position: fixed
  142. }
  143.  
  144.  
  145. #titlebar {
  146. position: fixed;
  147. background-color: {color:sbar};
  148. width: 255px;
  149. height: auto;
  150. position: absolute;
  151. left: 210px;
  152. margin-top: 12px;
  153. padding: 5px;
  154. position: fixed;
  155. }
  156.  
  157. #title {
  158. font-size: 35px;
  159. text-align: center;
  160. margin-left: 0px;
  161. text-transform: none;
  162. line-height:35px;
  163. padding:5px;
  164. font-family: english;
  165. color: (color:sidebartext);
  166. background-color: {color:background};
  167. }
  168.  
  169. #subtitle {
  170. margin-left: 0px;
  171. font-size: 9px;
  172. line-height:0px;
  173. text-align: center;
  174. text-transform: none;
  175. color: #9e9e9e;
  176. background-color: {color:background};
  177. padding:0px;
  178. font-family: verdana;
  179. margin-top: -1px;
  180. }
  181.  
  182. #subtitle {
  183. margin-left: 0px;
  184. font-size: 9px;
  185. line-height:15px;
  186. text-align: center;
  187. text-transform: lowercase;
  188. letter-spacing: 2px;
  189. }
  190.  
  191. #frase1 {
  192. position: left;
  193. margin-left: 10px;
  194. top: 367px;
  195. width: 467px;
  196. height: 20px;
  197. background-color:{color:bgfrase1};
  198. text-align: center;
  199. position: fixed;
  200. }
  201.  
  202. #frasea1 {
  203. color:#ffffff;
  204. width: 467px;
  205. margin-top: 3px;
  206. font-size: 9px;
  207. font-family: verdana;
  208. text-align: center;
  209. letter-spacing: 3px;
  210. font-style: bold;
  211. margin-bottom: 5px;
  212. opacity: 0.8;
  213. }
  214.  
  215. #frase2 {
  216. position: left;
  217. margin-left: 10px;
  218. top: 388px;
  219. width: 467px;
  220. height: 20px;
  221. background-color:{color:bgfrase2};
  222. text-align: center;
  223. position: fixed;
  224. }
  225.  
  226. #frasea2 {
  227. color:#ffffff;
  228. width: 467px;
  229. margin-top: 3px;
  230. font-size: 9px;
  231. font-family: verdana;
  232. text-align: center;
  233. letter-spacing: 3px;
  234. font-style: bold;
  235. margin-bottom: 5px;
  236. opacity: 0.8;
  237. }
  238.  
  239.  
  240. #linkss {
  241. position: left;
  242. margin-left: 40px;
  243. top: 412px;
  244. width: 430px;
  245. height: 20px;
  246. background-color:{color:sbar};
  247. text-align: center;
  248. position: fixed;
  249. }
  250.  
  251. #pagin {
  252. position: left;
  253. margin-left: 40px;
  254. top: 390px;
  255. width: 420px;
  256. height: 15px;
  257. background-color:{color:background};
  258. text-align: center;
  259. border: 1px solid {color:sidebar};
  260. position: fixed;
  261. }
  262.  
  263. #paginacao {
  264. position: left;
  265. margin-left: 35px;
  266. top: 345px;
  267. width: 420px;
  268. height: 15px;
  269. background-color:{color:background};
  270. text-align: center;
  271. border: 1px solid {color:sidebar};
  272. position: fixed;
  273. }
  274.  
  275.  
  276. .sidebarpic img{
  277. color: #f3f3f3;
  278. max-width: 240px;
  279. text-align:center;
  280. margin-top: 2px;
  281. margin-left: 0px;
  282. border: 4px solid
  283. }
  284.  
  285. .sidebartext{
  286. clear: both;
  287. text-align: justify;
  288. background-color: transparent;
  289. opacity: 0.8;
  290. filter:alpha (opacity=80);
  291. margin: 0px 0px 0px 0px;
  292. padding: 2px;
  293. font-family: verdana;
  294. font-size: 9px;
  295. }
  296. .sidebartext a{font-size:10px;}
  297. .sidebartext a:hover{font-size:10px}
  298.  
  299. ::-webkit-scrollbar{width:8px;height:8px;}
  300. ::-webkit-scrollbar-button:start:decrement
  301. ::-webkit-scrollbar-button:end:increment{display:block;height:0;background-color:transparent;}
  302. ::-webkit-scrollbar-track-piece{background-color:#fff;-webkit-border-radius:0;-webkit-border-bottom-right-radius:3px;-webkit-border-bottom-left-radius:3px;}
  303. ::-webkit-scrollbar-thumb:vertical{height:50px; scrollbar-face-color:#666666; background-color:#000;-webkit-border-radius:px;}
  304. ::-webkit-scrollbar-thumb:horizontal{width:50px; scrollbar-face-color:#666666; background-color:#000;-webkit-border-radius:px;}
  305.  
  306. .userpic{
  307. float: left;
  308. margin: 0px 4px 2px 0;
  309. width:48px;
  310. height:auto
  311. }
  312.  
  313. .sidebarnavigation {
  314. float: right;
  315. width: 90px;
  316. text-align:center;
  317. margin: 20px 0 10px 0;
  318. }
  319.  
  320. .sidebarnavigation a{
  321. width: 75px;
  322. font-size: 10px;
  323. font-family: verdana;
  324. text-transform: lowercase;
  325. display: block;
  326. list-style: none;
  327. text-decoration: none;
  328. color: {color: text};
  329. background-color: {color:background};
  330. opacity: 0.8;
  331. filter:alpha (opacity=80);
  332. padding: 3px 0 3px 10px;
  333. margin:0 0px 1px 0;
  334. }
  335.  
  336. .sidebarnavigation a:hover{
  337. width: 70px;
  338. font-size: 10px;
  339. font-family: verdana;
  340. text-transform: lowercase;
  341. display: block;
  342. list-style: none;
  343. text-decoration: none;
  344. color:{color:text};
  345. background-color: {color:linkhover};
  346. padding: 3px 0 3px 15px;
  347. margin:0 0 1px 0
  348. }
  349.  
  350. .sideimg {width: auto}
  351.  
  352. .sideimg img {width: 340px; height: auto; margin-bottom: 2px; }
  353.  
  354. .simage {text-align: center;}
  355.  
  356. .simage img {display: inline; max-height:115px;
  357. width: auto; text-align: center;}
  358.  
  359. .simagess {text-align: center;}
  360.  
  361. .simagess img {display: inline; max-height:100px;
  362. width: auto; text-align: center;}
  363.  
  364. .credit{
  365. clear: both;
  366. font-size: 9px;
  367. font-family: verdana;
  368. text-align: center;
  369. color:{color:text};
  370. margin-top: 5px
  371. }
  372. .credit a{
  373. text-decoration: none;
  374. color:{color:sidebartext}
  375. }
  376. .credit a:hover{
  377. color:{color:linkbackground};
  378. background-color: transparent
  379. }
  380.  
  381. #sidebar3 {
  382. position:fixed;
  383. margin-left: 20px;
  384. top: 376px;
  385. padding: 5px;
  386. width: 220px;
  387. height: auto;
  388. color: {color:text};
  389. color-link: {color:link};}
  390.  
  391. .sidebarpages{
  392. margin: 1px 0 0 0; text-align: center; color: {color:text}}
  393. .sidebarpages a{text-decoration: none;color:{color:link}}
  394. .sidebarpages a:hover{color:{color:linkbackground}; background-color: transparent}
  395.  
  396. .iimage2 {padding: 0px;}
  397. .iimage2 img {display: inline; max-width:100px; height: auto; text-align:center; margin-bottom: 2px; border: 1px solid {color:background}}
  398. .cred {text-align: center;}
  399.  
  400.  
  401. .spic img{max-width: 150px; text-align:center; margin-top: 2px}
  402. #simag {margin-bottom:2px; margin-top:2px}
  403.  
  404. #simag img {border: 6px solid #FFFFFF;max-width: 200px; height: auto; text-align:center}
  405.  
  406. #simg {margin-bottom:2px; margin-top:2px}
  407.  
  408. #simg img {max-width: 120px; height: auto; text-align:center}
  409.  
  410. .simg1 img {
  411. width: 165px;
  412. height: auto;
  413. margin-bottom: 2px;
  414. }
  415.  
  416. #sbar2 {
  417. width: 180px;
  418. height: 285px;
  419. float: left;
  420. margin-left:10px;
  421. margin-top:15px;
  422. padding: 5px;
  423. background-color: {color:sidebar};
  424. text-align: center;
  425. position: fixed
  426. }
  427.  
  428. #slinks {
  429. text-align:center;
  430. margin: 0px 0 0px 0;
  431. margin-left: 30px;
  432. width: 100px;
  433. position: fixed;
  434. top: 0px;
  435. display: line;
  436. }
  437.  
  438. .slinks a{
  439. font-size: 11px;
  440. font-family: verdana;
  441. text-transform: none;
  442. display: block;
  443. list-style: none;
  444. text-decoration: lowercase;
  445. color: #ffffff;
  446. background-color: #666666;
  447. opacity: 1.0;
  448. filter:alpha (opacity=100);
  449. padding: 0px 0 1px 10px;
  450. margin:0 0px 2px 0;
  451. letter-spacing: 2px;
  452. }
  453.  
  454. .slinks a:hover{
  455. font-size: 9px;
  456. font-family: verdana;
  457. text-transform: lowercase;
  458. display: block;
  459. list-style: none;
  460. text-decoration: none;
  461. color:#000000;
  462. background-color: #FAFAFA;
  463. padding: 1px 0 1px 1px;
  464. margin:0 0 1px 0;
  465. letter-spacing: 5px;
  466. text-align:center;
  467. }
  468.  
  469. #nav {background-color: transparent; display:inline;}
  470.  
  471. #nav a {
  472. display:block;
  473. background-color: {color:bgsidebarlinks};
  474. font:9px verdana;
  475. text-transform: lowercase;
  476. color:{color:sidebarlinks};
  477. margin-bottom:2px;
  478. line-height: 10px;
  479. text-decoration: none;
  480. letter-spacing: 2px;
  481. padding:5px;
  482. }
  483.  
  484. #nav a:hover {
  485. letter-spacing: 4px;
  486. background-color: {color:backsidebarlinks};
  487. color:{color:sidebarlinkshover};
  488. }
  489.  
  490. #sidebarlinks {
  491. margin-left: 340px;
  492. padding: 0px 0 0px 0;
  493. text-align: center;
  494. }
  495.  
  496. .sidebarlinks a{
  497. color: {color:sidebarlinks};
  498. background-color: {color:bgsidebarlinks};
  499. display: block;
  500. font-size: 9px;
  501. text-align: center;
  502. margin-bottom:0px;
  503. width: 95px;
  504. line-height: 12px;
  505. text-decoration: none;
  506. padding: 0px 0 2px 0;
  507. -webkit-transition: all 0.1s linear; -moz-transition: all 0.1s linear; -o-transition: all 0.1s linear; transition: all 0.1s linear; letter-spacing: 2px;}
  508.  
  509. .sidebarlinks a:hover{
  510. background-color: {color:backsidebarlinks};
  511. color: {color:sidebarlinkshover};
  512. font-size: 9px;
  513. padding: 0px 0 0px 0;
  514. -webkit-transition: all 0.1s linear; -moz-transition: all 0.1s linear; -o-transition: all 0.1s linear; transition: all 0.1s linear; letter-spacing: 2px;}
  515.  
  516.  
  517. .tlinks1{
  518. float: left;
  519. text-align: center;
  520. font-family: verdana;
  521. font-size: 9px;
  522. }
  523.  
  524. .tlinks1 a{
  525. display: block;
  526. color:#fff;
  527. background-color: #000;
  528. text-align: center;
  529. width: 118px;
  530. padding: 5px 0 5px 0;
  531. margin-bottom: 1px;
  532. text-transform: lowercase;
  533. text-decoration: none;
  534. }
  535.  
  536. .tlinks1 a:hover{
  537. background-color: #ffffff;
  538. color:#000000;
  539. letter-spacing: 2px;
  540. }
  541.  
  542. .tlinks2{
  543. float: left;
  544. text-align: center;
  545. font-family: verdana;
  546. font-size: 9px;
  547. }
  548.  
  549. .tlinks2 a{
  550. display: block;
  551. color:#fff;
  552. background-color: #000;
  553. text-align: center;
  554. width: 118px;
  555. padding: 5px 0 5px 0;
  556. margin-bottom: 1px;
  557. text-transform: lowercase;
  558. text-decoration: none;
  559. margin-left: 2px;
  560. }
  561.  
  562. .tlinks2 a:hover{
  563. background-color: #ffffff;
  564. color:#000000;
  565. letter-spacing: 2px;
  566. }
  567.  
  568. .tlinks3{
  569. float: left;
  570. text-align: center;
  571. font-family: verdana;
  572. font-size: 9px;
  573. }
  574.  
  575. .tlinks3 a{
  576. display: block;
  577. color:#fff;
  578. background-color: #000;
  579. text-align: center;
  580. width: 118px;
  581. padding: 5px 0 5px 0;
  582. margin-bottom: 1px;
  583. text-transform: lowercase;
  584. text-decoration: none;
  585. margin-left: 2px
  586. }
  587.  
  588. .tlinks3 a:hover{
  589. background-color: #ffffff;
  590. color:#000000;
  591. letter-spacing: 2px;
  592. }
  593.  
  594. .tlinks4{
  595. float: left;
  596. text-align: center;
  597. font-family: verdana;
  598. font-size: 9px;
  599. }
  600.  
  601. .tlinks4 a{
  602. display: block;
  603. color:#fff;
  604. background-color: #000;
  605. text-align: center;
  606. width: 118px;
  607. padding: 5px 0 5px 0;
  608. margin-bottom: 1px;
  609. text-transform: lowercase;
  610. text-decoration: none;
  611. margin-left: 2px
  612. }
  613.  
  614. .tlinks4 a:hover{
  615. background-color: #ffffff;
  616. color:#000000;
  617. letter-spacing: 2px;
  618. }
  619.  
  620. .tlinks5{
  621. float: left;
  622. text-align: center;
  623. font-family: verdana;
  624. font-size: 9px;
  625. }
  626.  
  627. .tlinks5 a{
  628. display: block;
  629. color:#fff;
  630. background-color: #000;
  631. text-align: center;
  632. width: 118px;
  633. padding: 5px 0 5px 0;
  634. margin-bottom: 1px;
  635. text-transform: lowercase;
  636. text-decoration: none;
  637. margin-left: 2px
  638. }
  639.  
  640. .tlinks5 a:hover{
  641. background-color: #ffffff;
  642. color:#000000;
  643. letter-spacing: 2px;
  644. }
  645.  
  646. .tlinks6{
  647. float: left;
  648. text-align: center;
  649. font-family: verdana;
  650. font-size: 9px;
  651. }
  652.  
  653. .tlinks6 a{
  654. display: block;
  655. color:#fff;
  656. background-color: #000;
  657. text-align: center;
  658. width: 118px;
  659. padding: 5px 0 5px 0;
  660. margin-bottom: 1px;
  661. text-transform: lowercase;
  662. text-decoration:
  663. none;margin-left: 2px
  664. }
  665.  
  666. .tlinks6 a:hover{
  667. background-color: #ffffff;
  668. color:#000000;
  669. letter-spacing: 2px;
  670. }
  671.  
  672. .tlinks7{
  673. float: left;
  674. text-align: center;
  675. font-family: verdana;
  676. font-size: 9px;
  677. }
  678.  
  679. .tlinks7 a{
  680. display: block;
  681. color:#fff;
  682. background-color: #000;
  683. text-align: center;
  684. width: 118px;
  685. padding: 5px 0 5px 0;
  686. margin-bottom: 1px;
  687. text-transform: lowercase;
  688. text-decoration: none
  689. ;margin-left: 2px
  690. }
  691.  
  692. .tlinks7 a:hover{
  693. background-color: #ffffff;
  694. color:#000000;
  695. letter-spacing: 2px;
  696. }
  697.  
  698. .tlinks8{
  699. float: left;
  700. text-align: center;
  701. font-family: verdana;
  702. font-size: 9px;
  703. }
  704.  
  705. .tlinks8 a{
  706. display: block;
  707. color:#fff;
  708. background-color: #000;
  709. text-align: center;
  710. width: 118px;
  711. padding: 5px 0 5px 0;
  712. margin-bottom: 1px;
  713. text-transform: lowercase;
  714. text-decoration: none;
  715. margin-left: 2px
  716. }
  717.  
  718. .tlinks8 a:hover{
  719. background-color: #ffffff;
  720. color:#000000;
  721. letter-spacing: 2px;
  722. }
  723.  
  724.  
  725. #ahjussi{text-align:center; display:inline-block; width:85px; color: #000; background-color: #fff; font-size: 10px;}
  726.  
  727. #ahjussi:hover #ahjumma a:first-child{border-top:0px solid #fff; }
  728.  
  729. #ahjussi:hover #ahjumma{ opacity:1; margin-top:0px; -webkit-transition: all 0.7s ease-out; -moz-transition: all 0.7s ease-out; overflow:hidden; background-color:#fff; z-index:10; height:auto; }
  730.  
  731.  
  732. #ahjumma{position:absolute; margin-top:-5px; opacity:0; margin-left:0px; width:85px; overflow:hidden; height:0px;}
  733.  
  734.  
  735. #ahjumma a{ background-color:#fff; color:#000; text-align:center; display:block; text-transform:lowercase; line-height:15px; padding: 2px 0px 2px 0px; font-size: 9px; font-family:verdana;}
  736.  
  737.  
  738. #ahjumma a:hover{ border-bottom:1px solid #f5f5f5; Text-transform:lowercase; color:#000; background-color:#fff; padding: 1px 0px 1px 0px;}
  739.  
  740.  
  741. .llinks{width: 500px; margin: 3px auto 3px auto; font-size: 9px; text-transform: none; margin-left:20px;}
  742.  
  743. .llinks a{display: block; text-decoration: none; font-family: verdana; color: #fff; background-color: #000000; padding: 2px 0px 2px 0px; margin: 0 0 1px 0; text-transform: lowercase; -webkit-transition: all 0.7s ease-out; -moz-transition: all 0.7s ease-out;}
  744.  
  745. .llinks a:hover{background-color: #f9f9f9;; color:#000; text-transform: lowercase; -webkit-box-shadow: 0 0 1em ; box-shadow: 0 0 1em ;}
  746.  
  747.  
  748. #tit {
  749. position: left;
  750. margin-left: 45px;
  751. top: 320px;
  752. width: 440px;
  753. height: 20px;
  754. background-color:{color:background};
  755. text-align: center;
  756. position: fixed;
  757. }
  758.  
  759. #tit1 {position: center; margin-top: 1px; width: 30px; height: 15px; background-color:#030303; text-align: center; position: fixed;}
  760.  
  761.  
  762. #tit2 {position: center; margin-top: 1px; margin-left: 40px; width: 30px; height: 15px; background-color:#030303; text-align: center; position: fixed; opacity: 0.9}
  763.  
  764.  
  765. #tit3 {position: center; margin-top: 1px; margin-left: 80px; width: 30px; height: 15px; background-color:#030303; text-align: center; position: fixed; opacity: 0.8}
  766.  
  767.  
  768. #tit4 {position: center; margin-top: 1px; margin-left: 121px; width: 30px; height: 15px; background-color:#030303; text-align: center; position: fixed; opacity: 0.7}
  769.  
  770.  
  771. #tit5 {position: center; margin-top: 1px; margin-left: 161px; width: 30px; height: 15px; background-color:#030303; text-align: center; position: fixed; opacity: 0.6}
  772.  
  773.  
  774. #tit6 {position: center; margin-top: 1px; margin-left: 201px; width: 30px; height: 15px; background-color:#030303; text-align: center; position: fixed; opacity: 0.6}
  775.  
  776.  
  777. #tit7 {position: center; margin-top: 1px; width: 30px; margin-left: 242px; height: 15px; background-color:#030303; text-align: center; position: fixed; opacity: 0.7}
  778.  
  779.  
  780. #tit8 {position: center; margin-top: 1px; margin-left: 282px; width: 30px; height: 15px; background-color:#030303; text-align: center; position: fixed; opacity: 0.8}
  781.  
  782.  
  783. #tit9 {position: center; margin-top: 1px; margin-left: 322px; width: 30px; height: 15px; background-color:#030303; text-align: center; position: fixed; opacity: 0.9}
  784.  
  785.  
  786. #tit10 {position: center; margin-top: 1px; margin-left: 363px; width: 30px; height: 15px; background-color:#030303; text-align: center; position: fixed;}
  787.  
  788.  
  789. #cred{
  790. background-color: transparent;
  791. margin-top: 435px;
  792. letter-spacing: 0px;
  793. color: {color:text};
  794. width:396px;
  795. height:10px;
  796. position: fixed;
  797. padding: 4px;
  798. -webkit-transition: all 0.2s ease-out;
  799. -moz-transition: all 0.2s ease-out;
  800. margin-left: 34px;
  801. font-family: verdana;
  802. z-index: 3;
  803. font-size:9px
  804. }
  805.  
  806.  
  807. #cred:hover {
  808. background-color: transparent;
  809. height: 30px;
  810. color: transparent;
  811. }
  812.  
  813. .cred2 {
  814. text-align: justify;
  815. font-size: 9px;
  816. position: fixed;
  817. color: transparent;
  818. width: 396px;
  819. margin-top: 0px;
  820. margin-left: 5px;
  821. text-align: center;
  822. }
  823.  
  824. .cred2:hover {
  825. color: {color:text};
  826. font-size: 9px;
  827. text-align:
  828. center;
  829. }
  830.  
  831.  
  832.  
  833. #boxs {
  834. height:auto;
  835. background-color: {color:sidebar};
  836. margin-top: 2px;
  837. padding:4px;
  838. font-family: verdana;
  839. font-size:9px;}
  840.  
  841.  
  842. #iconbar {
  843. width: 86px;
  844. position: fixed;
  845. left: 1050px;
  846. top: 125px;
  847. }
  848.  
  849. #icon {
  850. text-align: center;
  851. width: 100px;
  852. display: block;
  853. padding: 8px;
  854. }
  855.  
  856. #container {
  857. background-color:transparent;
  858. width: 465px;
  859. position: absolute;
  860. top: 10px;
  861. left: 490px;
  862. padding-bottom: 10px
  863. }
  864.  
  865. #entries {margin: -5px 0 10px 0}
  866.  
  867. #entry {
  868. width: 500px;
  869. background-color:{color:entry};
  870. text-align: justify;
  871. padding: 20px;
  872. margin: 0px 0 5px 0
  873. }
  874.  
  875. .image{text-align: center; margin: 0 0 5px 0}
  876. .image img{border: 0px; margin: 0; padding: 0}
  877.  
  878. #ask_form{width: 500px}
  879.  
  880. .search_result{font-size: 12px; text-align: center}
  881.  
  882. .source{display:none}
  883.  
  884. h1{
  885. font-family: georgia;
  886. font-size:20px;
  887. letter-spacing: -1px;
  888. line-height: 20px;
  889. text-transform: none;
  890. font-weight: normal;
  891. margin: 0 0 5px 0;
  892. text-align: center
  893. }
  894.  
  895. h1 a{
  896. font-size:20px;
  897. letter-spacing: -1px;
  898. line-height: 20px;
  899. text-transform: none;
  900. font-weight: normal;
  901. margin: 0 0 5px 0;
  902. text-decoration: none;
  903. text-align: center
  904. }
  905.  
  906. .qqmarks{
  907. font-size: 80px;
  908. font-weight: bold;
  909. line-height: 80px;
  910. opacity: 0.2;
  911. filter:alpha (opacity=20)
  912. }
  913.  
  914. .qquote{
  915. font-family: georgia;
  916. font-size: 20px;
  917. letter-spacing: -1px;
  918. line-height: 20px;
  919. text-transform: none;
  920. margin-top: -70px;
  921. margin-left: 45px
  922. }
  923.  
  924. .qsource{
  925. margin: 5px 15px 0 0;
  926. text-align: right}
  927.  
  928. .chat{
  929. line-height: 12px;
  930. list-style: none
  931. }
  932.  
  933. .chat ul {
  934. line-height: 15px;
  935. list-style: none;
  936. padding: 0px;
  937. line-height: 20px;
  938. }
  939.  
  940. .person1 {
  941. background-color: {color:link};
  942. color: {color:background}
  943. }
  944. .person1 .label {
  945. font-weight: bold;
  946. padding: 0px;
  947. margin-left: 5px;
  948. color: {color: text}
  949. }
  950. .person2 {
  951. background-color: {color:background};
  952. color: {color: text}
  953. }
  954. .person2 .label {
  955. font-weight: bold;
  956. padding: 0px;
  957. margin-left: 5px;
  958. color: {color: text}
  959. }
  960.  
  961. .audioimage{
  962. float:left;
  963. text-align: center;
  964. margin: 0 10px 5px 0;
  965. width: 205px;
  966. border: 15px solid {color:background};
  967. }
  968. .audioimage img{
  969. max-width: 205px;
  970. height: auto;
  971. margin: 0 0 2px 0
  972. }
  973. .playcount {font-style: italic}
  974.  
  975.  
  976. .asker {
  977. width: 480px;
  978. background-color: {color:background};
  979. color:{color:text};
  980. padding: 10px
  981. }
  982. .asker img{
  983. float: left;
  984. margin: 0px 4px 2px 0
  985. }
  986. .asker a{
  987. font-size: 20px;
  988. color:{color:link};
  989. text-transform: lowercase;
  990. line-height: 27px;
  991. padding: 0; margin: 0;
  992. font-family: georgia;
  993. }
  994. .asker a:hover{
  995. font-size: 20px;
  996. color:{color:link};
  997. text-transform: lowercase;
  998. line-height:27px;
  999. padding: 0;
  1000. margin: 0;
  1001. font-family: georgia;
  1002. }
  1003. .answer {padding: 5px 0 0 0}
  1004.  
  1005. #cap {
  1006. padding: 2px 0 0 0;
  1007. width: 500px;
  1008. margin: 0 0 0 5px
  1009. }
  1010.  
  1011. .info {
  1012. margin-top: 10px;
  1013. border-left: 0px solid {color:sidebarlinks};
  1014. padding: 5px;
  1015. background-color: {color:background};
  1016. text-align: center;
  1017. font-size: 9px;
  1018. font-family: verdana;
  1019. text-transform: lowercase;
  1020. }
  1021.  
  1022. .info a {font-size: 9px;}
  1023.  
  1024. .info2 {
  1025. padding: 2px;
  1026. border-bottom: 1px dotted {color:background};
  1027. text-align: right;
  1028. }
  1029. .tags {
  1030. color: {color:text};
  1031. font-size: 9px;
  1032. font-family: verdana;
  1033. display: inline;
  1034. list-style: none;
  1035. text-transform: none;
  1036. }
  1037. .tags a {
  1038. font-size: 9px;
  1039. color: {color:text};
  1040. display: inline;
  1041. list-style: none;
  1042. text-transform: none;
  1043. }
  1044.  
  1045. #nts {
  1046. width: 500px;
  1047. margin-left: 95px;
  1048. padding: 10px;
  1049. margin-top: 5px;
  1050. font-size: 10px;
  1051. text-align: left
  1052. }
  1053.  
  1054. #nts img{display: none; border:0px}
  1055.  
  1056. #clear{
  1057. clear: both;
  1058. width: 50px;
  1059. height: 0px;
  1060. background-color: transparent
  1061. }
  1062.  
  1063. #prevnextlinks{
  1064. text-align: center;
  1065. width: 500px;
  1066. background-color:{color:entry};
  1067. padding: 7px 20px 7px 20px;
  1068. margin: 0 0 2px 0;
  1069. font-size: 10px
  1070. }
  1071.  
  1072. #notes {
  1073. width: 500px;
  1074. margin: 0px;
  1075. margin-left: 0px;
  1076. padding: 5px;
  1077. text-align: left
  1078. }
  1079.  
  1080. ol.notes {list-style: none; margin: 0 20px 0 10px; padding: 0px}
  1081. ol.notes li {margin: 0px; padding: 2px;}
  1082.  
  1083. #notes img{border:0px}
  1084. #notes a{font-size: 10px}
  1085.  
  1086. #tumblr_controls{position: fixed!important}
  1087. ::-webkit-scrollbar{width:8px;height:8px;}
  1088.  
  1089. ::-webkit-scrollbar-button:start:decrement
  1090.  
  1091. ::-webkit-scrollbar-button:end:increment{display:block;height:0;background-color:transparent;}
  1092.  
  1093. ::-webkit-scrollbar-track-piece{background-color:#fff;-webkit-border-radius:0;-webkit-border-bottom-right-radius:3px;-webkit-border-bottom-left-radius:3px;}
  1094.  
  1095. ::-webkit-scrollbar-thumb:vertical{height:50px; background-color:#000;-webkit-border-radius:px;}
  1096.  
  1097. ::-webkit-scrollbar-thumb:horizontal{width:50px; background-color:#000;-webkit-border-radius:px;}
  1098.  
  1099. {CustomCSS}
  1100.  
  1101. </style>
  1102.  
  1103. <link rel="shortcut icon" href="http://www.drikoti.net/Goodies/Favicons/Ico/novo01.ico" />
  1104.  
  1105. </head>
  1106.  
  1107.  
  1108. <body>
  1109.  
  1110.  
  1111. <div id="container">
  1112.  
  1113. <div id="entries">
  1114. {block:IfEnableEndlessScrolling}<div class="autopagerize_page_element">
  1115. <script type="text/javascript"
  1116.  
  1117. src="http://codysherman.com/tools/infinite-scrolling/code"></script>{/block:IfEnableEndlessScrolling}
  1118.  
  1119.  
  1120. {block:SearchPage}<div class="search_result">{SearchResultCount} results</div>{/block:SearchPage}
  1121.  
  1122. {block:Posts}
  1123.  
  1124. <div id="entry">
  1125. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  1126.  
  1127. {block:Photo}{LinkOpenTag}<div class="image"><img src="{PhotoURL-500}"></div>{LinkCloseTag}
  1128. <div id="cap">{block:Caption}{Caption}{/block:Caption}</div>{/block:Photo}
  1129.  
  1130. {block:Photoset}{Photoset-500}
  1131. <div id="cap">{block:Caption}{Caption}{/block:Caption}</div>
  1132. {/block:Photoset}
  1133.  
  1134. {block:Quote}
  1135. <b class="qqmarks">“</b><div class="qquote">{Quote}</div>
  1136. {block:Source}<div class="qsource">{Source}</div>{/block:Source}
  1137. {/block:Quote}
  1138.  
  1139. {block:Link}
  1140. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  1141. {block:Description}{Description}{/block:Description}
  1142. {/block:Link}
  1143.  
  1144. {block:Chat}
  1145. {block:Title}<h1><a href="{Permalink}">{Title}</a></h1>{/block:Title}
  1146. <div class="chat"><ul>{block:Lines}
  1147. <li class="person{UserNumber}">{block:Label}
  1148. <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>
  1149. {/block:Chat}
  1150.  
  1151. {block:Audio}
  1152. <div class="audioimage">{block:AlbumArt}<img src="{AlbumArtURL}">{/block:AlbumArt}</div>
  1153. {AudioPlayerWhite}
  1154. <div class="playcount">{PlayCountWithLabel}</div>
  1155. <div class="cap">{block:Caption}{Caption}{/block:Caption}</div>
  1156. {/block:Audio}
  1157.  
  1158. {block:Video}{Video-500}
  1159. <div id="cap">{block:Caption}{Caption}{/block:Caption}</div>{/block:Video}
  1160.  
  1161. {block:Answer}
  1162. <div class="asker"><img src="{AskerPortraitURL-48}"> {Asker}<br> {Question}</div>
  1163. <div class="answer">{Answer}</div>
  1164. <br>
  1165. {/block:Answer}
  1166.  
  1167. <div class="source">{block:ContentSource}<a href="{SourceURL}">{lang:Source}:{block:SourceLogo}
  1168. <img src="{BlackLogoURL}" width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  1169. {/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}</a>
  1170. {/block:ContentSource}</div>
  1171.  
  1172.  
  1173. <div id="clear"></div>
  1174.  
  1175. <div class="info">
  1176. {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>
  1177. </span> / {/block:RebloggedFrom}{block:RebloggedFrom}via <a href="{ReblogParentURL}">{ReblogParentName}</a>)<br>{/block:RebloggedFrom}
  1178. </div></div>
  1179. {/block:Posts}
  1180. {block:PostNotes}
  1181. <div id="nts"><div id="ntstext">{PostNotes}</div></div>
  1182. {/block:PostNotes}
  1183.  
  1184.  
  1185. </div>
  1186. </div>
  1187.  
  1188. <div id="sbar2">
  1189.  
  1190. <div style="padding: 0px; padding-bottom: -2px; overflow: auto; background-color: transparent; margin: 0px auto -7px auto; width: 165px;"><div class="simg1"><marquee direction="up" scrollamount="3" height="261" behavior="alternate"  onmouseover="this.stop()" onmouseout="this.start()"><img src="{image:sidebar1}" width= "100px;"><img src="{image:sidebar2}"  width= "100px;"><img src="{image:sidebar3}"  width= "100px;"><img src="{image:sidebar4}"  width= "100px;"><img src="{image:sidebar5}"  width= "100px;"><img src="{image:sidebar6}"  width= "100px;"></marquee></div></div></div>
  1191.  
  1192.  
  1193. <div id="sidebar">
  1194.  
  1195. <div class="sidebarpic"><p><left>
  1196. </div>
  1197. <div style="border: 1px (000, 000, 000); padding: 2px; overflow: auto; color: {color:text}; width: 251px; text-align: justify; font-family: verdana; height: 152px; font-size:10px; line-height: 100%; background-color: {color:background}">
  1198.  
  1199. <div class="sidebartext">{block:Description}{Description}{/block:Description}
  1200. </div></div>
  1201.  
  1202. <div id="titlebar">
  1203. <div id="title">{block:iftitulo}{text:titulo}{/block:iftitulo}</div>
  1204. <div id="subtitle">{block:ifsubtitulo}{text:subtitulo}{/block:ifsubtitulo}</div></div>
  1205. </div>
  1206.  
  1207. <div id="frase1">
  1208.  
  1209. <div id="frasea1"><center>{block:iffrase1}{text:frase1}{/block:iffrase1}</center></div></div>
  1210.  
  1211. <div id="frase2">
  1212.  
  1213. <div id="frasea2"><center>{block:iffrase2}{text:frase2}{/block:iffrase2}</center></div></div>
  1214.  
  1215.  
  1216. </div>
  1217.  
  1218. <div id="tit">
  1219.  
  1220. <div id="tit1"></div>
  1221. <div id="tit2"></div>
  1222. <div id="tit3"></div>
  1223. <div id="tit4"></div>
  1224. <div id="tit5"></div>
  1225. <div id="tit6"></div>
  1226. <div id="tit7"></div>
  1227. <div id="tit8"></div>
  1228. <div id="tit9"></div>
  1229. <div id="tit10"></div>
  1230. </div>
  1231.  
  1232.  
  1233. <div id="paginacao">
  1234.  
  1235. {block:Pagination}<div class="sidebarpages">
  1236. {block:PreviousPage}<a href="{PreviousPage}">&laquo;</a>{/block:PreviousPage} page {CurrentPage} of {TotalPages}
  1237.  
  1238. {block:NextPage}<a href="{NextPage}">&raquo;</a>{/block:NextPage}
  1239. </div> {/block:Pagination} </div>
  1240.  
  1241.  
  1242.  
  1243.  
  1244. {block:IfShowSearch}<div class="search"><form action="/search" method="get">
  1245. <input type="text" name="q" value="{SearchQuery}" class="searcha">
  1246.  
  1247.  
  1248. </form></div>{/block:IfShowSearch}
  1249.  
  1250.  
  1251. </div></div>
  1252.  
  1253. </div></div>
  1254.  
  1255. <div id="linkss">
  1256.  
  1257. <div id="ahjussi">{text:LinkTitle1}
  1258.  
  1259. <div id="ahjumma">
  1260.  
  1261. {block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a>{/block:ifLink1}
  1262.  
  1263. {block:ifLink2}<a href="{text:Link2}">{text:Link2 Title}</a>{/block:ifLink2}
  1264.  
  1265.  
  1266. </div></div>
  1267.  
  1268. <div id="ahjussi">{text:LinkTitle2}
  1269.  
  1270. <div id="ahjumma">
  1271.  
  1272. {block:ifLink3}<a href="{text:Link3}">{text:Link3 Title}</a>{/block:ifLink3}
  1273.  
  1274. {block:ifLink4}<a href="{text:Link4}">{text:Link4 Title}</a>{/block:ifLink4}
  1275.  
  1276.  
  1277. </div></div>
  1278.  
  1279. <div id="ahjussi">{text:LinkTitle3}
  1280.  
  1281. <div id="ahjumma">
  1282.  
  1283. {block:ifLink5}<a href="{text:Link5}">{text:Link5 Title}</a>{/block:ifLink5}
  1284.  
  1285. {block:ifLink6}<a href="{text:Link6}">{text:Link6 Title}</a>{/block:ifLink6}
  1286.  
  1287. {block:ifLink7}<a href="{text:Link7}">{text:Link7 Title}</a>{/block:ifLink7}
  1288.  
  1289. {block:ifLink8}<a href="{text:Link8}"">{text:Link8 Title}</a>{/block:ifLink8}
  1290.  
  1291. </div></div>
  1292.  
  1293. <div id="ahjussi">{text:LinkTitle4}
  1294.  
  1295. <div id="ahjumma">
  1296.  
  1297. {block:ifLink9}<a href="{text:Link9}"">{text:Link9 Title}</a>{/block:ifLink9}
  1298.  
  1299. {block:ifLink10}<a href="{text:Link10}"">{text:Link10 Title}</a>{/block:ifLink10}
  1300.  
  1301. </div></div>
  1302. </center>
  1303. </td>
  1304. </tbody></table></div>
  1305.  
  1306.  
  1307. </div>
  1308.  
  1309. <div id="cred"><div class="cred2">theme por affectingyou, com detalhes de keepcal-m e elasocurtejackdaniels; don't copy and don't remove this tag.</div><center><big>see the credits..</center></div>
  1310.  
  1311. </body>
  1312. </html>
Advertisement
Add Comment
Please, Sign In to add comment