Ajout support serveur MAIL et XMPP
This commit is contained in:
1243
static/bootstrap.css
vendored
1243
static/bootstrap.css
vendored
File diff suppressed because it is too large
Load Diff
7
static/bootstrap.min.css
vendored
7
static/bootstrap.min.css
vendored
File diff suppressed because one or more lines are too long
@@ -9,11 +9,13 @@ a:hover {
|
||||
color: #fff;
|
||||
}*/
|
||||
|
||||
|
||||
|
||||
/* Custom default button */
|
||||
.btn-default,
|
||||
.btn-default:hover,
|
||||
.btn-default:focus {
|
||||
color: #333;
|
||||
color: #fff;
|
||||
text-shadow: none; /* Prevent inheritence from `body` */
|
||||
/*background-color: #fff;*/
|
||||
border: 1px solid #fff;
|
||||
@@ -35,6 +37,8 @@ body {
|
||||
text-shadow: 0 1px 3px rgba(0,0,0,.5);
|
||||
}
|
||||
|
||||
|
||||
|
||||
/* Extra markup and styles for table-esque vertical and horizontal centering */
|
||||
.site-wrapper {
|
||||
display: table;
|
||||
@@ -58,6 +62,29 @@ body {
|
||||
padding: 30px;
|
||||
}
|
||||
|
||||
.panel-body {
|
||||
background-color: #444;
|
||||
}
|
||||
|
||||
.row {
|
||||
margin-top: 5vw;
|
||||
}
|
||||
|
||||
.container a {
|
||||
color #00abff;
|
||||
}
|
||||
|
||||
.panel-body a {
|
||||
color: #00abff;
|
||||
}
|
||||
|
||||
.well {
|
||||
margin-top : 7em;
|
||||
}
|
||||
|
||||
.well a {
|
||||
color: #00abff;
|
||||
}
|
||||
|
||||
/*
|
||||
* Header
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
function divhider() {
|
||||
var x = document.getElementsByClassName("msginfo");
|
||||
var x = document.getElementsByClassName("flashed");
|
||||
x[0].style.visibility = "hidden";
|
||||
}
|
||||
|
||||
|
||||
function animation() {
|
||||
var x = document.getElementsByClassName("msginfo");
|
||||
var x = document.getElementsByClassName("flashed");
|
||||
x[0].style.animation = "disparition 0.2s 1";
|
||||
}
|
||||
|
||||
|
||||
|
Before Width: | Height: | Size: 62 KiB After Width: | Height: | Size: 62 KiB |
BIN
static/fonts/glyphicons-halflings-regular.woff
Normal file
BIN
static/fonts/glyphicons-halflings-regular.woff
Normal file
Binary file not shown.
Binary file not shown.
BIN
static/glyphicons-halflings-regular.woff2
Normal file
BIN
static/glyphicons-halflings-regular.woff2
Normal file
Binary file not shown.
@@ -37,7 +37,7 @@
|
||||
margin: auto;
|
||||
margin-top: 5%;
|
||||
width: 50%;
|
||||
|
||||
background-color: #333;
|
||||
}
|
||||
|
||||
.flashed p {
|
||||
@@ -48,7 +48,7 @@
|
||||
}
|
||||
|
||||
.succes p {
|
||||
background-color: #CDCBD0;
|
||||
background-color: #CDCBD0;
|
||||
color: #00A310;
|
||||
}
|
||||
|
||||
@@ -182,6 +182,7 @@
|
||||
|
||||
#gallery img:hover {
|
||||
filter:none;
|
||||
transform: scale(1.2);
|
||||
}
|
||||
|
||||
@media (max-width: 1200px) {
|
||||
|
||||
Reference in New Issue
Block a user