source: extensions/Register_FluxBB/trunk/admin/template/register_fluxbb.css @ 6294

Last change on this file since 6294 was 6294, checked in by Eric, 14 years ago

[Register_FluxBB]

  • Bug 1674 fixed
  • Improving text color and display
  • Let's go for next version
  • Property svn:eol-style set to LF
File size: 835 bytes
Line 
1/**
2 * Informations box in administration
3 */
4.warning, .info{
5  margin: 5px;
6  padding: 50px 50px 10px 10px;
7  font-weight:bold;
8  background-repeat: no-repeat;
9  background-position: 5px 5px;
10  padding:15px 60px 0pt 60px;
11  min-height: 54px;
12}
13
14.warning {
15  color: #f22;
16  background-color: #ffd5dc;
17  background-image: url(icon/warning.png);
18}
19
20.info{
21  margin: 5px;
22  padding: 50px 50px 10px 10px;
23  font-weight:bold;
24  background-repeat: no-repeat;
25  background-position: 5px 5px;
26  padding: 5px 60px 0pt 60px;
27  min-height: 20px;
28}
29
30.info {
31  color: #0a0;
32  background-color:#c2f5c2;
33}
34
35.mod{
36  margin: 5px;
37  padding: 50px 50px 10px 10px;
38  font-weight:bold;
39  background-repeat: no-repeat;
40  background-position: 5px 5px;
41  padding: 5px 60px 0pt 60px;
42  min-height: 20px;
43}
44
45.mod {
46  color: #f22;
47  background-color: #ffd5dc;
48}
Note: See TracBrowser for help on using the repository browser.