Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Luciano Barletta
/
mini-web
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit be430ce8
authored
2019-11-22 14:40:14 +0000
by
Luciano Barletta
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
merged style
1 parent
fa304f90
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
22 additions
and
6 deletions
static/Style/Templates.css
static/Style/Templates.css
View file @
be430ce
...
@@ -44,24 +44,40 @@ body{
...
@@ -44,24 +44,40 @@ body{
}
}
.NewTabButton
{
.NewTabButton
{
font-size
:
45px
;
font-size
:
45px
;
width
:
10%
;
width
:
90px
;
height
:
10%
;
height
:
90px
;
border
:
3px
solid
rgb
(
0
,
88
,
170
);
border
:
3px
solid
rgb
(
0
,
88
,
170
);
background-color
:
rgb
(
0
,
102
,
255
);
background-color
:
rgb
(
0
,
102
,
255
);
}
}
.NewInputButton
{
.NewInputButton
{
font-size
:
25px
;
font-size
:
25px
;
width
:
4
.6%
;
width
:
4
0px
;
height
:
4.5%
;
height
:
40px
;
margin
:
1%
;
margin
:
1%
;
border
:
3px
solid
rgb
(
1
,
194
,
120
);
border
:
3px
solid
rgb
(
1
,
194
,
120
);
background-color
:
rgb
(
14
,
211
,
135
);
background-color
:
rgb
(
14
,
211
,
135
);
}
}
.RemoveInputButton
{
.RemoveInputButton
{
width
:
4
.1%
;
width
:
4
0px
;
height
:
4%
;
height
:
40px
;
margin
:
1%
;
margin
:
1%
;
font-size
:
20px
;
font-size
:
20px
;
border
:
3px
solid
rgb
(
230
,
25
,
25
);
border
:
3px
solid
rgb
(
230
,
25
,
25
);
background-color
:
rgba
(
211
,
14
,
14
,
0.788
);
background-color
:
rgba
(
211
,
14
,
14
,
0.788
);
}
}
#ContinuarText
,
#ContinuarButton
{
display
:
none
;
}
#ContinuarButton
{
font-size
:
20px
;
border
:
none
;
background-color
:
rgb
(
1
,
194
,
120
);
color
:
rgb
(
255
,
255
,
255
);
margin
:
2%
;
text-align
:
center
;
width
:
96%
;
height
:
2.5em
;
border-radius
:
5px
;
}
\ No newline at end of file
\ No newline at end of file
Write
Preview
Styling with
Markdown
is supported
Attach a file
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 post a comment