Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
| Line 46: | Line 46: | ||
span.edit-help-doc { | span.edit-help-doc { | ||
background-color:# | background-color:#e1ffec; | ||
color: #0e591e; | color: #0e591e; | ||
background-image: url(/skins/jjr/assets/info.svg); | background-image: url(/skins/jjr/assets/info.svg); | ||
| Line 54: | Line 54: | ||
background-size: 13px 13px; | background-size: 13px 13px; | ||
margin-left: 0.5em; | margin-left: 0.5em; | ||
border: 1px # | border: 1px #effffa solid; | ||
} | } | ||
Revision as of 15:02, 1 December 2021
/* CSS placed here will be applied to all skins */
@media screen and (min-width: 982px) {
div#mw-panel nav.portal div.vector-menu-content ul li,
div#mw-panel nav.portal h3 {
font-size: 1em; /* original was 0.75em */
}
#p-logo {
margin-bottom:0;
margin-top: -18px;
}
#mw-panel, #p-logo, #p-logo a {
width: 13em; /* 10em */
}
.mw-body, #mw-head-base, #mw-data-after-content, .mw-footer, #left-navigation {
margin-left: 12.6em; /* 11em */
}
#p-logo, #p-logo a {
height: 250px;
}
}
.wikiEditor-ui .wikiEditor-ui-toolbar .tabs span.tab-filmtpl a {
color: #a30ba5;
font-weight: bold;
}
.wikiEditor-ui .wikiEditor-ui-toolbar .tabs span.tab-filmtpl a:hover {
color:black;
background-color:white;
}
small.jrdebug {
float: right;
font-size: 0.7em;
display:inline-block;
margin:10px;
background-color:#BB99CF;
}
small.jrdebug span {
color:white;
transform: rotate(90deg);
transform: rotate(90deg);
-ms-transform: rotate(90deg); /* for IE */
-webkit-transform: rotate(90deg);
display: inline-block;
}
span.edit-help-doc {
background-color:#e1ffec;
color: #0e591e;
background-image: url(/skins/jjr/assets/info.svg);
background-position: center right;
background-repeat: no-repeat;
padding-right: 14px;
background-size: 13px 13px;
margin-left: 0.5em;
border: 1px #effffa solid;
}