Difference between revisions of "MediaWiki:Common.css"

From EdTech Help
Line 92: Line 92:
 
     float: left;
 
     float: left;
 
     padding-right: 15px;
 
     padding-right: 15px;
 +
    padding-bottom: 100%;
 
}
 
}
  

Revision as of 22:18, 15 December 2021

/* CSS placed here will be applied to all skins */
#ca-talk { display:none!important; }
#ca-history { display:none!important; }
#ca-formedit { display:none!important; }

.mw-body h1, .mw-body h2, .mw-body h3, .mw-body h4, .mw-body h5, .mw-body h6, .mw-body dt, #p-logo-text a, #personal h2 span
{
font-family: 'Linux Libertine','Trebuchet MS', sans-serif;
}
.thumbinner {
max-width: 80%;
height: auto;
background-color: #f3f3f3;
box-shadow: 0 1px 2px 1px rgb(0 0 0 / 2%);
}
.thumbimage {
max-width: 80%;
height: auto;
}
.center {
padding-bottom: 25px ;
}

#mw-content-container
{
background-image: linear-gradient(transparent,transparent),url(/wiki/skins/Timeless/resources/images/SakaigerBackground.png);
}

a#p-banner.mw-wiki-title
{
  padding-left: 13px;
}

div#personal
{
display: none;
}

/*div#p-logo-text.mw-portlet
{
  padding-right: 1em;
}*/

.flex-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  align-items: center;
  justify-content: center;
}

.flex-container > div {
  background-color: #f3f3f3;
  word-wrap: break-word;
  min-height: 200px;
  min-width: 200px;
  margin: 10px;
  padding: 20px;
  width: 20%;
  border: solid #eeeeee;
  border-width: 1px 1px 0.2em;
  box-shadow: 0 2px 4px 2px;
}

.alert {
    position: relative;
    margin-bottom: 1rem;
    border-radius: 0.25rem;
    padding: 0.75rem;
}

.alert-attention{
    background-color: #fffae6;
    border-color: #ffeeba;
}

.alert-warning{
    background-color: #ffebe6;
    border-color: #ffd4d4;
}

.alert-info{
    background-color: #deebff;
    border-color: #aecdff;
}

.mr-3, .mx-3 {
    margin-right: 1rem;
}

.floatleft {
    float: left;
    padding-right: 15px;
    padding-bottom: 100%;
}

.alert-heading {
    font-size: 16px;
    font-weight: 700;
}