Subversion Repositories wimsdev

Rev

Rev 15744 | 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. }
  50. .tab_dbl{
  51.   background-position: 10% 0
  52. }
  53. .tab_dbr{
  54.   background-position: 90%
  55. }
  56. /* Double barre avec demi fond gris */
  57. .tab_db_ndefl, .tab_db_ndefr, .tab_dbl_ndefr, .tab_dbr_ndefl {
  58.   background-image: url('../../../gifs/mathfonts/69/Vert_.gif'),url('../../../gifs/ndef.png');
  59.   background-repeat: repeat-y,repeat-y
  60. }
  61. .tab_db_ndefl{
  62.   background-position: center,left;
  63.   background-size: auto,45%;
  64. }
  65. .tab_db_ndefr{
  66.   background-position: center,right;
  67.   background-size: auto,45%;
  68. }
  69. .tab_dbl_ndefr{
  70.   background-position: 10%,right;
  71.   background-size: auto,80%;
  72. }
  73. .tab_dbr_ndefl{
  74.   background-position: 90%,left;
  75.   background-size: auto,80%;
  76. }
  77. /* fond gris */
  78. .tab_ndef{
  79.   background-color:#D0D0D0;
  80.   min-width: 1em;
  81. }
  82. /* pointillés */
  83. .tab_dot{
  84.   background-image: url('../../../gifs/mathfonts/63/vdots.gif');
  85.   background-repeat: repeat-y;
  86.   background-position: center
  87. }
  88. /* pointillés + fond gris */
  89. .tab_dot_ndefl,.tab_dot_ndefr,.tab_dot_ndeflr {
  90.   background-image: url('../../../gifs/mathfonts/63/vdots.gif'),url('../../../gifs/ndef.png');
  91.   background-repeat: repeat-y,repeat-y
  92. }
  93. .tab_dot_ndefl{
  94.   background-position: center,left;
  95.   background-size: auto,50%
  96. }
  97. .tab_dot_ndefr{
  98.   background-position: center,right;
  99.   background-size: auto,50%
  100. }
  101. .tab_dot_ndeflr{
  102.   background-position: center,center;
  103.   background-size: auto,cover
  104. }
  105.