MediaWiki:Common.css

From Wikimedicine
Revision as of 20:28, 9 October 2022 by Shanan Khairi (talk | contribs)
Jump to: navigation, search

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
/* CSS placed here will be applied to all skins */
h1
{
font-size: 2em;
font-weight: 500;
}
h2
{
font-size: 1.5em;
}
h3
{
font-size: 1.1em;
font-weight: 600;
}
a
{
color: #2F80ED;
}
a:hover
{
color: #0A2342;
}
#catlinks a:first-child
{
color: #D81E5B;
}
#contenu table
{
border: none;
}
#catlinks
{
border: none;
}
.label
{
color: #D81E5B !important;
background-color: #FFDEE9 !important;
border-radius: 5px !important;
}
.label a
{
color: #D81E5B !important;
}
.button
{
color: #FFF !important;
background-color: #D81E5B !important;
border-radius: 5px !important;
box-shadow: 2px 3px 3px #FFD1E0;
padding: 8px 20px;
}
.button a
{
color: #FFF !important;
}
.button: hover
{
background-color: #BB1A4F !important;
}
.button2
{
color: #000 !important;
background-color: #FFF !important;
border-radius: 5px !important;
border: 1px solid #000;
padding: 8px 20px;
}
.button2 a
{
color: #000 !important;
}
.button2: hover
{
box-shadow: 2px 5px 4px #EEE;
}
#sidebar table
{
border: none !important;
}
.search {
    display: none !important;
}
.mw-search {
padding-top:10px;
}
#searchInput {
width:150px;
}
#outils {
    display: none !important;
}
.ve-ui-toolbar-floating > .oo-ui-toolbar-bar {
    top: 45px !important;
}
#p-coll-print_export {
    display: none !important;
}
/* pour extension popup.mwe-popups-settings-icon {
display: none !important;
} */