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

24 lines
341 B

#scene {
position: relative;
}
#dices {
display: block;
margin: 0 auto;
}
#launch {
text-align: center;
}
#launch button {
width: 120px;
margin: 0;
padding-top: 90px;
background: url("images/arrow-up.png") center top no-repeat;
border: none;
cursor: pointer;
font-family: "SFToontimeRegular";
font-size: 24px;
color: #FFF;
}