Subversion Repositories wimsdev

Rev

Go to most recent revision | 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: #000000;
  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: #FFFFFF !important;
  24.         text-decoration: underline;
  25. }
  26.  
  27. /*********************************/
  28. .hud_element a{
  29.                 color:#FFFFFF;
  30.  
  31. }
  32. .hud_element {
  33.         width:40em;
  34.         border:10px solid #0a111f;
  35.         color:#FFFFFF;
  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:0px;
  42.         margin:0px;
  43. }
  44. .hud_element h3, .hud_element h4 {
  45.         margin:0px;
  46.         padding:0px;
  47.         padding-bottom:10px;
  48.         text-align:center;
  49.         color:#ffffff;
  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:0px !important;
  66. }
  67. .hud_lancement {
  68.         white-space: nowrap;
  69.         margin-bottom:0px;
  70.         float: left;
  71. }
  72. .hud_lancement a {
  73.         border:0px !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. .hud_element label {
  93.         text-align: center;
  94.         width: 100%;
  95.         padding-right: 20px;
  96.         padding-top: 0.5em;
  97.         padding-bottom: 0.5em;
  98. }
  99. .hud_element .formHelp {
  100.         color:#ffffff;
  101. }
  102.  
  103. /***************************************************************/
  104.  
  105. .contenu_sendmail label {
  106.        text-align: left;
  107. }
  108. .contenu_sendmail input[type="checkbox"], .contenu_sendmail input[type="text"], .contenu_sendmail textarea {
  109.       margin-left:2em;
  110. }
  111. .contenu_sendmail input[type="text"], .contenu_sendmail textarea  {
  112.       width:38em;
  113. }
  114.  
  115. /***************************************************************/
  116.  
  117. #overlay {
  118.         display:none;
  119.         position: absolute;
  120.         margin: auto;
  121.         top: 0; left: 0;
  122.         width: 100%; height: 100%;
  123.         z-index: 9998;
  124.         background-color: #000!important;
  125. }
  126. #overlay[id] { position: fixed; }
  127.  
  128. /* </dtml-with> */
  129.  
  130.