Subversion Repositories wimsdev

Rev

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

  1. /** Nikaia widget_boxes style */
  2.  
  3. .medium_size {
  4.   position: relative;
  5. }
  6.  
  7. .title_box, .oeftitle, .wims_docu_title,
  8. table.wimstable caption {
  9.   background-image: linear-gradient(rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.1) 49%, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.25) 100%);
  10.   border: 1px solid #BBB;
  11.   border-radius: 5px 5px 0 0 ;
  12.   border-bottom-width: 0;
  13.   margin: 0;
  14.   padding: 2px 0 7px .5em;
  15. }
  16. table.wimstable caption{
  17.   display:table-caption;
  18. }
  19.  
  20. @media only screen{
  21.   .oeftitle, #oef_intro_params .legend, .wims_docu_title, .wimstable caption {
  22.     /* Text shadow for light text on dark background */
  23.     text-shadow: -1px -1px 1px rgba(0, 0, 0, .5), 1px 1px 1px rgba(0, 0, 0, .5);
  24.   }
  25. }
  26.  
  27. /* for documents
  28. #wimsmhelp .wimsbody,#wimsdoc .wimsbody{
  29.   padding:0 5px;
  30. }*/
  31.  
  32. /* The -5px margin compensate the 5px padding on Nikaia/general.css .wimsbody */
  33. .title_box{margin:0 -5px 1em -5px;}
  34. .wims_docu_title{margin:0 -5px 5px -5px;}
  35.  
  36. .title_box h2 {
  37.   font-size: 1.2em;
  38.   margin:5px 0;
  39. }
  40.  
  41. .title_box h1 {
  42.   font-size: 1.6em;
  43.   margin:6px 0;
  44. }
  45.  
  46.  
  47. .title_box .aide_recherche {
  48.   width: inherit;
  49.   text-align: center;
  50.   padding: 0;
  51.   float: right;
  52.   margin: 2px 2px 0 0;
  53.   border-radius: 3px ;
  54. }
  55.  
  56. .wims_widget_box .box_content input[type="text"]{
  57.   padding: .5rem;
  58. }
  59.  
  60. .wims_widget_box .box_content .inline{
  61.   margin-left:0;
  62. }
  63.  
  64.