Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
open-source
MetaGer
Commits
bfb3295c
Commit
bfb3295c
authored
May 29, 2017
by
Phil Höfer
Browse files
Design-Tuning
parent
1dc2e373
Changes
2
Hide whitespace changes
Inline
Side-by-side
public/css/material-inverse.css
View file @
bfb3295c
...
...
@@ -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
{
...
...
resources/views/metager3rich.blade.php
View file @
bfb3295c
...
...
@@ -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"
/>
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment