meta data for this page
  •  

Diferenças

Aqui você vê as diferenças entre duas revisões dessa página.

Link para esta página de comparações

Próxima revisão
Revisão anterior
painel_administrativo [2018/12/27 14:29]
sgp criada
painel_administrativo [2021/11/01 14:14]
duarte
Linha 1: Linha 1:
-====== Painel Administrativo ======+<​html>​
  
 +<​head>​
 +    <meta charset="​UTF-8"​ />
 +    <meta name="​viewport"​ content="​width=device-width,​ user-scalable=0"​ />
 +
 +    <style type="​text/​css">​
 +
 +        body {  ​
 +        font-size: 20px;  ​
 +        color: var(--font-color);​
 +        }
 +
 +        p { 
 +            font-size: 20px;
 +            text-align: justify;
 +            text-justify:​ inter-word;
 +        }
 +
 +        strong { font-size: 1rem; }
 +
 +        table {
 +            width: 80%;
 +            margin-left:​ auto;
 +            margin-right:​ auto;
 +        }
 +
 +        th { width: 50%; }
 +
 +        hr { border-top: 1px dashed black; }
 +
 +        ul { padding-left:​ 0; }         
 +
 +        li { font-size: 18px; }
 +
 +        .paragrafo {
 +        font-size: ​ 0.85rem;
 +
 +        padding: 15px;
 +        text-align: justify-all;​
 +        }
 +
 +        .textNote {
 +        font-size: 0.8rem;
 +        padding-top:​ 10px;
 +        text-align: justify-all;​
 +        }
 +
 +        .noteTip {
 +        display: flex;
 +        align-items:​ center;
 +        justify-content:​ start;
 +        background: url(http://​wiki.sgp.net.br/​lib/​plugins/​note/​images/​tip.png) 0 0;
 +        background-color:​ #dfd;
 +        }
 +
 +        .noteWarning {
 +        display: flex;
 +        align-items:​ center;
 +        justify-content:​ start;
 +        background: url(http://​wiki.sgp.net.br/​lib/​plugins/​note/​images/​important.png) 0 0;
 +        background-color:​ #ffc;
 +        }
 +
 +        .noteStop {
 +        display: flex;
 +        align-items:​ center;
 +        justify-content:​ start;
 +        margin-bottom:​ 20px;
 +        background: url(http://​wiki.sgp.net.br/​lib/​exe/​fetch.php?​media=icons:​warning.png) 0 0;
 +        background-color:​ #FDDEDD;
 +        }        ​
 +
 +        .note {
 +        display: flex;
 +        align-items:​ center;
 +        justify-content:​ start;
 +        background: url(http://​wiki.sgp.net.br/​lib/​plugins/​note/​images/​note.png) 0 0;
 +        background-color:​ #eef;
 +        }
 +
 +        .noteBase {
 +        display: flex;
 +        align-items:​ center;
 +        width: 80%;
 +        padding: 15px 20px 0px 70px;
 +        border-radius:​ 20px;
 +        border-collapse:​ collapse;
 +        clear: both;
 +        text-align: justify;
 +        background-repeat:​ no-repeat;
 +        background-position:​ 20px 50%;
 +
 +        }
 +
 +        .video-box {
 +        display:​flex;​
 +        justify-content:​center;​
 +        align-items:​center;​
 +        ​
 +        ​
 +        }
 +
 +        hr.separador {
 +        border: 0;
 +        height: 1px;
 +        background-image:​ linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
 +        }
 +
 +        /* ================================================== */
 +        /* ============== START SOMBRAS CONFIG ============== */
 +
 +        #shadow-box {
 +        display: block;
 +        margin-left:​ auto;
 +        margin-right:​ auto;
 +        margin-bottom:​ 20px;
 +        -webkit-box-shadow:​ 9px 7px 5px rgba(50, 50, 50, 0.5);
 +        --moz-box-shadow: ​  9px 7px 5px rgba(50, 50, 50, 0.5);
 +        -box-shadow: ​       9px 7px 5px rgba(50, 50, 50, 0.5);
 +        }
 +
 +        /* =============== END SOMBRAS CONFIG =============== */
 +        /* ================================================== */        ​
 +
 +    </​style>​
 +</​head>​
 +
 +<​body>​
 +    <​center><​h1>​Configurações básicas do Painel Admin</​h1></​center>​
 +    <​center>​
 +        <img id="​shadow-box"​ src="​https://​wiki.sgp.net.br/​lib/​exe/​fetch.php?​t=1635784886&​w=500&​h=387&​tok=ecb8b2&​media=painel_admin:​acessar_painel_admin.gif"​ alt="​Acessar Painel Admin">​
 +    </​center><​br><​br>​
 +    <p>
 +        O Painel Administrativo contém ferramentas para customizar o sistema de acordo com a necessidade do cliente. Ele possui uma interface bastante intuitiva, e estaremos mostrando no <a href="​https://​wiki.sgp.net.br/​wiki.php?​id=cadastro_de_setores">​Link a Seguir</​a>​ algumas configurações básicas de Atendimento realizada no mesmo.
 +    </p>
 +</​body>​
 +</​html>​