MediaWiki:Common.css: Różnice pomiędzy wersjami

Z Wiki fCraft.pl
Przejdź do nawigacji Przejdź do wyszukiwania
m
 
Linia 48: Linia 48:
   image-rendering: -moz-crisp-edges;
   image-rendering: -moz-crisp-edges;
   image-rendering: pixelated;
   image-rendering: pixelated;
   height: 128px;
   height: 96px;
   width: 128px;
   width: 96px;
}
}



Aktualna wersja na dzień 19:42, 27 paź 2017

img.fullwidth {
  max-width: 100%;
  height: auto;
}

img.fullwidthsidebar {
  max-width: calc(100% - 275px);
  height: auto;
}

img.pixelated {
  image-rendering: -moz-crisp-edges;
  image-rendering: pixelated;
}

img.size128 {
  width: 128px;
  height: 128px;
}

div.infobox {
  border: 1px solid #ccc; 
  width: 250px; 
  margin-left: 16px; 
  float: right;
}

div.topbox {
  margin-bottom: 15px;
  padding: 5px;
  font-size: 15px;
  border-radius: 2px;
  text-align: center;
}

div.topbox.red {
  border: 1px solid #E13232;
  background: #fee;
}

div.topbox.yellow {
  border: 1px solid #E1E132;
  background: #ffe;
}

div.avatar img {
  border-radius: 50%;
  image-rendering: -moz-crisp-edges;
  image-rendering: pixelated;
  height: 96px;
  width: 96px;
}

.mw-content-ltr .tocnumber {
  padding-right: 0;
}

.mw-content-ltr .tocnumber::after {
  content: '.\00a0';
}

/* dla strony głównej */
body.page-Strona_główna.action-view h1.firstHeading, body.page-Strona_główna.action-submit h1.firstHeading { display: none; }
body.page-Strona_główna.action-view #contentSub, body.page-Strona_główna.action-submit #contentSub { display: none; }
.nodesktop { display: none; }