Menüyü değiştir
Toggle preferences menu
Kişisel menüyü aç / kapat
Oturum açık değil
Your IP address will be publicly visible if you make any edits.

Şablon:Aramayeri/styles.css

Kizilbashica sitesinden
/* Dışarıdaki ekstra kutuyu yok etmek için sarmalayıcı sıfırlama */
.custom-search-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px auto;
    width: 100%;
    max-width: 500px;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    padding: 0 !important;
}

/* Star Citizen Tarzı Kapsül */
.custom-search-trigger {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 10px 18px;
    background: rgba(0, 0, 0, 0.6) !important;
    border: 1px solid rgba(255, 255, 255, 0.15) !important;
    border-radius: 50px !important;
    cursor: pointer;
    transition: all 0.3s ease;
    color: #a0a0a0;
    font-size: 14px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
    box-sizing: border-box;
}

/* Üzerine gelindiğinde veya odaklanıldığında parlama efekti */
.custom-search-trigger:hover {
    border-color: #cca643 !important;
    box-shadow: 0 0 12px rgba(204, 166, 67, 0.35);
    color: #ffffff;
}

.custom-search-left {
    display: flex;
    align-items: center;
    gap: 10px;
}

.custom-search-icon {
    display: flex;
    align-items: center;
    color: inherit;
}

.custom-search-shortcut {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 4px;
    padding: 1px 6px;
    font-size: 11px;
    color: #666;
    font-family: monospace;
}