MediaWiki:Common.css: Difference between revisions

From Ro'vali Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */


/*


Avali Orange: #ffb300
Avali Orange Lighter: #ffd77b
Avali Orange Darker: #c28800
*/


:root {
:root {
Line 7: Line 13:
     /* Base Colors */
     /* Base Colors */


     --color-base: #ffb300;
     --color-base: #ffd77b;
     --color-base-fixed: #ffb300;
     --color-base-fixed: #ffd77b;
     --color-base--hover: #ffb300;
     --color-base--hover: #ffd77b;
     --color-emphasized: #ffb300;
     --color-emphasized: #ffb300;
     --color-subtle: #c28800;
     --color-subtle: #c28800;
Line 74: Line 80:
#footer-navigation,
#footer-navigation,
#vector-sitenotice-container,
#vector-sitenotice-container,
.wikitable,
#footer-info {
#footer-info {
     background-color: #191919;
     background-color: #191919;
     color : #ffb300;
     color : #ffd77b;
}
}

Revision as of 04:32, 17 April 2025

/* CSS placed here will be applied to all skins */

/* 

Avali Orange: #ffb300
Avali Orange Lighter: #ffd77b
Avali Orange Darker: #c28800

*/

:root {

    /* Base Colors */

    --color-base: #ffd77b;
    --color-base-fixed: #ffd77b;
    --color-base--hover: #ffd77b;
    --color-emphasized: #ffb300;
    --color-subtle: #c28800;
    --color-placeholder: #c28800;
    --color-disabled: #c28800;
    --color-inverted: #000000;
    --color-inverted-fixed: #000000;

    /* Background Color */

	--background-color-base: #191919;
	--background-color-base-fixed: #191919;
	--background-color-neutral: #191919;
	--background-color-neutral-subtle: #191919;
	--background-color-interactive: #191919;
	--background-color-interactive-subtle: #191919;

    /* Link colors */

    /* --color-progressive: rgb(142, 255, 108);
    --color-progressive--hover: rgb(187, 255, 166);
    --color-progressive--active: rgb(96, 255, 48);
    --color-progressive--focus: #36c;
    --color-destructive: #d73333;
    --color-destructive--hover: #fc493b;
    --color-destructive--active: #9f3526;
    --color-destructive--focus: #36c; */
}

body,
#content,
#bodyContent,
#firstHeading,
#catlinks,
#mw-head-base,
#mw-panel,
#p-logo,
#p-navigation,
#p-navigation .pBody,
#p-tb,
#p-tb-label,
#p-tb .body,
#footer,
#globalWrapper,
#column-content,
#column-one,
#p-search,
#p-search .pBody,
#mw_content,
#mw_portlets,
#p-cactions,
#mw_header,
#article,
#mw-content-text,
.tagline,
#topbar,
#sitetitle,
#quickbar,
#p-cactions h3,
#p-pageoptions,
#p-pageoptions h3,
#p-personal,
#p-personal h3,
#footer-navigation,
#vector-sitenotice-container,
.wikitable,
#footer-info {
    background-color: #191919;
    color : #ffd77b;
}