mirror of
https://github.com/nextcloud/vm.git
synced 2025-10-26 11:27:32 +00:00
design fixes
This commit is contained in:
parent
19faa7929c
commit
06b5dd114b
@ -8,8 +8,8 @@
|
||||
* [Daniel Hanson](https://github.com/enoch85)
|
||||
|
||||
|
||||
## Build Requrements
|
||||
Theese requrements are only applied if you build from the scripts
|
||||
## Build Requirements
|
||||
Theese requirements are only applied if you build from the scripts
|
||||
* Ubuntu Server 16.04 Server
|
||||
* OpenSSH (preffered)
|
||||
|
||||
|
||||
16
index.php
16
index.php
@ -3,7 +3,7 @@
|
||||
<head><title>Nextloud VM</title>
|
||||
<style>
|
||||
body {
|
||||
background-color: #1d2d44;
|
||||
background-color: #0082c9;
|
||||
font-weight: 300;
|
||||
font-size: 1em;
|
||||
line-height: 1.6em;
|
||||
@ -15,13 +15,13 @@ body {
|
||||
align: center;
|
||||
text-align: center;
|
||||
background: #0082c9; /* Old browsers */
|
||||
background: -moz-linear-gradient(top, #35537a 0%, #0082c9 100%); /* FF3.6+ */
|
||||
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#35537a), color-stop(100%,#0082c9)); /* Chrome,Safari4+ */
|
||||
background: -webkit-linear-gradient(top, #35537a 0%,#0082c9 100%); /* Chrome10+,Safari5.1+ */
|
||||
background: -o-linear-gradient(top, #35537a 0%,#0082c9 100%); /* Opera11.10+ */
|
||||
background: -ms-linear-gradient(top, #35537a 0%,#0082c9 100%); /* IE10+ */
|
||||
background: linear-gradient(top, #35537a 0%,#0082c9 100%); /* W3C */
|
||||
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#35537a', endColorstr='#0082c9',GradientType=0 ); /* IE6-9 */
|
||||
background: -moz-linear-gradient(top, #0082c9 0%, #35537a 100%); /* FF3.6+ */
|
||||
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0082c9), color-stop(100%,#35537a)); /* Chrome,Safari4+ */
|
||||
background: -webkit-linear-gradient(top, #0082c9 0%,#35537a 100%); /* Chrome10+,Safari5.1+ */
|
||||
background: -o-linear-gradient(top, #0082c9 0%,#35537a 100%); /* Opera11.10+ */
|
||||
background: -ms-linear-gradient(top, #0082c9 0%,#35537a 100%); /* IE10+ */
|
||||
background: linear-gradient(top, #0082c9 0%,#35537a 100%); /* W3C */
|
||||
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0082c9', endColorstr='#35537a',GradientType=0 ); /* IE6-9 */
|
||||
}
|
||||
div.logotext {
|
||||
width: 50%;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user