Portal de Aplicativos SEDUC Piauí
< type="text/css">
.rodape {
font-family: TahomaGenevasans-serif;
font-size: 11px;
font-weight: bold;
color: #555737;
font-: normal;
}
.novo {
font-family: TahomaGenevasans-serif;
font-size: 11px;
font-weight: bold;
color: #F94949;
font-: normal;
}
.pulse {
margin-top:-10px;
display: block;
width: 8px;
height: 8px;
border-radius: 50%;
background: #f13e3e;
cursor: pointer;
box-shadow: 0 0 0 rgba(242,17,140.4);
animation: pulse 2s infinite;
margin-left: -50px;
}
.pulse:hover {
animation: none;
}
@-webkit-keyframes pulse {
0% {
-webkit-box-shadow: 0 0 0 0 rgba(242,17,140.4);
}
70% {
-webkit-box-shadow: 0 0 0 10px rgba(242,17,140.4);
}
100% {
-webkit-box-shadow: 0 0 0 0 rgba(242,17,140.4);
}
}
@keyframes pulse {
0% {
-moz-box-shadow: 0 0 0 0 rgba(242,17,140.4);
box-shadow: 0 0 0 0 rgba(242,17,140.4);
}
70% {
-moz-box-shadow: 0 0 0 10px rgba(242,17,140.4);
box-shadow: 0 0 0 10px rgba(242,17,140.4);
}
100% {
-moz-box-shadow: 0 0 0 0 rgba(242,17,140.4);
box-shadow: 0 0 0 0 rgba(242,17,140.4);
}
}
.box-link a:hover{
text-decoration:none;/*rgb(58,197,95);*/
}
.box-link p{
color: green;
font-weight: 400;
line-height: 19px;
margin-top:4px;
/*min-width: 180px;*/
/*border: 1px solid black;*/
}
.box-link{
text-align: center;
min-height: 124px;
margin-bottom: 10px;
}
.box-link img
{
border: solid 1px #ccd;
/*rgb(7587100); */
border-radius: 10px;
background: #fff;
box-shadow: 3px 5px grey;
/*box-shadow:
0 0 0 4px rgb(58,197,95);*/
}
/*.box-link:hover{
text-decoration: underline;
}*/
.detail {
width: 170px;
height: 170px;
border-radius: 100%;
margin: auto;
position: relative;
border-bottom: 3px solid rgb(7587100);
border-right: 3px solid rgb(7587100);
border-left: 3px solid rgb(23312899);
border-top: 3px solid rgb(23312899);
padding: 1px;}
#titulo-bar{
background: rgb(58,197,95);
background: linear-gradient(90degrgba(58,197,95,1) 0%rgba(33,176,125,1) 55%);
/*margin-top: 10px*/
}
#titulo-bar h5{
padding: 5px;
color: #fff;
text-transform: uppercase;
font-weight: 500;
font-size: 18px;
}
#suporte-contato p {
font-size: 14px;
font-weight: 500;
}
#rodape{
background: rgb(58,197,95);
background: linear-gradient(90degrgba(58,197,95,1) 0%rgba(33,176,125,1) 55%);
height: 68px;
}
ul#menu-rodape li{
display: inline;
}
#botao{
width: 140px;
}
#box
{
width: 10em;
font-size: 1.5em;
text-align: center;
padding: 2em 1em;
margin: 50px auto;
background-color: #fff;
border-radius: 2px;
box-shadow:
0 0 0 4px orange,
0 0 0 8px green,
0 0 0 12px blue,
0 0 0 16px #666,
0 0 0 20px #fd0,
0 0 0 24px #000,
0 0 0 28px pink,
0 0 0 32px red,
0 0 0 36px #fff,
0 0 0 40px yellow;
}
@media screen and (min-width: 1920px) {
#teste {
width: 100%;
height: 715px;
/*margin-top: 4%;*/
}
}
>
Portal de Aplicativos SEDUC-PI