User:Rampion/design.css

/* General styles */
.user-page-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem 1rem;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    line-height: 1.75;
    color: #1a1a1a;
    font-size: 12pt;
}

.user-header,
.quote-box,
.tenets-box,
.sidebar {
    background: white;
    border: 1px solid #e5e7eb;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.user-header:hover,
.quote-box:hover,
.tenets-box:hover,
.sidebar:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 16px rgba(0,0,0,0.15);
}

h2 {
    font-size: 1.4rem;
    font-weight: 500;
    margin: 0 0 1.5rem 0;
    color: #1a1a1a;
    padding: 0;
    border: none;
    background: none;
}

.tenets-box h2,
.sidebar h2 {
    margin-top: 0 !important;
}

.content-grid {
    display: grid;
    grid-template-columns: 1fr 300px;
    gap: 2.5rem;
}

.quote-box {
    border-radius: 8px;
    padding: 2rem 2.5rem;
    margin-bottom: 2.5rem;
    font-style: italic;
}

.quote-box .autor {
    margin-top: 1rem;
    font-style: normal;
    color: #1a1a1a;
}

.tenets-box {
    border-radius: 12px;
    padding: 2rem 2.5rem;
}

.tenets-box ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.tenets-box ul li {
    margin: 0 0 0.5rem 0;
    padding-left: 1.25rem;
    position: relative;
    color: #1a1a1a;
    line-height: 1.5;
}

.tenets-box ul li:before {
    content: "•";
    position: absolute;
    left: 0;
    color: #1a1a1a;
}

.tenets-box a {
    color: #0645ad;
    text-decoration: none;
}

.tenets-box a:hover {
    text-decoration: underline;
}

.sidebar {
    border-radius: 12px;
    padding: 1.5rem 1.75rem;
}

.user-header {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 2.5rem;
    margin-bottom: 2.5rem;
    padding: 2rem 2.5rem;
    border-radius: 12px;
}

.user-avatar {
    width: 150px;
    height: 150px;
    border-radius: 12px;
    object-fit: cover;
}

/* Userbox styling */
.sidebar .wikipediauserbox {
    margin: 0 0 0.4rem 0;
    width: 100%;
}

.sidebar .wikipediauserbox table {
    width: 100%;
}

.sidebar .wikipediauserbox .userbox-info {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    font-size: 10pt;
    line-height: 1.35;
    padding: 0.3rem 0.5rem;
    height: auto;
}
@media (max-width: 768px) {
    .content-grid {
        grid-template-columns: 1fr;
    }

    .user-header {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .user-avatar {
        margin: 0 auto;
    }
}

Content Disclaimer

Informasi ini disarikan dari Wikipedia dan disajikan kembali untuk tujuan edukasi. Konten tersedia di bawah lisensi CC BY-SA 3.0. Kami tidak bertanggung jawab atas ketidakakuratan data yang bersumber dari kontribusi publik tersebut.

  1. The information displayed on this website is sourced in part or in whole from Wikipedia and has been adapted for the purpose of restating it. We strive to provide accurate and relevant information, however:
  2. There is no guarantee of absolute accuracy. Wikipedia is an open, collaborative project that can be edited by anyone, so information is subject to change.
  3. It is not intended to constitute professional advice. The content displayed is for informational and educational purposes only. For important decisions (e.g., medical, legal, or financial), please consult a professional.
  4. Content copyright. Wikipedia is licensed under the Creative Commons Attribution-ShareAlike License (CC BY-SA). This means that content may be reused with appropriate attribution and shared under a similar license.
  5. Responsible use. Any risk arising from the use of information from this website is entirely the responsibility of the user.