Index: trunk/extensions/Narayam/css/ext.narayam.core-modern.css |
— | — | @@ -0,0 +1,23 @@ |
| 2 | +#p-personal { |
| 3 | + /* #p-personal has overflow:hidden. That makes a dropdown menu appearing hidden. |
| 4 | + * overriding it this way may not be the best way. |
| 5 | + */ |
| 6 | + overflow: visible!important; |
| 7 | +} |
| 8 | + |
| 9 | +div#narayam-menu li { |
| 10 | + background-color: #FFFFFF; |
| 11 | + font-size: 80%; |
| 12 | + font-weight:normal; |
| 13 | + border-right: solid 1px silver; |
| 14 | + border-left: solid 1px silver; |
| 15 | +} |
| 16 | +div#narayam-menu li a:hover{ |
| 17 | + color:#0645AD; |
| 18 | +} |
| 19 | +li.narayam-help-link{ |
| 20 | + border-bottom: solid 1px silver; |
| 21 | +} |
| 22 | +div#narayam-menu li:hover { |
| 23 | + background-color: #FFFFFF; |
| 24 | +} |
Property changes on: trunk/extensions/Narayam/css/ext.narayam.core-modern.css |
___________________________________________________________________ |
Added: svn:eol-style |
1 | 25 | + native |
Index: trunk/extensions/Narayam/Narayam.php |
— | — | @@ -133,6 +133,7 @@ |
134 | 134 | 'skinStyles' => array( |
135 | 135 | 'monobook' => 'css/ext.narayam.core-monobook.css', |
136 | 136 | 'vector' => 'css/ext.narayam.core-vector.css', |
| 137 | + 'modern' => 'css/ext.narayam.core-modern.css', |
137 | 138 | ), |
138 | 139 | 'messages' => array( |
139 | 140 | 'narayam-checkbox-tooltip', |