Shingeki no Kyojin Wiki
mNie podano opisu zmian
mNie podano opisu zmian
Linia 37: Linia 37:
 
line-height: 24px;
 
line-height: 24px;
 
}
 
}
  +
}
  +
  +
/* Forum */
  +
.main-page-tag-lcs .forum-activity-module, .main-page-tag-rcs .forum-activity-module {
  +
width: 100%;
 
}
 
}
   

Wersja z 13:33, 19 sie 2018

/* Powitanie */
.mainpage-info {
    text-align: center;
    margin: 0 auto 2.2em;
}

/* Statystyki */
.mainpage-stats {
    width: 670px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    margin: 1.1em auto;
}
.mainpage-stats > div { text-align: center }
.mainpage-stats .info { font-size: 0.7em; line-height: 1.1rem; text-transform: uppercase }
.mainpage-stats .number { font-size: 1.4rem; line-height: 2.2rem }

/* Nagłówki */
body.mainpage .forum-activity-module h2, h2.mainpage-header, .mainpage-info h1 {
    height: auto;
    padding: .2em .5em;
    background: transparent linear-gradient(to right, transparent 0%, #663717 15%, #663717 85%, transparent 100%);
    font-weight: bold;
    color: #c90;
    text-align: center;
}
body.mainpage .forum-activity-module h2, h2.mainpage-header {
    border: none;
    font-size: 17px;
    line-height: 22px;
}
@media only screen and (min-width: 1596px) {
    body.mainpage .forum-activity-module h2,
    h2.mainpage-header {
        font-size: 22px;
        line-height: 24px;
    }
}

/* Forum */
.main-page-tag-lcs .forum-activity-module, .main-page-tag-rcs .forum-activity-module {
    width: 100%;
}

/* Spoiler alert */
.spoiler-alert:before {
    content: "!!!";
    position: absolute;
    left: .25em;
    top: .25em;
    z-index: -1;
    display: inline-block;
    opacity: .3;
    font-size: 7em;
    font-weight: 900;
    color: #c90;
}

/* Najnowszy rozdział */
.premiere .article-thumb {
    display: flex;
    flex-flow: column nowrap;
    background: transparent linear-gradient(to right, transparent 0%, #663717 15%, #663717 85%, transparent 100%);
    padding: 0;
    margin: 0;
}
.premiere .article-thumb figcaption { order: -1 }
.premiere .article-thumb .caption {
    font-size: 17px;
    line-height: 22px;
    font-weight: bold;
    color: #c90;
    text-align: center;
}
@media only screen and (min-width: 1596px) {
    .premiere .article-thumb .caption {
        font-size: 22px;
        line-height: 24px;
    }
}
.premiere .article-thumb .caption a {
    display: block;
    color: #d5d4d4;
}