← BACK

CSS Ori note dot setiaji dot com.txt

<style>
        :root { --primary: #99b9fe; --bg: #e5e4f2; --text: #eaeaea; }
        body { font-family: sans-serif; background-image: url('background.jpeg'); background-size: cover; background-position: center; background-repeat: no-repeat;
        background-attachment: fixed; color: var(--text); line-height: 0.9; margin: 0; padding: 15px 3px 25px 3px; }
        .container { max-width: 900px; margin: auto; padding: 5px 5px 15px 10px; border-radius: 7px; }
        h2 { margin-top: 0; margin-bottom: 8px; font-size: 1.2em; color: var(--primary); padding-bottom: 5px; border-bottom: dashed 1px rgba(255, 255, 255, 0.4); }
        /* Gaya untuk Daftar File */
        p {color: var(--primary); font-weight: bold; margin: 5px 0px 10px 0px; padding: 0px 0px 10px 0px; border-bottom: dashed 1px rgba(255, 255, 255, 0.4);}
        .file-list { list-style: none; padding: 0; margin-top: 6px; }
        .file-list li { margin: 5px 0; }
        .file-list a { text-decoration: none; color: var(--text); font-size: 0.9em; font-weight: 500; display: block; padding: 5px 5px 5px 5px;  border-radius: 6px; transition: 0.2s; }
        .file-list a:hover { color: #37fafa; text-shadow: 0 0 11px rgba(151, 249, 254, 0.7); }
        /* Gaya pembeda untuk folder */
        .folder-item { color: #ffd700 !important; font-weight: bold; } 
        /* Gaya untuk Isi Teks */
        pre { white-space: pre-wrap; word-wrap: break-word; color: var(--text); padding: 4px 4px 4px 0px; border-radius: 5px; font-size: 13px;line-height: 1.44; }
        .back-btn { display: inline-block; background:rgba(165, 165, 251, 0.25); border-radius:3px; margin-bottom: 16px; padding: 8px 8px 8px 6px; text-decoration: none; color: #ffffff; font-size: 13px; }
    </style>