[go: up one dir, main page]

Menu

[r33]: / css / comun.css  Maximize  Restore  History

Download this file

123 lines (100 with data), 2.7 kB

  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
/*
* ABC ERP - Sistema ERP para PYMEs
* Copyright (C) 2011 Santiago Faci <santi@arkabytes.com>
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
* as published by the Free Software Foundation; either version 2
* of the License, or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
/* boton de salir */
#logout {
border: 1px;
float: right;
width: 50px;
margin: auto;
}
#logout a, #logout a:link, #logout a:visited, #logout a:hover {
border: 0px;
background-color: #690D1A;
}
#logout img {
border: 0px;
}
/* listados */
#listado {
width: 700px;
height: 450px;
text-align: left;
margin-right: auto;
margin-left: auto;
margin-top: 20px;
margin-bottom: 20px;
overflow: auto;
clear: both;
}
#listado_medio {
width: 700px;
height: 150px;
text-align: left;
margin-right: auto;
margin-left: auto;
margin-top: 20px;
margin-bottom: 20px;
overflow: auto;
clear: both;
}
#listado_corto {
width: 700px;
height: 100px;
text-align: left;
margin-right: auto;
margin-left: auto;
margin-top: 20px;
margin-bottom: 20px;
overflow: auto;
clear: both;
}
#listado table.cebra, #listado_corto table.cebra, #listado_medio table.cebra {
width: 650px;
margin: auto;
border-spacing: 0px;
}
#listado td, #listado_corto td, #listado_medio td {
padding-top: 3px;
padding-bottom: 3px;
padding-left: 5px;
padding-right: 5px;
border-bottom: 1px solid #690D1A;
}
#listado tr.alt, #listado_corto tr.alt, #listado_medio tr.alt {
background-color: #FFE9D9;
}
#listado tr.over, #listado_corto tr.over, #listado_medio tr.over {
background-color: #DDC7B7;
}
#listado tr.cabecera, #listado_corto tr.cabecera, #listado_medio tr.cabecera {
background-color: #690D1A;
color: #FFFFFF;
position: relative;
}
#listado thead.cabecera, #listado_corto thead.cabecera, #listado_medio thead.cabecera {
position: relative;
overflow: visible;
}
#listado img, #listado_corto img, #listado_medio img {
border: 0px;
}
span.tip {
color:#666666;
float:inline;
}