MediaWiki:Mobile.css

Da Ashes of Creation Wiki.
Jump to navigation Jump to search

Nota: dopo aver salvato, potrebbe essere necessario pulire la cache del proprio browser per vedere i cambiamenti.

  • Firefox / Safari: tenere premuto il tasto delle maiuscole Shift e fare clic su Ricarica, oppure premere Ctrl-F5 o Ctrl-R (⌘-R su Mac)
  • Google Chrome: premere Ctrl-Shift-R (⌘-Shift-R su un Mac)
  • Internet Explorer: tenere premuto il tasto Ctrl e fare clic su Aggiorna, oppure premere Ctrl-F5
  • Opera: Vai nel Menu → Impostazioni (Opera → Preferenze su un Mac) e poi in Privacy & sicurezza → Pulisci dati del browser → Immagini e file nella cache.
/* CSS placed here will affect users of the mobile site */

.pre-content,
.heading-holder {
	/* display: none !important;
     */
}

#section_0 {
	/* font-size: medium;
     padding: 0px;
     margin: 0px;
    */
}

.client-js .toc-mobile {
	background-color: transparent !important;
	border: none !important;
}

.header-container.header-chrome {
	background-color: #333;
}


/* #content {
     background-color: #2a2a2a;
     background:linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url(/img/screenshot012.jpg);
     background-attachment: fixed;
     background-repeat: no-repeat;
     background-size: cover;
}
 */

#content {
	background-color: #333 !important;
}

.content {
	background-color: #333 !important;
	max-width: inherit !important;
}

.content,
.thumbcaption {
	margin: inherit !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #c1c1c1;
}

hr {
	color: #222;
}

.editOptions {
	background-color: transparent;
	/* #333;
    */
	border-color: #4c4c4c;
}

input,
textarea {
	background-color: transparent;
	/* #4c4c4c;
     */
	border-color: #4c4c4c;
	color: #c1c1c1;
}

a,
.mw-body a.external,
.mw-body a.extiw {
	color: #e69710;
}

a:visited,
.mw-body a.external:visited,
.mw-body a.extiw:visited {
	color: #e69710;
}

a.new,
#p-personal a.new {
	color: #d44;
}

table.mw_metadata td,
table.mw_metadata th,
table.wikitable,
pre {
	color: #c1c1c1;
	background-color: #4c4c4c;
	border-color: #666;
}

.content table.wikitable>tr>th,
.content table.wikitable>*>tr>th {
	background-color: #3a3a3a;
}

table.diff {
	background-color: #4c4c4c;
}

td .diffchange {
	color: #4c4c4c;
}

.mw-body {
	padding-left: 1em;
	padding-right: 1em;
	margin: 0px 0px 0px 0px;
	/* border: 1px solid #250b2d;
     border-right-width: 0;
    */
	/* margin-top: -1px;
     */
	background-color: #333;
	color: #c1c1c1;
	direction: ltr;
}

.mw-body .mw-editsection,
.mw-body .mw-editsection-like {
	font-family: sans-serif;
}

.mw-body p {
	line-height: inherit;
	/* margin: .5em 0;
    */
}

.mw-body h1,
.mw-body h2,
.mw-body #firstHeading {
	font-family: "Linux Libertine", Georgia, Times, serif;
	line-height: 1.3;
	/* margin-bottom: .25em;
     */
	padding: 0;
}

.mw-body h1,
.mw-body #firstHeading {
	/* font-size: 1.8em;
     */
}

.mw-body h2 {
	font-size: 1.5em;
	margin-top: 1em;
}

.mw-body h3,
.mw-body h4,
.mw-body h5,
.mw-body h6 {
	line-height: 1.6;
	margin-top: .3em;
	margin-bottom: 0;
	padding-bottom: 0;
}

.mw-body h3 {
	font-size: 1.17em;
}

.mw-body h3,
.mw-body h4 {
	font-weight: bold;
}

.mw-body h4,
.mw-body h5,
.mw-body h6 {
	font-size: 100%;
}

.mw-body #toc h2,
.mw-body .toc h2 {
	font-size: 100%;
	font-family: sans-serif;
}


/* #mw-content-text {
     border: solid 1px black;
     padding: 4px 4px 4px 8px;
}
 */

footer,
.last-modified-bar {
	background-color: #333;
}

.mw-ui-icon-arrow:before {
	background-image: url(/img/chevron-down-gray.png) !important;
}

.thumbcaption {
	color: lightgray !important;
}

li.gallerybox div.thumb {
	border: 1px solid #c8ccd1;
	background-color: transparent;
}

@media screen and (min-width: 720px) {
	.header .branding-box {
		width: 12em !important;
	}
	#mw-mf-page-center .mw-mf-banner,
	.banner-container,
	.header,
	.page-header-bar,
	.content-header,
	.overlay-header,
	.content,
	.overlay-content,
	.content-unstyled,
	.pre-content,
	.post-content,
	#mw-mf-page-center .pointer-overlay {
		margin-left: inherit !important;
	}
}

.mw-selflink, .selflink {
        color: lightgray !important;
}

dd:has(i) {
    padding: 0.3em 25px 1em 1em;
}

/*
dd:has(i) {
    border: none;
    padding-right: 25px;
    padding-left: 1em;
    position: relative;
    overflow: hidden;
    margin-left: 0.2em !important;
}
*/

blockquote {
    border-left: 3px solid #c8ccd1;
    margin-left: 1.6em;
    padding-left: 1.3em;
}