diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2020-03-03 00:09:09 +0100 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2020-03-03 00:09:09 +0100 |
commit | d666704cc8961063a9e422b1aae720351df64fcc (patch) | |
tree | f708f59aa2040235ad3a10575fdb9eb7faf80847 /static/css | |
parent | ac3e7e494669f6f923cb240f03d974efc6c84899 (diff) | |
parent | f5547bf84bbd7e22b1ed9180f42b7e5095f4bdba (diff) | |
download | site-d666704cc8961063a9e422b1aae720351df64fcc.tar.gz site-d666704cc8961063a9e422b1aae720351df64fcc.zip |
Merge branch 'master' of git.deuxfleurs.fr:Deuxfleurs/site
Diffstat (limited to 'static/css')
-rw-r--r-- | static/css/main.css | 78 |
1 files changed, 0 insertions, 78 deletions
diff --git a/static/css/main.css b/static/css/main.css deleted file mode 100644 index 37666f7..0000000 --- a/static/css/main.css +++ /dev/null @@ -1,78 +0,0 @@ -@font-face { - font-family: "Heroes"; - src: url('../fonts/texgyreheros-regular.otf') format('truetype'); -} -* { - font-family: Heroes; - margin: 0; - padding: 0; -} - -header { - background-color: #519c60; - color: #ffffff; - padding: 30px 0px 1px 0px; -} - -h1 { - font-size: 5em; -} - -h2 { - font-size: 3em; -} - -p { - font-size: 1.2em; -} - -.spacing { - margin-top: 1em; -} - -header > .container > h1 { - margin: 10px 0px -27px 0px; -} - -header > .container > .menu-item { - float: right; -} - -header > .container > .menu-item > img { - vertical-align: -9px; -} - -header > .container > .menu-item > a,span { - font-size: 30px; - color: white; - text-decoration: none; -} - -.container { - padding: 0px 40px 0px 40px; -} - -.chapeau { - font-size: 1.8em; - font-weight: bold; - line-height: 1.2; -} - -.service-box { - color: #000; - text-decoration: none; - border: 0.2em solid #000; - width: 250px; - text-align:center; - margin-right: 1em; - float: left; -} - -.service-box:hover { - background-color: #000; - color: #fff; -} - -.list > br { - clear: both; -} |