How to change style of ownCloud

How to change style of ownCloud

For logo

/core/img/favicon.ico

For background

(instalasi_cloud)/core/css/styles.css

body-login {
...
background-image: url('../img/...');
...
}

For background form

(instalasi_cloud)/core/css/styles.css

body-login .v-align {
...
background-color: rgba(0, 168, 90, 0.5);
...
}

For logo inside form

(instalasi_cloud)/core/css/header.css

header .logo {
background-image: url('../img/...');
...
}

For replacing ownCloud text
(instalasi_cloud)/lib/private/legacy/defaults.php

$this->defaultEntity = 'AiskaCloud'; /* e.g. company name, used for footers and copyright notices */
$this->defaultName = 'ownCloud'; /* short name, used when referring to the software */
$this->defaultTitle = 'AiskaCloud'; /* can be a longer name, for titles */
$this->defaultBaseUrl = 'https://aiska-university.ac.id';

Comments

No comments yet. Why don’t you start the discussion?

Leave a Reply

Your email address will not be published. Required fields are marked *