Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
Infoscreen
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
Evy Storozhenko
Infoscreen
Commits
4dec85ed
Commit
4dec85ed
authored
9 years ago
by
Tilman Vatteroth
Browse files
Options
Downloads
Patches
Plain Diff
alternativer designvorschlag
parent
734d8621
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
css/design.css
+7
-12
7 additions, 12 deletions
css/design.css
css/design.css.metall
+56
-0
56 additions, 0 deletions
css/design.css.metall
css/design.css.white
+0
-0
0 additions, 0 deletions
css/design.css.white
with
63 additions
and
12 deletions
css/design.css
+
7
−
12
View file @
4dec85ed
...
@@ -11,9 +11,9 @@ body {
...
@@ -11,9 +11,9 @@ body {
}
}
[
data-container
=
panel
]
{
[
data-container
=
panel
]
{
background-color
:
#080808
;
background-color
:
rgba
(
8
,
8
,
8
,
0.68
)
;
border
:
solid
1px
#
101010
;
border
:
solid
1px
#
252525
;
box-shadow
:
0px
2px
1px
#
1d1b1b
;
box-shadow
:
0px
2px
1px
#
000000
;
padding
:
6px
;
padding
:
6px
;
/* margin: 5px;*/
/* margin: 5px;*/
float
:
left
;
float
:
left
;
...
@@ -48,14 +48,9 @@ body {
...
@@ -48,14 +48,9 @@ body {
box-sizing
:
border-box
;
box-sizing
:
border-box
;
padding
:
0.2vw
;
padding
:
0.2vw
;
background
:
radial-gradient
(
black
15%
,
transparent
15%
)
0
0
,
radial-gradient
(
black
15%
,
transparent
15%
)
8px
8px
,
radial-gradient
(
rgba
(
255
,
255
,
255
,
.1
)
15%
,
transparent
20%
)
0
1px
,
radial-gradient
(
rgba
(
255
,
255
,
255
,
.1
)
15%
,
transparent
20%
)
8px
9px
;
background-size
:
16px
16px
;
background-color
:
#171717
;
}
}
[
background
]
{
background
:
url('biber.svg')
no-repeat
;
background-position
:
50%
50%
;
position
:
absolute
;
height
:
95%
;
width
:
100%
;
overflow
:
hidden
;
opacity
:
0.1
;
}
This diff is collapsed.
Click to expand it.
css/design.css.metall
0 → 100755
+
56
−
0
View file @
4dec85ed
@viewport {
width: device-width;
user-zoom:fixed;
}
body {
margin: 0px;
background: #0a0a0a;
font-family: Arial;
overflow:hidden;
}
[data-container=panel] {
background-color: rgba(8, 8, 8, 0.68);
border: solid 1px #252525;
box-shadow: 0px 2px 1px #000000;
padding: 6px;
/* margin: 5px;*/
float:left;
box-sizing: border-box;
height:100%;
width:100%;
overflow: hidden;
}
[data-container=panelContainer] {
float: left;
width: 100%;
height: 100%;
/*padding: 4px;*/
padding: 0.2vw;
box-sizing: border-box;
}
[data-container=split] {
box-sizing: border-box;
/* display: flex;
flex-direction: column;*/
height:100%;
width:100%;
float: left;
}
[data-container=main] {
height:100%;
width:100%;
position:absolute;
box-sizing: border-box;
padding: 0.2vw;
background: radial-gradient(black 15%, transparent 15%) 0 0, radial-gradient(black 15%, transparent 15%) 8px 8px, radial-gradient(rgba(255,255,255,.1) 15%,
transparent 20%) 0 1px, radial-gradient(rgba(255,255,255,.1) 15%, transparent 20%) 8px 9px;
background-size: 16px 16px;
background-color: #171717;
}
This diff is collapsed.
Click to expand it.
css/design.css.
backup
→
css/design.css.
white
+
0
−
0
View file @
4dec85ed
File moved
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