feat: 👷 Init the pages branch dedicated to deploy to GitLab Pages.
This commit is contained in:
101
public/wireframe/index.html
Normal file
101
public/wireframe/index.html
Normal file
@@ -0,0 +1,101 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<link type="text/css" rel="stylesheet" href="./wireframe.css" />
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>Document</title>
|
||||
</head>
|
||||
<body>
|
||||
<div id="lbmod1" class="lb-mod softener">
|
||||
<div class="lb-container">
|
||||
<div class="lb-header">
|
||||
<h2><span class="text-ph">Importer des documents</span></h2>
|
||||
<div class=" "><span class="text-ph close-button">x</span></div>
|
||||
<div id="tabs-container">
|
||||
<span></span>
|
||||
<span><a href="#" class="text-ph">Onglet 1</a></span>
|
||||
<span><a href="#" class="text-ph">Onglet 2</a></span>
|
||||
<span class="active"><a href="#" class="text-ph">Onglet actif</a></span>
|
||||
<span></span>
|
||||
</div>
|
||||
</div>
|
||||
<div class="lb-body doc-file-browse">
|
||||
<div id="doc-file-search">
|
||||
<input type="search" placeholder="Rechercher" />
|
||||
<button>🔍</button>
|
||||
</div>
|
||||
<div id="doc-file-viewmode">
|
||||
Vue :
|
||||
<a href="#" class="active">Mosaïque</a>
|
||||
<a href="#">Grille</a>
|
||||
<a href="#">Liste</a>
|
||||
</div>
|
||||
<div id="doc-file-nav" class="list-nav scrollable ">
|
||||
<ul class="">
|
||||
<li class="active">
|
||||
<span class="text-ph">Mes documents</span>
|
||||
<ul>
|
||||
<li><span class="text-ph">Mes Images</span></li>
|
||||
<li><span class="text-ph">Mes Enregistrements</span></li>
|
||||
<li><span class="text-ph">Mes Vidéos</span></li>
|
||||
<li><span class="text-ph">Mes Devoirs</span></li>
|
||||
<li><span class="text-ph">Mes Archives</span></li>
|
||||
<li><span class="text-ph">Mes Affaires</span></li>
|
||||
<li><span class="text-ph">Mes Mots</span></li>
|
||||
<li><span class="text-ph">Mes Classeurs</span></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><span class="text-ph">Un dossier racine</span></li>
|
||||
<li><span class="text-ph">Un autre dossier racine</span></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div id="doc-file-dominos" class="domino-container scrollable">
|
||||
<div class="domino-item type-folder">
|
||||
<h4 class="domino-title text-ph">Mes Images</h4>
|
||||
</div>
|
||||
<div class="domino-item type-folder">
|
||||
<h4 class="domino-title text-ph">Mes Enregistrements</h4>
|
||||
</div>
|
||||
<div class="domino-item type-folder">
|
||||
<h4 class="domino-title text-ph">Mes Vidéos</h4>
|
||||
</div>
|
||||
<div class="domino-item type-folder">
|
||||
<h4 class="domino-title text-ph">Mes Devoirs</h4>
|
||||
</div>
|
||||
<div class="domino-item type-folder">
|
||||
<h4 class="domino-title text-ph">Mes Archives</h4>
|
||||
</div>
|
||||
<div class="domino-item type-folder">
|
||||
<h4 class="domino-title text-ph">Mes Affaires</h4>
|
||||
</div>
|
||||
<div class="domino-item type-folder">
|
||||
<h4 class="domino-title text-ph">Mes Mots</h4>
|
||||
</div>
|
||||
<div class="domino-item type-folder">
|
||||
<h4 class="domino-title text-ph">Mes Classeurs</h3>
|
||||
</div>
|
||||
<div class="domino-item type-file">
|
||||
<h4 class="domino-title text-ph">Consigne trigonométrie</h3>
|
||||
<p class="subtitle text-ph">Fichier Word</p>
|
||||
|
||||
</div>
|
||||
<div class="domino-item type-file">
|
||||
<h4 class="domino-title text-ph">Suivit des notes</h3>
|
||||
<span class="subtitle text-ph">Fichier Excel</span>
|
||||
|
||||
</div>
|
||||
<div class="domino-item">
|
||||
<h4 class="domino-title text-ph">Dummy file</h3>
|
||||
<span class="subtitle text-ph">Fichier fichier</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="lb-footer">
|
||||
<button>Annuler</button>
|
||||
<button>Ok</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
250
public/wireframe/wireframe.css
Normal file
250
public/wireframe/wireframe.css
Normal file
@@ -0,0 +1,250 @@
|
||||
/* Faking a real website */
|
||||
|
||||
html {
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
body {
|
||||
background-color: rgb(236, 236, 236);
|
||||
margin: 0;
|
||||
min-height: 100%;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
.text-ph {
|
||||
background-color: rgb(236, 236, 236);
|
||||
color: transparent !important;
|
||||
}
|
||||
|
||||
/* The body of the fake website consist of a scrollable big picture */
|
||||
|
||||
#fake {
|
||||
/* background: url(./fake-home.jpg); */
|
||||
z-index: 9;
|
||||
/* position: fixed; */
|
||||
top: 0;
|
||||
left: 0;
|
||||
min-width: 100%;
|
||||
min-height: 100%;
|
||||
}
|
||||
|
||||
/* lightbox stuff */
|
||||
|
||||
.lb-mod {
|
||||
position: fixed;
|
||||
top: 0;
|
||||
left: 0;
|
||||
bottom: 0;
|
||||
right: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
/* overflow: auto; */
|
||||
z-index: 10;
|
||||
}
|
||||
/*
|
||||
.softener {
|
||||
backdrop-filter: blur(5px);
|
||||
background-color: rgba(0, 0, 0, 0.5);
|
||||
} */
|
||||
|
||||
/* lightbox itself */
|
||||
|
||||
.lb-container {
|
||||
display: grid;
|
||||
margin: 5em;
|
||||
grid-template-rows: min-content auto min-content;
|
||||
position: static;
|
||||
z-index: 11;
|
||||
max-width: 1030px;
|
||||
background-color: white;
|
||||
border: 1px solid lightgray;
|
||||
border-radius: 1em;
|
||||
}
|
||||
|
||||
.scrollable {
|
||||
overflow-y: scroll;
|
||||
}
|
||||
|
||||
.lb-header {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.lb-header h2 {
|
||||
margin: 0.5em 1em;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.lb-header .close-button {
|
||||
position: absolute;
|
||||
right:.5em;
|
||||
top:.5em;
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
}
|
||||
|
||||
#tabs-container {
|
||||
display: flex;
|
||||
letter-spacing: -0.5px;
|
||||
overflow-x: auto;
|
||||
}
|
||||
|
||||
#tabs-container a {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
/* #tabs-container > span.active a {
|
||||
color: rgb(255, 141, 46);
|
||||
} */
|
||||
|
||||
#tabs-container > span {
|
||||
flex-grow: 1;
|
||||
min-width: min-content;
|
||||
text-align: center;
|
||||
border-bottom: 1px solid lightgray;
|
||||
padding: 9px;
|
||||
}
|
||||
|
||||
#tabs-container > span.active {
|
||||
flex-grow: 1;
|
||||
min-width: min-content;
|
||||
text-align: center;
|
||||
border: 1px solid lightgray;
|
||||
border-bottom: none;
|
||||
background-color: white;
|
||||
}
|
||||
|
||||
.lb-body {
|
||||
/* padding: 1em; */
|
||||
padding-bottom: 0;
|
||||
/* max-height: 350px; */
|
||||
max-height: calc(100vh - 10em - 200px);
|
||||
border-bottom: 1px solid lightgray;
|
||||
background-color: white;
|
||||
}
|
||||
|
||||
.doc-file-browse {
|
||||
display: grid;
|
||||
grid-template-columns: [side] 220px [central] auto;
|
||||
grid-template-rows: [toolbar] auto [main] auto;
|
||||
grid-gap: 6px;
|
||||
}
|
||||
|
||||
.doc-file-browse #doc-file-viewmode {
|
||||
visibility: hidden;
|
||||
grid-row: toolbar;
|
||||
grid-column: side;
|
||||
justify-self: start;
|
||||
}
|
||||
|
||||
.doc-file-browse #doc-file-search {
|
||||
visibility: hidden;
|
||||
grid-row: toolbar;
|
||||
grid-column: central;
|
||||
justify-self: start;
|
||||
}
|
||||
|
||||
.doc-file-browse #doc-file-nav {
|
||||
grid-row: toolbar / span 2;
|
||||
grid-column: side;
|
||||
}
|
||||
|
||||
.doc-file-browse #doc-file-dominos {
|
||||
grid-row: toolbar / span 2;
|
||||
grid-column: central;
|
||||
}
|
||||
|
||||
input[type="text"],
|
||||
input[type="password"],
|
||||
input[type="search"],
|
||||
input[type="email"],
|
||||
input[type="tel"],
|
||||
input[type="date"] {
|
||||
border: 1px solid #c9ced5;
|
||||
line-height: 25px;
|
||||
padding: 0 10px;
|
||||
box-sizing: border-box;
|
||||
height: 40px;
|
||||
font-size: initial;
|
||||
}
|
||||
|
||||
button {
|
||||
/* height: 40px; */
|
||||
box-sizing: border-box;
|
||||
border: none;
|
||||
font-size: initial;
|
||||
padding:9px 12px;
|
||||
}
|
||||
|
||||
.list-nav ul {
|
||||
padding-left: 0;
|
||||
font-size: 12pt;
|
||||
}
|
||||
|
||||
.list-nav li {
|
||||
list-style: none;
|
||||
margin: 9px;
|
||||
}
|
||||
|
||||
.list-nav ul li ul li {
|
||||
margin-left: 12px;
|
||||
}
|
||||
|
||||
.list-nav li span {
|
||||
padding: 3px 9px;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.list-nav li:not(.active) span:hover {
|
||||
background: lightgray;
|
||||
}
|
||||
|
||||
.list-nav .active > span {
|
||||
background: lightgray;
|
||||
color: white;
|
||||
}
|
||||
|
||||
.domino-container {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
justify-content: flex-start;
|
||||
align-items: flex-start;
|
||||
align-content: flex-start;
|
||||
}
|
||||
|
||||
.domino-item {
|
||||
margin: 5px;
|
||||
border: 1px solid #ebebeb;
|
||||
width: 150px;
|
||||
height: 80px;
|
||||
background: url(https://via.placeholder.com/80/ebebeb/ebebeb) no-repeat;
|
||||
padding-left: 86px;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.domino-item h4 {
|
||||
margin: 6px 0 ;
|
||||
color: rgb(53, 53, 53);
|
||||
}
|
||||
.domino-item h4 span.extension {
|
||||
color:gray;
|
||||
font-size: 70%;
|
||||
}
|
||||
|
||||
.domino-item .subtitle {
|
||||
color:gray;
|
||||
font-size: 10pt;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.lb-footer {
|
||||
padding: 1em;
|
||||
justify-self: end;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user