Advertisement
simonecereja

Theme Kiki

Aug 22nd, 2012
3,272
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 35.92 KB | None | 0 0
  1. <!-----------------------------------------------------------------------------------------------
  2.  
  3.  
  4.  
  5. Theme feito totalmente por Simone Montilares (cerejadosundae.tumblr.com). NÃO RETIRE OS CRÉDITOS, NEM COPIE NEM PLAGIE EU CONHEÇO MEUS CÓDIGO E ISSO NÃO FICARÁ BARATO, NÃO USE COMO BASE JAMAIS. ROUBAR É CRIME.
  6.  
  7.  
  8.  
  9. ------------------------------------------------------------------------------------------------>
  10.  
  11.  
  12.  
  13. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  14.  
  15. <html xmlns="http://www.w3.org/1999/xhtml">
  16.  
  17.  
  18.  
  19.  
  20. <html xmlns="http://www.w3.org/1999/xhtml"><script type="text/javascript">
  21. //Created by Title bar Maker (http://www.bosiljak.hr/titlemaker)
  22.  
  23. function tb8_makeArray(n){
  24.  
  25. this.length = n;
  26.  
  27. return this.length;
  28.  
  29. }
  30.  
  31. tb8_messages = new tb8_makeArray(1);
  32.  
  33. tb8_messages[0] = "{Title}";
  34.  
  35. tb8_rptType = 'infinite';
  36.  
  37. tb8_rptNbr = 5;
  38.  
  39. tb8_speed = 100;
  40.  
  41. tb8_delay = 2000;
  42.  
  43. var tb8_counter=1;
  44.  
  45. var tb8_currMsg=0;
  46.  
  47. var tb8_tekst ="";
  48.  
  49. var tb8_i=0;
  50.  
  51. var tb8_TID = null;
  52.  
  53. function tb8_pisi(){
  54.  
  55. tb8_tekst = tb8_tekst + tb8_messages[tb8_currMsg].substring(tb8_i, tb8_i+1);
  56.  
  57. document.title = tb8_tekst;
  58.  
  59. tb8_sp=tb8_speed;
  60.  
  61. tb8_i++;
  62.  
  63. if (tb8_i==tb8_messages[tb8_currMsg].length){
  64.  
  65. tb8_currMsg++; tb8_i=0; tb8_tekst="";tb8_sp=tb8_delay;
  66.  
  67. }
  68.  
  69. if (tb8_currMsg == tb8_messages.length){
  70.  
  71. if ((tb8_rptType == 'finite') && (tb8_counter==tb8_rptNbr)){
  72.  
  73. clearTimeout(tb8_TID);
  74.  
  75. return;
  76.  
  77. }
  78.  
  79. tb8_counter++;
  80.  
  81. tb8_currMsg = 0;
  82.  
  83. }
  84.  
  85. tb8_TID = setTimeout("tb8_pisi()", tb8_sp);
  86.  
  87. }
  88.  
  89. tb8_pisi()
  90.  
  91. </script>
  92.  
  93.  
  94.  
  95. <head>
  96. <link href='http://fonts.googleapis.com/css?family=Yanone+Kaffeesatz' rel='stylesheet' type='text/css'>
  97.  
  98.  
  99.  
  100. <script type="text/javascript" src="http://static.tumblr.com/u6pbfuu/EBwm3o3xm/jquery-1.4.min.js"></script>
  101.  
  102. <script type="text/javascript" src="http://static.tumblr.com/u6pbfuu/cndm3o3wy/jquery.easing.1.3.js"></script>
  103.  
  104. <script>
  105.  
  106.  
  107.  
  108. $(document).ready(function() {
  109.  
  110.  
  111.  
  112. //if mouse over and mouse out
  113.  
  114. $('.eff').hover(
  115.  
  116. function () {
  117.  
  118.  
  119.  
  120. value = $(this).find('img').outerHeight() * -1;
  121.  
  122.  
  123.  
  124. //for left/right if you have different width and height,
  125.  
  126. //commented out because we are using up/down in this example
  127.  
  128. //value = $(this).find('img').outerWidth() * -1);
  129.  
  130.  
  131.  
  132. //animate the image
  133.  
  134. // you can change the sliding direction by changing bottom to left, right or top
  135.  
  136. // if you changed this, you will have to change the position of the hover out as well
  137.  
  138. $(this).find('img').stop().animate({bottom: value} ,{duration:700, easing: 'easeOutBounce'});
  139.  
  140.  
  141.  
  142. },
  143.  
  144. function () {
  145.  
  146.  
  147.  
  148. //reset the image
  149.  
  150. // the position property (bottom), it must be same with the on in the mouseover
  151.  
  152. $(this).find('img').stop().animate({bottom:0} ,{duration:700, easing: 'easeOutBounce'});
  153.  
  154.  
  155.  
  156. });
  157.  
  158.  
  159.  
  160. //if user clicked on the thumbnail
  161.  
  162. $('.eff').click(function () {
  163.  
  164. //grab and execute the first link in the thumbnail
  165.  
  166. window.location = $(this).find('a:first').attr('href');
  167.  
  168. });
  169.  
  170.  
  171.  
  172. });
  173.  
  174.  
  175.  
  176. </script>
  177.  
  178.  
  179.  
  180.  
  181. <script type="text/javascript">
  182.  
  183. function changeNavigation(id) {document.getElementById('simone').innerHTML=document.getElementById(id).innerHTML}
  184.  
  185. </script>
  186.  
  187.  
  188.  
  189.  
  190. <head profile="http://gmpg.org/xfn/11"> <link href='http://fonts.googleapis.com/css?family=Audiowide' rel='stylesheet' type='text/css'><link href='http://fonts.googleapis.com/css?family=Didact+Gothic' rel='stylesheet' type='text/css'>
  191. <link href='http://fonts.googleapis.com/css?family=Homenaje' rel='stylesheet' type='text/css'>
  192. <link href='http://fonts.googleapis.com/css?family=Codystar' rel='stylesheet' type='text/css'><link href='http://fonts.googleapis.com/css?family=Great+Vibes' rel='stylesheet' type='text/css'>
  193.  
  194. <link href='http://fonts.googleapis.com/css?family=Happy+Monkey' rel='stylesheet' type='text/css'><link href='http://fonts.googleapis.com/css?family=Play' rel='stylesheet' type='text/css'>
  195.  
  196. <title>{title}</title>
  197. <link rel="shortcut icon" href="{Favicon}" />
  198. <meta name="color:title" content="#969696"/>
  199. <meta name="color:negrito" content="#737373"/>
  200. <meta name="color:letras" content="#AAAAAA"/>
  201. <meta name="color:menu" content="#000"/>
  202. <meta name="color:menuhover" content="#333"/>
  203. <meta name="color:textlinks" content="#fff"/>
  204. <meta name="color:textlinkhover" content="#fff"/>
  205. <meta name="color:links" content="#AAAAAA" />
  206. <meta name="color:linkshover" content="#000" />
  207. <meta name="color:border" content="#000"/>
  208. <meta name="color:boxinterno" content="#333" />
  209. <meta name="color:boxcentral" content="#000" />
  210. <meta name="color:texthover" content="#000000" />
  211. <meta name="color:backgroundbox" content="#fff"/>
  212. <meta name="color:letrasidebar" content="#fff"/>
  213. <meta name="color:backgroundtheme" content="#eee"/>
  214. <meta name="color:scroll" content="#737373"/>
  215. <meta name="color:backgroundfrase" content="#000"/>
  216. <meta name="color:backgroundfrase2" content="#000"/>
  217. <meta name="color:frase" content="#737373"/>
  218.  
  219. <meta name="image:background" content=""/>
  220. <meta name="image:sidgif" content="http://25.media.tumblr.com/tumblr_m9545rlWsc1r4g57go1_r1_500.png"/>
  221. <meta name="text:subtitle" content="" />
  222. <meta name="text:subtitle" content="" />
  223. <meta name="text:frase" content="Frase 1" />
  224. <meta name="text:frase2" content="Frase2" />
  225. <meta name="text:Link1" content="link" />
  226. <meta name="text:Link1 Title" content="troque" />
  227. <meta name="text:Link2" content="Link" />
  228. <meta name="text:Link2 Title" content="esses links" />
  229. <meta name="text:Link3" content="link" />
  230. <meta name="text:Link3 Title" content="no" />
  231. <meta name="text:Link4" content="Link" />
  232. <meta name="text:Link4 Title" content="appearance" />
  233. <meta name="text:Link5" content="link" />
  234. <meta name="text:Link5 Title" content="troque" />
  235. <meta name="text:Link6" content="link" />
  236. <meta name="text:Link6 Title" content="esses" />
  237. <meta name="text:Link7" content="link" />
  238. <meta name="text:Link7 Title" content="links" />
  239.  
  240. </head>
  241.  
  242. <style type="text/css">
  243. ::-webkit-scrollbar{width:6px;height:3px;}
  244. ::-webkit-scrollbar-button:start:decrement
  245. ::-webkit-scrollbar-button:end:increment{display:block;height:0;background-color:transparent;}
  246. ::-webkit-scrollbar-track-piece{background-color:#fff;-webkit-border-radius:0;-webkit-border-bottom-right-radius:0px;-webkit-border-bottom-left-radius:0px;}
  247. ::-webkit-scrollbar-thumb:vertical{height:50px; background:{color:scroll};-webkit-border-radius:px;}
  248. ::-webkit-scrollbar-thumb:horizontal{width:50px; background-color:#ddd;-webkit-border-radius:px;}
  249.  
  250. @font-face {font-family:existence; src: url('http://static.tumblr.com/zvqacv0/zVAm5glze/champagne___limousines.ttf');}
  251.  
  252.  
  253. /*** Background ***/
  254. body{background: {color:backgroundtheme} Url('{image:background}');color:{color:letras}; font:normal 10px 'Lucida Grande',Verdana,sans-serif; background-attachment:fixed; background-repeat:repeat; }
  255.  
  256. /*** BORDAS ***/
  257. .home {
  258. height:32px; width:32px;align:center;opacity:0.4;-webkit-transition: all 1.0s ease-out; -moz-transition: all 2.5s ease-out;margin:-6px;}
  259.  
  260. .home:hover {-webkit-transition: all 1.0s ease-out; -moz-transition: all 2.5s ease-out;
  261. opacity:1;}
  262. .bordasm3 {
  263. margin-top:-1px;}
  264.  
  265.  
  266. .borda{
  267. padding : 3px;background-color:transparent;opacity:0.8;
  268.  
  269. border-radius:0px;}
  270. .borda:hover{opacity:1;
  271. padding : 3px;background-color: {color:border};}
  272. .bordaborda {
  273. height:20px; width:15px;align:center;margin-left:3px;margin-top:5px;}
  274. .bordasmm321 {height:96px;width:96px;-webkit-border-radius: 100px;
  275. -moz-border-radius: 100px;
  276. border-radius: 100px;opacity:0.8;}
  277. .bordasm1{
  278. padding : 5px;background-color: {color:menu};
  279.  
  280. border-radius:0px;width:74px;}
  281.  
  282. .bordasm {
  283. padding :2px;background-color: {color:menu};float: right;opacity:0.7;}
  284. .bordasm:hover {opacity:1;-webkit-transition: all 1.0s ease-out; -moz-transition: all 1.0s ease-out;background-color: {color:boxcentral};}
  285. .bordasm2 {
  286. padding :2px;background-color: {color:menuhover};float: left;width:50px;}
  287.  
  288. .bordasm321 {height:40px;width:40px;background:{color:linkshover};margin:2px 0px 0px 2px;padding : 2px;opacity:0.6;}
  289. .bordasm321:hover{opacity:1;-webkit-transition: all 1.0s ease-out; -moz-transition: all 1.0s ease-out;background:{color:links};}
  290.  
  291. .bordasm123 {width:60px; height:60px;
  292. -webkit-border-radius: 50px;
  293. -moz-border-radius: 50px ;
  294. border-radius: 50px;
  295. }
  296.  
  297. /****** tumblr controls by ritamafalda */
  298. iframe#tumblr_controls {right:3px !important; position: fixed !important; filter:alpha(opacity=30); -moz-opacity:0.30; opacity:0.30; -webkit-transition:all .3s linear;-moz-transition:all .3s linear;transition:all .3s linear;}
  299. iframe#tumblr_controls:hover{filter:alpha(opacity=100); -moz-opacity:1; opacity:1;}
  300. /*** SIDES SM***/
  301. .sidebar {position: fixed;margin-left:-1px;height:326px;
  302. background-repeat: no-repeat;margin-top:103px;color:{color:letrasidebar}; background: {color:boxinterno};padding: 0px;border: 2px solid {color:boxcentral};}
  303. .sidebarmenu {position: fixed;margin-left:-2px;
  304. background-repeat: no-repeat;margin-top:355px;width:220px;color:{color:letrasidebar};-webkit-transition: all 1.0s ease-out; -moz-transition: all 2.5s ease-out;}
  305. .sidebarmenu2 {position: fixed;margin-left:-8px;height:21px;
  306. background-repeat: no-repeat;margin-top:76px;width:220px;color:{color:letrasidebar};-webkit-transition: all 1.0s ease-out; -moz-transition: all 2.5s ease-out;border-bottom:2px solid {color:menu};}
  307. #descr {position: fixed;
  308.  
  309. padding: 3px;width:180px;height:100%;;
  310. margin-left: 260px;
  311. margin-top:20px;-webkit-transition: all 1.0s ease-out; -moz-transition: all 2.5s ease-out;}
  312.  
  313. .cred {position: fixed;
  314. background-repeat: no-repeat;
  315. width:220px;
  316. margin-left: 70px;margin-top:390px;font-size:10px; font-family: agency FB; text=transform:uppercase;
  317. }
  318.  
  319. /* Chat por Anna (livelikeasuicide) *********/
  320. .chat {background: {color:backgroundbox}; margin: 0; font-size:
  321.  
  322. 11px; font-family: calibri;}
  323. .chat .chat1 {margin-left: 0px;font-size: 
  324. 8px; }
  325. .chat .chat1 .chat2 {background: {color:links}; color: #fff;font-size: 
  326. 9px;
  327. margin-bottom: 1px; padding: 4px 5px 4px 5px;} /* Primeira linha */
  328. .chat .chat1 .chat2.even {background: {color:linkshover};
  329. color: #fff;font-size: 
  330. 9px; } /* Segunda linha */
  331. .chat .chat1 .chat2 span{}
  332.  
  333.  
  334. /*** Notes enfeitados por things-to-help-you  ******/
  335. ol.notes { display : block;border-left : 1px solid {color:backgroundtheme};background-repeat : no-repeat;vertical-align : middle;text-decoration : none;margin-bottom : 1px;background: {color:backgroundbox}; list-style-type: none; font-size: 10px;}
  336. ol.notes li.note {border-top: solid 1px {color:backgroundtheme}; padding: 4px;}
  337. ol.notes li.note img.avatar {display: none;}
  338. ol.notes li.note span.action {font-weight: none;}
  339. ol.notes li.note .answer_content {font-weight: normal;}
  340. ol.notes li.note blockquote {display: none;}
  341. ol.notes li.note blockquote a {text-decoration: none;}
  342. ful { list-style: none; }
  343. ol { list-style-position: inside; }
  344. * { margin: 0; padding: 0; outline: none; }
  345. .caixa2  {overflow: hidden;background: {color:backgroundbox}; padding: 7px;
  346. font-family: Verdana, Geneva, sans-serif;
  347. color: {color:textlinks};text-align: justify;outline: 0px solid #; margin-bottom: 0px;}
  348. .extra {border-left: 4px solid {color:border}; display : block;border-bottom : 0px solid #fff;background-repeat : no-repeat;text-indent : 5px;vertical-align : middle;text-decoration : none;margin-bottom : 1px;background: {color:backgrounbox}; line-height: 18px;color:{color:letrasidebar};}
  349. .extrass {border-left: 4px solid {color:border}; display : block;border-bottom : 1px solid #d4c8da;background-repeat : no-repeat;text-indent : 5px;vertical-align : middle;text-decoration : none;margin-bottom : 1px;background: {color:backgroundbox}; line-height: 18px;}
  350. .extra a {padding-right: 6px; color: {color:letrasidebar}; border-right: dotted 1px #e7daee; text-shadow: 1px 1px 1px #;}
  351.  
  352.  
  353. /*** TOOLTIP ******/
  354. #dhtmltooltip{position: absolute; left: -300px; border-radius: 3px; padding: 2px; background: #000; color: {color:textlinks}; text-align: center; visibility: hidden; z-index: 100; font-weight: normal; filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);margin-top:-10px;}
  355. #dhtmlpointer{position:absolute; left: -20px; margin-top: 3px; z-index: 101; background: #none; visibility: hidden;margin-top:-10px;}
  356.  
  357.  
  358. /*** PERSONALIZAÇÃO DA IMAGEM/DESCRIÇÃO  ******/
  359. .eff{width:205px; height:325px; position:relative; overflow:hidden; float:left; display:inline; margin:0px; font-size:12px;}
  360.  
  361. .eff img {display:block; width:198px; height:317px; text-decoration:none; border:4px solid {color:backgroundtheme}; background:#000; position:absolute; z-index:500; }
  362.  
  363. .eff.caption {position:absolute;z-index:0;color:#ffffff;display:block; width: 198px; margin-top: -1px;}
  364.  
  365. .eff .caption a.header{background:{color:boxinterno}; margin:0px 1px 1px 1px; display:block; font-size:10px; font-weight:100;margin-top:0px; color:{color:letrasidebar};letter-spacing:-1px;text-align:center; }
  366.  
  367. .eff .caption p{font-family: verdana; padding:2px 2px 0 2px;margin:0; font-size:11px;}
  368.  
  369. .clear{clear:both}
  370.  
  371.  
  372. /*** PERSONALIZAÇÃO DO QUOTE******/
  373. .smsource{text-align: right; text-transform: none;margin-bottom: 3px;font-family: verdana;font-size:8pt; }
  374.  
  375.  
  376. #triangulo
  377. {width: 0;
  378. height: 0;
  379. border-right: 10px solid transparent;
  380. border-top: 10px solid {color:backgroundtheme};
  381. border-bottom: 10px solid transparent;
  382. border-left: 10px solid transparent;
  383. margin-left: 20px;}
  384. #caixaquote
  385. {background: {color:backgroundtheme} url()no-repeat top left;
  386. display: block;
  387. border-radius: 5px;
  388. margin: 5px 5px 0px 5px;
  389. padding: 10px 10px 10px 10px;
  390. color:{color:letras};}
  391.  
  392.  
  393.  
  394.  
  395. /*** LISTINHAS, ASKLIST, WISHLIST  ******/
  396. .asklist {margin-bottom : 1px;display : block;font-size: 10px;font-family: verdana; letter-spacing : 0; line-height: 15px;border-bottom : 0px solid #eee;text-indent : 5px;vertical-align : middle;background : url('http://static.tumblr.com/zvqacv0/i4hm6a8ry/02lrty.png')no-repeat left;background-repeat : no-repeat; padding-left : 15px;text-indent : 5px;text-decoration : none;padding-bottom : 2px;border-bottom : 1px solid {color:backgroundtheme};-webkit-transition-duration: .30s;}
  397.  
  398. .asklist:hover {margin-bottom : 1px;display : block;letter-spacing : 0; line-height: 15px;text-indent : 5px;vertical-align : middle; background : {color:backgroundtheme} url('http://static.tumblr.com/zvqacv0/i4hm6a8ry/02lrty.png')no-repeat left;background-repeat : no-repeat; }
  399.  
  400. .wishlist {-webkit-transition-duration: .50s;margin-bottom : 1px;display : block;font-size: 10px;font-family: verdana;  letter-spacing : 0; line-height: 15px;border-bottom : 0px solid #eee;text-indent : 5px;vertical-align : middle;background:{color:backgroundtheme};background-repeat : no-repeat; text-indent : 5px;text-decoration : none;padding-bottom : 2px;border-left:2px solid {color:menuhover};}
  401. .wishlist:hover {margin-bottom : 1px;display : block;letter-spacing : 0; line-height: 15px;border-bottom : 0px solid #eee;text-indent : 5px;vertical-align : middle;background-repeat : no-repeat; text-indent : 5px;text-decoration : none;padding-bottom : 2px;border-left:15px solid {color:menuhover};-webkit-transition-duration: .50s;}
  402.  
  403.  
  404. .wishlist2 {-webkit-transition-duration: .50s;margin-bottom : 1px;display : block;font-size: 10px;font-family: verdana;  letter-spacing : 0; line-height: 15px;border-bottom : 0px solid #eee;text-indent : 5px;vertical-align : middle;background-repeat : no-repeat; text-indent : 5px;text-decoration : none;padding-bottom : 2px;border-bottom: 1px solid {color:backgroundtheme};}
  405.  
  406.  
  407.  
  408. /*** TITULOS, H1 E AFINS ******/
  409.  
  410. big {font-family: 'Great Vibes', cursive;font-size:18px;}
  411. h1{color:{color:title} !important;font-family: 'Happy Monkey', cursive; font-size:18px;line-height:20px;font-weight:normal;margin:0px;padding:0px;margin-bottom:-0px;text-align:left;letter-spacing: 1px;}
  412. /*** BlockQuote ***/
  413. blockquote {
  414. margin: -2px;
  415. padding: 3px;}
  416.  
  417. h2{color:{color:letras} !important;font-family:georgia;
  418. font-size:15px;line-height:20px;font-weight:normal;margin:0px;padding:0px;margin-bottom:-0px;text-align:right;letter-spacing: -1px;border-bottom: 1px solid {color:letras};}
  419.  
  420. h4{color:{color:letras} !important;font-family:georgia;
  421. font-size:15px;line-height:20px;font-weight:normal;margin:0px;padding:0px;margin-bottom:-0px;text-align:left;letter-spacing: -1px;border-bottom: 1px solid {color:letras};}
  422. h3{color:{color:title} !important;font-family:verdana; font-size:11px;line-height:20px;font-weight:normal;margin:0px;padding:0px;margin-bottom:2px;text-align:left;}
  423.  
  424. a:link, a:visited, a:active {color: {color:links}; text-shadow: 0 0px 0px #ffffff; letter-spacing: 1px; text-decoration: none;}
  425. a:hover {color: {color:linkshover}; -webkit-transition-duration: .99s;}
  426.  
  427. /*** Seleção colorida Sm ***/
  428. ::-moz-selection
  429. {
  430. background: #28B5BF;
  431. color: #f3f3f3;
  432. }
  433. ::selection
  434. {
  435. background: #28B5BF;
  436. color:#fff;
  437. }
  438.  
  439.  
  440.  
  441.  
  442. /** Menu SM**/
  443. .nav { background:{color:menu}; color:{color:textlinks}; display: inline-block; padding: 2px; text-align: center; line-height: 12px; height: 12px; ;width:46px; float: center; margin:1px 1px 1px 1px; font-family:verdana;
  444. font-size:8px; !important;text-decoration: none; letter-spacing: 0.10em;text-transform:uppercase; }
  445. .nav:hover { background:{color:menuhover};display: inline-block; padding: 2px; text-align: center; color:{color:textlinkhover}; float: center;
  446. !important;text-decoration: none; letter-spacing: 0.10em; }
  447.  
  448. .nav2 { background:{color:menuhover}; color:{color:textlinkhover}; display: inline-block; padding: 2px; text-align: center; line-height: 18px; height: 16px; text-transform: uppercase; width:61px; float: center; margin:1px 1px 1px 1px; font-family:'Homenaje';
  449. font-size:9.5px; !important;text-decoration: none; letter-spacing: 0.10em; text-transform:uppercase; }
  450. .nav2:hover { background:{color:menu};display: inline-block; padding: 2px; text-align: center; color:{color:textlinks}; text-transform: uppercase; float: center;
  451. !important;text-decoration: none; letter-spacing: 0.10em; text-transform:uppercase; }
  452. .nav3 { background:{color:menu}; color:{color:textlinks}; display: inline-block; padding: 2px; text-align: center; line-height: 18px; height: 16px; text-transform: uppercase; width:61px; float: center; margin:1px 1px 1px 1px; font-family:'Homenaje';
  453. font-size:9.5px; !important;text-decoration: none; letter-spacing: 0.10em; text-transform:uppercase; }
  454. .nav3:hover { background:{color:menuhover};display: inline-block; padding: 2px; text-align: center; color:{color:textlinkhover}; text-transform: uppercase; float: center;
  455. !important;text-decoration: none; letter-spacing: 0.10em; text-transform:uppercase; }
  456.  
  457.  
  458. /*** NEGRITO, SUBLINHADO, ETC ******/
  459.  
  460. b, strong, bold {color:{color:negrito};}
  461. u, span.sublinha {cursor: help; text-decoration: none; border-bottom: 1px dashed {color:letras};}
  462. i, em{color: {color:letras};}
  463. s {color: {color:letras};}
  464.  
  465.  
  466.  
  467. /*** PAGINACAO BY RITAMAFALDA ***/
  468. .pagi {font-family:georgia; font-size: 50px; font-weight: bold; line-height: 21px; text-shadow: 0 1px 1px #fff; right: 30px; bottom: 50px; position: fixed;}
  469. .pagi1 {font-family:georgia; font-size: 50px; font-weight: bold; line-height: 21px; text-shadow: 0 1px 1px #fff; left: 30px; bottom: 50px; position: fixed;}
  470. a.pagl {color: {color:links}; text-decoration: none;}
  471. a.pagl:hover {color:{color:linkshover};}
  472.  
  473.  
  474. /*** TAGS******/
  475. .date {width: 99%; background:{color:backgroundbox}; font-weight:normal; text-align:right; letter-spacing:1px; padding:3px; margin-bottom: 1px; text-shadow:0 0px 0px #fff; font-size: 8px; font-family:arial; font-size:8px; text-transform: uppercase; text-transform:uppercase; }
  476.  
  477. .tags {width: 99%; font-weight:normal; letter-spacing:1px; padding:3px; margin-bottom: 3px; text-align:left;background: transparent;text-shadow:0 0px 0px #000; border-radius: 02px; font-size: 8px; font-family:verdana; text-transform: uppercase; }
  478.  
  479. .tag {width: 99%; font-weight:normal; letter-spacing:1px; padding:3px; margin-bottom: 1px; text-align:left;text-shadow:0 0px 0px #000; fborder-radius: 02px;font-size: 9px; font-family:calibri;text-transform:uppercase; }
  480.  
  481.  
  482.  
  483.  
  484.  
  485. /*** TODOS OS BOX******/
  486.  
  487.  
  488. .box {background: {color:backgroundbox}; margin-bottom: 1px; padding: 5px; text-align: justify; border-radius: 0px;}
  489.  
  490. .box .boxnotes2 {margin-left: 410px; width:40px;
  491. text-align: left; height:35px;background:{color:backgroundbox};
  492. position: absolute; margin-top: -5px; padding: 4px;
  493.  line-height: 10px;font-family:verdana; font-size:8px;
  494. -webkit-transition: all 1s ease;-moz-transition: all 1s ease;
  495. -o-transition: all 1s ease;transition: all 1s ease; opacity: 0; text-transform: uppercase; color:{color:letras};border-bottom: 1px dotted {color:letras};
  496. }
  497. .box:hover .boxnotes2 {opacity: 1; }
  498. /*** fim da boxnotes ***/
  499. .entries {
  500. background-repeat: no-repeat;
  501. padding: 5px;margin-left:485px; margin-top:13px;width:415px;}
  502.  
  503.  
  504.  
  505.  
  506. /*** boxnotes em hover por amandaleocadio ***/
  507. .box .boxnotes {margin-left: 360px; width:40px;
  508. text-align: left; height:35px;background:{color:backgroundbox};
  509. position: absolute; margin-top: -5px; padding: 4px;
  510.  line-height: 10px;font-family:verdana; font-size:8px;
  511. -webkit-transition: all 1s ease;-moz-transition: all 1s ease;
  512. -o-transition: all 1s ease;transition: all 1s ease; opacity: 0; text-transform: uppercase; color:{color:letras};border-bottom: 1px dotted {color:letras};
  513. }
  514. .box:hover .boxnotes {opacity: 1; }
  515. /*** fim da boxnotes ***/
  516. .entries {
  517. background-repeat: no-repeat;
  518. padding: 5px;margin-left:485px; margin-top:13px;width:415px;}
  519.  
  520.  
  521.  
  522.  
  523. .boxask {background : {color:linkshover}; margin-bottom: 10px; padding: 4px; text-align: justify; border-radius: 4px; }
  524.  
  525.  
  526.  
  527.  
  528. .box1 { width:193px;height:20px; margin-bottom: 0px;padding:3px; text-align: justify; }
  529.  
  530.  
  531. .box4 {width:255px;height:10px; padding: 3px; text-align: justify;line-height: 15px;margin-top:-5px;position:fixed;}
  532. .box2 {background: {color:backgroundbox};width: 15px; margin-bottom: 0px; padding: 3px; text-align: justify; }
  533.  
  534. /*** Ask Por Simone (cerejadosundae)***/
  535. .ask {width: 98%; background:{color:backgroundtheme}; font-weight:normal; padding:5px; margin-bottom: 1px; text-shadow:0 px 0px #fff;color:{color:letras}; font-size: 10px; }
  536. .asker {width: 99%;height:15px; background: {color:menu}; font-weight:normal; padding:3px; margin-bottom: 1px; color:{color:textlinks}; text-align:left;line-height:15px;font-family: Trebuchet ms; font-size: 9px;text-transform:uppercase;
  537. }
  538. .asker a{background:#; color:{color:textlinks};}
  539. .askborder {width:38px;float: left; display: inline; margin-bottom: 2px;margin-left:-3px;background:{color:menu};padding:3px;margin-top:-3px;}
  540. .resposta {background:{color:backgroundbox}; font-weight:normal; padding:11px; margin-bottom: 1px; text-shadow:0 0px 0px #fff;color:{color:letras}; font-size: 10px; }
  541.  
  542. @font-face {font-family: "tinytots";src: url('http://static.tumblr.com/rmj06l2/Usellxb4i/tinytots.ttf');}
  543.  
  544. .
  545.  
  546.  
  547.  
  548.  
  549. @font-face {font-family: "Edo";
  550.  
  551.  
  552.  
  553. src: url('http://static.tumblr.com/lj4xzrj/an4m39jkw/edo.ttf');}
  554.  
  555.  
  556.  
  557.  
  558.  
  559. /*** FRASES ***/
  560.  
  561. #frase {width:203px; height: 15px; position:fixed; x;overflow:hidden; ;
  562. -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;margin-top:330px;background:{color:backgroundfrase2};border: 1px solid {color:backgroundtheme};}
  563. #frase { font-family:verdana;margin-left:-3px;
  564. font-size:10px;color: {color:frase}; text-align: center; padding: 3px; line-height:15px;text-transform: uppercase;
  565. }
  566. #frase:hover { position:fixed; overflow:hidden;opacity:0;
  567. -webkit-transition: all 1.0s ease-out; -moz-transition: all 0.4s ease-out;}
  568. #frase2 {width:203px; height: 15px; position:fixed; x;overflow:hidden; ;
  569. -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;margin-top:330px;background:{color:backgroundfrase2};border: 1px solid {color:backgroundtheme};font-family:verdana;margin-left:-3px;text-transform: uppercase;
  570. font-size:10px;}
  571. #frase2 {color: {color:textlinks}; text-align: center; padding: 3px; line-height:12px;
  572. }
  573. #frase2:hover { position:fixed; margin-bottom:5px;overflow:hidden;
  574. -webkit-transition: all 1.0s ease-out; -moz-transition: all 1.0s ease-out;}
  575.  
  576. /*** Seleção Colorida - By; MADLYLUV.com ***/
  577. ::-moz-selection
  578. {color: #000;
  579. background: #eee;}
  580.  
  581. ::selection
  582. {color: #000;
  583. background: #eee;}
  584.  
  585.  
  586.  
  587.  
  588.  
  589. </style>
  590.  
  591. <body>
  592.  
  593.  
  594.  
  595.  
  596. <!-- DESCRICAO --><div id="descr"> <div class="sidebarmenu2"><center>{block:ifLink1}<a href="{text:Link1}"><div class="nav2">{text:Link1 Title}</div></a>{/block:ifLink1}{block:ifLink2}<a href="{text:Link2}"><div class="nav2">{text:Link2 Title}</div></a>{/block:ifLink2}{block:ifLink3}<a href="{text:Link3}"><div class="nav2">{text:Link3 Title}</div></a></div>
  597.  
  598.  
  599. <div class="sidebar"><div class="eff">
  600.  
  601. <img src="{image:sidgif}" width="198" height="320px"/>
  602.  
  603. <div class="caption"><a href="link" class="header">{block:Description}{Description}{/block:Description}</div>
  604.  
  605.  
  606.  
  607. <div class="clear"></div>
  608. </div>
  609.  
  610.  
  611.  
  612.  
  613. <div id="frase2">{text:frase2}</div>
  614.  
  615. <div id="frase">{text:frase}</div>
  616.  
  617. <div class="sidebarmenu"><center{block:ifLink4}<a href="{text:Link4}"><div class="nav">{text:Link4 Title}</div></a>{/block:ifLink4}{block:ifLink5}<a href="{text:Link5}"><div class="nav">{text:Link5 Title}</div></a>{/block:ifLink5}{block:ifLink6}<a href="{text:Link6}"><div class="nav">{text:Link6 Title}</div></a>{/block:ifLink6}{block:ifLink7}<a href="{text:Link7}"><div class="nav">{text:Link7 Title}</div></a>{/block:ifLink7}</center>
  618.  
  619.  
  620.  
  621. <center><div class="cred"><center>
  622. <span onMouseover="this.style.background='#'" onMouseout="this.style.background='#'" onClick="document.getElementById('iluc').innerHTML=document.getElementById('cred').innerHTML"title="insp. s-hifted e det. the-dreamgirl">
  623. © Credits</span></a>
  624. </div></div>
  625.  
  626. </div></div></div></div>
  627. <!-- TAGS PRINCIPAIS DO POST -->
  628.  
  629.  
  630.  
  631. <div class="entries">
  632. <div id="iluc">
  633. {block:Posts}
  634.  
  635.  
  636.  
  637. {block:Regular}<div class="box"><div class="boxnotes">
  638. <center>
  639.  
  640.  
  641.  
  642.  
  643. <a href="{Permalink}"><img src="http://media.tumblr.com/tumblr_ll7x3bnod91qi6qow.gif" width="15px" ></a></span><center>
  644. <a class="tags" href="{Permalink}"><a class="notes" href="{Permalink}"> {block:Date}{NoteCount}{/block:Date}</a><br> <a href="{ReblogURL}" target="_blank">reblog</a>
  645.  
  646. </center>
  647. </div>
  648. {block:Title}<h1>{Title}</h1>{/block:Title}<br><br>
  649. <div class="entry">{Body}</div>
  650.  
  651. <div class="divdate"></div>
  652.  
  653. <div class="tag">
  654. {block:HasTags}Tags: {block:Tags}&nbsp;<a class="" href="{TagURL}">{Tag}</a>&nbsp;#{/block:Tags}{/block:HasTags}</a><br> {block:RebloggedFrom}<a href="{ReblogParentURL}"> (Via</a>{/block:RebloggedFrom} {block:ContentSource}<a href=”{SourceURL}” target=blank>/source)</a>{/block:ContentSource} · </a>
  655. <a href="{Permalink}">{TimeAgo}</a></div>
  656.  
  657.  
  658. </div>
  659. {/block:Regular}
  660.  
  661.  
  662.  
  663.  
  664. {block:Photo}
  665. <div class="post"><div class="box"><div class="boxnotes2">
  666. <center>
  667.  
  668.  
  669.  
  670.  
  671.  
  672. <a href="{Permalink}"><img src="http://static.tumblr.com/zvqacv0/NgZm6dpgj/desenho-cameraass.png" width="15px" ></a></span><center>
  673. <a class="tags" href="{Permalink}"><a class="notes" href="{Permalink}"> {block:Date}{NoteCount}{/block:Date}</a><br> <a href="{ReblogURL}" target="_blank">reblog</a>
  674.  
  675. </center>
  676. </div>
  677. <center>
  678. <img src="{PhotoURL-500}" alt="{PhotoAlt}" margin-left=05px; width=400px class="borda"></center>
  679. {block:Caption}
  680. <div class="caption">{Caption}</div>
  681. {/block:Caption}
  682. <div style="clear:both;"></div>
  683. <BR>
  684.  
  685. <div class="divdate"></div>
  686.  
  687.  
  688.  
  689.  
  690. <div class="tag">
  691. {block:HasTags}Tags: {block:Tags}&nbsp;<a class="" href="{TagURL}">{Tag}</a>&nbsp;#{/block:Tags}{/block:HasTags}</a><br> {block:RebloggedFrom}<a href="{ReblogParentURL}"> (Via</a>{/block:RebloggedFrom} {block:ContentSource}<a href=”{SourceURL}” target=blank>/source)</a>{/block:ContentSource} · </a>
  692. <a href="{Permalink}">{TimeAgo}</a></div>
  693.  
  694.  
  695. </div>
  696. {/block:Photo}
  697.  
  698.  
  699.  
  700.  
  701.  
  702. {block:Answer}<div class="post"><div class="box"><div class="boxnotes">
  703. <center>
  704.  
  705.  
  706.  
  707.  
  708. <a href="{Permalink}"><img src="http://static.tumblr.com/ejm8w78/w3Qlz2pzs/email.png" width="15px" ></a></span><center>
  709. <a class="tags" href="{Permalink}"><a class="notes" href="{Permalink}"> {block:Date}{NoteCount}{/block:Date}</a></span></div></center>
  710. <div class="asker"><img src="{AskerPortraitURL-64}"align="left" class="askborder"/>Pergunta feita por: {Asker}
  711. </div>
  712. <div class="ask">
  713. {Question} </div>
  714. <div class="resposta">{Answer}</div>
  715.  
  716.  
  717.  
  718.  
  719. <BR>
  720.  
  721. <div class="divdate"></div>
  722.  
  723.  
  724. <div class="date"> <strong>{DayOfMonth}</strong>/<strong>{MonthNumberWithZero}</strong>/<strong>{Year}</strong> às {12Hour}:{Minutes}{AmPm} · <a class="notes"><a class="notes" href="{Permalink}">{NoteCountWithLabel}</a>
  725.  
  726. </div>
  727.  
  728. </div>
  729. </div>
  730.  
  731. {block:Answer}
  732.  
  733.  
  734.  
  735.  
  736.  
  737. {block:Quote}
  738. <div class="post"><div class="box"><div class="boxnotes">
  739. <center>
  740.  
  741.  
  742.  
  743.  
  744.  
  745.  
  746. <span class="permalink"><a href="{Permalink}"><img src="http://static.tumblr.com/zvqacv0/PaWm6dpl2/ic_aspas.png" width="15px" ></a></span><center>
  747. <a class="tags" href="{Permalink}"><a class="notes" href="{Permalink}"> {block:Date}{NoteCount}{/block:Date}</a><br> <a href="{ReblogURL}" target="_blank">reblog</a>
  748.  
  749.  
  750.  
  751. </center>
  752. </div>
  753. <div id="caixaquote"><img src="http://static.tumblr.com/zvqacv0/PaWm6dpl2/ic_aspas.png" width="20px" >{Quote}
  754. </div>
  755. <div id="triangulo"></div>
  756. {block:Source}+{Source}{/block:Source}
  757. <br>
  758. <div class="divdate"></div>
  759.  
  760.  
  761.  
  762.  
  763. <div class="tag">
  764. {block:HasTags}Tags: {block:Tags}&nbsp;<a class="" href="{TagURL}">{Tag}</a>&nbsp;#{/block:Tags}{/block:HasTags}</a><br> {block:RebloggedFrom}<a href="{ReblogParentURL}"> (Via</a>{/block:RebloggedFrom} {block:ContentSource}<a href=”{SourceURL}” target=blank>/source)</a>{/block:ContentSource} · </a>
  765. <a href="{Permalink}">{TimeAgo}</a> </div>
  766.  
  767.  
  768.  
  769. </div></div>
  770. {/block:Quote}
  771.  
  772.  
  773.  
  774.  
  775.  
  776.  
  777.  
  778. {block:Link}
  779. <div class="post"><div class="box"><div class="boxnotes">
  780. <center>
  781.  
  782.  
  783.  
  784.  
  785.  
  786.  
  787. <a href="{Permalink}"><img src="http://static.tumblr.com/zvqacv0/Ucrm6dppz/6954_256x256.png" width="15px" ></a></span><center>
  788. <a class="tags" href="{Permalink}"><a class="notes" href="{Permalink}"> {block:Date}{NoteCount}{/block:Date}</a><br> <a href="{ReblogURL}" target="_blank">reblog</a>
  789.  
  790. </center>
  791. </div><a href="{URL}" class="link" {Target}><h1>{Name}</h1></a>
  792. {block:Description}
  793. <div class="description">{Description}</div>
  794. {/block:Description}
  795.  
  796. <BR>
  797. <div class="divdate"></div>
  798.  
  799.  
  800. <div class="tag">
  801. {block:HasTags}Tags: {block:Tags}&nbsp;<a class="" href="{TagURL}">{Tag}</a>&nbsp;#{/block:Tags}{/block:HasTags}</a><br> {block:RebloggedFrom}<a href=”{ReblogParentURL}”> (Via</a>{/block:RebloggedFrom} {block:ContentSource}•<a href=”{SourceURL}” target=blank>/source)</a>{/block:ContentSource} · </a>
  802. <a href="{Permalink}">{TimeAgo}</a></div>
  803.  
  804.  
  805.  
  806.  
  807. </div></div>
  808. {/block:Link}
  809.  
  810.  
  811. {block:chat}
  812.  
  813. <div class="post"><div class="box"><div class="boxnotes">
  814. <center>
  815.  
  816.  
  817.  
  818.  
  819.  
  820.  
  821. <a href="{Permalink}"><img src="http://static.tumblr.com/h6lrzq7/2k3lyh1et/1327691608_conversation.ico"></a></span><center>
  822. <a class="tags" href="{Permalink}"><a class="notes" href="{Permalink}"> {block:Date}{NoteCount}{/block:Date}</a><br> <a href="{ReblogURL}" target="_blank">reblog</a>
  823. </center>
  824. </div>
  825. {block:Title}<div class="titulo"><a href="{Permalink}">{Title}</a></div>
  826. {/block:Title}
  827. <div class="chat">
  828. <div class="chat1">
  829. {block:Lines}
  830. <div class="chat2 {Alt}">
  831. {block:Label}
  832. <span>{Label}</span>
  833. {/block:Label}
  834. {Line}</div>
  835. {/block:Lines}
  836. </div>
  837. </div>
  838. <BR>
  839. <div class="divdate"></div>
  840.  
  841.  
  842.  
  843.  
  844. <div class="tag">
  845. {block:HasTags}Tags: {block:Tags}&nbsp;<a class="" href="{TagURL}">{Tag}</a>&nbsp;#{/block:Tags}{/block:HasTags}</a><br> {block:RebloggedFrom}<a href="{ReblogParentURL}"> (Via</a>{/block:RebloggedFrom} {block:ContentSource}<a href=”{SourceURL}” target=blank>/source)</a>{/block:ContentSource} · </a>
  846. <a href="{Permalink}">{TimeAgo}</a>
  847.  
  848.  
  849.  
  850.  
  851.  
  852. </div></div>
  853. {/block:Chat}
  854.  
  855.  
  856.  
  857.  
  858. {block:Audio}
  859. <div class="post"><div class="box"><div class="boxnotes">
  860. <center>
  861.  
  862.  
  863.  
  864.  
  865.  
  866.  
  867. <a href="{Permalink}"><img src="http://www.ergotec.ind.br/images/icone-seta.png" width="15px" ></a></span><center>
  868. <a class="tags" href="{Permalink}"><a class="notes" href="{Permalink}"> {block:Date}{NoteCount}{/block:Date}</a><br> <a href="{ReblogURL}" target="_blank">reblog</a>
  869.  
  870.  
  871. </center>
  872. </div>
  873. {AudioPlayerWhite}
  874. {block:Caption}
  875. <div class="caption">{Caption}</div>
  876. <div style="float:right; margin-top: -50px;"><h>Música ouvida {PlayCount} vezes</h> {block:ExternalAudio}(<a href="{ExternalAudioURL}">download!</a>){/block:ExternalAudio}</div>
  877. {/block:Caption}
  878.  
  879.  
  880. <div class="divdate"></div>
  881.  
  882.  
  883. <div class="tag">
  884. {block:HasTags}Tags: {block:Tags}&nbsp;<a class="" href="{TagURL}">{Tag}</a>&nbsp;#{/block:Tags}{/block:HasTags}</a><br> {block:RebloggedFrom}<a href="{ReblogParentURL}"> (Via</a>{/block:RebloggedFrom} {block:ContentSource}<a href=”{SourceURL}” target=blank>/source)</a>{/block:ContentSource} · </a>
  885. <a href="{Permalink}">{TimeAgo}</a> </div>
  886.  
  887.  
  888.  
  889.  
  890. </div></div>
  891. {/block:Audio}
  892.  
  893.  
  894.  
  895.  
  896. {block:Video}
  897. <div class="post"><div class="box"><div class="boxnotes">
  898. <center>
  899.  
  900.  
  901.  
  902.  
  903.  
  904. <a href="{Permalink}"><img src="http://static.tumblr.com/h6lrzq7/0cDlyh22v/1327692469_video.ico"></a></span><center>
  905. <a class="tags" href="{Permalink}"><a class="notes" href="{Permalink}"> {block:Date}{NoteCount}{/block:Date}</a><br> <a href="{ReblogURL}" target="_blank">reblog</a>
  906.  
  907.  
  908. </center>
  909. </div>
  910. <class="borda"><center>
  911. {Video-400}</center>
  912. <br>
  913. {block:Caption}
  914. <div class="caption">{Caption}</div>
  915. {/block:Caption}
  916.  
  917. <BR>
  918. <div class="divdate"></div>
  919.  
  920.  
  921. <div class="tag">
  922. {block:HasTags}Tags: {block:Tags}&nbsp;<a class="" href="{TagURL}">{Tag}</a>&nbsp;#{/block:Tags}{/block:HasTags}</a><br> {block:RebloggedFrom}<a href="{ReblogParentURL}"> (Via</a>{/block:RebloggedFrom} {block:ContentSource}<a href=”{SourceURL}” target=blank>/source)</a>{/block:ContentSource} · </a>
  923. <a href="{Permalink}">{TimeAgo}</a> </div>
  924.  
  925.  
  926. </div></div>
  927. {/block:Video}
  928.  
  929.  
  930. {/block:Posts}{block:PostNotes}
  931. <div class="caixa2">
  932.  
  933. <div class="caixa2">
  934. {PostNotes}
  935. </div>
  936. {/block:PostNotes}
  937. <!--- PAGINACAO BY RITAMAFALDA --->
  938. <div class="pagi">{block:Pagination}{block:NextPage}<a class="pagl" href="{NextPage}">+</a>{/block:NextPage}{/block:Pagination}</div>
  939. <div class="pagi1">{block:Pagination}{block:PreviousPage}<a class="pagl" href="{PreviousPage}">-</a>{/block:PreviousPage}{/block:Pagination}</div>
  940. <!---------------- FINAL DE TAGS DO POST ------------->
  941. <br></div>
  942.  
  943. </div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div>
  944.  
  945.  
  946. <div id="cred" style="display:none">
  947. <div class="box">
  948.  
  949. <h4>Créditos</h4><br>
  950. <div class="wishlist2"><img src="http://media.tumblr.com/tumblr_m2ku9aoA3d1r95adf.gif"> Design e html do theme: <a href="http://cerejadosundae.tumblr.com/">Simone Montilares</a> </div>
  951. <div class="wishlist2"><img src="http://media.tumblr.com/tumblr_m2kua9Ggrq1r95adf.gif"> Inspiração do menu e afins: <a href="http://s-hifted.tumblr.com/">Giulliane</a> </div>
  952. <div class="wishlist2"><img src="http://media.tumblr.com/tumblr_m2ku9gO3o61r95adf.gif"> Tutoriais: <a href="http://things-to-help-you.tumblr.com/">TTHY </a>| <a href="http://lovingyou-html.tumblr.com">LVHTML</a> | <a href="http://htmluv.tumblr.com/">HMTLUV</a> | <a href="http://inovandohtml.tumblr.com/">IHTML</a> </div>
  953. <div class="wishlist2"><img src="http://media.tumblr.com/tumblr_m2ku5gATa11r95adf.gif"> Alguns detalhes: <a href="http://the-dreamgirl.tumblr.com/">Ana Paula</a> | <a href="http://badgirl-friend.tumblr.com/">Carol</a></div>
  954. </div>
  955.  
  956.  
  957.  
  958.  
  959. </div></div></div></div></div>
  960.  </div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div>
  961.  </div></div></div></div></div></div></div></div></div></div></div></div>
  962. </body>
  963. </head>
  964. </html><div style="position:fixed; bottom:15px;font-size: 10px;font-family: trebuchet ms; left:5px;">
  965. <a href="http://cerejadosundae.tumblr.com/"title="det. lovingyou-html, tthy"> © CREDITS</span></a
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement