Skip to content

https://siia.lapaz.tecnm.mx/ by KristanLaimon

Screenshot of https://siia.lapaz.tecnm.mx/

Details

AuthorKristanLaimon

LicenseMIT

Categoryhttps://siia.lapaz.tecnm.mx/

Created

Updated

Size1.7 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Dark Theme sencillo hecho por un alumno

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         https://siia.lapaz.tecnm.mx/
@version      20240801.05.35
@namespace    https://userstyles.world/user/ChrisLaimon
@description  Dark Theme sencillo hecho por un alumno
@author       ChrisLaimon
@license      MIT
==/UserStyle== */

@-moz-document url-prefix("https://siia.lapaz.tecnm.mx/") {
@import url('https://fonts.googleapis.com/css2?family=JetBrains+Mono:ital,wght@0,100..800;1,100..800&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');

/* 10REM FOR LEFT !!! */

/* Global */
html {
    background-color: #1a1d23;
    font-family: "JetBrains Mono", monospace;
    color: white;
    font-size: 1.2rem;
    
}

body {
    margin: 0;
}

#menu {
    display: flex;
    position: static;
    justify-content: space-evenly;
    width: 9.5rem;
    
}


/* Inicio */
#MainContent_tabla {
    background-color: #23272f;
    color: white;

}

.page {
    height: 100vh;
    background-color: #1a1d23;
}

.page table {
    margin-left: 10rem;
}

.footer {
    display: none;
}

.header {
    background-color: #1a1d23;
    height: 0;
    width: 0;
}

td {
    text-align: center;
    padding: 0.3rem 0;
}

div:has(> #MainContent_lblControl) {
    padding-left: 10rem;
}


/* Seguimiento Académico */

canvas {
    padding-left: 10rem;
}

/* Historial Académico */

div:has(> #MainContent_lblNombre) {
    padding-left: 10rem;
}

.divtabla {
    color: black;
    display: flex;
    justify-content: flex-start;
    padding-left: 0;
}

/* Pagina inicio */
span:has(> strong) {
    color: black;
}

#Panel2 {
    display: flex;
    flex-direction: column;
    background-image: none;
}

/*Reinscripción*/
#MainContent_lblMensaje {
    padding-left: 10rem;
}






}

Reviews

No reviews yet.