Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
R
RLG Maker
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Romain DELEAU
RLG Maker
Commits
7db6e4ca
Commit
7db6e4ca
authored
Mar 07, 2023
by
Romain DELEAU
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix task/annexe-task/random-event CSS + add repeat background-image
parent
7c79e82a
Changes
5
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
89 additions
and
9 deletions
+89
-9
annexe-task.component.scss
src/app/pieces/annexe-task/annexe-task.component.scss
+25
-3
random-event.component.scss
src/app/pieces/random-event/random-event.component.scss
+30
-3
task.component.scss
src/app/pieces/task/task.component.scss
+30
-3
repeat.component.scss
src/app/sider-pieces/repeat/repeat.component.scss
+4
-0
repeat.png
src/assets/background-images/repeat.png
+0
-0
No files found.
src/app/pieces/annexe-task/annexe-task.component.scss
View file @
7db6e4ca
...
...
@@ -23,17 +23,21 @@
display
:
flex
;
padding
:
15px
20px
15px
20px
;
justify-content
:
space-around
;
mat-icon
{
cursor
:
pointer
;
transform
:
scale
(
1
.1
);
}
mat-icon
:hover
{
opacity
:
0
.75
;
}
}
&
-menu
.show
{
transform
:
translateX
(
-50%
)
translateY
(
0
);
}
&
-menu
.hide
{
transform
:
translateX
(
-50%
)
translateY
(
100%
);
}
...
...
@@ -97,6 +101,7 @@
flex-direction
:
row
;
width
:
100%
;
margin-top
:
5px
;
&
-checkbox
{
position
:
relative
;
width
:
50%
;
...
...
@@ -111,12 +116,14 @@
display
:
flex
;
padding-right
:
5px
;
justify-content
:
flex-end
;
input
{
width
:
20px
;
border
:
none
;
border-radius
:
10px
;
text-align
:
center
;
}
select
{
width
:
40px
;
background-color
:
white
;
...
...
@@ -128,12 +135,14 @@
}
}
}
&
-prerequires
.show
{
transform
:
translateY
(
100%
);
}
&
-attach
{
z-index
:
1
;
&
-left
{
border-top
:
solid
black
1px
;
border-right
:
solid
black
1px
;
...
...
@@ -167,6 +176,7 @@
flex-direction
:
column
;
align-items
:
stretch
;
z-index
:
2
;
input
{
height
:
40px
;
border-radius
:
10px
;
...
...
@@ -174,6 +184,7 @@
padding
:
5px
10px
5px
10px
;
font-size
:
15px
;
}
textarea
{
border-radius
:
20px
;
padding
:
10px
;
...
...
@@ -184,8 +195,9 @@
background-image
:
url("../../../assets/background-images/annexe.png")
;
background-position
:
center
;
background-repeat
:
no-repeat
;
background-size
:
30%
;
background-size
:
100px
;
}
select
{
background-color
:
white
;
border
:
none
;
...
...
@@ -193,44 +205,52 @@
border-radius
:
10px
;
padding
:
5px
10px
5px
10px
;
}
&
-top
{
margin-top
:
20px
;
display
:
flex
;
flex-direction
:
row
;
//justify-content: space-between;
&
-identifier
{
width
:
50px
;
text-align
:
center
;
}
&
-title
{
font-size
:
25px
;
font-family
:
'Glacial Indifference Bold'
;
position
:
relative
;
margin-left
:
10px
;
}
&
-symbol
{
width
:
50px
;
height
:
50px
;
background-color
:
white
;
border-radius
:
10px
;
cursor
:
pointer
;
mat-icon
{
transform
:
scale
(
1
.3
);
overflow
:
visible
;
}
}
}
&
-content
{
margin-top
:
10px
;
height
:
100%
;
margin-bottom
:
10px
;
}
&
-bottom
{
display
:
flex
;
flex-direction
:
row
;
margin-bottom
:
10px
;
justify-content
:
space-between
;
&
-duration
{
display
:
flex
;
input
{
border-top-right-radius
:
0px
;
border-bottom-right-radius
:
0px
;
...
...
@@ -238,6 +258,7 @@
text-align
:
center
;
z-index
:
2
;
}
select
{
width
:
60px
;
border-top-left-radius
:
0px
;
...
...
@@ -245,6 +266,7 @@
z-index
:
1
;
}
}
&
-prerequires
{
width
:
100px
;
height
:
50px
;
...
...
src/app/pieces/random-event/random-event.component.scss
View file @
7db6e4ca
...
...
@@ -23,17 +23,21 @@
display
:
flex
;
padding
:
15px
20px
15px
20px
;
justify-content
:
space-around
;
mat-icon
{
cursor
:
pointer
;
transform
:
scale
(
1
.1
);
}
mat-icon
:hover
{
opacity
:
0
.75
;
}
}
&
-menu
.show
{
transform
:
translateX
(
-50%
)
translateY
(
0
);
}
&
-menu
.hide
{
transform
:
translateX
(
-50%
)
translateY
(
100%
);
}
...
...
@@ -56,10 +60,12 @@
label
{
font-size
:
14px
;
}
mat-icon
{
cursor
:
pointer
;
transform
:
scale
(
1
.2
);
}
mat-icon
:hover
{
opacity
:
0
.75
;
}
...
...
@@ -77,6 +83,7 @@
margin-top
:
10px
;
}
}
&
-symbolchoice
.show
{
transform
:
translateX
(
100%
);
}
...
...
@@ -140,6 +147,7 @@
flex-direction
:
row
;
width
:
100%
;
margin-top
:
5px
;
&
-checkbox
{
position
:
relative
;
width
:
50%
;
...
...
@@ -154,12 +162,14 @@
display
:
flex
;
padding-right
:
5px
;
justify-content
:
flex-end
;
input
{
width
:
20px
;
border
:
none
;
border-radius
:
10px
;
text-align
:
center
;
}
select
{
width
:
40px
;
background-color
:
white
;
...
...
@@ -171,12 +181,14 @@
}
}
}
&
-prerequires
.show
{
transform
:
translateY
(
100%
);
}
&
-attach
{
z-index
:
1
;
&
-left
{
border-top
:
solid
black
1px
;
border-right
:
solid
black
1px
;
...
...
@@ -210,6 +222,7 @@
flex-direction
:
column
;
align-items
:
stretch
;
z-index
:
2
;
input
{
height
:
40px
;
border-radius
:
10px
;
...
...
@@ -217,6 +230,7 @@
padding
:
5px
10px
5px
10px
;
font-size
:
15px
;
}
textarea
{
border-radius
:
20px
;
padding
:
10px
;
...
...
@@ -227,8 +241,9 @@
background-image
:
url("../../../assets/background-images/event.png")
;
background-position
:
center
;
background-repeat
:
no-repeat
;
background-size
:
30%
;
background-size
:
100px
;
}
select
{
background-color
:
white
;
border
:
none
;
...
...
@@ -236,20 +251,24 @@
border-radius
:
10px
;
padding
:
5px
10px
5px
10px
;
}
&
-top
{
margin-top
:
20px
;
display
:
flex
;
flex-direction
:
row
;
&
-identifier
{
width
:
50px
;
text-align
:
center
;
}
&
-title
{
font-size
:
25px
;
font-family
:
'Glacial Indifference Bold'
;
position
:
relative
;
margin-left
:
10px
;
}
&
-symbol
{
width
:
50px
;
height
:
50px
;
...
...
@@ -258,23 +277,29 @@
cursor
:
pointer
;
position
:
absolute
;
right
:
10px
;
mat-icon
{
transform
:
scale
(
1
.3
);
overflow
:
visible
;
}
}
}
&
-content
{
margin-top
:
10px
;
height
:
100%
;
margin-bottom
:
10px
;
}
&
-bottom
{
display
:
flex
;
flex-direction
:
row
;
margin-bottom
:
10px
;
justify-content
:
space-between
;
&
-duration
{
display
:
flex
;
input
{
border-top-right-radius
:
0px
;
border-bottom-right-radius
:
0px
;
...
...
@@ -282,6 +307,7 @@
text-align
:
center
;
z-index
:
2
;
}
select
{
width
:
60px
;
border-top-left-radius
:
0px
;
...
...
@@ -289,6 +315,7 @@
z-index
:
1
;
}
}
&
-prerequires
{
width
:
100px
;
height
:
50px
;
...
...
src/app/pieces/task/task.component.scss
View file @
7db6e4ca
...
...
@@ -23,17 +23,21 @@
display
:
flex
;
padding
:
15px
20px
15px
20px
;
justify-content
:
space-around
;
mat-icon
{
cursor
:
pointer
;
transform
:
scale
(
1
.1
);
}
mat-icon
:hover
{
opacity
:
0
.75
;
}
}
&
-menu
.show
{
transform
:
translateX
(
-50%
)
translateY
(
0
);
}
&
-menu
.hide
{
transform
:
translateX
(
-50%
)
translateY
(
100%
);
}
...
...
@@ -56,10 +60,12 @@
label
{
font-size
:
14px
;
}
mat-icon
{
cursor
:
pointer
;
transform
:
scale
(
1
.2
);
}
mat-icon
:hover
{
opacity
:
0
.75
;
}
...
...
@@ -77,6 +83,7 @@
margin-top
:
10px
;
}
}
&
-symbolchoice
.show
{
transform
:
translateX
(
100%
);
}
...
...
@@ -140,6 +147,7 @@
flex-direction
:
row
;
width
:
100%
;
margin-top
:
5px
;
&
-checkbox
{
position
:
relative
;
width
:
50%
;
...
...
@@ -154,12 +162,14 @@
display
:
flex
;
padding-right
:
5px
;
justify-content
:
flex-end
;
input
{
width
:
20px
;
border
:
none
;
border-radius
:
10px
;
text-align
:
center
;
}
select
{
width
:
40px
;
background-color
:
white
;
...
...
@@ -171,12 +181,14 @@
}
}
}
&
-prerequires
.show
{
transform
:
translateY
(
100%
);
}
&
-attach
{
z-index
:
1
;
&
-left
{
border-top
:
solid
black
1px
;
border-right
:
solid
black
1px
;
...
...
@@ -210,6 +222,7 @@
flex-direction
:
column
;
align-items
:
stretch
;
z-index
:
2
;
input
{
height
:
40px
;
border-radius
:
10px
;
...
...
@@ -217,6 +230,7 @@
padding
:
5px
10px
5px
10px
;
font-size
:
15px
;
}
textarea
{
border-radius
:
20px
;
padding
:
10px
;
...
...
@@ -227,8 +241,9 @@
background-image
:
url("../../../assets/background-images/tache.png")
;
background-position
:
center
;
background-repeat
:
no-repeat
;
background-size
:
30%
;
background-size
:
100px
;
}
select
{
background-color
:
white
;
border
:
none
;
...
...
@@ -236,20 +251,24 @@
border-radius
:
10px
;
padding
:
5px
10px
5px
10px
;
}
&
-top
{
margin-top
:
20px
;
display
:
flex
;
flex-direction
:
row
;
&
-identifier
{
width
:
50px
;
text-align
:
center
;
}
&
-title
{
font-size
:
25px
;
font-family
:
'Glacial Indifference Bold'
;
position
:
relative
;
margin-left
:
10px
;
}
&
-symbol
{
width
:
50px
;
height
:
50px
;
...
...
@@ -258,23 +277,29 @@
cursor
:
pointer
;
position
:
absolute
;
right
:
10px
;
mat-icon
{
transform
:
scale
(
1
.3
);
overflow
:
visible
;
}
}
}
&
-content
{
margin-top
:
10px
;
height
:
100%
;
margin-bottom
:
10px
;
}
&
-bottom
{
display
:
flex
;
flex-direction
:
row
;
margin-bottom
:
10px
;
justify-content
:
space-between
;
&
-duration
{
display
:
flex
;
input
{
border-top-right-radius
:
0px
;
border-bottom-right-radius
:
0px
;
...
...
@@ -282,6 +307,7 @@
text-align
:
center
;
z-index
:
2
;
}
select
{
width
:
60px
;
border-top-left-radius
:
0px
;
...
...
@@ -289,6 +315,7 @@
z-index
:
1
;
}
}
&
-prerequires
{
width
:
100px
;
height
:
50px
;
...
...
src/app/sider-pieces/repeat/repeat.component.scss
View file @
7db6e4ca
...
...
@@ -55,6 +55,10 @@
flex-grow
:
1
;
min-height
:
50px
;
max-height
:
100px
;
background-image
:
url("../../../assets/background-images/repeat.png")
;
background-position
:
center
;
background-repeat
:
no-repeat
;
background-size
:
30%
;
}
}
}
...
...
src/assets/background-images/repeat.png
0 → 100644
View file @
7db6e4ca
30.8 KB
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