Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

MediaWiki:Pivot.css: Difference between revisions

MediaWiki interface page
Content added Content deleted
(basic table class)
(some minor adjustments)
Line 31: Line 31:
******************************/
******************************/
#echo-notifications {
#echo-notifications {
margin: 1em 0 -1em;
margin: .1em 0 .1em;
}
}


Line 48: Line 48:
}
}


#sidebar ul a {
/*#sidebar ul a {
font-size: 12px;
font-size: 12px;
}
}*/


/******************************
/******************************
Line 63: Line 63:


.side-nav {
.side-nav {
padding: 2em 0;
padding: 1em 0;
}
}


.side-nav li a:not(.button) { /*This indents the menu items*/
.side-nav li a:not(.button) { /*This indents the menu items*/
padding-left: 5px;
padding: 8px;
}
}


Line 74: Line 74:
******************************/
******************************/
#p-cactions {
#p-cactions {
padding-top: 0; /* 1.5em */
padding-top: 1.5em;
padding-bottom: 0; /* .5em */
padding-bottom: 0; /* .5em */
background-color: #fff;
background-color: #fff;
Line 256: Line 256:


/******************************
/******************************
* Standard (basic) table
* Basic (plain white) table
******************************/
******************************/
table.basictable {
table.basictable {
Line 269: Line 269:
table.basictable > tr > td,
table.basictable > tr > td,
table.basictable > * > tr > th,
table.basictable > * > tr > th,
table.basictable > * > tr > td {
table.basictable > * > tr > td {
background-color: #fff;
border: 1px solid #fff;
border: 1px solid #fff;
padding: 0.2em 0.4em;
padding: 0.2em 0.4em;
Cookies help us deliver our services. By using our services, you agree to our use of cookies.