Difference between revisions of "MediaWiki:Common.css"
From GothicDB
Tags: Manual revert Reverted |
Tag: Reverted |
||
| Line 47: | Line 47: | ||
} | } | ||
} | } | ||
<div id="mw-panel" style="top:120px!important;width: 13em!important;padding-left: 1em!important;"> | |||
<!-- Le logo de Mediawiki --> | |||
<div id="p-logo" role="banner"><a class="mw-wiki-logo" href="<?php | |||
echo htmlspecialchars( $this->data['nav_urls']['mainpage']['href'] ) | |||
?>" <?php | |||
echo Xml::expandAttributes( Linker::tooltipAndAccesskeyAttribs( 'p-logo' ) ) | |||
?>></a></div> | |||
<!-- Le menu de Mediawiki --> | |||
<?php $this->renderPortals( $this->data['sidebar'] ); ?> | |||
</div> | |||
Revision as of 15:00, 1 February 2022
/* Le CSS placé ici sera appliqué à tous les habillages. */
/*Barres colorées du haut*/
@media screen and (max-width: 850px)
{
.color-right, .color-middle, .color-left {
background: black;
}
}
@media screen and (max-width: 850px)
{
.color-middle {
background: #93192d;
}
}
.color-right {
background: black;
}
.color-left {
background: black;
}
.color-middle {
background: #93192d;
}
/*Fin barres colorées du haut*/
/*Autre barres colorées */
.mw-body h1.firstHeading {
border-bottom: solid 4px #d61a47;
}
.tools-inline li.selected {
border-bottom-color: #d61a47;
}
#mw-content-container {
border-bottom: solid 4px #d61a47;
}
/*Fin autres barres colorées*/
@media screen and (min-width: 1100px) and (max-width: 1339px){
#mw-site-navigation .sidebar-chunk h3, #mw-related-navigation .sidebar-chunk h3 {
border-bottom: solid 2px red;
}
}
<div id="mw-panel" style="top:120px!important;width: 13em!important;padding-left: 1em!important;">
<!-- Le logo de Mediawiki -->
<div id="p-logo" role="banner"><a class="mw-wiki-logo" href="<?php
echo htmlspecialchars( $this->data['nav_urls']['mainpage']['href'] )
?>" <?php
echo Xml::expandAttributes( Linker::tooltipAndAccesskeyAttribs( 'p-logo' ) )
?>></a></div>
<!-- Le menu de Mediawiki -->
<?php $this->renderPortals( $this->data['sidebar'] ); ?>
</div>