[ Index ]
 

Code source de Mantis 1.1.0rc3

Accédez au Source d'autres logiciels libres

Classes | Fonctions | Variables | Constantes | Tables

title

Body

[fermer]

/css/ -> default.css (source)

   1  body {
   2      background-color: #ffffff; 
   3      color: #000000; 
   4      font-family: Verdana, Arial, Helvetica, sans-serif; 
   5      font-size: 10pt; 
   6      margin: 6px 4px; 
   7  }
   8  
   9  p                     { font-family: Verdana, Arial, Helvetica, sans-serif; }
  10  
  11  address             { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt }
  12  
  13  a                    {}
  14  a:active             {}
  15  a:link                {}
  16  a:visited             {}
  17  a.subtle            { color: blue; text-decoration: none; }
  18  
  19  form                { display: inline; }
  20  
  21  input                {}
  22  input.button            {}
  23  input.button-small        { font-size: 8pt; }
  24  
  25  textarea            {}
  26  select                {}
  27  
  28  span                { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; }
  29  span.print            { font-size: 8pt; }
  30  span.required         { font-size: 8pt; color: #bb0000; }
  31  span.small             { font-size: 8pt; font-weight: normal; }
  32  span.pagetitle        { font-size: 12pt; font-weight: bold; text-align: center }
  33  span.bracket-link    { white-space: nowrap; }
  34  
  35  table                { }
  36  table.hide            { width: 100%; border: solid 0px #ffffff; }
  37  table.width100        { width: 100%; border: solid 1px #000000; }
  38  table.width75        { width: 75%;  border: solid 1px #000000; }
  39  table.width60        { width: 60%;  border: solid 1px #000000; }
  40  table.width50        { width: 50%;  border: solid 1px #000000; }
  41  
  42  td                     { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; padding: 4px; text-align: left; }
  43  td.center            { text-align: center; }
  44  td.left                { text-align: left; }
  45  td.right            { text-align: right; }
  46  td.category            { background-color: #c8c8e8; color: #000000; font-weight: bold; vertical-align : top; }
  47  
  48  td.col-1            { background-color: #d8d8d8; color: #000000; }
  49  td.col-2            { background-color: #e8e8e8; color: #000000; }
  50  td.form-title        { background-color: #ffffff; color: #000000; font-weight: bold; text-align: left; }
  51  td.nopad            { padding: 0px; }
  52  td.small-caption    { font-size: 8pt; }
  53  td.print            { font-size: 8pt; text-align: left; padding: 2px; }
  54  td.print-category    { font-size: 8pt; color: #000000; font-weight: bold; text-align: right; padding: 2px; }
  55  td.print-bottom        { border-bottom: 1px solid #000000; }
  56  td.print-spacer        { background-color: #ffffff; color: #000000; font-size: 1pt; line-height: 0.1; padding: 0px;}
  57  
  58  tr                    {}
  59  tr.spacer            { background-color: #ffffff; color: #000000; height: 5px; }
  60  tr.row-1            { background-color: #d8d8d8; color: #000000; }
  61  tr.row-2            { background-color: #e8e8e8; color: #000000; }
  62  tr.row-category        { background-color: #c8c8e8; color: #000000; font-weight: bold;}
  63  tr.row-category td  {  text-align:center; }
  64  tr.row-category2    { background-color: #c8c8e8; color: #000000; }
  65  tr.row-category-history { background-color: #c8c8e8; color: #000000; font-weight: bold;}
  66  tr.row-category-history td {  text-align: left; }
  67  tr.vcenter            { vertical-align: middle; }
  68  tr.print            { vertical-align: top; }
  69  tr.print-category    { color: #000000; font-weight: bold; }
  70  
  71  #buglist tr            { text-align: center; }
  72  
  73  tr.bugnote                { vertical-align: top; }
  74  td.bugnote-public        { background-color: #c8c8e8; color: #000000; font-weight: bold; width: 25%; line-height: 1.4; }
  75  td.bugnote-private        { background-color: #e8e8e8; color: #000000; font-weight: bold; width: 25%; line-height: 1.4; }
  76  td.bugnote-note-public    { background-color: #e8e8e8; color: #000000; width: 75%; }
  77  td.bugnote-note-private    { background-color: #e8e8e8; color: #000000; width: 75%; }
  78  
  79  td.login-info-left        { width: 33%; padding: 0px; text-align: left; }
  80  td.login-info-middle    { width: 33%; padding: 0px; text-align: center; }
  81  td.login-info-right        { width: 33%; padding: 0px; text-align: right; white-space: nowrap; }
  82  
  83  td.menu    
  84  { 
  85      background-color: #e8e8e8;
  86      color: #000000;
  87      text-align: center;
  88      width: 100%;
  89      padding: 5px;
  90  }
  91  
  92  td.menu a
  93  {
  94      white-space: nowrap;
  95  }
  96  
  97  td.news-heading-public    { background-color: #c8c8e8; color: #000000; text-align: left; border-bottom: 1px solid #000000; }
  98  td.news-heading-private    { background-color: #d8d8d8;       color: #000000; text-align: left; border-bottom: 1px solid #000000; }
  99  td.news-body            { background-color: #ffffff;         color: #000000; padding: 16px; }
 100  
 101  img                        {}
 102  img.icon                { width: 11px; height: 11px; }
 103  img.delete-icon            { position: relative; top: 5px; border: 0; }
 104  
 105  div                        { padding: 3px; }
 106  div.menu                { background-color: #e8e8e8; color: #000000; text-align: center; width: 100%; padding: 1px; }
 107  
 108  div.border-center        { background-color: #ffffff; border: solid 1px #000000; text-align: center; width: 50%; position: relative; margin-right: auto; margin-left: auto; }
 109  
 110  div.quick-summary-left    { width: 49%; padding: 2px; text-align: left;  float: left; }
 111  div.quick-summary-right    { width: 49%; padding: 2px; text-align: right; float: right;}
 112  
 113  .center                    { text-align: center; }
 114  .left                    { text-align: left; }
 115  .right                    { text-align: right; }
 116  .small                    { font-size: 8pt; }
 117  .small-normal             { font-size: 8pt; font-weight: normal; }
 118  .small-subprojects        { font-size: 8pt; width: 200px; }
 119  .bold                    { font-weight: bold; }
 120  .bold-small                { font-weight: bold; font-size: 8pt; }
 121  .italic                    { font-style: italic; }
 122  .italic-small            { font-style: italic; font-size: 8pt; }
 123  .underline                { text-decoration: underline; }
 124  .underline-small        { text-decoration: underline; font-size: 8pt; }
 125  .strike                    { text-decoration: line-through; }
 126  .strike-small            { text-decoration: line-through; font-size: 8pt; }
 127  
 128  .nowrap
 129  {
 130      white-space: nowrap;
 131  }
 132  
 133  .positive
 134  {
 135      color: green;
 136  }
 137  
 138  .negative
 139  {
 140      color: red;
 141  }
 142  
 143  .issue-status
 144  {
 145      border-bottom: 1px dotted black;
 146  }
 147  
 148  .avatar
 149  {
 150      float: right;
 151      border: 0;
 152  }
 153  
 154  .progress400                { position: relative; width: 400px; border: 1px solid #d7d7d7; margin-top: 1em; margin-bottom: 1em; padding: 1px; }
 155  .progress400 .bar            { display: block; position: relative; background: #6bba70; text-align: center; font-weight: normal; color: #333; height: 2em; line-height: 2em; }


Généré le : Thu Nov 29 09:42:17 2007 par Balluche grâce à PHPXref 0.7
  Clicky Web Analytics