Actions

MediaWiki

Difference between revisions of "Common.css"

From Harath Rules

 
(48 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
table.wikitable>tr>th, table.wikitable>tr>td, table.wikitable>*>tr>th, table.wikitable>*>tr>td{
 
border: 3px #fff solid;
p {
padding: 0em;
    margin-bottom: 1.5em !important;
}
 
.toctogglelabel {
    color: #AF0C15 !important;
}
 
#toc, .toc {
    float: right;
    background-color: #282828;
}
 
table.wikitable {
    #background-color: #282828 !important;
    background-color: #051634;
    color: #eddede !important;
    margin: 0;
    margin-top: 1.5em;
    margin-bottom: 1.5em;
}
 
table.wikitable > tr > th, table.wikitable > * > tr > th {
    background-color: rgb(108, 12, 12);
    color: #eddede !important;
}
 
button.secondary:hover, .button.secondary:hover,button.secondary:focus, .button.secondary:focus, {
    background-color: rgb(190, 83, 83);
    color: #eddede !important;
}
 
button.secondary, .button.secondary, button, .button {
    background-color: rgb(108, 12, 12);
    color: #eddede !important;
 
}
 
h1,h2,h3,h4,h5,h6 {
    #color: #eddede !important;
    color: #AF0C15 !important;
}
 
body {
    background-color: black;
    color: #eddede;
}
 
#page-content {
    background-color: black;
    color: #eddede;
}
 
.top-bar-section .dropdown li {
    height: 2em;
    width:100%
}
 
table tr td {
padding: 0 1em 0 1em;
font-size: 100%;
color: inherit;
}
 
table tr th {
padding: 0 1em 0 1em;
font-size: 100%;
color: #AF0C15;
}
 
table.wikitable>tr>th, table.wikitable>tr>td, table.wikitable>*>tr>th, table.wikitable>*>tr>td {
    #border: 0.25px #fcdada solid;
    border: 0.25px #1761B0 solid;
    padding: 0 1em 0 1em;
}
}


.footer {
 
top-border: 3px #fff solid;
footer {
padding: 0em;
    border-top: 3px solid #AF0C15;
    padding: 0em;
}
}


h2, h3 {
h2, h3 {
border-bottom: 2px solid red;
    border-bottom: 2px solid #AF0C15;
}
}


#toc, .toc {
float: right;
background-color: white;
}
#toc h2 {
#toc h2 {
margin-top: 0em;
    margin-top: 0em;
line-height: 1em;
    line-height: 1em;
}
}

Latest revision as of 03:11, 9 January 2021

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

p {
    margin-bottom: 1.5em !important;
}

.toctogglelabel {
    color: #AF0C15 !important; 
}

#toc, .toc {
    float: right;
    background-color: #282828;
}

table.wikitable {
    #background-color: #282828 !important;
    background-color: #051634;
    color: #eddede !important; 
    margin: 0;
    margin-top: 1.5em;
    margin-bottom: 1.5em;
}

table.wikitable > tr > th, table.wikitable > * > tr > th {
    background-color: rgb(108, 12, 12);
    color: #eddede !important; 
}

button.secondary:hover, .button.secondary:hover,button.secondary:focus, .button.secondary:focus, {
    background-color: rgb(190, 83, 83);
    color: #eddede !important; 
}

button.secondary, .button.secondary, button, .button {
    background-color: rgb(108, 12, 12);
    color: #eddede !important; 

}

h1,h2,h3,h4,h5,h6 {
    #color: #eddede !important; 
    color: #AF0C15 !important; 
}

body {
    background-color: black;
    color: #eddede; 
}

#page-content {
    background-color: black;
    color: #eddede;
}

.top-bar-section .dropdown li {
    height: 2em;
    width:100%
}

table tr td {
padding: 0 1em 0 1em;
font-size: 100%;
color: inherit;
}

table tr th {
padding: 0 1em 0 1em;
font-size: 100%;
color: #AF0C15;
}

table.wikitable>tr>th, table.wikitable>tr>td, table.wikitable>*>tr>th, table.wikitable>*>tr>td {
    #border: 0.25px #fcdada solid;
    border: 0.25px #1761B0 solid;
    padding: 0 1em 0 1em;
}


footer {
    border-top: 3px solid #AF0C15;
    padding: 0em;
}

h2, h3 {
    border-bottom: 2px solid #AF0C15;
}

#toc h2 {
    margin-top: 0em;
    line-height: 1em;
}