
/*
 * Adaptation bootstrap commune à tous les sites
 */
/* FIX: https://github.com/postgresqlfr/postgresqlfr-theme-v4/issues/7 */
.navbar-nav>li>a {
  margin: 12.5px 0px;
}

.titre_principal {
  margin-top: 6rem; /* hauteur standard de la barre de navigation */
}

.ligne_principale {
  margin-top: 6rem; /* hauteur standard de la barre de navigation */
/*  margin-left: 2rem;
  margin-right: 3rem;
*/
}

.ligne_principale img {
  display: none; /* FIXME gérer les images provenant de blog externes sur planete */
}


/*
 * Dokuwiki
 */

#dw__tagline {
  display: none;
}

.dokuwiki a.urlextern,
.dokuwiki a.interwiki,
.dokuwiki a.windows,
.dokuwiki a.mail,
.dokuwiki a.media {
  padding-left: 0 !important;
  background: none !important;
}

.dokuwiki h1 {
  text-align: center;
}

/*
 * Plugin Wrap
 */

.dokuwiki div.wrap_planet{ /* added */
  padding: 1em 1em .5em 70px;
  margin-bottom: 1.5em;
  min-height: 68px;
  background-position: 10px 50%;
  background-repeat: no-repeat;
  color: inherit;
  overflow: hidden;
  background-color: #eeeeff;
  background-image: url(/lib/plugins/note/images/planet.png)
}

.dokuwiki div.wrap_download {
  background-color: #eeeeff;
}

.dokuwiki div.wrap_tip {
  background-color: #eeeeff;
}

.dokuwiki div.wrap_actu{
  padding: 1em 1em .5em 70px;
  margin-bottom: 1.5em;
  min-height: 68px;
  background-position: 10px 50%;
  background-repeat: no-repeat;
  color: inherit;
  overflow: hidden;
  background-color: #eeeeff;
  background-image: url(/lib/plugins/note/images/actu.png)
}

.dokuwiki div.wrap_meetup{
  padding: 1em 1em .5em 70px;
  margin-bottom: 1.5em;
  min-height: 68px;
  background-position: 10px 50%;
  background-repeat: no-repeat;
  color: inherit;
  overflow: hidden;
  background-color: #eeeeff;
  background-image: url(/lib/plugins/note/images/planet.png)
}

.dokuwiki div.wrap_agenda{
  padding: 1em 1em .5em 70px;
  margin-bottom: 1.5em;
  min-height: 68px;
  background-position: 10px 50%;
  background-repeat: no-repeat;
  color: inherit;
  overflow: hidden;
  background-color: #eeeeff;
  background-image: url(/lib/plugins/note/images/agenda.png)
}

.dokuwiki .plugin_wrap h4 {
  border-bottom: 1px solid #dddddd;
}

/*
 *  Bootswatch - Readable
 */

body.readable .navbar-default {
  background-color: #336791;
}

body.readable ul.dropdown-menu {
  background-color: #336791;
}

body.readable .navbar .navbar-nav>li>a {
  padding: 8px 6px
}

body.readable ul.nav li a, ul.nav li a:visited {
  color: whitesmoke !important;
}

body.readable ul.nav li a:hover, ul.nav li a:active {
  color: whitesmoke !important;
}

body.readable ul.nav li.active a {
  color: whitesmoke !important;
}

body.readable .navbar-brand {
  color: whitesmoke !important;
  text-transform: uppercase;
}

body.readable a {
color: #336791;
text-decoration: none;
}

body.readable footer {
	background-color: #336791;
    color: whitesmoke;
}

body.readable a.navbar-link {
  color: whitesmoke;
}

body.readable ul.nav li a.login {
  color: #336791 !important;
}

body.readable footer a {
  color: whitesmoke;
}

body.readable header a {
  color: whitesmoke;
}

/*
 *  Bootswatch - flatly
 */


body.flatly .navbar-default {
    background-color: #336791;
}

body.flatly ul.dropdown-menu {
    background-color: #336791;
}

body.flatly .navbar .navbar-nav>li>a {
    padding: 8px 6px
}

body.flatly ul.nav li a, ul.nav li a:visited {
    color: whitesmoke !important;
}

body.flatly ul.nav li a:hover, ul.nav li a:active {
    color: whitesmoke !important;
}

body.flatly ul.nav li.active a {
    color: whitesmoke !important;
}

body.flatly .navbar-brand {
	color: whitesmoke !important;
	text-transform: uppercase;
}

body.flatly a {
color: #336791;
text-decoration: none;
}

body.flatly footer {
	background-color: #336791;
    color: whitesmoke;
}

body.flatly a.navbar-link {
	color: whitesmoke;
}

body.flatly ul.nav li a.login {
	color: #336791 !important;
}

/*
 * FluxBB
 */

/* Cacher le titre qui est redondant avec la description (bdrdesc) */
nav.primary h1 {
  display: none;
}

/* description du forum */
#brddesc {
  border-top-style: dotted;
  border-top-width: 0px;
  padding: 0px;
  font-family: "Raleway","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: bold;
  line-height: 1.1;
  color: inherit;
  font-size: 1.8em;
  text-align: center;
  margin-top: 3em;
  margin-bottom: 1em;
}

/* https://github.com/postgresqlfr/postgresqlfr-theme-v4/issues/6 */
.pun .icon {
    border-color: #72aee2;
}
