aboutsummaryrefslogtreecommitdiffstats
path: root/template/yoga/default-colors.css
blob: bfdf57327988cef6e7dfcefef5f8c0c52e02ce06 (plain)
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
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
BODY {
	color:#696969; /* dimgray */
    /*color:#111111;*/
    background: #ffffff;
}

H1 {
    color: #696969;
    background: transparent;
}

H2 {
    color: #696969;
    background: #d3d3d3;
}

H3 {
    color: #696969;
    background: #ffffff;
}

A {
    color: #005e89;
    background: transparent;
}

A:hover {
    color: #858460;
}


.pleaseNote {
    background: #9c9c9c;
    color: #ffff99;
    padding: 1ex;
    font-weight: bold;
}

#imageHeaderBar {
    background: #d3d3d3;
}
#imageToolBar {
    background: #eeeeee;
    border: 1px solid #d3d3d3;
}
#imageToolBar * {
    background: inherit;
}

#imageToolBar A, #imageToolBar A:hover {
    border-bottom: none;
}
#imageToolBar A:hover {
    background: #d3d3d3;
}

#theImage IMG {
    border: 3px solid #d3d3d3;
}
A.navThumb, A.navThumb:hover {
    border-bottom: none;
}


#content {
    border: 1px solid #d3d3d3;
    background:#eeeeee;
}

#content H3 {
    text-align: center;
}

#content UL.thumbnail IMG {
    border: 1px solid #a0a0a0;
}

/* So that non-links are slightly greyed out */
#content .navigationBar {
    color: #696969;
}
#content .pageNumberSelected {
    color: #000000;
}


#menubar DL {
    border: 1px solid #d3d3d3;
    background: #eeeeee;
}

#menubar DT {
    color: #696969;
    background: #d3d3d3;
}

#menubar DD {
    background:#eeeeee;
}

/* User comments */
#content DIV.comment {
  border: 1px solid gray;
}

#content DIV.comment  A.illustration IMG {
  border: 1px solid gray;
}

#comments DIV.comment BLOCKQUOTE {
    border: 1px solid #d3d3d3;
    border-left: 2px solid #696969;
}

/* Tables & forms */
.throw {
	background-color:white;
}
input, select, textarea {
	color:black;
	background-color: lightgrey;
        border: 1px solid gray;
}

.errors { /* Errors display */
  color: red;
  background-color: #ffe1e1;
  font-weight: bold;
  text-align: left;
  margin: 5px;
  border: 1px solid red;
  background-image: url(admin/images/errors.png);
  background-repeat: no-repeat;
  background-position: top right;
  padding: 10px 50px 10px 10px;
}

.errors ul li
{
  font-weight: normal;
}

/**
 * Informations box in administration
 */
.infos {
  text-align: left;
  background-color: palegreen;
  background-image: url(admin/images/infos.png);
  background-repeat: no-repeat;
  background-position: top right;
  color: darkgreen;
  font-weight: bold;
  margin: 5px;
  border:1px solid gray;
  padding: 10px 50px 10px 10px;
}

LEGEND {
  font-style: italic;
}

FIELDSET {
  border: 1px solid gray;
}