Difference between revisions of "MediaWiki:Common.css"
(remove Toolbox) |
|||
| Line 50: | Line 50: | ||
font-style:italic; | font-style:italic; | ||
} | } | ||
| + | /* remove Toolbox */ | ||
| + | #p-tb { display:none !important; } | ||
Revision as of 13:58, 26 January 2017
/* extra buttons for edit dialog (from commons:MediaWiki:Common.css) */
.my-buttons {
padding: .5em;
}
.my-buttons a {
color: black;
background-color: #cde !important;
font-weight: bold;
font-size: .9em;
text-decoration: none;
border: thin #069 outset;
padding: 0 .1em .1em;
}
.my-buttons a:hover, .my-buttons a:active {
background-color: #bcd;
border-style: inset;
}
/* narrower border */
pre {
padding: 0.5em;
}
/* remove talk page links */
/* #ca-talk, #pt-mytalk { display:none!important; } */
.firstHeading {
font-weight: bold;
margin-top:0px;
}
/* H1 headings*/
h1 {
clear:both;
margin-top:25px;
}
/* H2 headings*/
h2 {
font-weight:normal;
clear:both;
margin-top:10px;
}
/* H3 headings in not bold*/
h3 {
font-weight:normal;
}
/* H4 headings in italic */
h4 {
font-style:italic;
}
/* remove Toolbox */
#p-tb { display:none !important; }