MediaWiki:Common.css: Difference between revisions
MediaWiki interface page
More actions
No edit summary |
No edit summary |
||
| Line 13: | Line 13: | ||
tabbernav { | tabbernav { | ||
font-family: inherit | font-family: inherit; | ||
font-weight: normal | font-weight: normal; | ||
font-size: 16px | font-size: 16px; | ||
overflow: hidden | overflow: hidden; | ||
padding: 0.3em 0 | padding: 0.3em 0; | ||
} | } | ||
.tabbernav a { | .tabbernav a { | ||
padding: 0.3em 0.5em | padding: 0.3em 0.5em; | ||
margin: 0 | margin: 0; | ||
color: white | color: white; | ||
border: none | border: none; | ||
background: #282829 | background: #282829; | ||
} | } | ||
.tabbernav li { | .tabbernav li { | ||
display: inline-block | display: inline-block; | ||
margin-top: 11px | margin-top: 11px; | ||
} | } | ||
.tabberactive a { | .tabberactive a { | ||
color: white | color: white; | ||
background: #59595c | background: #59595c; | ||
} | } | ||
.tabbernav :not(.tabberactive) a:hover { | .tabbernav :not(.tabberactive) a:hover { | ||
background: #282829 | background: #282829; | ||
} | } | ||
.tabbertab { | .tabbertab { | ||
border: none | border: none; | ||
padding: 0 | padding: 0; | ||
} | } | ||
Revision as of 01:30, 6 May 2020
/* CSS placed here will be applied to all skins */
body.page-User_Jamintheinfinite{
background: #414345 url() 0 0 no-repeat;
background-position: center top;
background-repeat: no-repeat;
background-attachment: fixed;
background-size:1920px 1080px;
}
a.new:visited, #ca-talk > span > a { color: #d6b295 !important; }
a.new:link, #ca-talk > span > a { color: #926b6b !important; }
a.external, #ca-talk > span > a {color: #f2d7c1 !important; }
a:link, #ca-talk > span > a { color: #f2d7c1 !important; }
tabbernav {
font-family: inherit;
font-weight: normal;
font-size: 16px;
overflow: hidden;
padding: 0.3em 0;
}
.tabbernav a {
padding: 0.3em 0.5em;
margin: 0;
color: white;
border: none;
background: #282829;
}
.tabbernav li {
display: inline-block;
margin-top: 11px;
}
.tabberactive a {
color: white;
background: #59595c;
}
.tabbernav :not(.tabberactive) a:hover {
background: #282829;
}
.tabbertab {
border: none;
padding: 0;
}
.tabbernav {
text-align:center;
}