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

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

[Register_FluxBB]

  • Piwigo 2.1 compatibility
  • Adding css file
  • Templates refactory: Moved with css in a "template" subdirectory of admin directory, moving icons in template directory, using css rules to improve important text display
  • functions_Register_FluxBB.inc.php renamed to functions.inc.php
  • Register_FluxBB_admin.php remaned to admin.php
  • Language files revision (language tags simplification)
  • Obsolete files management : Deleting old php / tpl files, deleting old icons and old icon directory
  • Property svn:eol-style set to LF
File size: 591 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}
Note: See TracBrowser for help on using the repository browser.