mirror of https://github.com/interlegis/sapl.git
5 changed files with 1752 additions and 5 deletions
@ -0,0 +1,494 @@ |
|||||
|
@charset "UTF-8"; |
||||
|
.logo img { |
||||
|
width: 40px; |
||||
|
height: 40px; |
||||
|
margin: 5px 15px; } |
||||
|
|
||||
|
.vcenter { |
||||
|
display: inline-block; |
||||
|
vertical-align: middle; |
||||
|
float: none; |
||||
|
padding: 10px; } |
||||
|
|
||||
|
nav.navbar { |
||||
|
border-radius: 0; |
||||
|
font-size: 15px; } |
||||
|
|
||||
|
nav .navbar-nav > li > a { |
||||
|
padding-top: 0px; |
||||
|
padding-bottom: 0px; |
||||
|
line-height: 75px; } |
||||
|
nav .navbar-nav > li > a:hover { |
||||
|
background-color: #23527c; } |
||||
|
|
||||
|
nav .navbar-nav > li:nth-child(2) > .dropdown-menu { |
||||
|
right: auto; } |
||||
|
|
||||
|
nav .navbar-nav:last-child > li:last-child a { |
||||
|
padding-right: 0px; } |
||||
|
|
||||
|
.masthead { |
||||
|
padding: 10px; } |
||||
|
.masthead .nav { |
||||
|
clear: both; } |
||||
|
.masthead .navbar-brand { |
||||
|
color: inherit; |
||||
|
font-size: 24px; } |
||||
|
.masthead .navbar-brand img.img-responsive { |
||||
|
height: 95px; |
||||
|
margin-right: 15px; } |
||||
|
.masthead .navbar-brand small { |
||||
|
color: #93A4AA; |
||||
|
font-size: 75%; |
||||
|
line-height: 25px; } |
||||
|
|
||||
|
.navbar { |
||||
|
margin-bottom: 0; } |
||||
|
|
||||
|
.navbar-brand { |
||||
|
padding: 0px; } |
||||
|
|
||||
|
h1, .h1 { |
||||
|
font-size: 30px; } |
||||
|
|
||||
|
h2, .h2 { |
||||
|
font-size: 24px; } |
||||
|
|
||||
|
h3, .h3 { |
||||
|
font-size: 20px; } |
||||
|
|
||||
|
h4, .h4 { |
||||
|
font-size: 16px; } |
||||
|
|
||||
|
h5, .h5 { |
||||
|
font-size: 14px; } |
||||
|
|
||||
|
h6, .h6 { |
||||
|
font-size: 12px; } |
||||
|
|
||||
|
.page-header { |
||||
|
margin: 20px 0px 10px; } |
||||
|
|
||||
|
.btn:hover, .btn:focus { |
||||
|
color: inherit; } |
||||
|
|
||||
|
.caret { |
||||
|
/* Por padrão caret aponta para baixo*/ } |
||||
|
.caret.top { |
||||
|
transform: rotate(180deg); } |
||||
|
|
||||
|
.btn-default.btn-excluir { |
||||
|
color: #d9534f; } |
||||
|
.btn-default.btn-excluir:hover { |
||||
|
color: #fff; |
||||
|
border-color: #de6764; |
||||
|
background-color: #de6764; } |
||||
|
|
||||
|
.controls-file { |
||||
|
padding: 10px; |
||||
|
border: 1px solid #d6e1e5; |
||||
|
border-radius: 4px; } |
||||
|
.controls-file label.checkbox-inline { |
||||
|
margin: 0px; |
||||
|
display: block; } |
||||
|
|
||||
|
.help-block-danger { |
||||
|
margin: 15px; |
||||
|
padding: 15px; |
||||
|
border: 2px dashed #f00; } |
||||
|
|
||||
|
.controls-radio-checkbox { |
||||
|
padding: 0px; |
||||
|
border: 1px solid #d6e1e5; |
||||
|
border-radius: 4px; |
||||
|
min-height: 20px; } |
||||
|
.controls-radio-checkbox .help-block { |
||||
|
margin: 15px; |
||||
|
padding: 15px; |
||||
|
border: 2px dashed #d6e1e5; } |
||||
|
.controls-radio-checkbox label { |
||||
|
padding: 5px; } |
||||
|
.controls-radio-checkbox label .icons { |
||||
|
top: 5px; |
||||
|
left: 8px; } |
||||
|
.controls-radio-checkbox label.checkbox-inline, .controls-radio-checkbox label.radio-inline { |
||||
|
padding: 8px; |
||||
|
padding-left: 36px; } |
||||
|
.controls-radio-checkbox label.checkbox-inline .icons, .controls-radio-checkbox label.radio-inline .icons { |
||||
|
top: 8px; |
||||
|
left: 8px; } |
||||
|
.controls-radio-checkbox .checkbox, .controls-radio-checkbox .radio, .controls-radio-checkbox .checkbox-inline, .controls-radio-checkbox .radio-inline { |
||||
|
margin: 0; } |
||||
|
.controls-radio-checkbox .checkbox:hover, .controls-radio-checkbox .radio:hover, .controls-radio-checkbox .checkbox-inline:hover, .controls-radio-checkbox .radio-inline:hover { |
||||
|
background-color: #d6e1e5; } |
||||
|
|
||||
|
p.control-label { |
||||
|
font-weight: bold; } |
||||
|
|
||||
|
.legend { |
||||
|
display: block; |
||||
|
width: 100%; |
||||
|
padding: 0; |
||||
|
margin-bottom: 20px; |
||||
|
font-size: 21px; |
||||
|
line-height: inherit; |
||||
|
color: #333333; |
||||
|
border: 0; |
||||
|
border-bottom: 1px solid #e5e5e5; |
||||
|
clear: both; } |
||||
|
|
||||
|
.grid-gutter-width-right { |
||||
|
margin-right: 15px; } |
||||
|
|
||||
|
html { |
||||
|
position: relative; |
||||
|
min-height: 100%; } |
||||
|
|
||||
|
body { |
||||
|
margin-bottom: 160px; } |
||||
|
|
||||
|
.footer { |
||||
|
position: absolute; |
||||
|
bottom: 0; |
||||
|
width: 100%; |
||||
|
/* Set the fixed height of the footer here */ |
||||
|
height: 140px; |
||||
|
background: #364347 none repeat scroll 0% 0%; |
||||
|
color: white; |
||||
|
text-align: center; } |
||||
|
.footer p { |
||||
|
color: white; |
||||
|
margin-top: 10px; } |
||||
|
.footer .container { |
||||
|
padding-top: 25px; } |
||||
|
|
||||
|
label { |
||||
|
margin-bottom: 0; |
||||
|
line-height: 1; } |
||||
|
|
||||
|
.control-label { |
||||
|
margin: 0; } |
||||
|
|
||||
|
.form-control-static { |
||||
|
padding-top: 0; |
||||
|
min-height: auto; } |
||||
|
.form-control-static img { |
||||
|
max-width: 100%; } |
||||
|
|
||||
|
.pagination { |
||||
|
padding-top: 25px; } |
||||
|
|
||||
|
.modal .alert { |
||||
|
margin-bottom: 0; } |
||||
|
|
||||
|
fieldset fieldset { |
||||
|
font-size: 95%; } |
||||
|
fieldset fieldset legend { |
||||
|
font-size: 18px; } |
||||
|
|
||||
|
.avatar-parlamentar { |
||||
|
height: 128px; |
||||
|
width: 128px; |
||||
|
margin: 0 auto; |
||||
|
display: table; } |
||||
|
|
||||
|
/* INDEX */ |
||||
|
#conteudo { |
||||
|
position: relative; |
||||
|
padding: 2em 1.5em 1.5em 1.5em; |
||||
|
overflow: hidden; |
||||
|
font-size: 100%; |
||||
|
text-align: left; |
||||
|
min-height: 350px; |
||||
|
max-width: 1000px; |
||||
|
margin: 0 auto; } |
||||
|
|
||||
|
#conteudo a:hover { |
||||
|
color: #444; |
||||
|
-webkit-transition: 0.3s ease-in; |
||||
|
-moz-transition: 0.3s ease-in; |
||||
|
-o-transition: 0.3s ease-in; } |
||||
|
|
||||
|
#homeIndex { |
||||
|
text-align: center; } |
||||
|
|
||||
|
.homeBanner span { |
||||
|
color: white; |
||||
|
font-size: 32px; |
||||
|
font-weight: 600; |
||||
|
display: inline-block; |
||||
|
vertical-align: middle; |
||||
|
padding: 2px 45px 4px; |
||||
|
border: 2px solid; } |
||||
|
|
||||
|
.homeBanner::after { |
||||
|
display: inline-block; |
||||
|
vertical-align: middle; |
||||
|
height: 100%; } |
||||
|
|
||||
|
.homeBlock { |
||||
|
display: inline-block; |
||||
|
position: relative; |
||||
|
background-color: #F3F3F3; |
||||
|
width: 190px; |
||||
|
height: 260px; |
||||
|
margin: 3px; |
||||
|
text-align: center; |
||||
|
font-size: 0; |
||||
|
overflow: hidden; } |
||||
|
|
||||
|
.homeBlock > a { |
||||
|
display: block; |
||||
|
position: absolute; |
||||
|
width: 100%; |
||||
|
height: 100%; |
||||
|
top: 0; |
||||
|
left: 0; } |
||||
|
|
||||
|
.homeBlock::after { |
||||
|
content: ''; |
||||
|
display: inline-block; |
||||
|
vertical-align: middle; |
||||
|
height: 100%; |
||||
|
overflow: visible; |
||||
|
clear: none; |
||||
|
visibility: initial; } |
||||
|
|
||||
|
.homeContent { |
||||
|
position: relative; |
||||
|
padding: 10px; |
||||
|
text-align: justify; |
||||
|
font-size: 14px; |
||||
|
color: #FFF; |
||||
|
opacity: 0; |
||||
|
transition: opacity 0.5s ease; |
||||
|
display: inline-block; |
||||
|
vertical-align: middle; } |
||||
|
|
||||
|
.homeContent p { |
||||
|
display: block; |
||||
|
line-height: 13px; |
||||
|
font-size: 80%; |
||||
|
color: white; } |
||||
|
|
||||
|
.homeIcon { |
||||
|
position: relative; |
||||
|
display: inline-block; |
||||
|
width: 105px; |
||||
|
height: 105px; |
||||
|
border-radius: 50%; |
||||
|
background: #364347; |
||||
|
z-index: 1; } |
||||
|
|
||||
|
.homeIcon::before { |
||||
|
content: ''; |
||||
|
position: absolute; |
||||
|
width: 100%; |
||||
|
height: 100%; |
||||
|
border-radius: 50%; |
||||
|
background: #364347; |
||||
|
top: 0; |
||||
|
left: 0; |
||||
|
transform: scale(0.95); |
||||
|
transition: transform 0.6s ease; } |
||||
|
|
||||
|
.homeIcon img { |
||||
|
position: absolute; |
||||
|
margin: auto; |
||||
|
top: 0; |
||||
|
bottom: 0; |
||||
|
right: 0; |
||||
|
left: 0; |
||||
|
transition: opacity 0.4s 0.4s ease; } |
||||
|
|
||||
|
.homeFront { |
||||
|
position: absolute; |
||||
|
top: 46%; |
||||
|
width: 100%; |
||||
|
font-size: 0; |
||||
|
transform: translateY(-60%); } |
||||
|
|
||||
|
.homeFront h2 { |
||||
|
position: absolute; |
||||
|
margin-top: 18px; |
||||
|
font-size: 22px; |
||||
|
font-weight: 700; |
||||
|
color: #595959 !important; |
||||
|
width: 100%; |
||||
|
padding: 0 6%; |
||||
|
z-index: 0; } |
||||
|
|
||||
|
.homeTitle { |
||||
|
display: block; |
||||
|
height: 32px; |
||||
|
text-align: center; |
||||
|
width: 100%; |
||||
|
opacity: 0; |
||||
|
transition: opacity 0.4s ease; } |
||||
|
|
||||
|
.homeTitle::before { |
||||
|
content: ''; |
||||
|
display: inline-block; |
||||
|
vertical-align: middle; |
||||
|
height: 100%; } |
||||
|
|
||||
|
.homeTitle h2 { |
||||
|
display: inline-block; |
||||
|
vertical-align: middle; |
||||
|
max-width: 110px; |
||||
|
font-size: 14px; |
||||
|
color: white !important; |
||||
|
line-height: 1em; } |
||||
|
|
||||
|
.homeTitle img { |
||||
|
display: inline-block; |
||||
|
vertical-align: middle; |
||||
|
height: 30px; |
||||
|
margin-right: 5px; } |
||||
|
|
||||
|
.homeBlock:hover .homeIcon::before { |
||||
|
transform: scale(3.6) translateY(7px); } |
||||
|
|
||||
|
.homeBlock:hover .homeContent { |
||||
|
opacity: 1; |
||||
|
transition-delay: 0.2s; } |
||||
|
|
||||
|
.homeBlock:hover .homeIcon img { |
||||
|
opacity: 0; |
||||
|
transition-duration: 0.2s; |
||||
|
transition-delay: 0s; } |
||||
|
|
||||
|
.homeBlock:hover .homeTitle { |
||||
|
opacity: 1; } |
||||
|
|
||||
|
h1, h2, h3, h4, h5, h6, form, dl, dt, dd, p, div, img, a { |
||||
|
margin: 0; |
||||
|
padding: 0; } |
||||
|
|
||||
|
p { |
||||
|
margin: 0.5em 0; } |
||||
|
|
||||
|
/* FIM INDEX */ |
||||
|
/* TEMPLATE AJUDA */ |
||||
|
.manual li { |
||||
|
display: list-item; |
||||
|
line-height: 1.5em; |
||||
|
padding-right: 0; } |
||||
|
|
||||
|
.manual li a { |
||||
|
background-color: transparent; |
||||
|
border: none; |
||||
|
border-radius: none; |
||||
|
padding: 0; } |
||||
|
|
||||
|
.manual, .manual ul { |
||||
|
padding-left: 1.5em; |
||||
|
list-style-type: none; |
||||
|
margin-top: 0; |
||||
|
font-size: 100%; } |
||||
|
|
||||
|
/* FIM TEMPLATE AJUDA */ |
||||
|
.container-tabaux .sidebar-tabaux { |
||||
|
background: #fafafa; |
||||
|
margin-top: -70px; |
||||
|
padding: 10px; |
||||
|
border: 1px solid #eee; } |
||||
|
.container-tabaux .sidebar-tabaux .navbar-right { |
||||
|
margin: 0; } |
||||
|
.container-tabaux .sidebar-tabaux .nav-pills > li + li { |
||||
|
margin-left: 0px; } |
||||
|
.container-tabaux .sidebar-tabaux li { |
||||
|
width: 100%; } |
||||
|
.container-tabaux .sidebar-tabaux span { |
||||
|
display: none; } |
||||
|
.container-tabaux .sidebar-tabaux .dropdown-menu { |
||||
|
padding: 0px; |
||||
|
right: 10px; |
||||
|
margin-top: -5px; |
||||
|
overflow: hidden; } |
||||
|
.container-tabaux .sidebar-tabaux .dropdown-menu a { |
||||
|
border: 0px; } |
||||
|
|
||||
|
.container-tabaux ul { |
||||
|
list-style: none; |
||||
|
padding: 0; } |
||||
|
|
||||
|
.container-tabaux .list { |
||||
|
font-family: "SourceSansProSemiBold", Helvetica, Arial, sans-serif; |
||||
|
font-size: 0px; |
||||
|
display: table; |
||||
|
width: 100%; |
||||
|
margin: 0; } |
||||
|
.container-tabaux .list ul { |
||||
|
display: table; |
||||
|
width: 100%; |
||||
|
margin: 0; } |
||||
|
.container-tabaux .list li { |
||||
|
width: calc(50%); |
||||
|
display: inline-block; |
||||
|
position: relative; } |
||||
|
.container-tabaux .list > li { |
||||
|
width: 100%; |
||||
|
border-bottom: 1px solid #eee; |
||||
|
padding-bottom: 20px; |
||||
|
margin-bottom: 20px; } |
||||
|
.container-tabaux .list .head_title { |
||||
|
color: #364347; |
||||
|
font-size: 2.4rem; |
||||
|
text-transform: none; } |
||||
|
.container-tabaux .list a span { |
||||
|
display: none; } |
||||
|
|
||||
|
.btn-cancel-iframe { |
||||
|
position: relative; |
||||
|
text-align: right; |
||||
|
opacity: 0.5; } |
||||
|
.btn-cancel-iframe:hover { |
||||
|
opacity: 1; } |
||||
|
.btn-cancel-iframe a { |
||||
|
padding: 10px; |
||||
|
display: inline-block; } |
||||
|
|
||||
|
@media (max-width: 1199px) { |
||||
|
.masthead .navbar-brand { |
||||
|
font-size: 22px; } |
||||
|
.masthead .navbar-brand img.img-responsive { |
||||
|
height: 60px; |
||||
|
width: 60px; |
||||
|
margin-right: 7.5px; } |
||||
|
.navbar-nav > li > a { |
||||
|
padding-left: 10.71429px; |
||||
|
padding-right: 10.71429px; } } |
||||
|
|
||||
|
@media (max-width: 1091px) { |
||||
|
.navbar-nav > li > a { |
||||
|
padding-left: 7.5px; |
||||
|
padding-right: 7.5px; } } |
||||
|
|
||||
|
@media (min-width: 1092px) and (max-width: 1199px) { |
||||
|
.container { |
||||
|
width: 1070px; } } |
||||
|
|
||||
|
@media print { |
||||
|
a[href]:after { |
||||
|
content: none !important; } } |
||||
|
|
||||
|
/* Estilização da Listagem de Votos em sessões plenárias */ |
||||
|
#styleparlamentar { |
||||
|
border: 0px solid #d6e1e5; |
||||
|
border-top-color: #d6e1e5; |
||||
|
border-right-color: #d6e1e5; |
||||
|
border-bottom-color: #d6e1e5; |
||||
|
border-left-color: #d6e1e5; |
||||
|
border-image-source: initial; |
||||
|
border-image-slice: initial; |
||||
|
border-image-repeat: initial; |
||||
|
font-size: 16px; |
||||
|
line-height: 1.467; |
||||
|
padding: 7px 12px; |
||||
|
height: 40px; |
||||
|
-webkit-appearance: none; |
||||
|
border-radius: 4px; |
||||
|
-webkit-box-shadow: none; |
||||
|
box-shadow: none; |
||||
|
margin-left: 1.0em; } |
||||
File diff suppressed because it is too large
Loading…
Reference in new issue