MediaWiki:Print.css — различия между версиями

Материал Psylab.info - энциклопедии психодиагностики
Перейти к: навигация, поиск
(Новая страница: «.editlink, .navbar, a.NavToggle, span.collapseButton, span.mw-collapsible-toggle, th .sortkey, td .sortkey { display: none !important; } #siteNotice, addthis…»)
 
м
 
Строка 6: Строка 6:
 
}
 
}
  
#siteNotice, addthistoolbar {
+
#siteNotice, #addthistoolbar {
 
     display: none !important;
 
     display: none !important;
 
}
 
}

Текущая версия на 12:05, 5 мая 2014

.editlink,
.navbar,
a.NavToggle, span.collapseButton, span.mw-collapsible-toggle,
th .sortkey, td .sortkey {
    display: none !important;
}

#siteNotice, #addthistoolbar {
    display: none !important;
}

table.collapsible tr, div.NavPic, div.NavContent {
    display: block !important;
}
table.collapsible tr {
    display: table-row !important;
}
 
/* On websites with siteSub visible, the margin on the firstHeading is not needed. */
#firstHeading {
    margin: 0px;
}
 
/* We don't want very long URLs (that are added to the content in print) to widen the canvas */
#content a.external.text:after,
#content a.external.autonumber:after {
	word-wrap: break-word;
}