Sem resumo de edição
Sem resumo de edição
 
(9 revisões intermediárias por 2 usuários não estão sendo mostradas)
Linha 27: Linha 27:
     background-color: #133552;
     background-color: #133552;
     border-color: #337ab7;
     border-color: #337ab7;
}
body {
    background: #efefef;
    background-image: url("/imagens/x.jpg");
    background-position: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
#content {
    background: #e5e5e5;
    border-radius: 4px;
    border: 1px solid #ddd;
    padding-bottom: 50px;
}
}


Linha 83: Linha 68:
text-align: center;
text-align: center;


}
/* Cria um "carrossel automático" para galleries com a classe custom-gallery */
.custom-gallery {
  display: flex !important;
  overflow: hidden;
  width: 600px;
  height: 400px;
  border-radius: 10px;
  box-shadow: 0 0 10px #ccc;
}
.custom-gallery .gallerybox {
  flex: 0 0 100%;
  animation: galleryScroll 40s infinite linear;
}
@keyframes galleryScroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-400%); } /* 4 imagens */
}
/* Remove margens e linhas do modo 'nolines' */
.custom-gallery .gallerybox .thumb {
  border: none !important;
}
.custom-gallery .gallerybox div {
  margin: 0 !important;
}
}

Edição atual tal como às 12h04min de 12 de novembro de 2025

.firstHeading {
    border-bottom: 1px solid #122b40;
}

.navbar-default .navbar-nav > li > a, .p-personal-tools  a, .p-contentnavigation a{
    color: #35e1e4;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #0998ba;
}

pre, .mw-code {
background-color: #FFFFFF
}
#p-personal li{
    background-color: #122b40;
    border: 1px solid #337ab7;
    border-radius: 4px;

}
.dropdown-menu{
    background-color: #e5e5e5;
    border: solid #cccccc;
}

.navbar-default{
    background-color: #133552;
    border-color: #337ab7;
}

h1, .h1, h2, .h2, h3, .h3 {
    margin: 25px 0;
}

/* .form-control {
    height: 35px;
}
*/

.p-personal, .p-search {
    margin: 10px;

}

.p-contentnavigation {
    margin: 0;
}

div#toc {
    float: right;
    clear: both;
    max-width: 300px;
    border: 1px solid #eee;
    border-radius: 4px;
    padding: 10px;
    margin: 0 0 5px 15px;
}

br {
   display: none
}
.footer-info{
background-color: #23527c;
}
.footer-info li
{
color: #333333;
text-align: center;

}


/* Cria um "carrossel automático" para galleries com a classe custom-gallery */
.custom-gallery {
  display: flex !important;
  overflow: hidden;
  width: 600px;
  height: 400px;
  border-radius: 10px;
  box-shadow: 0 0 10px #ccc;
}

.custom-gallery .gallerybox {
  flex: 0 0 100%;
  animation: galleryScroll 40s infinite linear;
}

@keyframes galleryScroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-400%); } /* 4 imagens */
}

/* Remove margens e linhas do modo 'nolines' */
.custom-gallery .gallerybox .thumb {
  border: none !important;
}
.custom-gallery .gallerybox div {
  margin: 0 !important;
}