Difference between revisions of "MediaWiki: Common.css"
From Terracoin Wiki
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ |
/* CSS placed here will be applied to all skins */ |
||
− | #left-navigation, |
||
− | div#footer, |
||
− | .mw-body, |
||
− | #mw-head-base { |
||
⚫ | |||
− | } |
||
− | |||
− | .suckerfish, |
||
− | .suckerfish ul { |
||
− | display: inline-block; |
||
− | } |
||
− | |||
− | .suckerfish { |
||
− | width: 290px; |
||
− | } |
||
+ | .gridexample { |
||
− | .suckerfish li { |
||
+ | border:1px solid #f5f5f5; |
||
− | width: 280px; |
||
+ | min-height:10px; |
||
⚫ | |||
} |
} |
||
+ | .gridexample .content { |
||
− | .suckerfish li:hover ul, |
||
+ | background-color: #f5f5f5; |
||
− | .suckerfish li li:hover ul, |
||
+ | min-height: 50px; |
||
− | .suckerfish li li li:hover ul, |
||
+ | margin-top: 3px; |
||
− | .suckerfish li.sfhover ul, |
||
+ | margin-bottom: 3px; |
||
− | .suckerfish li li.sfhover ul, |
||
+ | font-size: smaller; |
||
− | .suckerfish li li li.sfhover ul { |
||
− | + | text-align: center; |
|
+ | padding-top: 10px; |
||
+ | color: #666; |
||
+ | font-style: italic; |
||
+ | border:1px solid white; |
||
} |
} |
Latest revision as of 19:48, 5 February 2018
/* CSS placed here will be applied to all skins */ .gridexample { border:1px solid #f5f5f5; min-height:10px; margin-bottom:20px; } .gridexample .content { background-color: #f5f5f5; min-height: 50px; margin-top: 3px; margin-bottom: 3px; font-size: smaller; text-align: center; padding-top: 10px; color: #666; font-style: italic; border:1px solid white; }