~marcelo-escobal/geined/Alianza

« back to all changes in this revision

Viewing changes to greyscale.css

  • Committer: Cualquier Desarrollador
  • Date: 2010-01-29 21:15:22 UTC
  • Revision ID: desarrollo@marte-20100129211522-u97qh9o90mhdap04
Importación inicial

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* Greyscale
 
2
Table Design by Scott Boyle, Two Plus Four
 
3
www.twoplusfour.co.uk
 
4
----------------------------------------------- */
 
5
* {
 
6
        font: courier;
 
7
}
 
8
h1 {
 
9
    font-size: 14px;
 
10
}
 
11
table {
 
12
    border-collapse: collapse;
 
13
    border: 0px solid #000;
 
14
    font: normal 70%/140% arial, helvetica, sans-serif;
 
15
    color: #555;
 
16
    background: #fff;
 
17
    width = 75%;
 
18
}
 
19
th {
 
20
    border: 1px dotted #bbb;
 
21
    padding: .5em;
 
22
}
 
23
td {
 
24
    border: 1px dotted #bbb;
 
25
    padding: .5em;
 
26
    text-align: right;
 
27
}
 
28
caption {
 
29
    padding: 0 0 .5em 0;
 
30
    font-size: 1.4em;
 
31
    font-weight: bold;
 
32
    text-transform: uppercase;
 
33
    color: #333;
 
34
    background: transparent;
 
35
    width=100%;
 
36
}
 
37
/* =links ----------------------------------------------- */
 
38
table a {
 
39
    padding: 1px;
 
40
    text-decoration: none;
 
41
    font-weight: bold;
 
42
    background: transparent;
 
43
}
 
44
 
 
45
table a:link {
 
46
    border-bottom: 1px dashed #ddd;
 
47
    color: #000;
 
48
}
 
49
table a:visited {
 
50
    border-bottom: 1px dashed #ccc;
 
51
    text-decoration: line-through;
 
52
    color: #808080;
 
53
}
 
54
table a:hover {
 
55
    border-bottom: 1px dashed #bbb;
 
56
    color: #666;
 
57
}
 
58
/* =head =foot ----------------------------------------------- */
 
59
thead th, tfoot th {
 
60
    border: 0px solid #000;
 
61
    /* text-align: left; */
 
62
    font-size: 1.2em;
 
63
    font-weight: bold;
 
64
    color: #333;
 
65
    background: transparent;
 
66
}
 
67
tfoot td {
 
68
    border: 2px solid #000;
 
69
}
 
70
/* =body ----------------------------------------------- */
 
71
tbody th, tbody td {
 
72
    vertical-align: top;
 
73
}
 
74
tbody th {
 
75
    white-space: nowrap;
 
76
}
 
77
.odd {
 
78
    background: #fcfcfc;
 
79
}
 
80
tbody tr:hover {
 
81
    background: #fafafa;
 
82
}
 
83
.nota {
 
84
    font-size: 0.8em;
 
85
}