3609
edycji
Zmiany
Utworzono nową stronę "→CSS placed here will affect users of the mobile site: →Umieszczony tutaj kod CSS zostanie zastosowany we wszystkich skórkach: /* Das folgende CSS wird für all..."
/* CSS placed here will affect users of the mobile site */
/* Umieszczony tutaj kod CSS zostanie zastosowany we wszystkich skórkach */
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */
.item-card {
font-size: 100%;
max-width: 540px;
width: 100% !important;
margin: 0 auto;
background: #ebecf0;
}
.item-card .item-card-table {
font-size: 100%;
max-width: 100%;
width: 100% !important;
display: table;
}
.item-card-table .description {
font-size: 12px;
line-height: 14px;
}
.item-card-table th {
background: #d9d9de;
padding: 6px 12px;
}
.item-card-table td {
padding: 6px 12px;
font-size: 13px;
border-top: 1px solid #c8ccd1;
}
.item-card #toc {
background: #000;
border: none;
width: 100%;
}
/* Umieszczony tutaj kod CSS zostanie zastosowany we wszystkich skórkach */
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */
.item-card {
font-size: 100%;
max-width: 540px;
width: 100% !important;
margin: 0 auto;
background: #ebecf0;
}
.item-card .item-card-table {
font-size: 100%;
max-width: 100%;
width: 100% !important;
display: table;
}
.item-card-table .description {
font-size: 12px;
line-height: 14px;
}
.item-card-table th {
background: #d9d9de;
padding: 6px 12px;
}
.item-card-table td {
padding: 6px 12px;
font-size: 13px;
border-top: 1px solid #c8ccd1;
}
.item-card #toc {
background: #000;
border: none;
width: 100%;
}