Ver Mensaje Individual
  #4 (permalink)  
Antiguo 06/08/2013, 06:54
Avatar de edgarisrael1992
edgarisrael1992
 
Fecha de Ingreso: junio-2013
Mensajes: 54
Antigüedad: 10 años, 10 meses
Puntos: 0
Respuesta: Video Youtube

EL CSS

Código CSS:
Ver original
  1. .wrap_cont_lib{
  2.     -webkit-box-shadow: 0px 6px 12px  black;
  3.     -moz-box-shadow: 0px 6px 12px  black;
  4.     box-shadow: 0px 6px 12px  black;
  5.     margin-left:-450px;
  6.     margin-top:-305px;
  7.     position:absolute;
  8.     left:50%; top:50%;
  9.     width:900px;
  10.     height:600px;
  11.     background:white;
  12. }
  13. /*
  14. .show_full{
  15. display:table;
  16. min-width:900px;  
  17. width:100%;
  18. height:100%;
  19. position:fixed;
  20. top:0px;
  21. z-index:9999;
  22. }*/
  23.  
  24. .wrap_cont_lib_title{min-width:900px; min-height:100px; margin:auto; padding-top:5px;}
  25. .wrap_cont_lib_title h1{
  26. font:27px arial;
  27. text-transform:uppercase;
  28. color:#1A7B9F;
  29. }
  30.  
  31. #show_full{
  32.     width:100%;
  33.     height:100%;
  34.     position:fixed;
  35.     top:0px;
  36.     z-index:9999;
  37. }
  38.  
  39. .wrap_cont_lib_img{display:inline-block;
  40. margin:auto; vertical-align:top; width:350px; height:470px; background:white;}
  41.  
  42.  
  43.  
  44. .wrap_cont_lib_img ul{
  45.     width:300px;
  46.     background:#F8F8F8;
  47.     text-align:center;
  48.     margin:auto;
  49. }
  50.  
  51. .wrap_cont_lib_img ul li{
  52. height:20px;
  53. padding:3px;
  54. width:230px;
  55. margin:auto;
  56. background:#A0A0A0 ;
  57. }
  58. .wrap_cont_lib_img a{
  59. font:13px arial;
  60. text-decoration:none;
  61. color:#1A7B9F;
  62. }
  63.  
  64. .wrap_cont_lib_img ul li:nth-child(2n){
  65. height:20px;
  66. padding:3px;
  67. width:230px;
  68. margin:auto;
  69. background:white;
  70. }
  71.  
  72.  
  73. .wrap_cont_lib_img p{
  74. color:#696969;
  75. font:16px arial;
  76. }
  77. .wrap_cont_lib_text{display:inline-block; padding-left:10px; padding-right:10px;
  78. width:520px;margin:auto;  height:470px; overflow:auto; background:#F8F8F8;}
  79. .wrap_cont_lib_text p{
  80. color:#696969;
  81. font:15px arial;
  82. }
  83.  
  84. .cerrar{
  85. background:#1A7B9F;
  86. padding-right:5px;
  87. text-align:right;
  88. }
  89. .cerrar a{
  90.  
  91. font:12px arial;
  92. text-decoration:none;
  93. color:white;
  94. }


Soy nuevo. tal ves una pequeña orientación de lo que podría ser. Muchas gracias :)

Última edición por pzin; 06/08/2013 a las 07:25 Razón: highlight