the game where you go into mines and start crafting! but for consoles (forked directly from smartcmd's github)
at main 53 lines 1.0 kB view raw
1body 2{ 3 width: 480px; 4} 5 6.contentPanel .articleTitle 7{ 8 height: 3.75em; 9 width: 100%; 10 overflow: hidden; 11 margin-top:12px; 12} 13 14/*if the element is a main menu or a sub menu hide the placeholder element to the right*/ 15.helpMenu .helpContent 16{ 17 display: none; 18} 19 20nav.contentPanel 21{ 22 padding: 64px 64px 64px 28px; 23} 24 25/*if in snapped we need to modify the positioning scheme to allow us to insert the contents between existing nav elements*/ 26article .helpContent 27{ 28 height: 616px; 29 overflow: hidden; 30 background-color: transparent; 31 padding: 0 0 0 28px; 32 position: absolute; 33 left: 0px; 34 top: 10em; 35 column-width: 424px; 36} 37 38article .contentPanel 39{ 40 height: 100%; 41} 42 43article .contentPanel .panelButtons 44{ 45 left: 28px; /* safe region area on the right side: 480 - 28 - 386 ~ 64px */ 46} 47 48/*in snapped the safe area is on the right so these need to be different than in main.css*/ 49.helpMenu li a 50{ 51 margin:16px -22px 0 -22px; 52 padding:0 56px 0 22px; 53}