-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
création des .css modifications des appels de css sauf pour messages.…
…php car problème d'accès et profile_view.php car problème dans le code qui semble avoir régressé (je récupèrerai une ancienne version pour ce fichier..)
- Loading branch information
DESKTOP-M2JB4NO\SamK
committed
May 4, 2018
1 parent
1eea485
commit 163d878
Showing
15 changed files
with
790 additions
and
261 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,98 @@ | ||
img { | ||
height: auto; | ||
max-width: 100%; | ||
border-radius: 15px; | ||
} | ||
|
||
.topnav img { | ||
filter: invert(1); | ||
-webkit-filter: invert(1); | ||
-moz-filter: invert(1); | ||
-o-filter: invert(1); | ||
-ms-filter: invert(1); | ||
} | ||
|
||
.preview img { | ||
margin-left: 1em; | ||
height: 100px; | ||
order: 1; | ||
} | ||
|
||
.preview p{ | ||
margin-top: 15px; | ||
padding-right: 1em; | ||
font-style: italic; | ||
} | ||
|
||
.jumbotron{ | ||
padding-top: 32px; | ||
padding-bottom: 32px; | ||
color: #263E99; | ||
} | ||
|
||
/** | ||
* Profile image component | ||
*/ | ||
.profile-header-container{ | ||
margin: 0 auto; | ||
text-align: center; | ||
} | ||
|
||
.profile-header-img { | ||
padding: 54px; | ||
} | ||
|
||
.profile-header-img > img.img-circle { | ||
width: 230px; | ||
height: 230px; | ||
/* border: 2px solid #51D2B7;*/ | ||
} | ||
|
||
.profile-header { | ||
margin-top: 30px; | ||
} | ||
|
||
/** | ||
* Ranking component | ||
*/ | ||
.rank-label-container { | ||
margin-top: -19px; | ||
text-align: center; | ||
} | ||
|
||
.label.label-default.rank-label { | ||
background-color: #4d94ff; | ||
padding: 5px 15px 5px 15px; | ||
border-radius: 27px; | ||
} | ||
|
||
.form-post { | ||
wijdth: 700px; | ||
display: -ms-flexbox; | ||
display: flex; | ||
-ms-flex-flow: row wrap; | ||
flex-flow: row; | ||
text-align: center; | ||
margin-right: auto; | ||
margin-left: auto; | ||
border-radius: 15px; | ||
} | ||
|
||
|
||
.ident { | ||
text-align: center; | ||
margin-top: 5px; | ||
font-size: 15px; | ||
color: white; | ||
} | ||
|
||
/* | ||
* Footer | ||
*/ | ||
.mastfoot { | ||
position: fixed; | ||
bottom: 0px; | ||
left: 1em; | ||
color: rgba(255, 255, 255, .4); | ||
margin: 0px auto; /* fonctionne pas des masses pour l'instant*/ | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,98 @@ | ||
img { | ||
height: auto; | ||
max-width: 100%; | ||
border-radius: 15px; | ||
} | ||
|
||
.topnav img { | ||
filter: invert(1); | ||
-webkit-filter: invert(1); | ||
-moz-filter: invert(1); | ||
-o-filter: invert(1); | ||
-ms-filter: invert(1); | ||
} | ||
|
||
.preview img { | ||
margin-left: 1em; | ||
height: 100px; | ||
order: 1; | ||
} | ||
|
||
.preview p{ | ||
margin-top: 15px; | ||
padding-right: 1em; | ||
font-style: italic; | ||
} | ||
|
||
.jumbotron{ | ||
padding-top: 32px; | ||
padding-bottom: 32px; | ||
color: #263E99; | ||
} | ||
|
||
/** | ||
* Profile image component | ||
*/ | ||
.profile-header-container{ | ||
margin: 0 auto; | ||
text-align: center; | ||
} | ||
|
||
.profile-header-img { | ||
padding: 54px; | ||
} | ||
|
||
.profile-header-img > img.img-circle { | ||
width: 230px; | ||
height: 230px; | ||
/* border: 2px solid #51D2B7;*/ | ||
} | ||
|
||
.profile-header { | ||
margin-top: 30px; | ||
} | ||
|
||
/** | ||
* Ranking component | ||
*/ | ||
.rank-label-container { | ||
margin-top: -19px; | ||
text-align: center; | ||
} | ||
|
||
.label.label-default.rank-label { | ||
background-color: #4d94ff; | ||
padding: 5px 15px 5px 15px; | ||
border-radius: 27px; | ||
} | ||
|
||
.form-post { | ||
wijdth: 700px; | ||
display: -ms-flexbox; | ||
display: flex; | ||
-ms-flex-flow: row wrap; | ||
flex-flow: row; | ||
text-align: center; | ||
margin-right: auto; | ||
margin-left: auto; | ||
border-radius: 15px; | ||
} | ||
|
||
|
||
.ident { | ||
text-align: center; | ||
margin-top: 5px; | ||
font-size: 15px; | ||
color: white; | ||
} | ||
|
||
/* | ||
* Footer | ||
*/ | ||
.mastfoot { | ||
position: fixed; | ||
bottom: 0px; | ||
left: 1em; | ||
color: rgba(255, 255, 255, .4); | ||
margin: 0px auto; /* fonctionne pas des masses pour l'instant*/ | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,98 @@ | ||
img { | ||
height: auto; | ||
max-width: 100%; | ||
border-radius: 15px; | ||
} | ||
|
||
.topnav img { | ||
filter: invert(1); | ||
-webkit-filter: invert(1); | ||
-moz-filter: invert(1); | ||
-o-filter: invert(1); | ||
-ms-filter: invert(1); | ||
} | ||
|
||
.preview img { | ||
margin-left: 1em; | ||
height: 100px; | ||
order: 1; | ||
} | ||
|
||
.preview p{ | ||
margin-top: 15px; | ||
padding-right: 1em; | ||
font-style: italic; | ||
} | ||
|
||
.jumbotron{ | ||
padding-top: 32px; | ||
padding-bottom: 32px; | ||
color: #263E99; | ||
} | ||
|
||
/** | ||
* Profile image component | ||
*/ | ||
.profile-header-container{ | ||
margin: 0 auto; | ||
text-align: center; | ||
} | ||
|
||
.profile-header-img { | ||
padding: 54px; | ||
} | ||
|
||
.profile-header-img > img.img-circle { | ||
width: 230px; | ||
height: 230px; | ||
/* border: 2px solid #51D2B7;*/ | ||
} | ||
|
||
.profile-header { | ||
margin-top: 30px; | ||
} | ||
|
||
/** | ||
* Ranking component | ||
*/ | ||
.rank-label-container { | ||
margin-top: -19px; | ||
text-align: center; | ||
} | ||
|
||
.label.label-default.rank-label { | ||
background-color: #4d94ff; | ||
padding: 5px 15px 5px 15px; | ||
border-radius: 27px; | ||
} | ||
|
||
.form-post { | ||
wijdth: 700px; | ||
display: -ms-flexbox; | ||
display: flex; | ||
-ms-flex-flow: row wrap; | ||
flex-flow: row; | ||
text-align: center; | ||
margin-right: auto; | ||
margin-left: auto; | ||
border-radius: 15px; | ||
} | ||
|
||
|
||
.ident { | ||
text-align: center; | ||
margin-top: 5px; | ||
font-size: 15px; | ||
color: white; | ||
} | ||
|
||
/* | ||
* Footer | ||
*/ | ||
.mastfoot { | ||
position: fixed; | ||
bottom: 0px; | ||
left: 1em; | ||
color: rgba(255, 255, 255, .4); | ||
margin: 0px auto; /* fonctionne pas des masses pour l'instant*/ | ||
} |
Oops, something went wrong.