Imported from Mediawiki default skin
This commit is contained in:
@@ -0,0 +1,33 @@
|
||||
// Import MediaWiki skin variables for general fundamental styling.
|
||||
@import 'mediawiki.skin.variables.less';
|
||||
|
||||
.mw-portlet {
|
||||
position: relative;
|
||||
|
||||
ul {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
h3 {
|
||||
display: none;
|
||||
}
|
||||
|
||||
li {
|
||||
display: inline-block;
|
||||
margin-right: 10px;
|
||||
}
|
||||
|
||||
input[ type='checkbox' ] {
|
||||
display: block;
|
||||
position: absolute;
|
||||
opacity: 0;
|
||||
cursor: pointer;
|
||||
top: 0;
|
||||
left: 0;
|
||||
z-index: @z-index-stacking-1;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user