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

Utworzono nową stronę "body.page-Main_Page.action-view h1.firstHeading, body.page-Main_Page.action-submit h1.firstHeading { display: none; }"
 
Nie podano opisu zmian
 
(Nie pokazano 51 wersji utworzonych przez 2 użytkowników)
Linia 1: Linia 1:
body.page-Main_Page.action-view h1.firstHeading,  
/* Font Awesome Icons */
body.page-Main_Page.action-submit h1.firstHeading {  
@import "https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css";
 
/* Usuwa tytuł na stronie głównej */
body.page-Strona_główna.action-view h1.firstHeading,  
body.page-Strona_główna.action-submit h1.firstHeading {  
   display: none;
   display: none;
}
/* Logo */
#p-logo {
  margin-top: 10px;
}
/* Box informacyjny */
.info-box {
  max-width: 100%;
  width: 500px;
  margin: 0 auto;
  display: block;
  padding: 0 10px;
}
.info-box .small {
  font-size: 0.7em;
  color: #696969;
}
.box {
  padding: 0 10px;
  color: blue;
  font-family: "Courier New", "Courier", monospace;
  width: auto;
  font-weight: bold;
}
/* Odnośniki wersetów */
span.reference {
  display: inline-block;
  width: 50px;
  margin-right: 10px;
  text-align: right;
  vertical-align: top;
}
/* Werset */
span.verse {
  display: inline-block;
  font-style: italic;
}
/* Werset w komentarzu */
ul span.reference,
ol span.reference {
  display: none;
  width: 0;
}
ul span.verse,
ol span.verse {
  display: inline;
  width: auto;
}
/* Przypisy */
ol.references {
  font-size: 90%;
}
ol.references li:target {
  background-color: #ddeeff;
}
sup.reference:target {
  background-color: #ddeeff;
}
/* Wykłady Pisma Świętego */
.volume {
    font-weight: normal;
}
.volume.title-page {
    font-weight: normal;
}
.volume.title-page.study {
    font-size: large;
    font-weight: bold;
}
.volume.title-page.scripture {
    font-style: italic;
}
.volume.title-page.volume-number {
    font-size: medium;
    font-weight: bolder;
}
.volume.title-page.title {
    font-size: xx-large;
    font-weight: bold;
}
.volume.table-of-contents {
}
.volume.table-of-contents.item {
    font-variant-caps: petite-caps;
}
.volume.study {
}
.volume.study.table-of-contents {
    font-variant-caps: petite-caps;
    margin-left: 20px;
    margin-right: 20px;
    background-color: whitesmoke;
}
.volume.study.bible-reference {
    font-weight: bold;
    color: #0e0e65;
}
div.poem {
    font-size: smaller;
    margin: 20px;
}
}