Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
TP4 - AJAX
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Aymane Ismail
TP4 - AJAX
Commits
cc66e0a5
Commit
cc66e0a5
authored
3 years ago
by
Thomas Fritsch
Browse files
Options
Downloads
Patches
Plain Diff
css theme sombre
parent
6f2c3a86
No related branches found
No related tags found
No related merge requests found
Changes
5
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
css/main.css
+2
-2
2 additions, 2 deletions
css/main.css
css/news.css
+1
-1
1 addition, 1 deletion
css/news.css
css/pizzaForm.css
+1
-0
1 addition, 0 deletions
css/pizzaForm.css
css/pizzaList.css
+8
-7
8 additions, 7 deletions
css/pizzaList.css
images/bg.png
+0
-0
0 additions, 0 deletions
images/bg.png
with
12 additions
and
10 deletions
css/main.css
+
2
−
2
View file @
cc66e0a5
...
...
@@ -22,7 +22,7 @@ body {
margin
:
0
;
/* height: 100%; */
padding
:
0
;
background
:
#
eee
;
background
:
#
222
;
}
body
{
min-height
:
100vh
;
...
...
@@ -40,7 +40,7 @@ body > footer {
padding
:
0
40px
;
}
.pageContainer
{
color
:
#
121618
;
color
:
#
fff
;
background-image
:
url
(
'../images/bg.png'
);
background-size
:
110%
;
background-position
:
center
-20px
;
...
...
This diff is collapsed.
Click to expand it.
css/news.css
+
1
−
1
View file @
cc66e0a5
...
...
@@ -18,7 +18,7 @@
bottom
:
0
;
height
:
0
;
width
:
100%
;
background-image
:
linear-gradient
(
#
eee
,
#eee
),
linear-gradient
(
45deg
,
transparent
75%
,
#
eee
75%
),
linear-gradient
(
-45deg
,
transparent
75%
,
#
eee
75%
);
background-image
:
linear-gradient
(
#
222
,
#222
),
linear-gradient
(
45deg
,
transparent
75%
,
#
222
75%
),
linear-gradient
(
-45deg
,
transparent
75%
,
#
222
75%
);
background-position
:
0
0
,
0
0
,
0
0
,
0
100%
,
0
100%
;
background-size
:
auto
auto
,
15px
15px
,
15px
15px
,
15px
15px
,
15px
15px
;
background-clip
:
padding-box
,
border-box
,
border-box
,
border-box
,
border-box
;
...
...
This diff is collapsed.
Click to expand it.
css/pizzaForm.css
+
1
−
0
View file @
cc66e0a5
.pizzaForm
{
background
:
white
;
color
:
#121618
;
padding
:
50px
;
border
:
1px
#13181919
solid
;
outline
:
20px
hsl
(
240deg
0%
100%
)
solid
;
...
...
This diff is collapsed.
Click to expand it.
css/pizzaList.css
+
8
−
7
View file @
cc66e0a5
...
...
@@ -31,7 +31,7 @@
transform
:
scaleX
(
-1
)
translateY
(
-50%
);
}
.pizzaThumbnail
{
background-color
:
#
fff
;
background-color
:
#
131618
;
}
.pizzaThumbnail
a
{
/* background-color: #12161899; */
...
...
@@ -73,7 +73,7 @@
align-items
:
center
;
padding
:
20px
20px
;
font-size
:
16px
;
background-color
:
#
f9f9f9
;
background-color
:
#
131618
;
}
.pizzaThumbnail
a
section
:before
{
content
:
''
;
...
...
@@ -85,7 +85,7 @@
height
:
0
;
border-top
:
20px
solid
transparent
;
border-bottom
:
20px
solid
transparent
;
border-right
:
20px
solid
#
f9f9f9
;
border-right
:
20px
solid
#
131618
;
}
.pizzaThumbnail
a
section
h4
{
text-align
:
center
;
...
...
@@ -94,7 +94,7 @@
font-size
:
30px
;
letter-spacing
:
2px
;
text-transform
:
uppercase
;
color
:
#
000
;
color
:
#
fff
;
/* color: #e2952d; */
margin
:
0
0
15px
;
white-space
:
nowrap
;
...
...
@@ -102,6 +102,7 @@
.pizzaThumbnail
a
section
h4
:before
,
.pizzaThumbnail
a
section
h4
:after
{
content
:
'〜'
;
color
:
#bbb
;
font-weight
:
lighter
;
display
:
inline-flex
;
font-size
:
0.5em
;
...
...
@@ -115,18 +116,18 @@
list-style-type
:
none
;
padding
:
0
;
margin
:
0
;
color
:
#
555
;
color
:
#
bbb
;
}
.pizzaThumbnail
a
:hover
img
{
/* filter: contrast(1) grayscale(0) brightness(1); */
width
:
48%
;
}
.pizzaThumbnail
a
:hover
section
{
background-color
:
#
fff
;
background-color
:
#
0d0e10
;
/* width: 52%; */
}
.pizzaThumbnail
a
:hover
section
:before
{
border-right-color
:
#
fff
;
border-right-color
:
#
0d0e10
;
}
@media
(
max-width
:
1200px
)
{
.pizzaThumbnail
a
img
{
...
...
This diff is collapsed.
Click to expand it.
images/bg.png
+
0
−
0
View replaced file @
6f2c3a86
View file @
cc66e0a5
358 KiB
|
W:
|
H:
386 KiB
|
W:
|
H:
2-up
Swipe
Onion skin
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment