Skip to content

Taïga en mieux by CuauhFrMx

Screenshot of Taïga en mieux

Details

AuthorCuauhFrMx

LicenseNo License

Categorytaiga.archi.fr

Created

Updated

Size42 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

v1.1

Notes

Hello les loulous, profitez bien de cette version modifiée de Taïga évidemment !

Source code

Source code has over 10K characters, so we truncated it. You can inspect the full source code on install link.
/* ==UserStyle==
@name         Taïga by Cuauh
@version      20231003.22.31
@namespace    userstyles.world/user/CuauhFrMx
@description  v0.4
profitez les loulous
@author       CuauhFrMx
@license      No License
==/UserStyle== */

@-moz-document url-prefix("https://taiga.archi.fr/taiga/etd/pages/"), url-prefix("https://etudiant.archi.fr/taiga/etd/pages/") {
@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
    background-image:none;
    background-color: hsl(240, 20%, 7%);
    color: white;
    font-family: 'Jost', Helvetica;
    overflow-x: hidden;
   
}

hr {
	display: none;
}

/* ********************* MAIN ************************* */


#custom #set_annee select.customslc {
  font-size: 30px !important;
  letter-spacing: 10px;
  padding-left: 8px;
  border-radius: 4px;
}

#set_annee {
    margin-left: 5px;
}

#main {
    margin: 0;
    margin-left: 260px;
    width: auto;
    padding: 0;
    display: flex;
  flex-direction: column-reverse;
   margin-right: 0;
  align-items: unsafe;
  justify-content: space-between;
    min-height: 100vh;
    
}

.entete1 {
    position: sticky;
    width: calc(1920px - 260px);
    bottom: 0;
    
    background-color:#e2e3f0;
    margin: 0;
    border-radius:0;
    margin-top: 20px;
    color: white;
    font-size:0px;
    
    padding: 20px 30px;
    padding-bottom: 20px;
    display: flex;
    flex-direction: row;
    align-items:center;
    justify-content:left;
    
    margin-bottom:0;
    border:none;
    z-index: 30;
}


.entete1 div.infos {
    
    float: none;
    padding: 0;
    font-family: 'Jost', Helvetica;
    letter-spacing:0;
    margin-right:20px;
    font-size: 19px;
    color:black;
}

.entete1 .logo {
    font-family: 'Jost', Helvetica;
    letter-spacing:0;
    padding: 0 2px;
    order:1;
    text-transform: lowercase;
    display: none;
}

.entete1 .logo .maj {
    text-transform: capitalize;
}

.entete1 .logo {
    color: white;
    cursor: text;
}



.maj {
    color: inherit !important;
    font-size: inherit !important;
	font-style: inherit;
}



.entete1 .logo:after {
  content: " /";
}

.entete1 div.infos {
    display: flex;
    align-items:center;
}

.entete1 div.infos a:nth-child(1) img {
    content: url(https://file.diplomeo-static.com/file/00/00/01/36/13634.svg) !important;
    height: 50px;
    padding-top: 6px;
}

.entete1 div.infos a:nth-child(2) img {
    content: url("https://www.cuauh.fr/files/logout.png") !important;
    height: 30px;
    margin-left: 20px;
    padding:0;
    padding-top: 6px;
}

.titre1 {
    font-size: 190%;
	color:white;
}

/* *********** MAIN CORPS ********************** */

#main div:nth-child(2){
    padding: 0;
}



/* *********************** PANEL ************************* */

#panel {
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  width: 260px;
  height: 100vw;
  background-color: #252537;
   background-size: 140%;
  font-size: 20px;
}

#nav {    
  display: flex !important;
  flex-direction: column;
  align-items: start;
  margin: 0px !important;
}

#nav a {
    color:#fff;
    height:50px;
    display: flex;
    flex-direction: row;
    align-items:center;
    justify-content:start;
    padding: 0;
    letter-spacing: 0.06em;
}

#panel, #custom select.customslc {
  font-family: 'Jost', Helvetica;
}

#nav .current a, #nav li > a {
  transition: all 0.3s;
  padding: 8px 30px;
}

#nav .current a, #nav li {
  transition: all 0.3s;
  width: 100%;
  text-align:left;
 
}
#nav .current a, #nav li:hover {
  background-color: #2e2e47 !important;
  color: white !important;
  text-shadow: none;
  
}

#nav .current a, #nav li:hover > a {
  background-color: transparent !important;
  color: white !important;
  text-shadow: none;  
}


#nav ul {
  left: 260px;
  line-height: 70%;
    color: #fff !important;
  
    
}
#nav ul {
    background: #252537;
    position: absolute;
    display: none;
    margin: 0;
    padding: 0;
    width: 15em;
    border: none;
    border-radius: 0;
    box-shadow:none;
    z-index: 4;
    top: 0;
    color: #fff !important;
}

#nav ul li {
    margin-left: 10px;
    transition: all 0.3s;
    width: auto !important;
}

#nav ul li:hover {
    padding-left: 20px;
    cursor:pointer;
    font-style: italic;
    background-color: #252537 !important;
  	color: white !important;
}


#nav ul li:first-child > a {
	border-radius: 0;
}

#nav ul li:hover > a {
  padding-left: 25px;
  border:none;
  
}

#nav ul li:hover a, #nav li:hover li a {
  border-left: none;
  font-size: 18px;
  height: auto;
  padding: 13px 0;
  padding-left: 5px;
  letter-spacing: 0em;
  background: none;
  border: none;
  color: #c2c2f0;
  box-shadow: none;
  text-shadow: none;
  border-radius:0 !important;
  display: block;  
  text-align:left;
}

#nav ul li:hover #main {
    opacity: 0.2;
}

/* ****************** */

#custom {
  position: fixed;
  bottom: -35px;
  left: calc(15px - 5px);
  font-size: 19px;
  color: white;
}

#custom select.customslc {
  background-color: rgba(120,80,255,1);
  color: white;
  font-size: 19px;
  border: none;
  box-shadow: none;
  letter-spacing:0;
}

#custom #set_annee select.customslc {
  font-size: 19px !important;
  letter-spacing: 0;
  padding-left: 8px;
}

#custom #set_annee {
  margin-bottom: 50px;
}

/* ****************************************************************************************************************** */
/* ****************************************************************************************************************** */
/* ****************************************************************************************************************** */

#main > *:not(:first-child) {
    margin-left: 30px;
    background-color:transparent;
    color:white !important;
}

.titre1 {
  font-size: 190%;
  color: white;
  font-weight: 700;
  text-shadow: none;
}


















}

@-moz-document url("https://taiga.archi.fr/taiga/etd/"), url("https://etudiant.archi.fr/taiga/etd/") {
@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {

    background-color: white;
    color: white;
    font-family: 'Jost', Helvetica;
    display: flex;
    align-items:center;
    justify-content:center;
    
    width:100vw;
    height:100vh;
}
div.main {
    width: auto !important;
    background-color: white;
    margin: 0px;
    padding:0 20px;
    border: none;
    text-align: center;
    border-radius: 30px;
    box-shadow: none;
}
div.main .logos {
    padding: 25px;
    background-color:white;
    border-radius: 30px;
}
.logotaiga {
    display: inline-block;
    color:black;
    font-family:'Jost', Helvetica;
    font-size: 20px;
    font-weight: 600;
    line-height: inherit;
    padding: 0px !important;
    text-transform: none;
    font-style: italic;
    text-align: center;
}
.logotaiga .C1 {
    font-weight: inherit;
    color:black;
}
.logotaiga .C1 {
    font-size: 100%;
}
div.main form {
    border-radius: 10px;
    background-color: transparent;
    color: black;
    border: 1px solid grey;
}

div.main form:hover {
    border-radius: 10px;
    background-color: rgba(184, 196, 240, .54);
    color: black;
    cursor: pointer;
    border: 1px solid grey;
}

table.userzone td.label {
    text-align: right;
    text-shadow: none;
    line-height: 1;
}
/* ******************* */
 .etabs {
    font-size: 90%;
    float: left;
    margin-right: 0;
    margin-bottom: 0;
    height: auto !important;
    background-color: #fff0;
}
div, td, input, select {
    color: #fff;
    font-size: 14px;
    font-family:'Jost', Helvetica;
    text-decoration: none;
}
table.userzone {
    text-align: left;
    font-family:'Jost', Helvetica;
}
.etabs div a {
    font-size: 90%;
    color: black;
    white-space: nowrap;
    margin-left:0;
    padding:0;
}
.etabs div:hover {
    background: transparent;
}
table.userzone td.label {
    display: none;
}

a {
    display:none;
}

a[href="?ce=vrsl"] {
    display: block;
    font-size: 0px !important;
}

a[href="?ce=vrsl"]::before {
    content: "Clique ici pour accéder au portail Taïga de la meilleure ENSA";
    font-size: 20px;
}

div, td, input, select {
    color: black;
    font-size: 21px;
    font-family:'Jost', Helvetica;
    text-decoration: none;
    display:flex;
    flex-direction: column;
    align-items:center;
    justify-content:center;
}
table.userzone td.label {
    text-align: left;
    text-shadow: none;
    font-weight: bold;
}
}

@-moz-document url-prefix("https://taiga.archi.fr/taiga/etd/?ce=vrsl"), url-prefix("https://etudiant.archi.fr/taiga/etd/?ce=vrsl"), url-prefix("https://taiga.archi.fr/taiga/etd/?err&ce=vrsl") {
@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


body {
    display: flex;
    align-items:center;
    justify-content:center;
    width:100vw;
    height:100vh;
}
div.main {
    width: auto !important;
    background-color: white;
    margin: 0px;
    padding:0 20px;
    border: none;
    text-align: center;
    border-radius: 30px;
    box-shadow: none;
  
}
div.main .logos {
    content: url(https://file.diplomeo-static.com/file/00/00/01/36/13634.svg);
    height: 80px;
    padding: 25px;
...

Reviews

No reviews yet.