Ver Mensaje Individual
  #6 (permalink)  
Antiguo 21/03/2013, 12:53
MCF
 
Fecha de Ingreso: marzo-2008
Mensajes: 126
Antigüedad: 16 años, 2 meses
Puntos: 4
Respuesta: Div que sale del body

y el css:

Código CSS:
Ver original
  1. a{
  2.  
  3.     color: rgb(0,170,210);
  4.     text-decoration: none;
  5. }
  6.  
  7. a:hover{
  8.  
  9.     text-decoration: underline;
  10. }
  11.  
  12. a:visited{
  13.  
  14.     color: rgb(0,170,210);
  15.     text-decoration: none;
  16. }
  17.  
  18. a:active{
  19.  
  20.     color: rgb(0,170,210);
  21.     text-decoration: none;
  22. }
  23.  
  24. a.aGray{
  25.  
  26.     color: gray;
  27. }
  28.  
  29. body, html{
  30.  
  31.     height: 100%;
  32.     width: 99%;
  33. }
  34.  
  35. body{
  36.  
  37.     background-color: rgba(139,89,62,0.2);
  38.     color: gray;
  39.     font-family: verdana;
  40. }
  41.  
  42. ul{
  43.  
  44.     list-style-type: none;
  45. }
  46.  
  47. li.busqueda:hover{
  48.  
  49.     background-color: rgba(0,170,170,0.5);
  50.     color: white;
  51.     cursor: pointer;
  52. }
  53.  
  54. .capaLogo{
  55.  
  56.     background: -moz-linear-gradient(top, rgb(255,255,255), rgb(200,200,200));
  57.     background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgb(255,255,255)), to(rgb(200,200,200)));
  58.     border: 1px solid rgb(200,200,200);
  59.     border-radius: 5px;
  60.     padding: 10px;
  61.     width: 50px;
  62. }
  63.  
  64. .dv{
  65.  
  66.     border: 1px solid rgb(230,230,230);
  67.     width: 90%;
  68. }
  69.  
  70. .enum{
  71.  
  72.     color: white;
  73.     background: -moz-linear-gradient(top, rgb(0,170,210), rgb(0,140,180));
  74.     background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgb(0,170,210)), to(rgb(0,140,180)));
  75.     border-radius: 5px;
  76.     padding: 10px;
  77. }
  78.  
  79. .friends_logo{
  80.  
  81.     height: 50px;
  82.     width: 50px;
  83. }
  84.  
  85. .lisearch{
  86.  
  87.     left: -9.3%;
  88.     padding: 20px;
  89.     width: 100%;
  90. }
  91.  
  92. .lisearch:hover{
  93.  
  94.     background: -moz-linear-gradient(top, rgb(0,170,210), rgb(0,140,180));
  95.     background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgb(0,170,210)), to(rgb(0,140,180)));
  96.     color: white;
  97.     text-decoration: none;
  98. }
  99.  
  100. .negro{
  101.  
  102.     background: rgba(0,0,0,0.4);
  103.     display: none;
  104.     left: 29%;
  105.     top: -20%;
  106. }
  107.  
  108. .notificacion{
  109.  
  110.     /*background: red;*/
  111.     border-bottom: 1px solid rgb(220,220,220);
  112.     padding: 5%;
  113. }
  114.  
  115. .ulnotice{
  116.  
  117.     left: -5%;
  118. }
  119.  
  120. .medio{
  121.  
  122.     background-color: rgba(0,0,0,0.4);
  123.     display: inline;
  124.     left: 28%;
  125.     top: -20%;
  126.     z-index: 3;
  127. }
  128.  
  129. .rojo{
  130.  
  131.     background-color: rgba(250,0,0,0.8);
  132.     display: inline;
  133.     left: 28%;
  134.     top: -20%;
  135.     z-index: 3;
  136. }
  137.  
  138. #blockaddRS, #blockRS, #blockSRC{
  139.  
  140.     font-size: 14px;
  141. }
  142.  
  143. #blockaddRS{
  144.  
  145.     top: 15%;
  146. }
  147.  
  148. #blockSRC{
  149.  
  150.     top: 45%;
  151. }
  152.  
  153. #buscador{
  154.  
  155.     background-image: url(imagenes/lupa3.png);
  156.     background-size: 25px 25px;
  157.     background-repeat: no-repeat;
  158.     background-position: 15px 13px;
  159.     border: 2px solid rgb(0,150,150);
  160.     font-size:100%;
  161.     padding-left: 50px;
  162.     left:29%;
  163.     text-transform: 40px;
  164.     top:-15%;
  165.     height: 80%;
  166.     width:20%;
  167. }
  168.  
  169. #cara{
  170.  
  171.     left: 29%;
  172.     top: 15%;
  173.     height:30px;
  174.     padding: 3px;
  175.     width:30px;
  176. }
  177.  
  178. #cara:hover{
  179.  
  180.     opacity: 0.7;
  181.     filter:alpha(opacity=70);
  182. }
  183.  
  184. #compartirH{
  185.  
  186.     /*border: 1px solid rgb(200,200,200);
  187.     border-radius: 10px;
  188.     font-size: 100%;
  189.     width: 60%;
  190.     height: 30%;*/
  191.     left: 41.5%;
  192. }
  193.  
  194. #compartirT{
  195.  
  196.     left: 41%;
  197. }
  198.  
  199. #contrasenaA{
  200.  
  201.     top: 30px;
  202. }
  203.  
  204. #contrasenaB{
  205.  
  206.     top: 77px;
  207.     left: 25px;
  208. }
  209.  
  210.  
  211. .friends_logo, .lisearch, .ulnotice, #blockaddRS, #blockSRC, #bloqMenu, #buscador, #cara, #compartirH, #compartirT, #correoB, #contrasenaB, #cuaInSes, #cuerpo, #dv1, #editarIMG, #enviarCompartir, #evpLogo, #fbLogo, #usuarioB, #contrasenaA, #InSes, #RegSt, #llv, #logo, #menuSup, #more, #novedadSpn, #obs, #oc, #pubNom, #redes, #scsn, #tLogo, #tooltipEP, #tooltipP, #txtIn, #txtReg{
  212.  
  213.     position: relative;
  214. }
  215.  
  216. #correoB{
  217.  
  218.     top: 50px;
  219.     left: -140px;
  220. }
  221.  
  222. #cuaInSes, #cuerpo{
  223.  
  224.     background-color: rgb(255,255,255);
  225.     border: 1px solid rgb(200,200,200);
  226.     border-radius: 15px;
  227.     box-shadow: 0px 0px 2px 0px rgba(139,89,62,0.3);
  228. }
  229.  
  230. #cuaInSes{
  231.  
  232.     left: 32.5%;
  233.     padding: 60px;
  234.     padding-bottom: 10%;
  235.     top: 100px;
  236.     width: 30%;
  237. }
  238.  
  239.  
  240. #cuerpo{
  241.  
  242.     left: 20%;
  243.     padding: 10px;
  244.     padding-left: 50px;
  245.     /*padding-bottom: 38%;*/
  246.     top: 4%;
  247.     /*height: 40%;*/
  248.     width: 60%;
  249. }
  250.  
  251. #dv1{
  252.  
  253.     top: 30%;
  254. }
  255.  
  256. #editarIMG{
  257.  
  258.     display: none;
  259.     top: -15%;
  260.     left: 29.5%;
  261.     height: 15px;
  262.     width: 15px;
  263. }
  264.  
  265. #enviarCompartir{
  266.  
  267.     left: 45%;
  268.     background: -moz-linear-gradient(top, rgb(0,170,210), rgb(0,140,180));
  269.     background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgb(0,170,210)), to(rgb(0,140,180)));
  270.     border: 1px solid rgb(0,120,160);
  271.     border-radius: 15px;
  272.     color: white;
  273.     padding: 1.5%;
  274. }
  275.  
  276. #enviarCompartir:hover{
  277.  
  278.     background: -moz-linear-gradient(top, rgb(0,210,250), rgb(0,180,220));
  279.     background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgb(0,210,250)), to(rgb(0,180,220)));
  280. }
  281.  
  282. #evpLogo{
  283.  
  284.     top: 55%;
  285. }
  286.  
  287. #fbLogo, #tLogo{
  288.  
  289.     display: inline-block;
  290. }
  291.  
  292. #fbLogo{
  293.  
  294.     top: 20%;
  295. }
  296.  
  297. #InSes{
  298.  
  299.     left: 25%;
  300.     top: 50px;
  301. }
  302.  
  303. #llv{
  304.  
  305.     display: none;
  306.     top: -15%;
  307.     left: 30%;
  308.     height: 15px;
  309.     width: 15px;
  310. }
  311.  
  312. #logo{
  313.  
  314.     left: 5%;
  315.     top: 20%;
  316. }
  317.  
  318. #menuSup{
  319.    
  320.     background: -moz-linear-gradient(top, rgb(0,190,190), rgb(0,170,170));
  321.     background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgb(0,190,190)), to(rgb(0,170,170)));
  322.     left:-10px;
  323.     top:-10px;
  324.     width: 102.3%;
  325.     height: 64px;
  326.     z-index: 1;
  327. }
  328.  
  329. #more{
  330.  
  331.     background-color: gray;
  332.     color: white;
  333.     display: none;
  334.     left: 40%;
  335.     padding: 1%;
  336.     padding-left: 10%;
  337.     padding-right: 10%;
  338. }
  339.  
  340. #more:hover{
  341.  
  342.     background-color: rgb(150,150,150);
  343. }
  344.  
  345. #novedadSpn{
  346.  
  347.     border-radius: 5px;
  348.     color: rgb(255,255,255);
  349.     font-size: 10px;
  350.     padding: 3px;
  351. }
  352.  
  353. #obs{
  354.  
  355.     background: rgba(0,0,0,0.3);
  356.     border-radius: 15px;
  357.     height: 28px;
  358.     left: 72.999%;
  359.     top: -8%;
  360.     width: 28px;
  361.     z-index: 20;
  362. }
  363.  
  364. #oc, #scsn{
  365.  
  366.     font-size: 13px;
  367. }
  368.  
  369. #oc{
  370.  
  371.     color: rgb(0,170,210);
  372.     top: 100px;
  373.     left: 50%;
  374. }
  375.  
  376. #blockaddRS, #blockRS, #scsn{
  377.  
  378.     padding: 5px;
  379. }
  380.  
  381. #pubIMG{
  382.  
  383.     max-width: 50px;
  384.     max-height: 50px;
  385. }
  386.  
  387. #pubNom{
  388.  
  389.     left: 3%;
  390. }
  391.  
  392. #scsn{
  393.  
  394.     color: white;
  395.     background: -moz-linear-gradient(top, rgb(0,190,190), rgb(0,170,170));
  396.     background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgb(0,190,190)), to(rgb(0,170,170)));
  397.     border: 1px solid rgb(0,150,150);
  398.     border-radius: 5px;
  399.     left: 46%;
  400. }
  401.  
  402. #sre{
  403.     background-color: white;
  404.     border: 2px solid rgb(0,170,170);
  405.     border-top: 0;
  406.     display: none;
  407.     left: 37.5%;
  408.     top: 8.6%;
  409.     position: absolute;
  410.     width: 33%;
  411.     z-index: 100000;
  412. }
  413.  
  414. #cara, #editarIMG, #evpLogo, #fbLogo, #llv, #more, #novedadSpn, #tLogo, #txtIn, #txtReg, #scsn{
  415.  
  416.     cursor: pointer;
  417. }
  418.  
  419. #tooltipEP{
  420.  
  421.     background: rgba(0,0,0,0.5);
  422.     border-radius: 5px;
  423.     display: none;
  424.     padding: 5px;
  425.     font-size: 10px;
  426.     left: 26%;
  427.     top: 15%;
  428. }
  429.  
  430. #tooltipP{
  431.  
  432.     background: rgba(0,0,0,0.5);
  433.     border-radius: 5px;
  434.     display: none;
  435.     padding: 5px;
  436.     font-size: 10px;
  437.     left: 27%;
  438.     top: 15%;
  439. }
  440.  
  441. #tLogo{
  442.  
  443.     left: 15%;
  444.     top: 13.125%;
  445. }
  446.  
  447. #txtIn{
  448.  
  449.     color: rgb(255,255,255);
  450.     border-radius: 10px;
  451.     padding: 10px;
  452. }
  453.  
  454. #txtIn{
  455.  
  456.     background: -moz-linear-gradient(top, rgb(0,170,210), rgb(0,140,180));
  457.     background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgb(0,170,210)), to(rgb(0,140,180)));
  458.     left: 30%;
  459. }
  460.  
  461. #txtIn:hover{
  462.  
  463.     background: -moz-linear-gradient(top, rgb(0,210,250), rgb(0,180,220));
  464.     background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgb(0,210,250)), to(rgb(0,180,220)));
  465. }
  466.  
  467. #txtReg{
  468.  
  469.     left: 160px;
  470. }
  471.  
  472. #redes{
  473.  
  474.     top: 20%;
  475. }
  476.  
  477. #RegSt{
  478.  
  479.     left: 50px;
  480.     top: 50px;
  481. }
  482.  
  483. #usuarioB{
  484.  
  485.     left: 50px;
  486. }

la direccion es:

http://www.tequilanoire.p.ht/prueba/