Skip to content
Snippets Groups Projects
Commit 284ca6f5 authored by Jean-Philippe Metivier's avatar Jean-Philippe Metivier
Browse files

Stylisation

parent 38dfb55a
No related branches found
No related tags found
No related merge requests found
Pipeline #29737 failed
<?php
return [
'unicaen-app' => [
'app_infos' => [
'version' => '2.0.0',
'date' => '10/07/2024',
],
],
'comment' => 'Fichier généré manuellement',
];
...@@ -75,14 +75,14 @@ use UnicaenUtilisateur\Entity\Db\UserInterface; ...@@ -75,14 +75,14 @@ use UnicaenUtilisateur\Entity\Db\UserInterface;
.pill { .pill {
border-radius:0.25rem; border-radius:0.25rem;
margin-bottom: 0.1rem; margin-bottom: 0.1rem;
padding: 0.1rem; padding: 0.1rem 0.9rem 0.1rem 0.9rem;
/*background: #79b2a6;*/ /*background: #79b2a6;*/
background: rgb(217, 237, 247); background: var(--unistrap-color-light);
color: rgb(49, 112, 143); color: var(--unistrap-color-dark);
} }
.pill:hover { .pill:hover {
background: lightgrey; background: var(--unistrap-color-main);
cursor: pointer; cursor: pointer;
} }
</style> </style>
\ No newline at end of file
...@@ -30,7 +30,7 @@ echo $this->doctype(); ...@@ -30,7 +30,7 @@ echo $this->doctype();
<?php echo $this->headScript(); ?> <?php echo $this->headScript(); ?>
</head> </head>
<body class="unistrap unistrap-comm unistrap-th-emc2 unistrap-bg-dark unistrap-sticky-header flex-column"> <body class="unistrap unistrap-comm unistrap-th-support-app unistrap-bg-dark unistrap-sticky-header flex-column">
<!-- HEADER --------------------------------------> <!-- HEADER -------------------------------------->
<header> <header>
<nav id="navbar" class="navbar navbar-main navbar-lg navbar-shadow navbar-expand-lg navbar-dark bg-dark" role="navigation"> <nav id="navbar" class="navbar navbar-main navbar-lg navbar-shadow navbar-expand-lg navbar-dark bg-dark" role="navigation">
......
footer div#etablissement {
/** positionnement du logo **/
position: relative;
top: 50px;
display: inline-block;
height:85px;
width:160px;
/** lien et propriétés basiques **/
background-repeat: no-repeat;
background-image: url('../img/unicaen-logo-noir.svg');
/** redimensionnement **/
background-size: 160px 60px;
}
.unistrap.unistrap-th-support-app {
--unistrap-color-main: hsl(210, 30%, 58%);
--unistrap-color-dark: hsl(210, 30%, 28%);
--unistrap-color-light: hsl(210, 30%, 88%);
--bs-success: rgb(0, 100, 0);
--bs-success-rgb: 0, 100, 0;
--bs-danger: rgb(200, 0, 0);
--bs-danger-rgb: 200,0,0;
--bs-info: rgb(0, 0, 100);
--bs-info-rgb: 0,0,255;
--bs-warning: Sienna;
--bs-warning-rgb: 160, 82, 45;
--bs-primary: #0d6efd;
--bs-primary-rgb: 13, 110, 253;
--bs-secondary: #6c757d;
--bs-secondary-rgb: 108, 117, 125;
}
div.nav-foot ul.navigation li a {
font-variant: small-caps;
text-decoration: none;
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment