MediaWiki:Common.css
From dataZoa Wiki
Note: After saving, 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: Hold Ctrl while clicking Refresh, or press Ctrl-F5
- Opera: Clear the cache in Tools → Preferences
/* CSS placed here will be applied to all skins */ /* removes second-level numbers from the ordered lists */ .toclevel-2 span.tocnumber { display: none; } /* Changes Headings to Sans Serif Font */ h1, h2, h3, h4, span.mw-headline, #firstHeading { font-family: "GT Walsheim", Futura, Verdana, sans-serif; letter-spacing: 0.5px; } /* global color definitions e.g. GlobalBackgroundColorforWIKI */ .GbcWIKI { /* background-color: rgba(80, 204, 34, 0.6); */ /* background-color: #f9f9f9; */ /* background-color: rgba(80, 204, 34, 0.2); */ /* background-color: #50CC22; */ /* RB 161121 Removed global color for less green */ } /* change the size of the dZ logo in the Vector Skin */ #p-logo a { background-size: 130px 50px; } /* changes the size of the dZ logo for the Boostrapskin */ #p-logo { width: 70%; top: -125px; /* RB 161121 moved the logo down so that it's within green line */ } /* using addClass('GbcWIKI') instead of all these... */ /* GONE #mw-head { background-color: #50CC22; } */ #mw-page-base { /* background-image: linear-gradient(#ffffff 35%,#50CC22 80%); /* RB 161121 Top line fade */ */ rgba(80, 204, 34, 0.2); background-image: linear-gradient(#ffffff 50%, rgba(80, 204, 34, 0.6) 100%); /* RB 161121 Top line fade */ */ } /* #mw-head-base { /* background-color: #50CC22; */ } #mw-panel { background-color: ; } body { background-color: rgba(80, 204, 34, 0.6); /* RB 161121 colors the sidebar at left */ } END GONE */ #innerbodycontent { border-radius: 12px; } .btn { border-radius: 6px; } #offCanvas { border-radius: 12px; } /* remove tools from sidebar */ #p-tb { display:none !important; } //remove footer from bootstrap template #footer-places-disclaimer {display:none!important;} #footer-places-about {display:none!important;} #footer-places-privacy {display:none!important;} #footer-icons {display:none!important;} /* = TOOLTIP STUFF */ /* Tooltip container */ .tooltip { position: relative; display: inline-block; } /* Tooltip text */ .tooltip .tooltiptext { visibility: hidden; width: 200px; background-color: white; color: black; text-align: left; padding: 5px 0; border-radius: 6px; /* Position the tooltip text - see examples below! */ position: absolute; z-index: 1; } /* Show the tooltip text when you mouse over the tooltip container */ .tooltip:hover .tooltiptext { visibility: visible; opacity: 1; } .300px img { width: 300px; } .externalimage-holder { position: relative; } .externalimage-holder img { width: 100%; height: auto; } .someimage { background: url("https://www.datazoa.com/img/vert_data_table.png"); background-image: url("https://www.datazoa.com/img/vert_data_table.png"); } /* these colors match the native MediaWiki stylings */ .imgSnippetWrap1 { background-color: #f9f9f9; border: 1px solid #dddddd; padding: 1.5em; margin: 1em; margin-left: 2em; } .imgWholeWrap1 { display: inline-block; vertical-align: middle; text-align: center; } .imgGlyph24 { display: inline-block; vertical-align: middle; text-align: center; min-height: 24px; min-width: 24px; }