source: extensions/Register_FluxBB/admin/template/themes/roma/theme.css @ 21424

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

Next version is 2.5.0 :

  • Compliance with Piwigo 2.5
  • Core code refactory : Plugin's configuration vars are now serialized in database
  • Admin panel refactory : No more tabs
  • Admin panel refactory : Clear and dark administration theme compatibility
  • English language reference review and improved
  • Compliance improved with FluxBB 1.5 - Register_FluxBB is still compatible with 1.2 and 1.4 FluxBB forums
  • Update tr_TR, thanks to : LazBoy
  • Update it_IT, thanks to : Ericnet
  • Update pl_PL, thanks to : K.S.
File size: 717 bytes
Line 
1/* Bloc expand-collapse instructions */
2.instructionBlock
3{
4  border: 1px solid #666;
5  margin: 5px;
6  overflow: hidden;
7}
8
9.instructionBlockHeaderCollapsed, .instructionBlockHeaderExpanded
10{
11  background-color: #111;
12  background-position: 15px center;
13  background-repeat: no-repeat;
14  color: #ff3363;
15  cursor: pointer;
16  font-size: 110%;
17  overflow: hidden;
18  padding: 8px 41px;
19  text-align: left;
20}
21
22.instructionBlockHeaderCollapsed span, .instructionBlockHeaderExpanded span
23{
24  border-bottom: none;
25}
26
27.instructionBlockHeaderCollapsed
28{
29  background-image: url(expand.gif);
30}
31
32.instructionBlockHeaderExpanded
33{
34  background-image: url(collapse.gif);
35}
36
37.instructionBlockContent
38{
39  padding: 0 15px 15px;
40}
Note: See TracBrowser for help on using the repository browser.