MediaWiki:Mobile.css

From Dolibarr ERP CRM Wiki
Jump to navigation Jump to search

Note: After saving, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Go to Menu → Settings (Opera → Preferences on a Mac) and then to Privacy & security → Clear browsing data → Cached images and files.
/* CSS placed here will affect users of the mobile site */

.opacitymedium {
    opacity: 0.5;
}

.talk {
	display: none;
}

.mw-search-result-data {
    color: #888888;
}

.branding-box a span {
	font-size: 0.8em !important;
}

.mw-ui-checkbox {
    white-space: normal;
}

.mw-body h1, .mw-body-content h1, .mw-body-content h2, .mw-body-content h3, .mw-body-content h4, .mw-headline {
    font-family: Arial, Verdana, Helvetica;
}

h1.section-heading {
    padding-top: 16px;
}
h1 .mw-headline, .searchresults .mw-headline {
	color: rgb(0,103,111);
}

.mw-body h1, .mw-body-content h1 {
    font-size: 1.6em;
	margin-top: 1em;
}
.mw-body h2, .mw-body-content h2 {
    font-size: 1.3em;
}

h1 span.mw-headline {
    font-size: 0.6em;
}
h2 span.mw-headline {
    font-size: 0.8em;
}
h3 span.mw-headline {
	font-size: 0.8em;
}
h4 span.mw-headline {
	font-size: 0.75em;
}

div.mw-parser-output h1.section-heading.collapsible-heading {
    clear: both;
}

.client-js .collapsible-heading .indicator {
	margin-top: 0.35em !important;
}

/* Add LDR to hide the link "Random link" */
li a.mw-ui-icon-minerva-random {
    display: none !important;
}

.footer-content .license, .footer-content #footer-places-privacy {
    display: none;
}

a#mw-mf-display-toggle {
    font-size: 1.3em;
}

center, center p, .wikibox p {
    text-align: center;
}

p {
    text-align: justify;
}

.wikibox {
text-align: center;
float:right; 
font-size:80%; 
background: #eef; 
border: 1px solid #ccf; 
margin-bottom: 15px; 
/*margin-left: 5px; 
margin-right: 5px;
padding: 1px; */
width: 100%;
}

span.mw-headline {
    font-size: 0.6em;
}
span.mw-headline img {
    width: 24px;
    height: 24px;
}

.welcometext { 
	display: none !important;
}

#page-secondary-actions {
    margin-top: 2em;
}
a.language-selector.mw-ui-button.button {
    font-weight: normal;
    font-size: 0.8em;
}