Difference between revisions of "MediaWiki:Common.css"

From Sapiens Wiki
Jump to navigation Jump to search
Line 8: Line 8:
}
}


/* Import the Sapiens fonts from the offical website */
/* Import the Sapiens fonts from the official website */
@font-face {
@font-face {
     font-family: 'SapiensLight';  
     font-family: 'SapiensLight';
     src: url("https://playsapiens.com/fonts/sapienslight-webfont.woff2") format("woff2"),  
     src: url("https://playsapiens.com/fonts/sapienslight-webfont.woff2") format("woff2"),
         url("https://playsapiens.com/fonts/sapienslight-webfont.woff") format("woff"),  
         url("https://playsapiens.com/fonts/sapienslight-webfont.woff") format("woff"),
         url("https://playsapiens.com/fonts/sapienslight-webfont.ttf") format("truetype");  
         url("https://playsapiens.com/fonts/sapienslight-webfont.ttf") format("truetype");
     font-weight: normal;  
     font-weight: normal;
     font-style: normal;  
     font-style: normal;
}
}


@font-face {  
@font-face {
     font-family: 'Sapiens';  
     font-family: 'Sapiens';
     src: url("https://playsapiens.com/fonts/sapiens-webfont.woff2") format("woff2"),  
     src: url("https://playsapiens.com/fonts/sapiens-webfont.woff2") format("woff2"),
         url("https://playsapiens.com/fonts/sapiens-webfont.woff") format("woff"),  
         url("https://playsapiens.com/fonts/sapiens-webfont.woff") format("woff"),
         url("https://playsapiens.com/fonts/sapiens-webfont.ttf") format("truetype");  
         url("https://playsapiens.com/fonts/sapiens-webfont.ttf") format("truetype");
     font-weight: normal;  
     font-weight: normal;
     font-style: normal;  
     font-style: normal;
}
}


/* General properties */
/* General properties */
body, div, span, table, td, th {
body,
    background-color: var(--main-bg-color);
div,
    color: white;
span,
    border-color: var(--main-bg-color);
table,
    font-family: SapiensLight;
td,
    font-size: 1em;
th {
}
 
/* Vector skin specific properties */
.vector-body, .vector-menu-content, .vector-menu-portal, .vector-menu-tabs li a, .vector-menu-dropdown .menu a {
    background-color: var(--main-bg-color);
    color: white;
    border-color: var(--main-bg-color);
    font-family: SapiensLight;
    font-size: 1em;
}
 
/* Wiki specific properties */
#content, #bodyContent, #mw-head-base, #p-logo, #p-navigation, #p-tb, #p-tb-label, #p-tb .body, #footer {
    background-color: var(--main-bg-color);
    color: white;
    border-color: var(--main-bg-color);
    font-family: SapiensLight;
    font-size: 1.1em;
}
 
/* Table of Contents specific properties */
.toc {
    background-color: var(--main-bg-color);
    color: white;
    border-color: var(--main-bg-color);
    font-family: SapiensLight;
    font-size: 1em;
}
 
/* Wikitable specific properties */
table.wikitable, table.wikitable td, table.wikitable th {
     background-color: var(--main-bg-color);
     background-color: var(--main-bg-color);
     color: white;
     color: white;
Line 73: Line 42:


/* Color properties */
/* Color properties */
#content .mw-body-content, .postedit .postedit-content, .vector-menu-tabs li a, .vector-menu-dropdown .menu a,  
#content .mw-body-content,
.vector-menu-content, .toc .tocnumber, table.wikitable, table.wikitable td, table.wikitable th {
.postedit .postedit-content,
.vector-menu-tabs li a,
.vector-menu-dropdown .menu a,
.vector-menu-content,
.toc .tocnumber,
table.wikitable,
table.wikitable td,
table.wikitable th {
     color: white !important;
     color: white !important;
}
}


/* Heading properties */
/* Heading properties */
#content h1 {  
#content h1 {
     color: #6AD8FF !important;  
     color: #6AD8FF !important;
     font-size: 2em !important;  
     font-size: 2em !important;
}  
}


#content h2 {  
#content h2 {
     color: white !important;  
     color: white !important;
     font-size: 1.8em !important;  
     font-size: 1.8em !important;
}
}


#content h3 {  
#content h3 {
     color: white !important;  
     color: white !important;
     font-size: 1.6em !important;  
     font-size: 1.6em !important;
}
}


#content h4 {  
#content h4 {
     color: white !important;  
     color: white !important;
     font-size: 1.4em !important;  
     font-size: 1.4em !important;
}
}


#content h5 {  
#content h5 {
     color: white !important;  
     color: white !important;
     font-size: 1.2em !important;  
     font-size: 1.2em !important;
}
}


#content h6 {  
#content h6 {
     color: white !important;  
     color: white !important;
     font-size: 1.1em !important;  
     font-size: 1.1em !important;
}
}


/* Change color of article titles and hide link in Table of Contents */
/* Change color of article titles and hide link in Table of Contents */
#firstHeading, .toc .toctoggle a {
#firstHeading,
.toc .toctoggle a {
     color: #6AD8FF !important;
     color: #6AD8FF !important;
}
}
Line 125: Line 102:


/* Tables */
/* Tables */
table,  
table,
table.wikitable,  
table.wikitable,
table.wikitable td,  
table.wikitable td,
table.wikitable th,
table.wikitable th,
td,  
td,
th {
th {
     border: 1px solid white !important;
     border: 1px solid white !important;
Line 147: Line 124:
/* Section edit links font size */
/* Section edit links font size */
.mw-editsection a {
.mw-editsection a {
     font-size: 0.7em; /* Adjust this value to your preference */
     font-size: 0.7em; /* Adjust this value to your preference */
}
}


Line 154: Line 131:
.postedit .postedit-content a {
.postedit .postedit-content a {
     color: white !important;
     color: white !important;
}
/* Increase font size of sidebar links */
#mw-panel .portal .body ul li a {
    font-size: 1.2em !important;
}
/* Change font size and color of navigation links in the sidebar */
#p-navigation .vector-menu-content-list a span,
#p-navigation .vector-menu-content-list a:visited span {
    font-size: 1.2em !important;
    font-family: 'SapiensLight' !important;
    color: #6AD8FF !important;
}
/* Change font size and color of toolbox links in the sidebar */
#p-tb .vector-menu-content-list a span,
#p-tb .vector-menu-content-list a:visited span {
    font-size: 1.2em !important;
    font-family: 'SapiensLight' !important;
    color: #6AD8FF !important;
}
/* Main Page Formatting */
body.page-Main_Page h1.firstHeading {
    display: none;
}
}

Revision as of 03:01, 17 June 2023

:root {
    --main-bg-color: #353535;
    --main-font-color: white;
    --main-border-color: #353535;
    --main-font-family: SapiensLight;
    --main-font-size: 1em;
    --link-color: #6AD8FF;
}

/* Import the Sapiens fonts from the official website */
@font-face {
    font-family: 'SapiensLight';
    src: url("https://playsapiens.com/fonts/sapienslight-webfont.woff2") format("woff2"),
         url("https://playsapiens.com/fonts/sapienslight-webfont.woff") format("woff"),
         url("https://playsapiens.com/fonts/sapienslight-webfont.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Sapiens';
    src: url("https://playsapiens.com/fonts/sapiens-webfont.woff2") format("woff2"),
         url("https://playsapiens.com/fonts/sapiens-webfont.woff") format("woff"),
         url("https://playsapiens.com/fonts/sapiens-webfont.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

/* General properties */
body,
div,
span,
table,
td,
th {
    background-color: var(--main-bg-color);
    color: white;
    border-color: var(--main-bg-color);
    font-family: SapiensLight;
    font-size: 1em;
}

/* Color properties */
#content .mw-body-content,
.postedit .postedit-content,
.vector-menu-tabs li a,
.vector-menu-dropdown .menu a,
.vector-menu-content,
.toc .tocnumber,
table.wikitable,
table.wikitable td,
table.wikitable th {
    color: white !important;
}

/* Heading properties */
#content h1 {
    color: #6AD8FF !important;
    font-size: 2em !important;
}

#content h2 {
    color: white !important;
    font-size: 1.8em !important;
}

#content h3 {
    color: white !important;
    font-size: 1.6em !important;
}

#content h4 {
    color: white !important;
    font-size: 1.4em !important;
}

#content h5 {
    color: white !important;
    font-size: 1.2em !important;
}

#content h6 {
    color: white !important;
    font-size: 1.1em !important;
}

/* Change color of article titles and hide link in Table of Contents */
#firstHeading,
.toc .toctoggle a {
    color: #6AD8FF !important;
}

/* All links color */
a {
    color: #6AD8FF !important;
}

/* Links to non-existent pages color */
a.new {
    color: red !important;
}

/* Tables */
table,
table.wikitable,
table.wikitable td,
table.wikitable th,
td,
th {
    border: 1px solid white !important;
}

/* Table of Contents */
.toc {
    background-color: var(--main-bg-color) !important;
    border: 1px solid white !important;
    color: white !important;
}

.toc .toctitle h2 {
    font-family: 'SapiensLight';
}

/* Section edit links font size */
.mw-editsection a {
    font-size: 0.7em; /* Adjust this value to your preference */
}

/* Post-save confirmation page text color */
.postedit .postedit-content,
.postedit .postedit-content a {
    color: white !important;
}