To jest kopia testowa (staging) WikiFNiN. Zmiany tutaj nie trafiają na wiki.fnin.eu.


MediaWiki:Mobile.css

Z WikiFNiN - otwarta encyklopedia o serii Felix, Net i Nika
Przejdź do nawigacji Przejdź do wyszukiwania

Uwaga: aby zobaczyć zmiany po opublikowaniu, może zajść potrzeba wyczyszczenia pamięci podręcznej przeglądarki.

  • Firefox / Safari: Przytrzymaj Shift podczas klikania Odśwież bieżącą stronę, lub naciśnij klawisze Ctrl+F5, lub Ctrl+R (⌘-R na komputerze Mac)
  • Google Chrome: Naciśnij Ctrl-Shift-R (⌘-Shift-R na komputerze Mac)
  • Edge: Przytrzymaj Ctrl, jednocześnie klikając Odśwież, lub naciśnij klawisze Ctrl+F5.
  • Opera: Naciśnij klawisze Ctrl+F5.
/* CSS placed here will affect users of the mobile site */

.wfnin-box-art-info{width:auto;}/*cały box np. wym_uz*/

/*część z informacjami*/
.wfnin-box-art-text{
float:left;
margin-top:1px;
margin-bottom:1px;
}

.wfnin-box-art-kolor{min-height:60px;}/*część z kolorem*/

.cookieinfokryj{display:none;}
.cookieinfopokaz{display:box;}

.mainpage-left-column{
width:100% !important;
}

/* Common main page style */
.main-rounded-box {
     border: 1px solid #a7d7f9;
     border-radius: 10px;
     padding: 5px 5px 5px 5px;
     min-height: 25em;
     margin-top: 1em;
}

.rounded-box {
     border: 1px solid #a7d7f9;
     border-radius: 10px;
     padding: 5px 5px 5px 5px;
}
.main-top {
     margin-top: 1em;
}
.main-box-height {
     min-height: 25em;
}

/* Workaround for mobile diff problem */
del.diffchange {
 background:#feeec8
}
ins.diffchange {
 background:#d8ecff
}

.manfred-tlo{
         background-image: url("https://wiki.fnin.eu/images/inne/manfred-tlo.png");
     	  background-attachment: scroll;
	  background-repeat: no-repeat;
	  background-position-x: center;
	  background-position-y: center;
	  background-origin: padding-box;
	  background-clip: padding-box;
          background-size: contain;
}

.captque {
         margin:5px auto 5px auto;
         border-radius:.5em;
         border: 1px solid #a7d7f9;
         text-align:center;
         max-width:1000px;
         padding:3px;
}

/* Workaround for wrong menu rendering */
#mw-mf-page-left ul li a {
	font-size: 0.875em;
	font-weight: bold;
	vertical-align: middle;
}
#mw-mf-page-left ul li a span {
	font-size: 1em !important;
}

/* Fix UserProfile */
.visualClear {
	clear: both;
}

@media all and (max-width:720px) {
	#profile-right {
    	float: unset !important;
	}

	#profile-title {
    	float: unset !important;
	}
    #user-page-left, #user-page-right {
        width: 100% !important;
        float: 100% !important;
    }
    #profile-toggle-button {
        position: unset !important;
        margin-bottom: 10px;
    }
}

/* fix mobile header */
.minerva-header .branding-box a span {
	line-height: unset !important;
	overflow: clip;
	text-overflow: ellipsis;
	width: 95%;
}
.minerva-header .branding-box a {
	width: 100%;
}
.minerva-header .branding-box {
	max-width: calc(100% - 10em);
}

@media screen and (min-width: 720px) {
.minerva-header .branding-box {
	width: inherit !important;
}
}