MediaWiki:Timeless.css: Difference between revisions
From IdleOn MMO Wiki
imported>Blackwolfe No edit summary |
imported>Blackwolfe No edit summary |
||
Line 38: | Line 38: | ||
border-color:black; | border-color:black; | ||
color:white; | color:white; | ||
border-radius: 10px; | |||
} | |||
/* Navbox */ | |||
.navbox-body | |||
{ | |||
background:white; | |||
border-radius: 10px; | border-radius: 10px; | ||
} | } |
Revision as of 13:55, 25 November 2020
/* All CSS here will be loaded for users of the Timeless skin */
/*Left Sidebar*/
#mw-site-navigation .sidebar-chunk {
color:white;
background: rgba(0,0,0,0.8);
border:1;
border-color:black;
border-radius: 10px;
}
/*Main Content*/
#mw-content {
color:white;
background: rgba(0,0,0,0.8);
border: 1;
border-color:black;
-webkit-border-bottom-right-radius: 10px;
-webkit-border-bottom-left-radius: 10px;
-moz-border-radius-bottomright: 10px;
-moz-border-radius-bottomleft: 10px;
border-bottom-right-radius: 10px;
border-bottom-left-radius: 10px;
}
/*Right sidebar*/
#mw-related-navigation .sidebar-chunk {
color:white;
background: rgba(0,0,0,0.8);
border:1;
border-color:black;
color:white;
border-radius: 10px;
}
/* Logo image border */
#p-logo {
background: rgba(0,0,0,0.8);
border:1;
border-color:black;
color:white;
border-radius: 10px;
}
/* Navbox */
.navbox-body
{
background:white;
border-radius: 10px;
}
.navbox-body a:link {
color: blue;
}
/* visited link */
.navbox-body a:visited {
color: blue;
}
/* unvisited link
a:link {
color: #5EBCFF;
}
*/
/* visited link
a:visited {
color: #0094FF;
}
*/
/* mouse over link
a:hover {
color: red;
}
*/
/* selected link
a:active {
color: blue;
}
*/
/* Background Image */
#mw-content-container {
background: url('https://static.miraheze.org/idleonwiki/9/9f/Background_Beach.png') no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
/*Editor*/
.oo-ui-labelElement-label {
color: Black;
}
.label{
color:black;
}
.codeEditor-status-worker
{
color:red;
}