MediaWiki:Mobile.css: Porovnání verzí

Z Pražský pantheon
Skočit na navigaci Skočit na vyhledávání
Značky: editace z mobilního webu editace z mobilu
Řádek 1: Řádek 1:
 
.header-container.header-chrome {background-color:#e8e3e3;
 
.header-container.header-chrome {background-color:#e8e3e3;
    position: fixed;
 
    width: 100%;
 
    z-index: 100;
 
 
}
 
}
  

Verze z 6. 4. 2020, 19:41

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

/* .page-actions-menu {display:none;} */

blockquote {margin-top:20px;}

.content .center {
    margin-bottom: 20px;
}

h5 {    font-weight: bold;}

.header .branding-box h1 span, .header .branding-box a span {
font-weight: bold;
}

.introduction {
margin-top:20px;
}
.introduction2 {
margin-top:20px;
}

.citat {
  font-style: italic;
  line-height: 1.6;
}

.infobox {
  border-top: 1px solid #c8ccd1;
  border-bottom: 1px solid #c8ccd1;
display:block;
width:100%;
  padding: 20px 0px 20px 0px;
  margin: 30px 0px 30px 0px;
}

.narozeniumrti ul {
  list-style: none;
}
.narozeni li::before {
  content: "*";
  color: #00528c;
  display: inline-block;
  width: 1em;
  font-weight: bold;
  margin-left: -1em;
}
.umrti li::before {
  content: "†";
  color: #00528c;
  display: inline-block;
  width: 1em;
  font-weight: bold;
  margin-left: -1em;
}