Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

MediaWiki:Common.css: Difference between revisions

MediaWiki interface page
No edit summary
No edit summary
Tag: Manual revert
 
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */


/* Main page box sections*/
/* Link formating
.mp-section {
a.new:visited, #ca-talk > span > a { color: #d6b295 !important; }
background:rgba(0,0,0,0.5);
a.new:link, #ca-talk > span > a { color: #926b6b !important; }
border:1px solid white;
a.external, #ca-talk > span > a {color: #f2d7c1 !important; }
border-radius:5px;
a:link, #ca-talk > span > a { color: #f2d7c1 !important; }
color:white;
.hycontent a:hover, #ca-talk > span > a {color: #9c8a7b !important; }
margin:10px 0 0 0;
*/
 
/* Infobox test */
.infobox-container {
    position: relative;
    display: inline-block;
    margin: 5;
    padding: 5;
    width: auto;
}
}
.mp-header {
/* Plain list */
border-bottom:1px solid white;
.plainlist ul {
color:white;
    line-height: inherit;
font-size:140%;
    list-style: none none;
text-align:center;
    margin: 0;
margin:0 8px 10px 8px;
padding:5px 0 5px 0;
}
}
.mp-content {
.plainlist ul li {
border-bottom:1px solid white;
    margin-bottom: 0;
color:white;
padding:0 8px 8px 8px;
border-bottom:none;
overflow-wrap:break-word;
}
}
.mp-left {
 
float:left;
 
width:25%;
div.magnify {
border: none !important;
background: none !important;
margin-left: 0;
}
}
.mp-right {
 
float:right;
div.magnify a, div.magnify img {
width:25%;
display: block;
border: none !important;
background: none !important;
}
}
.mp-center {
 
margin:auto;
/* @noflip */div.tright {
width:48%;
margin: .5em 0 1.3em 1.4em;
}
}
.mp-section hr {
 
margin:10px 0 10px 0;
/* @noflip */div.tleft {
background:white;
margin: .5em 1.4em 1.3em 0;
}
}
.mp-wide ul {
 
display: flex;
img.thumbborder {
flex-flow: row wrap;
border: 0 none transparent;
text-align: center;
margin: -2px -10px 8px -10px;
padding: 0;
}
}
/* Overflow by default */
pre { overflow: auto; }


.mp-wide ul li {
 
display: flex;
/*
list-style: none;
.hoverbox:hover:after {
flex-flow: column wrap;
opacity: 0;
flex: 1 0 10em;
  transition:display 0.5s!important;
margin: 0;
transition: 0.5s;
padding: 2px 10px;
font-size: 120%;
}
}
*/


/* Thx DRG wiki! <3 */
 
.smwtable .row-even {
    background-color: #2e2e2e;
}

Latest revision as of 21:04, 2 May 2025

/* CSS placed here will be applied to all skins */

/* Link formating
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; }
.hycontent a:hover, #ca-talk > span > a {color: #9c8a7b !important; }
*/

/* Infobox test */
.infobox-container {
    position: relative;
    display: inline-block;
    margin: 5;
    padding: 5;
    width: auto;
}
/* Plain list */
.plainlist ul {
    line-height: inherit;
    list-style: none none;
    margin: 0;
}
.plainlist ul li {
    margin-bottom: 0;
}


div.magnify {
	border: none !important;
	background: none !important;
	margin-left: 0;
}

div.magnify a, div.magnify img {
	display: block;
	border: none !important;
	background: none !important;
}

/* @noflip */div.tright {
	margin: .5em 0 1.3em 1.4em;
}

/* @noflip */div.tleft {
	margin: .5em 1.4em 1.3em 0;
}

img.thumbborder {
	border: 0 none transparent;
}
/* Overflow by default */
pre { overflow: auto; }


/*
.hoverbox:hover:after {
 opacity: 0;
  transition:display 0.5s!important;
 transition: 0.5s;
}
*/


.smwtable .row-even {
    background-color: #2e2e2e;
}
Cookies help us deliver our services. By using our services, you agree to our use of cookies.