RadouxArthur (Talk | contribs) |
RadouxArthur (Talk | contribs) |
||
Line 34: | Line 34: | ||
$('#bigmaindiv').insertBefore('#content'); }, 0); | $('#bigmaindiv').insertBefore('#content'); }, 0); | ||
</script> | </script> | ||
+ | |||
+ | |||
+ | Page Backbone | ||
+ | ************************************************************************/ | ||
+ | * { | ||
+ | -webkit-box-sizing: border-box; | ||
+ | box-sizing: border-box; | ||
+ | margin: 0; | ||
+ | padding: 0; | ||
+ | } | ||
+ | html { | ||
+ | font-size:16px; | ||
+ | } | ||
+ | body { | ||
+ | width: 100%; | ||
+ | margin: 48px 0 0 0; | ||
+ | padding: 0; | ||
+ | color: black; | ||
+ | background-color: white; | ||
+ | font: inherit; | ||
+ | font-size:16px; | ||
+ | word-wrap: break-word; | ||
+ | } | ||
+ | |||
+ | @media (min-width: 1024px) { | ||
+ | body { | ||
+ | margin: 16px 0 0 0; | ||
+ | } | ||
+ | } | ||
+ | |||
+ | |||
#globalWrapper { | #globalWrapper { | ||
width: 100%; | width: 100%; | ||
Line 41: | Line 72: | ||
font-size: 16px; | font-size: 16px; | ||
} | } | ||
− | + | #content { | |
+ | width: 100%; | ||
+ | min-height: 80vh; | ||
+ | margin: 0; | ||
+ | padding: 0; | ||
+ | border: none; | ||
+ | color: inherit; | ||
+ | background-color: #ffffff; | ||
+ | position: relative; | ||
+ | } | ||
+ | #HQ_page { | ||
+ | width: 100%; | ||
+ | margin: 0; | ||
+ | padding: 0; | ||
+ | background: none; | ||
+ | } | ||
<!--Début du html--> | <!--Début du html--> |
Revision as of 09:44, 20 September 2018