Manjaro MediaWiki:Common.css

MediaWiki:Common.css

MediaWiki interface page
Revision as of 20:20, 10 October 2020 by Oguzkagan (talk | contribs) (fixed background color problem)

Note: After saving, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
/* CSS placed here will be applied to all skins */
@import url("https://cdn.jsdelivr.net/npm/uikit@3.5.8/dist/css/uikit.min.css");
h1, h2, h3, h4, h5, h6{
	border: none !important;
}
hr {
	height:0px;
}
html, body{
	height:0px;
}
.card {
    position: relative;
    margin: .5rem 0 1rem 0;
    background-color: #fff;
    -webkit-transition: -webkit-box-shadow .25s;
    transition: -webkit-box-shadow .25s;
    transition: box-shadow .25s;
    transition: box-shadow .25s, -webkit-box-shadow .25s;
    border-radius: 2px;
}
.z-depth-1, nav, .card-panel, .card {
    -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14),0 3px 1px -2px rgba(0,0,0,0.12),0 1px 5px 0 rgba(0,0,0,0.2);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14),0 3px 1px -2px rgba(0,0,0,0.12),0 1px 5px 0 rgba(0,0,0,0.2);
}
.card .card-content {
    padding: 24px;
    border-radius: 0 0 2px 2px;
}
.card a:link {
  color: #90caf9;
}
.card .unpatrolled{
	color:#dce775 !important;
}
.card .mw-plusminus-pos{
	color: #b2dfdb !important;
}
/* visited link */
.card a:visited {
  color: #e3f2fd;
}

/* mouse over link */
.card a:hover {
  color: #e3f2fd;
}

.card h4 {
	color: #fff !important;
} 
.white-text {
    color: #fff !important;
}
.green-background {
	background-color: #4caf50 !important;
}
.card .card-content .card-title {
    display: block;
    line-height: 32px;
    margin-bottom: 8px;
}
.card .card-title {
    font-size: 24px;
    font-weight: 300;
}
.card .card-action:last-child {
    border-radius: 0 0 2px 2px;
}
.card .card-action {
    background-color: inherit;
    border-top: 1px solid rgba(160,160,160,0.2);
    position: relative;
    padding: 16px 24px;
}
Cookies help us deliver our services. By using our services, you agree to our use of cookies.