html { height: 100%; } /* Tell the browser to render HTML5 elements as block */ header, footer, aside, nav, article { display: block; } /*caratteristiche generali di tutto il body*/ body { font-family: Helvetica, Arial, sans-serif; background: #303030; height: 100%; margin: 10px; } /*style della barra di navigazione*/ #topbar { margin: 0; padding: 0; width: 100%; border-bottom: 2px solid black; } #content { margin: 0; padding: 0; width: 100%; height: 70%; } form { height: 100%; } #version{ margin: 0px; padding: 0px 0px; color: RGBA(0, 146, 0, 255); font-weight: bold; font-size: 17px; } .submit-mobile { display: none; } .icon { padding-right: 20px; } .icon-right { float: right; } #PasteTextBox{ margin: 20px; border: 0px; background-color: #303030; color: #EDEDED; resize: none; } .title{ display: inline-block; color: #EDEDED; font-weight: bold; } .selectBox { font-size: 15px; background: #EDEDED; color: black; padding: 5px; margin-right: 20px; border: solid #9e9e9e 1px; text-decoration: none; display: inline-block; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; } .error { font-size: 28px; text-align: center; }