Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R_basis
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
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
CAN
R_basis
Commits
f25fe906
Verified
Commit
f25fe906
authored
3 years ago
by
Laurent Modolo
Browse files
Options
Downloads
Patches
Plain Diff
src/style.css: add new font and loots of changes
parent
90ba5a37
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
src/Raleway-Regular.ttf
+0
-0
0 additions, 0 deletions
src/Raleway-Regular.ttf
src/YanoneKaffeesatz-Bold.ttf
+0
-0
0 additions, 0 deletions
src/YanoneKaffeesatz-Bold.ttf
src/style.css
+49
-18
49 additions, 18 deletions
src/style.css
with
49 additions
and
18 deletions
src/Raleway-Regular.ttf
0 → 100644
+
0
−
0
View file @
f25fe906
File added
This diff is collapsed.
Click to expand it.
src/YanoneKaffeesatz-Bold.ttf
0 → 100644
+
0
−
0
View file @
f25fe906
File added
This diff is collapsed.
Click to expand it.
src/style.css
+
49
−
18
View file @
f25fe906
@import
url('https://fonts.googleapis.com/css2?family=Yanone+Kaffeesatz:wght@400bbbh;600&display=swap')
;
html
,
body
{
font-size
:
20px
;
}
.pencadre
{
border
:
4px
;
border-style
:
solid
;
border-color
:
#034b6f
;
background-color
:
#EEF3F9
;
padding
:
1em
;
text-align
:
left
;
border-radius
:
5px
4px
3px
2px
;
font-weight
:
300
;
font-size
:
22px
;
}
@font-face
{
font-family
:
'Yanone Kaffeesatz'
;
src
:
url("../src/YanoneKaffeesatz-Bold.ttf")
;
}
@font-face
{
font-family
:
'Raleway'
;
src
:
url("../src/Raleway-Regular.ttf")
;
}
@import
url('https://fonts.googleapis.com/css2?family=Yanone+Kaffeesatz&display=swap')
;
@import
url('https://fonts.googleapis.com/css2?family=Raleway&display=swap')
;
h3
{
/* Header 3 */
font-family
:
'Yanone Kaffeesatz'
,
sans-serif
;
color
:
#
729FCF
;
color
:
#
034b6f
;
}
h2
{
/* Header 2 */
font-family
:
'Yanone Kaffeesatz'
,
sans-serif
;
color
:
darkblue
;
color
:
#034b6f
;
}
h1
{
/* Header 1 */
...
...
@@ -15,21 +41,15 @@ h1 { /* Header 1 */
color
:
#034b6f
;
}
#pencadre
{
border
:
1px
;
border-style
:
solid
;
border-color
:
#034b6f
;
background-color
:
#EEF3F9
;
padding
:
1em
;
text-align
:
center
;
border-radius
:
5px
4px
3px
2px
;
.toggle
{
display
:
none
;
}
legend
{
color
:
#034b6f
;
}
#
pquestion
{
.
pquestion
{
color
:
darkgreen
;
font-weight
:
bold
;
}
...
...
@@ -39,11 +59,22 @@ legend{
justify-content
:
center
;
}
pre
.r
{
background-color
:
#c4c4c4
;
details
summary
{
padding
:
1em
;
font-family
:
'Yanone Kaffeesatz'
,
sans-serif
;
font-size
:
26px
;
color
:
#034b6f
;
text-align
:
center
;
}
pre
:not
([
class
])
{
background-color
:
#1a1a1a
;
color
:
white
;
details
summary
::before
{
content
:
"▶"
;
}
details
summary
:hover::before
{
content
:
"▷"
;
}
details
summary
:active::before
{
content
:
"▼"
;
}
details
summary
:focus::before
{
content
:
"▼"
;
}
\ No newline at end of file
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