source: extensions/bbcode_bar/bbcode_bar.css @ 9752

Last change on this file since 9752 was 9682, checked in by mistic100, 13 years ago

[extentions] BBcode Bar

  • compatibility with Piwigo 2.2.0
  • many corrections
File size: 408 bytes
Line 
1.outils {   
2  margin-left: 0pt;
3  margin-right: auto;
4  margin-top:-0.25em;
5}
6
7.bbcbutton {
8  background: buttonface;
9  border: 1px solid buttonface;
10  margin: 1;
11}
12
13.over {
14  background: buttonface;
15  border-top: 1px solid;
16  border-left: 1px solid;
17  border-bottom: 1px solid;
18  border-right: 1px solid;
19  margin: 1;
20}
21
22.genmed {
23        color:#000000;
24        background-color:#fff;
25}
26
27.helpline{
28        border:0pt solid;       
29}
Note: See TracBrowser for help on using the repository browser.