League of Legends Wiki
League of Legends Wiki
Nie podano opisu zmian
Nie podano opisu zmian
 
Linia 42: Linia 42:
 
.noticebox .noticebox-content {
 
.noticebox .noticebox-content {
 
font-size: 90%;
 
font-size: 90%;
margin-bottom: .5em;
+
margin: 1em 0;
 
}
 
}
 
.noticebox .noticebox-more {
 
.noticebox .noticebox-more {

Aktualna wersja na dzień 14:31, 8 lis 2017

/*
    Style dla szablonu [[Szablon:Komunikat]]
*/

.noticebox {
    border-radius: 3px;
    box-shadow: 0 2px 0.5em rgba(0, 0, 0, .5);
    text-shadow: 0 2px 0.2em rgba(0, 0, 0, .75);
    background-color: hsl(220, 20%, 26.25%);
    position: relative;
    padding: 1em;
    margin: .5em 0;
    line-height: 1.5;
    background-size: cover;
}
.noticebox > * {
    position: relative;
}
.noticebox::before {
    display: block;
    content: '';
    border-radius: 3px;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: hsla(220, 20%, 7.5%, .6);
}
.noticebox .noticebox-quote {
    font-size: 80%;
    padding-left: 1em;
    margin-bottom: .2em;
    opacity: .75;
}
.noticebox .noticebox-title {
    font-size: 120%;
    font-weight: bold;
    margin-bottom: .5em;
    color: #fff;
}
.noticebox .noticebox-content {
    font-size: 90%;
    margin: 1em 0;
}
.noticebox .noticebox-more {
    font-size: 80%;
}
.noticebox > :last-child,
.noticebox .noticebox-content > :last-child {
    margin-bottom: 0;
}