Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
MetaGer
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
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
open-source
MetaGer
Commits
b2eb046e
Commit
b2eb046e
authored
7 years ago
by
Phil Höfer
Browse files
Options
Downloads
Patches
Plain Diff
Design-Tuning
parent
81a456c4
No related branches found
Branches containing commit
No related tags found
2 merge requests
!916
Development
,
!913
Resolve "Mobile Styles optimieren (inkl. Quicktips)"
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
public/css/material-inverse.css
+5
-5
5 additions, 5 deletions
public/css/material-inverse.css
resources/views/metager3rich.blade.php
+2
-2
2 additions, 2 deletions
resources/views/metager3rich.blade.php
with
7 additions
and
7 deletions
public/css/material-inverse.css
+
5
−
5
View file @
b2eb046e
...
...
@@ -7,19 +7,19 @@ body {
margin
:
0px
;
padding
:
0px
;
color
:
#fff
;
background-color
:
#0
50505
;
background-color
:
#0
00
;
font-family
:
Roboto
,
"Noto Sans"
,
sans-serif
;
}
.card
{
background-color
:
hsl
(
0
,
0%
,
20%
);
;
background-color
:
hsl
(
0
,
0%
,
20%
);
margin
:
8px
;
padding
:
8px
;
border-radius
:
2px
;
display
:
block
;
}
.card-inline
{
background-color
:
#000
;
background-color
:
hsl
(
0
,
0%
,
20%
)
;
margin
:
8px
;
padding
:
8px
;
border-radius
:
2px
;
...
...
@@ -27,10 +27,10 @@ body {
.elevation-1
{
box-shadow
:
0px
1px
1.5px
0px
rgba
(
255
,
255
,
255
,
0.12
),
1px
0px
1px
0px
rgba
(
255
,
255
,
255
,
0.24
);
box-shadow
:
0px
1px
1.5px
0px
rgba
(
0
,
0
,
0
,
0.12
),
1px
0px
1px
0px
rgba
(
0
,
0
,
0
,
0.24
);
}
.elevation-2
{
box-shadow
:
0px
3px
3px
0px
rgba
(
255
,
255
,
255
,
0.16
),
3px
0px
3px
0px
rgba
(
255
,
255
,
255
,
0.23
);
box-shadow
:
0px
3px
3px
0px
rgba
(
0
,
0
,
0
,
0.16
),
3px
0px
3px
0px
rgba
(
0
,
0
,
0
,
0.23
);
}
.search-card
{
...
...
This diff is collapsed.
Click to expand it.
resources/views/metager3rich.blade.php
+
2
−
2
View file @
b2eb046e
...
...
@@ -4,8 +4,8 @@
<meta
charset=
"UTF-8"
/>
<meta
http-equiv=
"X-UA-Compatible"
content=
"IE=edge"
/>
<title>
{{ $eingabe }} - MetaGer
</title>
<link
rel=
"stylesheet"
title=
"Material"
href=
"/css/material-default.css"
/>
<link
rel=
"stylesheet"
title=
"Material-Invers"
href=
"/css/material-inverse.css"
/>
<link
@
if
(
app
('
request
')
-
>
input('theme', 'default')!=='default'
&&
app('request')->input('theme', 'default')!=='material')rel="alternate stylesheet" @else
rel="stylesheet"
@endif
title="Material" href="/css/material-default.css" />
<link
@
if
(
app
('
request
')
-
>
input('theme', 'default')!=='material-inverse')rel="alternate stylesheet" @else
rel="stylesheet"
@endif
title="Material-Invers" href="/css/material-inverse.css" />
<link
href=
"/font-awesome/css/font-awesome.min.css"
rel=
"stylesheet"
/>
<link
href=
"/favicon.ico"
rel=
"icon"
type=
"image/x-icon"
/>
<link
href=
"/favicon.ico"
rel=
"shortcut icon"
type=
"image/x-icon"
/>
...
...
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