Subversion Repositories wimsdev

Rev

Rev 12655 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

  1. /* General */
  2. body {
  3.    margin:0;
  4.    font-family: arial, verdana, helvetica, sans-serif;
  5. }
  6.  
  7. /*li {margin-bottom: 8px;}*/
  8.  
  9. a:hover {text-decoration:none;}
  10. a:hover img{opacity:.75;}
  11.  
  12. .wimsbody {
  13.    padding : 5px 20px;
  14. }
  15.  
  16. /** Affichage tres contrasté pour des fins de debogage : **/
  17. .debug{
  18.     background-color: black;
  19.     padding:0.5em;
  20.     color:darkorange;
  21.     font-family: monospace;
  22. }
  23. .debug ul{
  24.     font-size: 105%;
  25. }
  26.  
  27. .wims_seq, .wims_sheet {
  28.   background-image: linear-gradient(to top, rgba(255,255,255,0) 0%,rgba(255,255,255,0.5) 100%);
  29. }
  30.  
  31. .wims_warning{
  32.    color:brown;
  33.    font-weight:bold;
  34. }
  35. /* warning de type "bloc" */
  36. div.wims_warning{
  37.     padding:.5em 20px
  38. }
  39.  
  40.  
  41. #docnavigation{
  42.   /*margin-left: 11em;*/
  43.   background-color: aliceblue;
  44. }
  45. /*#docnavigation .menuitem>a{color:#000;}*/
  46.  
  47. span.tooltip {color:#A52A2A;}
  48.  
  49. /* Small screens */
  50. @media only screen and (max-width: 40em) {
  51.   .wimsbody {
  52.      padding : 2px 5px;
  53.   }
  54. } /* max-width 640px, mobile-only styles, use when QAing mobile issues */
  55.  
  56. /* Medium screens */
  57. @media only screen and (min-width: 40.063em) and (max-width: 64em) {
  58.   /*.wimsbody {
  59.      padding : 0 10px;
  60.   }*/
  61. } /* min-width 641px and max-width 1024px, use when QAing tablet-only issues */
  62.  
  63. /* Large screens */
  64. @media only screen and (min-width: 64.063em) {
  65.  
  66.   body {
  67.      margin: 5px;
  68.      padding: 0 10px 10px 10px;
  69.   }
  70.   .wimsbody, .breadcrumbs li:first-child {
  71.      margin-left : 170px;
  72.   }
  73.  
  74. } /* min-width 1025px, large screens */
  75.