Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M3P2 HTML Generator
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
12
Issues
12
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
M3P2
M3P2 HTML Generator
Commits
d87cb84c
Commit
d87cb84c
authored
Jun 16, 2022
by
Administrator
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
style: update colors
parent
4d81b1fa
Pipeline
#10953
failed with stage
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
25 additions
and
10 deletions
+25
-10
notices.css
user/plugins/markdown-notices/assets/notices.css
+25
-1
custom.css
user/themes/textbook/css/custom.css
+0
-9
No files found.
user/plugins/markdown-notices/assets/notices.css
View file @
d87cb84c
...
@@ -13,26 +13,50 @@
...
@@ -13,26 +13,50 @@
color
:
#df8a13
;
color
:
#df8a13
;
}
}
.notices.yellow
strong
,
.notices.yellow
b
{
color
:
#df8a13
;
}
.notices.red
{
.notices.red
{
border-left
:
10px
solid
#d9534f
;
border-left
:
10px
solid
#d9534f
;
background
:
#fdf7f7
;
background
:
#fdf7f7
;
color
:
#b52b27
;
color
:
#b52b27
;
}
}
.notices.red
b
,
.notices.red
strong
{
color
:
#b52b27
;
}
.notices.blue
{
.notices.blue
{
border-left
:
10px
solid
#5bc0de
;
border-left
:
10px
solid
#5bc0de
;
background
:
#f4f8fa
;
background
:
#f4f8fa
;
color
:
#28a1c5
;
color
:
#28a1c5
;
}
}
.notices.blue
b
,
.notices.blue
strong
{
color
:
#28a1c5
;
}
.notices.green
{
.notices.green
{
border-left
:
10px
solid
#5cb85c
;
border-left
:
10px
solid
#5cb85c
;
background
:
#f1f9f1
;
background
:
#f1f9f1
;
color
:
#3d8b3d
;
color
:
#3d8b3d
;
}
}
.notices.green
b
,
.notices.green
strong
{
color
:
#3d8b3d
;
}
.notices.purple
{
.notices.purple
{
border-left
:
10px
solid
#8f24da
;
border-left
:
10px
solid
#8f24da
;
background
:
#fdeffd
;
background
:
#fdeffd
;
color
:
#8f24da
;
color
:
#8f24da
;
}
}
\ No newline at end of file
.notices.purple
b
,
.notices.purple
strong
{
color
:
#8f24da
;
}
user/themes/textbook/css/custom.css
View file @
d87cb84c
/** General Theme **/
/** General Theme **/
strong
{
color
:
#c96233
;
}
/*couleur strong et b à implémenter dès que la solution sera trouvée pour les désactiver dans les notices,
c'est à dire que dans les notices la couleur des caractères gras soit celle de chaque notice
strong
{
strong
{
color
:
#ac4901
;
color
:
#ac4901
;
}
}
b
{
b
{
color
:
#0169c1
;
color
:
#0169c1
;
}
}
*****************************/
dl
dt
{
dl
dt
{
display
:
inline
;
display
:
inline
;
...
...
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