diff options
author | Guillaume Mazoyer <respawneral@gmail.com> | 2014-06-10 14:41:21 +0200 |
---|---|---|
committer | Guillaume Mazoyer <respawneral@gmail.com> | 2014-06-10 14:41:21 +0200 |
commit | 9189da16073a0c2fab560df7fdbe5edb331d8c47 (patch) | |
tree | 6204a24765c3e191693704107d764e806aadf988 /includes/style.css | |
parent | d45eab0fe59e5a24e0562365d3c314ca7bde99f3 (diff) |
Move CSS to a dedicated directory css/
Diffstat (limited to 'includes/style.css')
-rw-r--r-- | includes/style.css | 69 |
1 files changed, 0 insertions, 69 deletions
diff --git a/includes/style.css b/includes/style.css deleted file mode 100644 index 0c815ba..0000000 --- a/includes/style.css +++ /dev/null @@ -1,69 +0,0 @@ -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; -} -.origin { - font-size: 0.8em; -} -.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; -} -#dontlook { - display: none; -} -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; -} |