MediaWiki:Cosmos.css: Difference between revisions

From Trollpasta Wiki
Jump to navigationJump to search
Content deleted Content added
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;
}
}