From df3612ed7e6691530503f79483d2fdbc032d01b8 Mon Sep 17 00:00:00 2001 From: polo-pc-greta Date: Thu, 27 Mar 2025 10:13:03 +0100 Subject: mise en ligne github --- public/css/foot.css | 120 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 120 insertions(+) create mode 100644 public/css/foot.css (limited to 'public/css/foot.css') diff --git a/public/css/foot.css b/public/css/foot.css new file mode 100644 index 0000000..ef3291d --- /dev/null +++ b/public/css/foot.css @@ -0,0 +1,120 @@ +/*-- pied de page --*/ +footer +{ + /*background-color: #279dc177;*/ + /*background-color: #13aff077;*/ + background-color: #B7E9FE; + /*width: 1200px;*/ + margin: auto; + +} +footer > div +{ + margin: auto; + max-width: 1200px; + display: flex; + justify-content: space-around; +} +.contact a +{ + color: unset; + border-bottom: 3px #13aff000 solid; /* bordure invisible */ +} +.contact a:hover +{ + /*background-color: #fadb11;*/ + text-decoration: none; + padding: 0 2px; + /*background-color: #13aff0ff; + border-bottom: 3px #fadb11 solid;*/ + background-color: #ffff00; + /*border-bottom: 2px #00a8f3 solid;*/ + border-bottom: 2px #ff1d04 solid; +} + + +/*-- fil d'ariane --*/ +.breadcrumb +{ + max-width: 45%; + /*margin-right: 10px;*/ + margin: 16px 0; /* = p */ + list-style: none; /* retirer les puces */ + font-size: small; + text-align: right; + font-weight: bold; +} +.breadcrumb img +{ + width: 12px; + vertical-align: middle; +} +.breadcrumb a img, .breadcrumb a span +{ + border-bottom: 2px #13aff000 solid; +} +.breadcrumb a img:hover, .breadcrumb a span:hover +{ + /*background-color: #13aff0; + border-bottom: 3px #fadb11 solid;*/ + background-color: #ffff00; + /*border-bottom: 2px #00a8f3 solid;*/ + border-bottom: 2px #ff1d04 solid; +} +/*.breadcrumb *:not(:last-child)::after +{ + content: "→"; + display: block; + margin: 0 3px; +}*/ +.breadcrumb a +{ + color: unset; /* ne plus hériter */ + text-decoration: none; +} + +/* zone admin */ +.logged_out +{ + /*display: none;*/ + justify-content: start; +} +.logged_out a +{ + color: black; + text-decoration: none; +} +.empty_admin_zone +{ + height: 32px; +} +.logged_in +{ + height: 32px; + width: 1200px; + margin: auto; + background-color: #ffff00; + position: fixed; + bottom: 0px; +} +.logged_in > p +{ + margin: 5px 0; + display: flex; + justify-content: space-around; +} +.logged_in button +{ + margin-left: 5px; + color: #ff1d04; + font-size: medium; + border: lightgrey 2px outset; + border-radius: 4px; + background-color: white; +} +.logged_in button:hover +{ + cursor: pointer; /* curseur qui touche du doigt */ + background-color: #ffff00; + border-radius: 4px; +} \ No newline at end of file -- cgit v1.2.3