Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Corentin Bettiol
l3m-website
Commits
dc8dcc3e
Commit
dc8dcc3e
authored
Mar 05, 2019
by
Corentin Bettiol
💻
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bugfix opacity menu, new version of readme
parent
4e808c2a
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
28 additions
and
12 deletions
+28
-12
README.md
README.md
+9
-2
css/design.css
css/design.css
+14
-7
site/layout/layout.php
site/layout/layout.php
+5
-3
No files found.
README.md
View file @
dc8dcc3e
l3m website
====
C'est la 5ème refonte.
## 5ème refonte
Oui je refais tout de zéro de temps en temps.
## Des liens ?
[
Instance de test dispo sur internet
](
https://l3m.244466666.xyz/
)
(
et
hébergée sur mon ptit serveur).
C'est tout.
## Des screenshots ?
Nan.
## Des vidéos alors ?
[
D'accord
](
http://l3m.in/p/up/files/1551814031-l3m-demo.webm
)
, mais juste une.
\ No newline at end of file
css/design.css
View file @
dc8dcc3e
...
...
@@ -263,7 +263,6 @@ form .small{
#paging
{
width
:
80%
;
opacity
:
0.8
;
display
:
flex
;
max-width
:
400px
;
font-size
:
1.5em
;
...
...
@@ -284,8 +283,8 @@ form .small{
#paging
a
{
text-decoration
:
none
;
background-color
:
#f0f0f0
;
border-bottom
:
0px
solid
#ccc
;
background-color
:
rgba
(
240
,
240
,
240
,
0.8
)
;
border-bottom
:
0px
solid
rgba
(
12
,
12
,
12
,
0.4
)
;
transition
:
border-bottom
0.1s
,
padding-bottom
0.1s
;
}
...
...
@@ -296,7 +295,7 @@ form .small{
}
#paging
em
{
opacity
:
0.6
;
color
:
rgba
(
12
,
12
,
12
,
0.5
)
;
}
#paging
.current
{
...
...
@@ -374,8 +373,6 @@ Media Queries
width
:
45px
;
height
:
45px
;
}
#header
{
margin-top
:
30px
;
}
...
...
@@ -386,6 +383,7 @@ Media Queries
position
:
absolute
;
left
:
-9999px
;
}
.nav-label
{
position
:
fixed
;
top
:
0
;
...
...
@@ -420,13 +418,22 @@ Media Queries
padding
:
0
;
transition
:
max-height
0.3s
ease
,
opacity
0.3s
,
padding
0.3s
;
}
#listMenu
a
:hover
{
padding
:
0
;
border-bottom
:
0
;
}
#listMenu
.selected
{
border
:
none
;
border
-bottom
:
0px
solid
black
;
max-height
:
300px
;
padding
:
0
;
opacity
:
0.5
;
}
#listMenu
.selected
:hover
{
border-bottom
:
0px
solid
black
;
padding
:
0
;
}
#toggle
:checked
~
#listMenu
{
border-bottom
:
5px
solid
#ccc
;
...
...
site/layout/layout.php
View file @
dc8dcc3e
...
...
@@ -18,9 +18,11 @@
background-color
:
#e3e3e3
;
padding
:
7px
;
}
#listMenu
.selected
{
padding-bottom
:
2px
;
border-bottom
:
5px
solid
#ccc
;
@media
all
and
(
min-width
:
500px
){
#listMenu
.selected
{
padding-bottom
:
2px
;
border-bottom
:
5px
solid
#ccc
;
}
}
</style>
</head>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment