League of Legends Wiki
Advertisement
League of Legends Wiki

Uwaga: aby zobaczyć zmiany po opublikowaniu, może zajść potrzeba wyczyszczenia pamięci podręcznej przeglądarki.

  • Firefox / Safari: Przytrzymaj Shift podczas klikania Odśwież bieżącą stronę, lub naciśnij klawisze Ctrl+F5, lub Ctrl+R (⌘-R na komputerze Mac)
  • Google Chrome: Naciśnij Ctrl-Shift-R (⌘-Shift-R na komputerze Mac)
  • Internet Explorer / Edge: Przytrzymaj Ctrl, jednocześnie klikając Odśwież, lub naciśnij klawisze Ctrl+F5
  • Opera: Naciśnij klawisze Ctrl+F5.
/*
    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-bottom: .5em;
}
.noticebox .noticebox-more {
    font-size: 80%;
}
.noticebox > :last-child,
.noticebox .noticebox-content > :last-child {
    margin-bottom: 0;
}
Advertisement