2019-03-19 01:12:21 +01:00
|
|
|
/*
|
|
|
|
===============================================================================
|
|
|
|
This file contain extra CSS rules to customize the YunoHost user portal and
|
|
|
|
can be used to customize app tiles, buttons, etc...
|
|
|
|
===============================================================================
|
|
|
|
*/
|
|
|
|
|
2019-03-12 19:06:11 +01:00
|
|
|
/* Make page texts black */
|
|
|
|
.user-container h2,
|
|
|
|
.user-container small,
|
|
|
|
.user-container .user-mail,
|
|
|
|
.user-container .user-mail,
|
|
|
|
.overlay .footer a,
|
|
|
|
a.app-tile,
|
|
|
|
#ynh-logout {
|
|
|
|
color: black !important;
|
|
|
|
}
|
|
|
|
|
2019-03-14 19:05:12 +01:00
|
|
|
.ynh-user-portal {
|
2019-03-12 19:06:11 +01:00
|
|
|
background-image: url("background.jpg");
|
2019-03-12 20:00:28 +01:00
|
|
|
background-repeat: no-repeat;
|
|
|
|
background-size: cover;
|
2019-03-12 19:06:11 +01:00
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Apps colors */
|
|
|
|
.app-tile {
|
|
|
|
background-color: rgba(255, 255, 255, 0.5) !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.app-tile:hover:after,
|
|
|
|
.app-tile:focus:after,
|
|
|
|
.app-tile:hover:before,
|
|
|
|
.app-tile:focus:before {
|
|
|
|
background: rgba(255, 255, 255, 0.5) !important;
|
|
|
|
}
|
|
|
|
|
2019-03-14 19:04:31 +01:00
|
|
|
/* Use a custom logo image */
|
2019-03-14 20:16:57 +01:00
|
|
|
#ynh-logo {
|
2019-03-12 19:06:11 +01:00
|
|
|
z-index: 10;
|
2019-03-14 19:04:31 +01:00
|
|
|
background-image: url("./cloud.png");
|
2019-03-12 19:06:11 +01:00
|
|
|
}
|