diff options
author | Guillaume Mazoyer <respawneral@gmail.com> | 2014-05-29 14:28:48 +0200 |
---|---|---|
committer | Guillaume Mazoyer <respawneral@gmail.com> | 2014-05-29 14:28:48 +0200 |
commit | 1a3e5a5bb861f59cbcdede94a82f0984e97ea002 (patch) | |
tree | 519d53ff3981c161b18d00ef0ca3caf85387f5c1 /includes/style.css | |
parent | f8b05a1fed71b89b1cd7524e4f64b317af1ab7a4 (diff) |
Apache 2.4 configuration to avoid to access the config.php file.
First import of the whole source code (quite monolithic for now).
Update configuration example.
Diffstat (limited to 'includes/style.css')
-rw-r--r-- | includes/style.css | 63 |
1 files changed, 63 insertions, 0 deletions
diff --git a/includes/style.css b/includes/style.css new file mode 100644 index 0000000..caf7a34 --- /dev/null +++ b/includes/style.css @@ -0,0 +1,63 @@ +body { + font-size: 1em; + background-color: #FFFFFF; +} +.header_bar { + color: #000000; + text-align: center; + margin-bottom: 1em; +} +.footer_bar { + color: #000000; + font-size: 1.2em; + text-align: center; + margin-top: 1em; + width: 50%; + margin-left: auto; + margin-right: auto; +} +.logo { + text-align: center; + padding: 1%; +} +.content { + color: #000000; + font-size: 1.1em; + text-align: center; + width: 50%; + display: block; + margin-left: auto; + margin-right: auto; +} +.confirm { + width: 50%; + margin-left: auto; + margin-right: auto; +} +.loading { + margin-top: 1em; + width: 50%; + margin-left: auto; + margin-right: auto; +} +.reset { + width: 25%; + margin-left: auto; + margin-right: auto; +} +pre { + color: #FFFFFF; + background-color: #000000; + text-decoration: none; + width: 70%; + margin-left: auto; + margin-right: auto; +} +a { + color: #000000; + text-decoration: none; +} +a:hover { + color: #000000; + text-decoration: none; +} |