source: extensions/Register_FluxBB/admin/template/register_fluxbb.css @ 21431

Last change on this file since 21431 was 21431, checked in by Eric, 11 years ago

Next version is 2.5.1 :

  • Fix Bad submit button align
  • Fix admin panel display issue
  • Update es_ES, thanks to : jpr928
  • Property svn:eol-style set to LF
File size: 1.3 KB
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  width: auto;
13}
14
15.warning {
16  color: #f22;
17  background-color: #ffd5dc;
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}
49
50/* Bloc expand-collapse instructions */
51.instructionBlock
52{
53  border: 1px solid #666;
54  margin: 5px;
55  overflow: hidden;
56}
57
58.instructionBlockHeaderCollapsed, .instructionBlockHeaderExpanded
59{
60  background-color: #111;
61  background-position: 15px center;
62  background-repeat: no-repeat;
63  color: #ff3363;
64  cursor: pointer;
65  font-size: 110%;
66  overflow: hidden;
67  padding: 8px 41px;
68  text-align: left;
69}
70
71.instructionBlockHeaderCollapsed span, .instructionBlockHeaderExpanded span
72{
73  border-bottom: none;
74}
75
76.instructionBlockContent
77{
78  padding: 0 15px 15px;
79}
Note: See TracBrowser for help on using the repository browser.