MediaWiki:Common.css: Difference between revisions

From Lost Shores
No edit summary
No edit summary
 
(6 intermediate revisions by the same user not shown)
Line 2: Line 2:


body {
body {
   background-color: #11184e;   
   background-color: #FFFFFF;   
}
}


Line 11: Line 11:
a:visited {
a:visited {
     color: #4e4711;
     color: #4e4711;
}
a:link.new {
    color: #FF0004;
}
}


#vector-page-tools-pinned-container .vector-page-tools::after {
#vector-page-tools-pinned-container .vector-page-tools::after {
     background-image: linear-gradiant(rgba(163, 168, 209, 0), rgba(163, 168, 209, 1));
     background: linear-gradient(rgba(163, 168, 209, 0), rgba(163, 168, 209, 1));
}
}



Latest revision as of 21:35, 10 December 2023

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

body {
   background-color: #FFFFFF;  
}

a:link {
    color: #11184e;
}

a:visited {
    color: #4e4711;
}

a:link.new {
    color: #FF0004;
}

#vector-page-tools-pinned-container .vector-page-tools::after {
    background: linear-gradient(rgba(163, 168, 209, 0), rgba(163, 168, 209, 1));
}

.mw-page-container {
    background-color: #a3a8d1;
}

.infobox {
    background: #eee;
    border: 1px solid #aaa;
    float: right;
    margin: 0 0 1em 1em;
    padding: 1em;
    width: 300px;
}
.infobox-title {
    font-weight: bold;
    font-size: 1.5em;
    text-align: center;
}
.infobox-image {
    text-align: center;
}
.infobox th {
    text-align: left;
    vertical-align: top;
    width: 100px;
}
.infobox td {
    vertical-align: center;
}