More languages
More actions
".simple-event { border: 1px solid #ccc; border-radius: 8px; background: #1e1e1e; overflow: hidden; font-family: sans-serif; } .simple-card { position: relative; height: 5rem; display: flex; align-items: center; } .simple-card__background img { height: 100%; width: auto; object-fit: cover; } .simple-card__foreground { position: absolute; left: 1rem; color: white; font-weight: bold; font-size: 1rem; text-shadow: 0 0 5..." içeriğiyle yeni sayfa oluşturdu |
Değişiklik özeti yok |
||
(Aynı kullanıcının aradaki diğer 2 değişikliği gösterilmiyor) | |||
1. satır: | 1. satır: | ||
. | .home-event { | ||
border: 1px solid #ccc; | |||
border-radius: 8px; | |||
background: #f9f9f9; | |||
} | } | ||
. | .home-gameinfo { | ||
display: flex; | |||
align-items: center; | |||
justify-content: space-between; | |||
padding: 4px 16px; | |||
white-space: nowrap; | |||
line-height: 1; | |||
overflow-x: auto; | |||
font-size: 14px; | |||
gap: 32px; | |||
} | } | ||
. | .home-gameinfo-label { | ||
color: #888; | |||
font-size: 12px; | |||
letter-spacing: 0.05em; | |||
} | } | ||
. | .home-gameinfo-list { | ||
display: flex; | |||
} | } | ||
. | .home-gameinfo-list-item { | ||
display: flex; | |||
align-items: center; | |||
gap: 4px; | |||
font-weight: 600; | |||
} | |||
.home-gameinfo-list-item + .home-gameinfo-list-item { | |||
margin-left: 8px; | |||
border-left: 1px solid #ccc; | |||
padding-left: 8px; | |||
} | |||
.home-event .home-card { | |||
height: 5rem; | |||
border-top-left-radius: 0; | |||
border-top-right-radius: 0; | |||
} | |||
.home-event .home-card__background:after { | |||
background: linear-gradient(to right,#101e3c 1%,transparent 33.3%); | |||
} | } |
18.35, 20 Nisan 2025 itibarı ile sayfanın şu anki hâli
.home-event {
border: 1px solid #ccc;
border-radius: 8px;
background: #f9f9f9;
}
.home-gameinfo {
display: flex;
align-items: center;
justify-content: space-between;
padding: 4px 16px;
white-space: nowrap;
line-height: 1;
overflow-x: auto;
font-size: 14px;
gap: 32px;
}
.home-gameinfo-label {
color: #888;
font-size: 12px;
letter-spacing: 0.05em;
}
.home-gameinfo-list {
display: flex;
}
.home-gameinfo-list-item {
display: flex;
align-items: center;
gap: 4px;
font-weight: 600;
}
.home-gameinfo-list-item + .home-gameinfo-list-item {
margin-left: 8px;
border-left: 1px solid #ccc;
padding-left: 8px;
}
.home-event .home-card {
height: 5rem;
border-top-left-radius: 0;
border-top-right-radius: 0;
}
.home-event .home-card__background:after {
background: linear-gradient(to right,#101e3c 1%,transparent 33.3%);
}