MediaWiki:Common.css: Difference between revisions
MediaWiki interface page
More actions
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 */ | ||
. | /* 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 */ | |||
line-height: 1. | .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; | |||
} | } |
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; }