RadouxArthur (Talk | contribs) |
|||
(6 intermediate revisions by 2 users not shown) | |||
Line 3: | Line 3: | ||
<style> | <style> | ||
body { | body { | ||
− | + | width: 1200px; | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
background-color: rgb(217,217,217); | background-color: rgb(217,217,217); | ||
margin: auto; | margin: auto; | ||
font-family: 'Roboto', Helvetica, SansSerif; | font-family: 'Roboto', Helvetica, SansSerif; | ||
− | + | padding: 0; | |
− | + | color: black; | |
− | + | background-color:rgb(217,217,217); | |
− | + | word-wrap: break-word; | |
− | + | ||
} | } | ||
Line 189: | Line 184: | ||
$('#removeme').remove(); | $('#removeme').remove(); | ||
$('#bigmaindiv').insertBefore('#content'); }, 0); | $('#bigmaindiv').insertBefore('#content'); }, 0); | ||
− | + | setTimeout(function(){ | |
− | + | ||
$('#cssmenu').prepend('<div id="menu-button">Menu</div>'); | $('#cssmenu').prepend('<div id="menu-button">Menu</div>'); | ||
$('#cssmenu #menu-button').on('click', function(){ | $('#cssmenu #menu-button').on('click', function(){ | ||
Line 201: | Line 195: | ||
} | } | ||
}); | }); | ||
− | + | },1000); | |
} | } | ||
Latest revision as of 22:07, 13 October 2018
Loading, please wait