Updated Spanish translation
[anjuta-git-plugin.git] / plugins / gtodo / gtodo.css
blob4abb42f9c21c72e8b5288def38fec28c51f2076c
1 /*
2 * Copyright (C) 2004 Peter J Jones (pjones@pmade.org)
3 * All Rights Reserved
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 *
9 * 1. Redistributions of source code must retain the above copyright
10 * notice, this list of conditions and the following disclaimer.
11 * 2. Redistributions in binary form must reproduce the above copyright
12 * notice, this list of conditions and the following disclaimer in
13 * the documentation and/or other materials provided with the
14 * distribution.
15 * 3. Neither the name of the Author nor the names of its contributors
16 * may be used to endorse or promote products derived from this software
17 * without specific prior written permission.
19 * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS''
20 * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
21 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
22 * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR
23 * OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
24 * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
25 * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
26 * USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
27 * AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
28 * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
29 * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
30 * SUCH DAMAGE.
33 body
35 background-color: #5365a0;
36 font-color: #000000;
39 .gtodo-page
41 width: 600px;
42 background-color: #e2e2e2;
43 display: block;
44 border: solid 3px #000000;
45 text-align: left;
46 margin: 4px 2px 4px 8px;
49 .gtodo-category
51 font-size: 120%;
52 font-weight: bold;
53 font-stretch: wider;
54 margin: 4px 2px 1px 6px;
57 .gtodo-category-table
59 width: 592px;
60 background-color: #e2e2e2;
61 margin: 1px 4px 8px 4px;
62 border: solid 1px #a1a5a9;
65 .gtodo-category-header
67 background-color: #f1f1f1;
68 font-color: #000000;
69 font-size: 105%;
70 font-weight: bold;
73 .gtodo-category-header-number
75 text-align: right;
78 .gtodo-category-item-number
80 text-align: right;
81 font-weight: 600;
84 .gtodo-category-header-priority,
85 .gtodo-category-header-duedate,
86 .gtodo-category-item-priority,
87 .gtodo-category-item-duedate
89 text-align: center;
92 .gtodo-category-item-summary a
94 display: block;
95 width: 100%;
96 color: #000000;
97 text-decoration: none;
101 .gtodo-category-item-summary a:hover
103 background-color: #b9c3e3;
104 cursor: help;
107 .gtodo-category-item-even
109 background-color: #ffffff;
112 .gtodo-category-item-odd
114 background-color: #edf3fe;
117 .gtodo-category-item-done
119 text-decoration: line-through;
120 color: #989898;
123 .gtodo-category-item-done a
125 color: #989898;