Your ROOT_URL in app.ini is http://git.osmesh.ru/ but you are visiting https://git.osmesh.ru/MOS/OpenBoard/src/commit/9cb1bce6222a9f24df21572d4250a9d05d0416da/resources/library/interactivities/Syllables.wgt/styles/master.css You should set ROOT_URL correctly, otherwise the web may not work correctly.
новые иконки в OpenBoard
 
 
 
 
 
 

52 lines
721 B

html, body{
width: 100%;
height: 100%;
margin: 0;
padding: 0;
border-radius: 35px;
overflow: hidden;
font-family: sans-serif;
}
body{
background-image: url(../img/bg.png);
}
h1{
font-size:18px;
margin-bottom:20px;
margin-top:0px;
}
#ub-widget{
width: 100%;
height: 100%;
min-height: 180px;
overflow: auto;
color: white;
word-wrap: break-word;
}
input{
font-size: 14pt;
}
.inputbox{
width:50px;
}
button{
width: 80px;
}
input.percent{
width: 100%;
margin: 0px; padding: 0px;
border-width: 0px;
}
.inputwrap{
border-style: solid;
border-width: 1px;
border-color: #dbdfe6;
border-top-color: #abadb3;
}