                                                                                                                                                                                                                    /**
 * fluttershy.css
 * El tema de mi putita y el amor de mi cosmos
 */
/**

/* === FONDOS Y TEXTO PRINCIPAL === */
body {
    background: #fef7a6 url('https://derpicdn.net/img/view/2024/12/9/3504895.jpg') repeat-x left top;
    color: #025751;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 13px;
}

div.post p {
    line-height: 1.2 !important;
}

/* === COLOR DE LAS CITAS === */
.quote {
    color: #68c8c4;
}

/* === ENLACES GENERALES === */
a, a:visited {
    text-decoration: none;
    color: #ff99cc;
}

a:hover, .intro a.post_no:hover {
    color: #02aca4;
}

/* === VISTA DE CATÁLOGO === */
.theme-catalog div.thread {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    font-weight: normal;
    margin-top: 15px;
    margin-inline: 4px;
    padding: 20px;
    height: 200px;
    width: 205px;
    overflow: hidden;
    position: relative;
    font-size: 11px;
    background: rgba(254, 247, 166, 0.9);
    border: 2px dashed #02aca4;
    border-radius: 30px;
}

.theme-catalog div.thread:hover {
    color: #025751;
    background: rgba(255, 153, 204, 0.2);
    border: 2px solid #025751;
}

/* === ÁREA DE SUBIDA DE ARCHIVOS === */
.dropzone {
    color: #02aca4;
    cursor: default;
    margin: auto;
    padding: 0 4px;
    text-align: center;
    min-height: 50px;
    max-height: 140px;
    transition: all 0.2s ease 0s;
    background: rgba(254, 247, 166, 0.9);
    border: 2px dashed #ff99cc;
    border-radius: 8px;
}

.dropzone .remove-btn {
    cursor: pointer;
    color: #ff99cc;
    display: inline-block;
    vertical-align: bottom;
    position: relative;
    margin-right: 5px;
    font-size: 20px;
}

.dropzone .remove-btn:hover {
    cursor: pointer;
    color: #025751;
}

.dropzone .file-hint {
    color: rgba(255, 153, 204, 0.7);
    cursor: pointer;
    position: relative;
    margin-bottom: 5px;
    padding: 10px 0;
    top: 5px;
    transition: all 0.2s ease 0s;
    border: 1px dashed rgba(255, 153, 204, 0.4);
    border-radius: 30px;
}

.file-hint:hover, .dropzone.dragover .file-hint {
    color: #02aca4;
    border-color: #02aca4;
}

.post-menu li:hover {
    color: #ff99cc;
    background-color: rgba(255, 153, 204, 0.2);
}

.post-

/* === TÍTULO Y CABECERA === */
h1 {
    font-size: 22pt;
    text-align: center;
    letter-spacing: 1px;
    color: #02aca4;
    font-family: 'Comic Sans MS', 'Chalkboard SE', cursive;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.05);
    margin-top: 30px;
}
div.title, h1 {
    color: #02aca4;
    font-family: 'Comic Sans MS', 'Chalkboard SE', cursive;
}
div.title p {
    font-size: 10px;
    color: #ff99cc;
}

/* === POSTS Y RESPUESTAS === */
div.post.reply {
    background: rgba(254, 247, 166, 0.9);
    border: 2px solid #02aca4;
    margin-bottom: 12px;
    border-radius: 10px;
    padding: 10px;
}
div.post.reply.highlighted {
    background: rgba(255, 153, 204, 0.2);
    border: 2px dashed #025751;
}
div.post.reply div.body a:link, div.post.reply div.body a:visited {
    color: #ff99cc;
}
div.post.reply div.body a:link:hover, div.post.reply div.body a:visited:hover {
    color: #025751;
}

/* === INFORMACIÓN DEL POST === */
.intro span.subject {
    font-size: 13px;
    font-family: 'Segoe UI', Tahoma, sans-serif;
    color: #025751;
    font-weight: 600;
}

/* === NOMBRE DE USUARIO CON MARIPOSA === */
.intro span.name {
    color: #02aca4;
    font-weight: 600;
    position: relative;
    padding-left: 20px;
}

.intro span.name::before {
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    background-image: url('https://derpicdn.net/img/view/2024/2/16/3302766.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.intro a.capcode, p.intro a.nametag {
    color: #ff99cc;
    margin-left: 0;
}
.intro a.email, p.intro a.email span.name, p.intro a.email:hover, p.intro a.email:hover span.name {
    color: #02aca4;
}

/* === FORMULARIOS Y CAMPOS DE ENTRADA === */
input[type="text"], textarea, select {
    background: rgba(254, 247, 166, 0.9);
    color: #025751;
    border: 2px solid #02aca4;
    padding: 8px;
    font-family: 'Segoe UI', Tahoma, sans-serif;
    font-size: 11pt;
    border-radius: 8px;
}
input[type="password"] {
    background: rgba(255, 153, 204, 0.2);
    color: #025751;
    border: 2px solid #ff99cc;
    border-radius: 8px;
}
form table tr th {
    background: #02aca4;
    color: #fef7a6;
    border: none;
    font-weight: 600;
    text-align: center;
    padding: 8px;
    border-radius: 8px 8px 0 0;
}


/* === DOBLE LÍNEA EN FOCO === */
input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus {
    border-color: #ff99cc !important;
    outline: none !important;
    box-shadow: 0 0 0 2px #ff99cc !important;
}

/* === BANNER NOTICIAS === */
div.banner {
    background: rgba(255, 153, 204, 0.9);
    color: #025751;
    text-align: center;
    padding: 8px;
    margin: 10px auto;
    font-size: 12px;
    border-radius: 8px;
    border: 1px solid #ff99cc;
}
div.banner a {
    color: #025751;
    font-weight: bold;
}

/* === BOTONES === */
input[type="submit"] {
    background: #ff99cc;
    border: none;
    color: #025751;
    padding: 8px 16px;
    font-weight: bold;
    border-radius: 20px;
    cursor: pointer;
    transition: background 0.2s;
}
input[type="submit"]:hover {
    background: #02aca4;
    color: #fef7a6;
}
input[type="text"]:focus, textarea:focus {
    border-color: #025751;
    outline: none;
    box-shadow: 0 0 5px rgba(2, 87, 81, 0.3);
}

/* === INFORMACIÓN DE ARCHIVOS === */
p.fileinfo a:hover {
    text-decoration: underline overline;
    text-decoration-color: #ff99cc;
}

span.trip {
    color: #68c8c4;
}

div.pages {
    color: #025751;
    background: rgba(254, 247, 166, 0.9);
    border: 1px solid #02aca4;
    font-family: 'Segoe UI', Tahoma, sans-serif;
    font-size: 10pt;
    border-radius: 8px;
    padding: 8px;
}
div.pages a.selected {
    color: #ff99cc;
    font-weight: bold;
}

hr {
    height: 1px;
    border: none;
    background: linear-gradient(to right, transparent, #02aca4, transparent);
}

/* === LISTA DE TABLONES === */
div.boardlist {
    color: #02aca4;
    background-color: transparent;
    font-weight: 500;
    padding: 8px; 
}

div.ban {
    background-color: rgba(254, 247, 166, 0.95);
    border: 2px solid #ff99cc;
    border-radius: 10px;
}
div.ban h2 {
    background: rgba(255, 153, 204, 0.9);
    color: #025751;
    font-size: 13px;
    border-radius: 8px 8px 0 0;
    padding: 8px;
}

span.spoiler {
    background: #025751;
    border: 1px solid #68c8c4;
    padding: 2px 6px;
    color: #025751;
    margin: 4px 0;
    display: inline-block;
    border-radius: 4px;
}
div.post.reply div.body span.spoiler a {
    color: #025751;
}
span.spoiler:hover, div.post.reply div.body span.spoiler:hover a {
    color: #fef7a6;
    background: #025751;
}

.desktop-style div.boardlist:not(.bottom) {
    background-color: rgba(254, 247, 166, 0.95);
    padding-bottom: 6px;
    padding-top: 6px;
    border-bottom: 2px solid #02aca4;
}
.desktop-style div.boardlist:not(.bottom):hover, .desktop-style div.boardlist:not(.bottom).cb-menu {
    background-color: rgba(255, 153, 204, 0.2);
}

table.modlog tr th {
    background: rgba(254, 247, 166, 0.9);
    color: #02aca4;
}
tr.tblhead > th {
    color: #025751;
    background: rgba(254, 247, 166, 0.9);
    border: 1px solid #02aca4;
}
#banlist td:hover {
    color: #ff99cc;
    background: rgba(255, 153, 204, 0.2);
    border: 1px dashed #ff99cc;
}

#options_div, #alert_div {
    background: rgba(254, 247, 166, 0.95);
    border: 2px solid #02aca4;
    border-radius: 12px;
}
.options_tab_icon {
    color: #ff99cc;
}
.options_tab_icon.active {
    color: #025751;
}


#quick-reply th {
    background: #ff99cc !important;
    color: #025751 !important;
    border-radius: 12px 12px 0 0 !important;
    padding: 12px !important;
    border: none !important;
}

#quick-reply table {
    margin: 12px;
    background: solid !important;
    border: none !important;
    border-radius: 0 !important;
    box-shadow: #ff99cc !important;
    padding: 11px;
}

.box {
    background: rgba(254, 247, 166, 0.95);
    border-color: #02aca4;
    color: #025751;
    border-radius: 12px;
}
.box-title {
    background: #02aca4;
    color: #fef7a6;
    border-radius: 10px 10px 0 0;
    padding: 10px;
}

table thead th {
    background: #02aca4;
    border-color: #02aca4;
    color: #fef7a6;
    border-radius: 8px 8px 0 0;
}
table.board-list-table .board-uri .board-sfw {
    color: #ff99cc;
}
tbody.board-list-omitted td {
    background: rgba(255, 153, 204, 0.9);
    border-color: #ff99cc;
    color: #025751;
}

h1, h2, .intro span.subject, .intro span.name {
    font-family: 'Comic Sans MS', 'Chalkboard SE', 'Segoe UI', cursive;
}

.board_image {
    display: block;
    margin-top: 30px !important;
    margin-left: auto;
    margin-right: auto;
    border: none !important;
    outline: none !important;
    padding: 0 !important;
}

.btn-danger.btn.rec_circle {
    padding-right: 25px;
}

#remove_recorded_audio {
    padding-right: 40px !important;
}

.btn-dark.btn.stop_square {
    padding-right: 30px !important;
}

#quick-reply .btn-danger.btn.rec_circle {
    display: none !important;
}

#quick-reply table input[type="text"],
#quick-reply table input[type="password"],
#quick-reply table textarea,
#quick-reply table select {
    margin: 8px 0 !important; /* Solo márgenes verticales */
    padding: 10px 12px !important;
    border-radius: 8px !important;
    background: #fef4ca !important;
}

#quick-reply .submit {
	padding: 8px !important;
}
.post-table th, .post-table-options th {
  width: 100px;
  padding: 15px;  
}
.post-table-options>tbody>tr,.post-table-options .dice-option table,.post-table-options .dice-option table tr,.post-table-options .dice-option table td{background:transparent!important;border:none!important;border-style:none!important;border-collapse:collapse!important;border-spacing:0!important;border-image:none!important;outline:none!important;box-shadow:none!important}