1
0
mirror of https://gitlab.crans.org/mediatek/med.git synced 2025-06-21 11:18:24 +02:00

Update homepage to new theme

This commit is contained in:
Alexandre Iooss
2019-08-03 13:25:58 +02:00
parent 3509491076
commit 0b42060c51
7 changed files with 124 additions and 155 deletions

View File

@ -9,7 +9,7 @@
/* Colors */
#header {
background-color: #151515;
border-bottom: solid 5px #d8660f;
border-bottom: solid 5px #ff4541;
}
.module h2, .module caption, .inline-group h2 {
@ -151,4 +151,11 @@ input[type=button]:focus, .button:hover, input[type=submit]:hover, input[type=bu
/* Login page background */
body.login {
background: linear-gradient(-225deg, #FFE29F 0%, #ffb7b7 48%, #ff8477 100%) fixed !important;
}
img.poulpy {
display: block;
max-width: 100%;
width: 1000px;
height: auto;
}