Mini Shell
<style>
.ui-message-block {
position: relative;
border: 1px solid;
border-radius: 2px;
display: flex;
align-items: center;
font-size: 13px;
background-color: #fff7e8;
color: #ffcda8;
padding: 14px 17px 14px 0;
font-family: 'Noto Sans', sans-serif;
}
.ui-message-block i {
color: #f77c00;
}
.ui-message-block::after {
content: '';
position: absolute;
}
.ui-message-wrapper {
color: black;
position: relative;
}
.ui-message-header {
position: relative;
top: 5px;
font-weight: bold;
color: black;
font-size: 110%;
}
.ui-message-content-wrapper {
margin-top: 10px;
}
.info-icon {
width: 30px;
height: 30px;
min-width: 30px;
min-height: 30px;
margin: 0 14px;
}
li + li {
position: relative;
top: 4px;
}
</style>
<div class="ui-message-block">
<i class="info-icon">
<svg xmlns="http://www.w3.org/2000/svg" width="30px" height="30px" viewBox="0 0 30 30"><path fill="#F0972B" fill-rule="evenodd" d="M13.5 22.5h3v-9h-3v9zM15 0C6.72 0 0 6.72 0 15c0 8.28 6.72 15 15 15 8.28 0 15-6.72 15-15 0-8.28-6.72-15-15-15zm-1.5 10.5h3v-3h-3v3z"/></svg>
</i>
<div class="ui-message-wrapper">
<div class="ui-message-header">
Restricted area
</div>
<div class="ui-message-content-wrapper">
Your admin user doesn't appear to belong to clsudoer group.
Please run the following script in order to resolve the issue:
<br>
<strong>$ /usr/share/l.v.e-manager/install-lvemanager-plugin.py -u</strong>
<br>
(Run it as the 'root' user on the server console over SSH)
</div>
</div>
</div>
Zerion Mini Shell 1.0