Last active
November 5, 2016 13:10
-
-
Save zemagno/b0b987734b798be6adc278831dbbc346 to your computer and use it in GitHub Desktop.
Untitled
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.box-alerta { | |
float:left; | |
background: #4f4f4f; | |
border-radius:3px 3px 3px 3px; | |
box-shadow: 5px 5px 10px 0 #000; | |
color: white; | |
font-family:monospace; | |
padding: 0px 5px 0px 5px; | |
} | |
.box-alerta-critico { background: #f00 } | |
.box-gmud { background: #018c85 } | |
.box-alerta { height: 100px; width: 150px; margin-top:10px; margin-left:10px} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="box-alerta box-alerta-critico">Servidor: srv361<br>Status: DOWN</div> | |
<div class="box-alerta box-gmud">Link: Itau<br>GMUD: <br>Jira: 10233<br>Mudanca de QoS</div> | |
<div class="box-alerta">Link: Itau<br>Status: Alarmado</div> | |
<div class="box-alerta">Link: Itau<br>Status: Alarmado</div> | |
<div class="box-alerta">Link: Itau<br>Status: Alarmado</div> | |
<div class="box-alerta">Link: Itau<br>Status: Alarmado</div> | |
<div class="box-alerta">Link: Itau<br>Status: Alarmado</div> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"view":"split-vertical","fontsize":"80","seethrough":"","prefixfree":"1","page":"all"} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment