MediaWiki:Cosmos.css: Difference between revisions

From Trollpasta Wiki
Jump to navigationJump to search
Content added Content deleted
mNo edit summary
mNo edit summary
Line 100: Line 100:
body > #mw-content-container {
body > #mw-content-container {
padding-top: 3%
padding-top: 3%
}
#cosmos-toolbar {
position: fixed;
z-index: 399;
right: 0px;
bottom: 0px;
display: flex;
width: fit-content;
max-width: 70%;
height: auto;
min-height: 25px;
align-items: center;
padding: 5px;
margin: 0;
background-color: #3a5091;
background-image: -o-linear-gradient(left,#01111b 0,#04436b 50%,#01111b 100%);
background-image: -ms-linear-gradient(left,#01111b 0,#04436b 50%,#01111b 100%);
border-radius: 5px 0px 0px 0px;
float: right;
}
}

Revision as of 05:26, 28 August 2023

/* All CSS here will be loaded for users of the Cosmos skin */

#mw-content {
    position: relative;
    z-index: 1;
    min-height: 250px;
    padding: 0px 20px;
    border: 0;
    word-wrap: break-word;
}
#cosmos-header-articleHeader {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: normal;
}
.CosmosRail .module {
    position: relative;
    padding: 2px;
    margin-bottom: 30px;
    background: transparent;
    word-wrap: break-word;
    zoom: 1;
}
#firstHeading {
    display: flex;
    align-items: center;
    padding: 2px 0;
}
#cosmos-articleHeader-actions .cosmos-button {
     height: 15px;
     margin-right: 5px
}
.cosmos-button.cosmos-button-secondary {
    color: #000000;
    stroke: #000000;
    background-color: white;
    stroke-width: 2px;
}
#cosmos-page-header {
     padding: 15px 0 10px 0;
     under
}
.page-header__categories {
     display:none
}
.CosmosRail .module {
    background-color: white;
    border-radius: 5px;
    padding: 0;
}
.CosmosRail .module h3 {
    background-color: #086cac;
    color: white;
    border: none;
    border-radius: 5px 5px 0px 0px;
    margin-bottom: 8px;
    padding: 8px;
}
.CosmosRail .recentchanges-module li {
    padding-left: 8px;
    padding-right: 8px;
}
.cosmos-header {
	border-radius: 10px 10px 0 0;
}
.cosmos-header::before {
	background: none;
}
#cosmos-footer {
	border-radius: 0 0 10px 10px;
}
#cosmos-header-articleHeader {
	border-bottom: 1px solid #a3aab2;
}
div.thumbinner .thumbcaption {
    padding: 5px;
    border-right: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
    color: #3a3a3a;
}
#catlinks {
    background: #ffffff;
    border: 1px solid #0763a0;
    border-radius: 5px;
}
#cosmos-banner {
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 60%;
    width: 40%;
    height: 55px;
    padding: 0;
    margin: 0;
    background-color: #4293c7;
    font-size: 15px;
}
body > #mw-content-container {
     padding-top: 3%
}
#cosmos-toolbar {
    position: fixed;
    z-index: 399;
    right: 0px;
    bottom: 0px;
    display: flex;
    width: fit-content;
    max-width: 70%;
    height: auto;
    min-height: 25px;
    align-items: center;
    padding: 5px;
    margin: 0;
    background-color: #3a5091;
    background-image: -o-linear-gradient(left,#01111b 0,#04436b 50%,#01111b 100%);
    background-image: -ms-linear-gradient(left,#01111b 0,#04436b 50%,#01111b 100%);
    border-radius: 5px 0px 0px 0px;
    float: right;
}