/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 22/06/2015, 20:35:54
    Author     : 10530667673
*/

body{
    background-color: white;
    margin:0px;
}

.degradeTopo {
    background-color: #00124A;
    height: 12px;
    margin:0px;
    border-bottom:1px solid red;
}

*{
    box-sizing: border-box;
    font-family: helvetica;

}


.tudo{
    width: 1100px;
    margin:auto;
}

#boxCabecalho{
    background-color: white;
}

#boxCabecalho p {
    font-size:24px;
    color: #00124A;
    font-weight: bold;
    text-align: center;
    line-height: 1.2em;
     margin-top:25px;
}

#menu{ 
    /*background-color: #d58512;*/
	border-top: 2px solid white;
	border-bottom: 2px solid white;
    background-color: black;
    overflow: auto;
}

#menu ul {
    padding: 0px;
    margin:auto;
    width:1100px;
}
#menu li {
    list-style: none;
    /*background:#006600;*/
    color: black;
}

.fundoTopo {
    background-image: url('img/fundoTopo.jpg');
    background-repeat: repeat-x;
    height: 20px;
}

#menu a {
    background-color: black;
    color:white;
    padding: 15px 15px 15px 15px;
    width:122px;
    text-align: center;
    text-decoration: none;
}

#menu a:hover {
    background-color: black;
}

.linha li {
    display:inline;
    background-color: black;
    margin-left:5px;
    padding:10px;
    background-repeat: no-repeat;
    background-position: left 2px;
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    padding:20px;
    padding-left:60px;
    width:100px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    color:white;
    cursor:pointer;
}

.linha li:hover {
    background-color:#9B3038;
    box-shadow: 2px 2px 2px gray;
}

.linha li a{
    color:white;
}

.linha li a:hover{
    text-decoration: none;
}

#corpo a{
    text-decoration: none;
}

.nova{
    clear: both;
}

#logo{
    float:left;
    width:25%;
    padding-top:-10px;
    padding-bottom:10px;
}

.publicidade{
    background: #ff9999;
}

.flutuarEsquerda{
    float:left; 
}

.caixaDupla {
    width:500px;
}

.caixaFotoPalestrante {
    width:250px;
    text-align: center;
}

.caixaFotoPalestrante img{
    border-radius: 10px;
}

.caixaHomeBottom a {
    color:white;
}
.caixaHomeBottom a:hover {
    color:white;
    text-transform: underline;
}

.caixaHomeBottom a:visited {
    color:white;
    text-transform: none;
}

.caixaTxtPalestrante {
    margin-top:20px;
    width:850px;
    background-color: rgb(252,252,252);
    padding:0px 30px 0px 30px;
    border-radius: 25px;
    border:1px dashed rgb(225,225,225);
}

.caixaTxtPalestrante {
    
}

summary {
    cursor: pointer; 
    font-size:12px;
    font-weight: bold;
    
}

.boxNoticias {
    border-radius:10px 10px 10px 10px;
	
}

.margemEsquerda {
    margin-left: 10px;
}

.alinhaEsquerda {
    text-align: left;
}

.alinhaCentro {
    text-align: center;
}

.alinhaDireita {
    text-align: right;
}

details p, .caixaTxtPalestrante p {
    margin:20px;
    font-size:13px !important;
}

.flutuarDireita{
    float:right;   
}
.destacaTxt {
    font-weight: bold;
}

.destacaTxtAtencao {
    color: red;
}

.destacaTxtVerde {
    color: #538114;
}

#fotoConteudo{
    width: 1200px;
    height: 300px;
}

#painelConteudo{
    width: 500px;   
    background-color: white;
    padding:0px 25px;
}

#painelConteudo p, #corpo p{
    text-align: left;
    line-height: 1.5em;
    font-size: 14px;
}

#painelConteudo h3, #corpo h3 {
    text-align: left;
    font-weight: bold;
    color:#00124A;
    font-size:18px;
}

#painelConteudo a, #corpo a{
    text-decoration: none;
}

#painelConteudo a:hover, #corpo a:hover{
    text-decoration: underline;
}

#painelConteudo2{
	 padding : 10px 0px 50px 0px;
	 margin-top:0px;
	 width:100%;
}

#painelConteudo2 div{
    width: 260px;
    /* height: 150px;
    background-color: #00134A;
    margin: 20px 0px 20px 32px;
    padding: 0px 0px 0px 0px;*/
	
}

#painelConteudo2 h2{
    font-size: 20px;
    color: white;
    text-align: center;
	text-transform:uppercase;
	padding-top: 10px;
	border-bottom: 2px solid white;
}    

#painelConteudo2 p{
    text-align: left;
    line-height: 1.5em;
    font-size: 14px;
    word-spacing: 1px;
	
}  

.boxImagem{
	z-index: 5;
	text-align:left;
        height: 20px;
	padding: 0px 0px 0px 0px;
}

.noticia1{
	z-index:2;
	margin:0px 0px 10px 0px;
	padding: 20px 20px 10px 20px;
	height: 280px;
	box-shadow: 13px 55px 5px #888888;
	background-color: #00134A; /* colo a cor azul na caixa conteudo e arredonda a borda */
	
}

.caixaHomeTop {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    background-color: #00134A;
    color:white;
    text-align:center;
    padding:15px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    box-shadow: 2px 2px 2px gray;

}

.caixaHomeMiddle {
    background-color: white;
    color:black;
    padding:15px;
    line-height: 1.8em;
    box-shadow: 2px 2px 2px gray;
    font-size: 14px;
    text-align:center;

}

.caixaHomeBottom {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    background-color: #9B3038;
    color:white;
    text-align:center;
    padding: 15px;
    box-shadow: 4px 4px 4px gray;
    font-weight: bold;
}


.boxRodape{
	line-height: 1.5em;
        font-size: 14px;
	word-spacing: 1px;
	background-color: #00134A;
	text-align: center;
	margin:0px 0px 0px -20px;
	border-radius:0px 0px 10px 10px;
	padding:10px;
}
.boxRodape1{
	line-height: 1.5em;
    font-size: 14px;
	word-spacing: 1px;
	background-color: #00134A;
	text-align: center;
	margin:-20px 0px 0px -20px;
	border-radius:0px 0px 10px 10px;
	padding:10px;
}

.boxRodape a, .boxRodape1 a{
	color: white;
}

.margem{
	margin-left: 25px;
}

#corpo ul li {
    line-height: 1.8em;
}



.flutuar{
	float:left;
	width: 140px;
	height: 50px;
	text-align:center;
	//border: 1px solid red; padding:10px;
}
/*--------------------------------------------------------------------------------------------------------------------*/
#rodape{
	background-color: #00134A;
	overflow: auto;
	border-top: 1px solid red;/* cor antes era o verde #538114*/
}
.rodape{
    
        
        background-color: #00124A;
        margin: 0px 0px 0px 0px;
        padding: 10px 0px 30px 50px;

}

.divrodapeMenu{
    float: left; width: 60%;
    width: 200px; 
    border-right:2px solid #fff;
    color: #fff;
    font-size: 18px;	
}
.divrodapeMenu li{
         display: inline;
}

.divrodapeMenu a{
    display: block;
    width: 100px;
    text-decoration: none;
    color: #fff;
    font-size: 16px;
}

.divrodapeMenu a:hover{
    color: #538114;
    text-decoration: none;
}
.parceiros{
      color: #fff;
      font-size: 18px;
      margin-top: 2px; 
      margin-left:250px;  
}
.credito{
    padding-top: 110px;
    text-align: center;
    color: #fff;
}

.opcaoMenuAtiva {
    background-color: #8DC73F !important;
}


/*--------------------------------------------------------------------------------------------------------------------*/

.linha:after{
    content:"";
    clear:both;/*Ninguém flutua do lado*/
    display: block;
}
[class^="col-"]{
    float:left; 
    
}
/*SmartPhone*/
[class^="col-"]{
    width: 100%;
}
/*Tablet*/
@media only screen and (min-width:600px ){
    .col-t-1{width:8.33%;}
    .col-t-2{width:16.66%;}
    .col-t-3{width:25%;}
    .col-t-4{width:33.32%;}
    .col-t-5{width:41.65%;}
    .col-t-6{width:50.00%;}
    .col-t-7{width:58.31%;}
    .col-t-8{width:66.64%;}
    .col-t-9{width:75%;}
    .col-t-10{width:83.30%;}
    .col-t-11{width:91.63%;}
    .col-t-12{width:100%;}
}
/*Desktop*/
@media only screen and (min-width:780px ){
    .col-1{width:8.33%;}
    .col-2{width:16.66%;}
    .col-3{width:25%;}
    .col-4{width:33.32%;}
    .col-5{width:41.65%;}
    .col-6{width:50.00%;}
    .col-7{width:58.31%;}
    .col-8{width:66.64%;}
    .col-9{width:75%;}
    .col-10{width:83.30%;}
    .col-11{width:91.63%;}
    .col-12{width:100%;}
}

/*  Referente ao slider   */
/* jssor slider arrow navigator skin 05 css */
/*
.jssora05l                  (normal)
.jssora05r                  (normal)
.jssora05l:hover            (normal mouseover)
.jssora05r:hover            (normal mouseover)
.jssora05l.jssora05ldn      (mousedown)
.jssora05r.jssora05rdn      (mousedown)
*/
.jssora05l, .jssora05r {
    display: block;
    position: absolute;
    /* size of arrow element */
    width: 40px;
    height: 40px;
    cursor: pointer;
    background: url(../img/a17.png) no-repeat;
    overflow: hidden;
}
.jssora05l { background-position: -10px -40px; }
.jssora05r { background-position: -70px -40px; }
.jssora05l:hover { background-position: -130px -40px; }
.jssora05r:hover { background-position: -190px -40px; }
.jssora05l.jssora05ldn { background-position: -250px -40px; }
.jssora05r.jssora05rdn { background-position: -310px -40px; }

             /* jssor slider bullet navigator skin 01 css */
            /*
            .jssorb01 div           (normal)
            .jssorb01 div:hover     (normal mouseover)
            .jssorb01 .av           (active)
            .jssorb01 .av:hover     (active mouseover)
            .jssorb01 .dn           (mousedown)
            */
            .jssorb01 {
                position: absolute;
            }

                .jssorb01 div, .jssorb01 div:hover, .jssorb01 .av {
                    position: absolute;
                    /* size of bullet elment */
                    width: 12px;
                    height: 12px;
                    filter: alpha(opacity=70);
                    opacity: .7;
                    overflow: hidden;
                    cursor: pointer;
                    border: #000 1px solid;
                }

                .jssorb01 div {
                    background-color: gray;
                }

                    .jssorb01 div:hover, .jssorb01 .av:hover {
                        background-color: #d3d3d3;
                    }

                .jssorb01 .av {
                    background-color: #fff;
                }

                .jssorb01 .dn, .jssorb01 .dn:hover {
                    background-color: #555555;
                } 
  
  Skip to content
Personal Open source Business Explore
Sign upSign inPricingBlogSupport
This repository
Search
 Watch 6  Star 0  Fork 0 govbr/manualbarra.govbr
 Code  Issues 0  Pull requests 0  Pulse  Graphs
Branch: master Find file Copy pathmanualbarra.govbr/css/demo.css
fa378d8  on 12 Dec 2012
@egovbr egovbr manual de aplicacao da barra centralizada - beta
1 contributor
RawBlameHistory     196 lines (161 sloc)  4.19 KB
body {
  background: #fff;
  color: #000;
  font-size: 13px;
  height: auto;
}

a {
  color: #004B82;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

h1 {  
  padding-top: 20px;
  text-shadow: 0px 2px 0px #ccc;
  letter-spacing: -1px;
}

h2 {
  background: #004B82;
  color: #FFFFFF;
  margin-bottom: 20px;
  padding: 20px 0 2px 3px;
  text-shadow: 0px 1px 0px #333;
}

p {  
  overflow: hidden;
  padding: 5px 0 10px 0;
  line-height: 1.6em;
}

.container {
  margin-left: auto;
  margin-right: auto;
  width: 960px;
}

.container_12 {
  background-color: #fff;
  background-repeat: repeat-y;
  margin-bottom: 20px;
}

/* `Barra Acessibilidade
----------------------------------------------------------------------------------------------------*/

#acessibilidade {  
  background: url(../img/bg-acessibilidade.png) repeat-x;
  padding: 8px 0;
  margin-bottom: 20px;
  font-size: 0.9em;
}

#acessibilidade .atalhos {
  float: left;  
}

#acessibilidade .atalhos li{
  display: inline;
  padding: 0 0 0 0px;
}

#acessibilidade .links {
  float: right;
  background: url(../img/bg-links.png) no-repeat 165px 0 ;
}

#acessibilidade .links li{
  display: inline;
  padding: 6px 10px;
}

.ipular {background: url(../img/i_pular.png) no-repeat 0px 3px; width: 10px; height: 10px; padding-left: 18px}
.ipular:hover {background: url(../img/i_pular.png) no-repeat 0px -10px; width: 10px; height: 10px; padding-left: 18px}

.iacessibilidade {background: url(../img/contraste.png) no-repeat 2px 1px; width: 15px; height: 10px; padding-left: 20px}
.iautocontraste {background: url(../img/altocontraste.png) no-repeat 2px 1px; width: 15px; height: 10px; padding-left: 20px}

/* `Header
----------------------------------------------------------------------------------------------------*/

.logo-govbr {
  background: url(../img/govbr-epwg.png) no-repeat;
  display: block;
  height: 85px;
  text-indent: -99999em;
  width: 220px;
}

#header .grid_8 {position: relative;}

.beta {
  position: absolute;
  width: 55px;
  height: 58px;
  background: url(../img/beta.png) no-repeat 2px 4px;
  text-indent: -99999px;
  right: 80px;
  top: -15px;  
}

/* `Content
----------------------------------------------------------------------------------------------------*/

code, pre {
  border: 1px solid #ccc;
  background: #F8F8F8;
  color: #000000;
  display: block;
  font-family: 'Courier New',Courier,Fixed,monospace;
  font-size: 100%;
  
  line-height: 17px;
  margin: 1em 0;
  overflow: auto;
  padding: 5px 20px 5px 30px;
  text-align: left;
}


/* `Sidebar
----------------------------------------------------------------------------------------------------*/

.grid_3 h3 {
  background: #004B82;
  color: #FFFFFF;
  margin-bottom: 20px;
  padding: 20px 0 2px 3px;
  text-shadow: 0px 1px 0px #333;
}

.info {
  display: block;
  margin-bottom: 20px;
  text-align: center;
}

#cores li {
  list-style: none;
  display: inline-block;  
  margin: 0;
  padding: 0;
}

#cores li a{
  display: block;
  padding: 10px;
  text-indent: -99999px;
  width: 32px;
}

#verde {background: #00500F; -moz-box-shadow: inset 0 0 10px #fff; -webkit-box-shadow: inset 0 0 10px #fff; box-shadow: inset 0 0 10px #fff;}
#cinza {background: #7F7F7F ; -moz-box-shadow: inset 0 0 10px #fff; -webkit-box-shadow: inset 0 0 10px #fff; box-shadow: inset 0 0 10px #fff;}
#preta {background: #000000; -moz-box-shadow: inset 0 0 10px #fff; -webkit-box-shadow: inset 0 0 10px #fff; box-shadow: inset 0 0 10px #fff;}
#azul {background: #004B82; -moz-box-shadow: inset 0 0 10px #fff; -webkit-box-shadow: inset 0 0 10px #fff; box-shadow: inset 0 0 10px #fff;}

/* `Footer
----------------------------------------------------------------------------------------------------*/

#footer {
  padding-top: 10px;
  background: #ECECEC url(../img/bg-footer.png) repeat-x;
  height: 80px;
  margin: 0;
}


#footer .container_12 {
  background: #ECECEC;  
}

.twitter {
  position: relative;
  left: 0px;
  top: 30px;
  display: block;
  width: 100px;
  height: 20px;
  background: url(../img/twitter.png) no-repeat;
  padding-left: 45px;
  font-size: 1.2em;
}

.marca-governo {
  display: block;
  width: 300px;
  height: 62px;
  background: url(../img/marca-governo.png) no-repeat;
  float: right;
  text-indent: -1000em;
}
Status API Training Shop Blog About
© 2016 GitHub, Inc. Terms Privacy Security Contact Help