Skip to content

Commit

Permalink
création des .css modifications des appels de css sauf pour messages.…
Browse files Browse the repository at this point in the history
…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
Show file tree
Hide file tree
Showing 15 changed files with 790 additions and 261 deletions.
2 changes: 1 addition & 1 deletion addjob.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

<!-- Custom styles for this template -->
<link href="common.css" rel="stylesheet">
<link href="index.css" rel="stylesheet">
<link href="addjobs.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Muli:400,600,700,800,900" rel="stylesheet">
</head>

Expand Down
98 changes: 98 additions & 0 deletions addjobs.css
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*/
}
98 changes: 98 additions & 0 deletions jobs.css
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*/
}
2 changes: 1 addition & 1 deletion jobs.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

<!-- Custom styles for this template -->
<link href="common.css" rel="stylesheet">
<link href="index.css" rel="stylesheet">
<link href="jobs.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Muli:400,600,700,800,900" rel="stylesheet">
</head>

Expand Down
98 changes: 98 additions & 0 deletions messages.css
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*/
}
Loading

0 comments on commit 163d878

Please sign in to comment.