Changes

MediaWiki:Common.css

503 bytes added, 21:18, 8 October 2020
m
no edit summary
body.page-Тест-драйвы.action-view #contentSub { display: none; }
/* Reset italic styling set by user agent */
cite, dfn {
font-style: inherit;
}
/* Straight quote marks for <q> */
q {
quotes: '"' '"' "'" "'";
}
/* Avoid collision of blockquote with floating elements by swapping margin and padding */
blockquote {
overflow: hidden;
}
/* Prevent the 'double bold' bug in Firefox when using DirectWrite */
strong.selflink {
font-weight: 700;
}
/* Consistent size for <small>, <sub> and <sup> */
small {
font-size: 85%;
}
/* Same spacing for indented and unidented paragraphs on talk pages */
.ns-talk .mw-body-content dd {
margin-top: 0.4em;
}
/* Main page fixes */
#interwiki-completelist {
font-weight: bold;
}
/* Reduce page jumps by hiding collapsed/dismissed content */
.client-js .mw-special-Watchlist #watchlist-message,
.client-js .NavFrame.collapsed .NavContent,
}
/* Adds padding above Watchlist announcements where new recentchanges/watchlist filters are enabled */
.mw-rcfilters-enabled .mw-specialpage-summary {
padding: 0.5em 0 1em;
}
/* Edit window toolbar */
#toolbar {
margin-bottom: 6px;
}
/* Hide charinsert base for those not using the gadget */
#editpage-specialchars {
display: none;
}
/* Highlight linked elements (such as clicked references) in blue */
body.action-info .mw-body-content :target,
.citation:target {
}
/* Styling for citations. Breaks long urls, etc., rather than overflowing box */
.citation {
word-wrap: break-word;
}
/* For linked citation numbers and document IDs, where the number need not be shown
on a screen or a handheld, but should be included in the printed version */
@media screen, handheld {
a.goog-logo-link { display: none; }
#p-googletranslator-label { display: none; }
 
 
 
 
a.goog-logo-link { display: none; }
#p-googletranslator-label { display: none; }
#p-googletranslator.portal {
height: 25px;
width: 90%;
}
.goog-te-combo { width: 100%; }
select.goog-te-combo{
color: #687074;
text-transform: uppercase;
}
select.goog-te-combo:hover{
color: #FF6601;
}
select..goog-te-combo > option:hover{
background-color:#FF6601;
color:white;
}
.goog-logo-link, .goog-logo-link:link, .goog-logo-link:visited, .goog-logo-link:hover, .goog-logo-link:active {
color: #FF6601;
}
div.skiptranslate.goog-te-gadget { font-size:0; }
 
 
 
select.goog-te-combo { width: 100%; }
div.skiptranslate.goog-te-gadget { font-size:0; }
td#options { display: none; }