Subversion Repositories wimsdev

Rev

Rev 3425 | Blame | Compare with Previous | Last modification | View Log | RSS feed

  1. /* <dtml-with base_properties> (do not remove this :) */
  2. /* <dtml-call "REQUEST.set('portal_url', portal_url())"> (not this either :) */
  3.  
  4. /* AV */
  5. .fieldTextFormat {
  6.         display: none;
  7. }
  8.  
  9. /*********************************/
  10.  
  11. #hud_video_intro {
  12.     width: 480px; /* width_flash:450 + 2 x margin_hud:10 + 2 x margin_plugin:5 */
  13. }
  14. #hud_video_intro_plugin {
  15.     background-color: #000;
  16.     padding: 5px;
  17. }
  18. #hud_video_intro h5 {
  19.     text-align: center;
  20.     margin-top: 10px;
  21. }
  22. #hud_video_intro h5 a {
  23.     color: #FFF !important;
  24.         text-decoration: underline;
  25. }
  26.  
  27. /*********************************/
  28. .hud_element a{
  29.         color:#FFF;
  30.  
  31. }
  32. .hud_element {
  33.         width:40em;
  34.         border:10px solid #0a111f;
  35.         color:#FFF;
  36.         background-color: #0a111f;
  37.         background-image: url("../../../gifs/editor/hud_element_fond.gif");
  38.         background-repeat: repeat-x;
  39.         background-position: center top;
  40.         display:none;
  41.         padding:0;
  42.         margin:0;
  43. }
  44. .hud_element h3, .hud_element h4 {
  45.         margin:0;
  46.         padding:0;
  47.         padding-bottom:10px;
  48.         text-align:center;
  49.     color:#FFF;
  50. }
  51. .hud_element p {
  52.     white-space: normal;
  53. }
  54. .hud_element img {
  55.     float: none;
  56. }
  57. .hud_boutons {
  58.         padding-top:20px;
  59.         text-align:center;
  60.     clear:both;
  61. }
  62. .hud_boutons a {
  63.         margin-left:5px;
  64.         margin-right:5px;
  65.         border:0 !important;
  66. }
  67. .hud_lancement {
  68.         white-space: nowrap;
  69.     margin-bottom:0;
  70.     float: left;
  71. }
  72. .hud_lancement a {
  73.         border:0 !important;
  74. }
  75.  
  76. .hud_element label, .hud_element input[type="text"], .hud_element textarea {
  77.         display: block;
  78.         width: 100%;
  79.         float: left;
  80. }
  81. .hub_element_bloc {
  82.         float: left;
  83.         display: block;
  84.     clear: both;
  85. }
  86.  
  87. /*.hud_element input[type="checkbox"] {
  88.         display: block;
  89.         width: 100%;
  90.         float: left;
  91. }*/
  92.  
  93. .hud_element label {
  94.         text-align: center;
  95.         width: 100%;
  96.         padding-right: 20px;
  97.         padding-top: .5em;
  98.         padding-bottom: .5em;
  99. }
  100.  
  101. .hud_element .formHelp {
  102.         color:#FFF;
  103. }
  104.  
  105. /***************************************************************/
  106.  
  107. .contenu_sendmail label {
  108.        text-align: left;
  109. }
  110. .contenu_sendmail input[type="checkbox"], .contenu_sendmail input[type="text"], .contenu_sendmail textarea {
  111.       margin-left:2em;
  112. }
  113. .contenu_sendmail input[type="text"], .contenu_sendmail textarea  {
  114.       width:38em;
  115. }
  116.  
  117. /***************************************************************/
  118.  
  119. #overlay {
  120.         display:none;
  121.         position: absolute;
  122.         margin: auto;
  123.         top: 0; left: 0;
  124.         width: 100%; height: 100%;
  125.         z-index: 9998;
  126.         background-color: #000!important;
  127. }
  128. #overlay[id] { position: fixed; }
  129.  
  130. /* </dtml-with> */
  131.  
  132.