Subversion Repositories wimsdev

Rev

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

  1. /* Sign table, by Gilles Marbeuf.
  2.    See slib/functions/tabsignes  */
  3.  
  4. .tabsignes {
  5.   border-collapse: collapse;
  6.   border: 1px solid #777;
  7.   background-color: white;
  8.   text-align: center
  9. }
  10. .tabsignes thead,.tabsignes tbody{
  11.   border: none
  12. }
  13. table.tabsignes>tbody>tr,table.tabsignes>thead>tr{
  14.   border-bottom: 1px solid #777
  15. }
  16. .tabsignes th{
  17.   font-weight: normal;
  18. }
  19. .tabsignes thead td{
  20.   font-weight: normal;
  21. }
  22. .tabsignes td{
  23.   padding: 4px;
  24. }
  25.  
  26. .tab_fonc{
  27.   border-right: 1px solid #777
  28. }
  29. .tab_borneinf{
  30.   padding-left: 3px;
  31.   text-align: left
  32. }
  33. .tab_bornesup{
  34.   padding-right: 3px;
  35.   text-align: right
  36. }
  37. .tab_sign_plus,.tab_sign_moins{
  38.   padding-right: 8px;
  39.   padding-left: 8px
  40. }
  41.  
  42. /* Double barre verticale = indique une division par zéro. */
  43. .tab_db,.tab_dbl,.tab_dbr {
  44.   background-image: url('../../../gifs/mathfonts/69/Vert_.gif');
  45.   background-repeat: repeat-y
  46. }
  47. .tab_db {
  48.   background-position: center;
  49.   /*padding-left: 15px;
  50.   padding-right: 15px*/
  51. }
  52. .tab_dbl{
  53.   background-position: 10% 0
  54. }
  55. .tab_dbr{
  56.   background-position: 90%
  57. }
  58. /* Double barre avec demi fond gris */
  59. .tab_db_ndefl, .tab_db_ndefr, .tab_dbl_ndefr, .tab_dbr_ndefl {
  60.   background-image: url('../../../gifs/mathfonts/69/Vert_.gif'),url('../../../gifs/ndef.png');
  61.   background-repeat: repeat-y,repeat-y
  62. }
  63. .tab_db_ndefl{
  64.   background-position: center,left;
  65.   /*background-size: auto,50%*/
  66.   background-size: auto,45%;
  67. }
  68. .tab_db_ndefr{
  69.   background-position: center,right;
  70.   /*background-size: auto,50%*/
  71.   background-size: auto,45%;
  72. }
  73. .tab_dbl_ndefr{
  74.   /*background-position: 4px 0,right*/
  75.   background-position: 10%,right;
  76.   background-size: auto,80%;
  77. }
  78. .tab_dbr_ndefl{
  79.   background-position: 90%,left;
  80.   background-size: auto,80%;
  81. }
  82. /* fond gris */
  83. .tab_ndef{
  84.   /*background-color:#CCC;*/
  85.   background-color:#D0D0D0;
  86.   min-width: 1em;
  87. }
  88. /* pointillés */
  89. .tab_dot{
  90.   background-image: url('../../../gifs/mathfonts/63/vdots.gif');
  91.   background-repeat: repeat-y;
  92.   background-position: center
  93. }
  94. /* pointillés + fond gris */
  95. .tab_dot_ndefl,.tab_dot_ndefr,.tab_dot_ndeflr {
  96.   background-image: url('../../../gifs/mathfonts/63/vdots.gif'),url('../../../gifs/ndef.png');
  97.   background-repeat: repeat-y,repeat-y
  98. }
  99. .tab_dot_ndefl{
  100.   background-position: center,left;
  101.   background-size: auto,50%
  102. }
  103. .tab_dot_ndefr{
  104.   background-position: center,right;
  105.   background-size: auto,50%
  106. }
  107. .tab_dot_ndeflr{
  108.   background-position: center,center;
  109.   background-size: auto,cover
  110. }
  111.