MediaWiki:Common.css — различия между версиями

Материал из War Thunder Wiki
Перейти к: навигация, поиск
Строка 11: Строка 11:
 
}
 
}
  
.wt-index-img-main-text a {
+
.wt-index-img-main-text a:link {
 
     position: absolute;
 
     position: absolute;
 
     bottom: 0px;
 
     bottom: 0px;
Строка 24: Строка 24:
 
     white-space: nowrap;
 
     white-space: nowrap;
 
     min-width: 220px;
 
     min-width: 220px;
 +
    color: #f7f7f7;
 +
}
 +
 +
.wt-index-img-main-text a:visited {
 
     color: #f7f7f7;
 
     color: #f7f7f7;
 
}
 
}
Строка 29: Строка 33:
 
.wt-index-img-main-text a:hover {
 
.wt-index-img-main-text a:hover {
 
     color: #d50000;
 
     color: #d50000;
}
 
 
.wt-index-img-main-text a:visited {
 
    color: #f7f7f7;
 
 
}
 
}
  

Версия 19:09, 13 апреля 2018

/* Код главной страницы */
.wt-index-main {
    position: relative;
    line-height: 1.6;
}

.wt-index-img-main img {
    width: 100%;
    min-width: 220px;
    height: auto;
}

.wt-index-img-main-text a:link {
    position: absolute;
    bottom: 0px;
    left: 0px;
    display: block;
    padding: 9px 0;
    font-size: 25px;
    background-color: rgba(0,0,0,0.25);
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
    min-width: 220px;
    color: #f7f7f7;
}

.wt-index-img-main-text a:visited {
    color: #f7f7f7;
}

.wt-index-img-main-text a:hover {
    color: #d50000;
}

.wt-ul-container th {
    color: #546e7a;
    font-size: 18px;
    margin: 5px;
    font-weight: normal;
}