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 138d757f
authored
2019-11-25 13:43:23 +0000
by
Luciano Barletta
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
merge css
1 parent
5a933f31
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
49 additions
and
11 deletions
static/Style/Templates.css
static/Style/Templates.css
View file @
138d757
...
...
@@ -18,24 +18,36 @@ body{
padding
:
2%
;
border-radius
:
2px
;
}
.TabTitle
{
.TabTitle
,
.TabNumber
{
color
:
grey
;
margin-bottom
:
5%
;
font-size
:
30px
;
width
:
9
4%
;
width
:
8
4%
;
text-align
:
left
;
border
:
none
;
border-bottom
:
1px
solid
grey
;
}
.TabNumber
{
width
:
10%
;
}
.InputContainer
{
width
:
100%
;
text-align
:
center
;
}
.Input
{
.InputNumber
{
width
:
5%
;
}
.Input
,
.InputNumber
{
color
:
grey
;
border
:
none
;
border-bottom
:
1px
solid
grey
;
width
:
25%
;
margin
:
1%
;
}
.InputNumber
{
width
:
5%
;
}
.NewTabButton
,
.NewInputButton
,
.RemoveInputButton
,
.RemoveTabButton
{
text-align
:
center
;
margin
:
auto
;
...
...
@@ -86,16 +98,21 @@ body{
border-radius
:
5px
;
}
@media
(
max-width
:
900px
)
{
@media
(
max-width
:
1050px
)
{
.TabNumber
{
width
:
10%
;
}
.TabTitle
{
width
:
9
0%
;
width
:
8
0%
;
}
}
@media
(
max-width
:
600px
)
{
.TabNumber
{
width
:
10%
;
}
.TabTitle
{
width
:
8
5%
;
width
:
7
5%
;
}
.RemoveInputButton
{
width
:
30px
;
...
...
@@ -103,11 +120,32 @@ body{
}
.RemoveTabButton
{
width
:
3
5
px
;
height
:
3
5
px
;
width
:
3
0
px
;
height
:
3
0
px
;
}
.Input
{
width
:
20
%
;
margin
:
1%
;
width
:
16
%
;
margin
:
none
;
}
}
@media
(
max-width
:
350px
)
{
.TabNumber
{
width
:
10%
;
}
.TabTitle
{
width
:
70%
;
}
.RemoveInputButton
{
width
:
30px
;
height
:
30px
;
}
.RemoveTabButton
{
width
:
30px
;
height
:
30px
;
}
.Input
{
width
:
15%
;
margin
:
0%
;
}
}
\ 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