Skip to content
Snippets Groups Projects
Commit ac4e1399 authored by Christophe St-Georges's avatar Christophe St-Georges
Browse files

Remove de style borne to put it in the styles file

parent c3a14843
No related branches found
No related tags found
No related merge requests found
......@@ -11,6 +11,10 @@ iframe {
border: none;
}
.bold {
font-weight: bold;
}
.btn{
left: 0px;
top: 0px;
......@@ -127,6 +131,14 @@ iframe {
margin: 3px 0px -3px -10px;
}
.fridgeOutline {
border-radius: 25px;
background-color: #F2F2F2;
padding-left: 67px;
padding-top: 17px;
padding-bottom: 17px;
}
.grey-label{
margin-left: 15px;
......@@ -192,6 +204,34 @@ iframe {
outline: none;
}
.memberTab {
overflow: hidden;
border: none;
background-color: white;
}
/* Style the buttons that are used to open the tab content */
.memberTab button {
margin: 6px 3px;
background-color: inherit;
float: inside;
border: none;
border-radius: 20px;
outline: none;
cursor: pointer;
transition: 0.3s;
color: white;
font-size: 16px;
width: 230px;
height: 45px;
display: inline;
background-color: #53bdbd;
}
.memberTab button.active{
background-color: #e6881a;
}
.member-space-access {
display: none;
position: fixed;
......@@ -334,6 +374,11 @@ iframe {
color: #008c8c;
}
.tealBackground{
height: 579px;
background-color: #008C8C;
}
.titleBar{
height: 28px;
......@@ -417,6 +462,11 @@ iframe {
font-size: 12px;
}
#memberSectionTab{
background-color: white;
color: #008C8C;
}
#rules {
display: block;
float: left;
......@@ -426,6 +476,8 @@ iframe {
float: right;
}
/* Go from zero to full opacity */
@keyframes fadeEffect {
from {opacity: 0;}
......
<!DOCTYPE html>
<html lang="en">
<style>
.fridgeOutline {
border-radius: 25px;
background: #F2F2F2;
padding-left: 67px;
padding-top: 17px;
padding-bottom: 17px;
}
.bold {
font-weight: bold;
}
</style>
<head>
<link rel="stylesheet" href="../css/styles.css">
<meta charset="UTF-8">
<title>Liste des frigos</title>
</head>
<body>
<p class="titleSection">Mon profil</p>
<div class="fridgeOutline">
<span class="bold">
LIRE FRIGO
......
<!DOCTYPE html>
<style>
.memberTab {
overflow: hidden;
border: none;
background-color: white;
}
/* Style the buttons that are used to open the tab content */
.memberTab button {
margin: 6px 3px;
background-color: inherit;
float: inside;
border: none;
border-radius: 20px;
outline: none;
cursor: pointer;
transition: 0.3s;
color: white;
font-size: 16px;
width: 230px;
height: 45px;
display: inline;
background-color: #53bdbd;
}
.memberTab button.active{
background-color: #e6881a;
}
.tealBackground{
height: 579px;
background-color: #008C8C;
}
#memberSectionTab{
background-color: white;
color: #008C8C;
}
</style>
<html lang="en">
<head>
<link rel="stylesheet" href="../css/styles.css">
......@@ -61,7 +23,7 @@
<div class="tealBackground">
<div id="listeFrigos" class="tabcontent active">
<iframe id="mbrcontent" src="listeFrigos.html" width="98%" height="800"></iframe>
<iframe id="mbrcontent" src="listeFrigos.html" width="100%" height="800"></iframe>
</div>
</div>
</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment