12 Commits
v0.2 ... master

Author SHA1 Message Date
e12a4f7989 maj logo 2022-02-24 18:33:58 +01:00
acae51e796 maj 2021-11-14 21:46:49 +01:00
svnet
22db0823f6 Merge branch 'master' of https://git.weblib.re/WEBLIB.RE/yunohost_theme 2020-08-01 23:36:35 +02:00
svnet
3637dc9f42 Optimisation 2020-08-01 23:35:12 +02:00
svnet
bb686cc97c Optimisation 2020-08-01 23:34:58 +02:00
svnet
1ffce49b46 Optimisation 2020-08-01 23:09:42 +02:00
svnet
e4f2d4df90 maj icon 2020-07-24 00:22:18 +02:00
Samuel Vermeulen
309a83fecd maj fond 2020-07-24 00:05:29 +02:00
SVNET Libre
e8d4c01a28 Merge branch 'master' of git.weblib.re:WEBLIB.RE/yunohost_theme 2020-01-13 22:45:21 +01:00
SVNET
f421ce7c51 nouvelle image de fond 2020-01-13 22:43:29 +01:00
SVNET
dd1cd4e9fb nouvelle image de fond 2020-01-13 22:37:23 +01:00
Samuel Vermeulen
ae28ad418e fix JSON architecture 2019-11-01 18:44:06 +01:00
4 changed files with 3240 additions and 2047 deletions

View File

@@ -10,21 +10,21 @@ body {
background-repeat: no-repeat;
background-size: cover;
/* background: #ddd; */
}
}
#ynh-logo {
background-image: url("img/weblibre-ynh.svg");
}
.login-form .form-group {
border: 1px solid #bbb;
border: 1px solid #4054A4;
}
.user-container,
.user-menu a,
.link-btn,
.footer a {
color: #555;
color: #ffffff;
}
.user-menu a:hover,

Binary file not shown.

Before

Width:  |  Height:  |  Size: 348 KiB

After

Width:  |  Height:  |  Size: 1.3 MiB

File diff suppressed because it is too large Load Diff

Before

Width:  |  Height:  |  Size: 151 KiB

After

Width:  |  Height:  |  Size: 241 KiB

View File

@@ -1,9 +1,5 @@
#!/bin/bash
cat <<EOF >> /etc/ssowat/conf.json.persistent
{
"theme" : "weblibre"
}
EOF
sed -i '1a\"theme": "weblibre",' /etc/ssowat/conf.json.persistent
exit 0