Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
MaX - TEI démo
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
pdn-certic
MaX - TEI démo
Merge requests
!2
Maj organisation XSL + template et CSS pour menu gauche
Code
Review changes
Check out branch
Open in Workspace
Download
Patches
Plain diff
Merged
Maj organisation XSL + template et CSS pour menu gauche
em/menu_left
into
master
Overview
3
Commits
2
Changes
6
Merged
Emeline Mancel
requested to merge
em/menu_left
into
master
3 years ago
Overview
3
Commits
2
Changes
6
Expand
0
0
Merge request reports
Compare
master
version 1
bafaf014
3 years ago
master (base)
and
latest version
latest version
a505853e
2 commits,
3 years ago
version 1
bafaf014
1 commit,
3 years ago
6 files
+
180
−
110
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
6
Search (e.g. *.vue) (Ctrl+P)
ui/css/max_tei_demo.css
+
11
−
86
Options
#demo_presentation
{
text-align
:
justify
;
font-size
:
1.2rem
;
@@ -39,9 +38,16 @@ a {
content
:
')'
;
}
#bas_de_page
{
background-color
:
rgba
(
255
,
136
,
34
,
0.4
);
padding
:
5px
#main-max-container
#bas_de_page
{
display
:
inherit
;
}
#bas_de_page
{
margin
:
60px
0px
50px
0px
;
border-top
:
1px
solid
#aaa
;
padding-top
:
10px
;
width
:
100%
;
font-size
:
90%
;
}
.lem
{
@@ -94,96 +100,15 @@ a {
content
:
"Documents de démonstration: "
;
}
body
.max-menu-left
{
flex-direction
:
row
;
padding-top
:
60px
;
}
body
.max-menu-left
nav
{
width
:
20vw
;
background-color
:
#ccc
;
height
:
100vh
;
position
:
fixed
;
left
:
0px
;
top
:
0px
;
padding-top
:
150px
;
padding-left
:
15px
;
}
body
.max-menu-left
nav
ul
.flex-row
{
flex-direction
:
column
!important
;
}
body
.max-menu-left
nav
#text-tools
{
position
:
fixed
;
top
:
0px
;
width
:
100%
;
text-align
:
center
;
display
:
flex
;
justify-content
:
space-around
;
}
body
.max-menu-left
nav
>
div
{
padding-left
:
15px
;
}
body
.max-menu-left
nav
ul
{
list-style-type
:
square
;
}
body
.max-menu-left
.nav-item
{
text-align
:
left
!important
;
}
body
.max-menu-left
.no-list-style
{
list-style-type
:
none
;
padding
:
0
;
margin
:
0
;
margin-left
:
-15px
;
}
body
.max-menu-left
nav
a
{
padding
:
5px
;
}
body
.max-menu-left
nav
.active
a
{
background-color
:
#eee
;
}
details
{
margin
:
0
;
}
.nav-fill
summary
.nav-item
{
margin
:
0
;
padding
:
0
;
}
body
.max-menu-left
.navbar-nav
>
li
{
float
:
none
;
}
body
.max-menu-left
#main-max-container
{
width
:
75vw
;
margin-left
:
20vw
;
padding
:
10px
;
padding-top
:
50px
;
}
body
.max-menu-left
footer
{
position
:
absolute
;
bottom
:
0px
;
left
:
0px
;
width
:
100vw
;
background-color
:
black
;
}
/*SEARCH*/
div
.hit
>
div
,
div
.hit
>
div
p
{
white-space
:
nowrap
;
overflow
:
hidden
;
width
:
500px
;
text-overflow
:
ellipsis
;
text-overflow
:
ellipsis
;
}
div
.hit
blockquote
,
div
.hit
.appel_note_marge
{
display
:
none
;
}
Loading