MediaWiki:Common.css

MediaWiki interface page
Revision as of 15:19, 9 June 2025 by Admin (talk | contribs)

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 */
/* THIS IS THE SEARCH BAR*/

blockquote {
	    background-color: rgba(217, 217, 217, 0.2);
    color: #9b9b9b;
    border: solid;
    border-color: #3a40450f;
    text-align: center;
    display: block;
    clear: left;
    margin-right: 36px;
    border-radius: 8px;
    padding-left: 10px;
    padding-right: 10px;
}

a.new:visited {
		color: #d3af00;
}

a.new {
	color: #d3af00;
}

.mw-ui-input:not(:disabled) {
   background-color: rgb(0 0 0 / 20%); 
    color: white;
    border-color: rgb(0 0 0 / 20%);
    transition-property: background-color, color, border-color, box-shadow;
    transition-duration: 250ms;
}

.mw-ui-button:not(:disabled) {
	 border-width: inherit;
	 background-color: rgb(0 0 0 / 20%); 
}


.tabber__tab--active, .tabber__tab--active:visited{
    box-shadow: inset 0 -2px 0 0 hsl(0deg 60% 60%);
    color: hsl(0deg 60% 60%);
}

#p-views #ca-edit > a, #p-views #ca-ve-edit > a {
    background-color: hsl(0deg 60% 60%);
    color: #fff;
}

.mw-parser-output .home-card__background{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #242a31;
    border-radius: 8px;}
    
    table{overflow-x:auto;}
    
    @media screen and (max-width: 720px)
    
table {
    display: inline-table;
}

a.image {
width: 22em;	
}