SSOwat/portal/assets/themes/clouds/custom_portal.css

44 lines
994 B
CSS
Raw Normal View History

/*
===============================================================================
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,
.content .footer a,
2019-03-12 19:06:11 +01:00
a.app-tile,
#ynh-logout {
color: black !important;
}
.ynh-user-portal {
2019-03-12 19:06:11 +01:00
background-image: url("background.jpg");
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;
}
/* 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;
background-image: url("./cloud.png");
2019-03-12 19:06:11 +01:00
}