[ Index ]
 

Code source de eGroupWare 1.2.106-2

Accédez au Source d'autres logiciels libresSoutenez Angelica Josefina !

title

Body

[fermer]

/phpgwapi/templates/idots/ -> print.css (source)

   1  /*
   2      The styles in this file are used for printing only!
   3      
   4      Additional UI Elements can be disabled for printing by adding their Id here or adding the noPrint class to them.
   5  */
   6  /* $Id: print.css 20848 2006-03-27 13:00:26Z ralfbecker $ */
   7  
   8  #divLogo,#divAppIconBar,#tdSidebox,#divStatusBar,#sideboxdragarea,.noPrint {
   9      display:none;
  10  }
  11  
  12  #divMain {
  13      border:none;
  14      margin:0px;
  15      padding:0px;
  16  }
  17  
  18  #tdAppbox,#divAppboxHeader,#divSubContainer,#divAppbox {
  19      border: none;
  20      text-align: left;
  21  }
  22  
  23  /* all tables */
  24  table {
  25      border-collapse: collapse;
  26  }
  27  
  28  /* cells in nextmatch/list rows */
  29  .th td,.row_on td,.row_off td{
  30      border-left: thin black solid;
  31      border-right: thin black solid;
  32      padding: 1mm;
  33  }
  34  
  35  /* nextmatch/list rows */
  36  tr.row_on,tr.row_off{
  37      border-bottom: thin black dashed;
  38  }
  39  
  40  /* nextmatch/list headers */
  41  tr.th {
  42      border-bottom: thin black solid;
  43  }
  44  tr.th td {
  45      font-weight: bold;
  46  }
  47  
  48  /* cell in tables in nextmatch/list cells */
  49  .th table td,.row_on table td,.row_off table td {
  50      border: none;
  51      padding-left: 0mm;
  52      padding-top: 0mm;
  53  }
  54  
  55  /* show links as regular text */
  56  a,a:link,a:visited,a:hover {
  57      font-style: none;
  58      color: black;
  59  }


Généré le : Sun Feb 25 17:20:01 2007 par Balluche grâce à PHPXref 0.7