Skip to content
GitLab
Menu
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
78e7aceb
Commit
78e7aceb
authored
Nov 24, 2016
by
Phil Höfer
Browse files
Spendenaufruf auf Ergebnisseite
parent
1c910d0a
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
public/css/themes/default.css
View file @
78e7aceb
This diff is collapsed.
Click to expand it.
public/css/themes/default.css.map
View file @
78e7aceb
This diff is collapsed.
Click to expand it.
resources/assets/less/metager/base.less
View file @
78e7aceb
...
...
@@ -7,4 +7,23 @@ summary::details-marker { display:none; }
summary {
cursor: pointer;
}
.aufruf-winter {
border-left: 3px solid #AB2121 !important;
}
.aufruf-winter a {
color: #AB2121;
}
.aufruf-winter .aufruf-action-btn {
color: white;
background-color: #AB2121 !important;
border-color: #953535;
}
.aufruf-winter .aufruf-action-btn:hover {
background-color: #BD0D0D !important;
border-color: #953535;
}
\ No newline at end of file
resources/views/quicktip.blade.php
View file @
78e7aceb
...
...
@@ -4,6 +4,15 @@
<link
type=
"text/css"
rel=
"stylesheet"
href=
"/css/themes/{{ app('request')->input('theme', 'default') }}.css"
/>
</head>
<body
class=
"quicktips"
>
<div
class=
"quicktip aufruf-winter"
>
<div
class=
"media"
>
<div
class=
"media-body"
>
<h2
class=
"qtheader"
><a
href=
"/spendenaufruf/"
target=
"_blank"
rel=
"noopener"
>
Winter ist die Zeit der Großzügigkeit
</a></h2>
<div
contenteditable
>
Helfen Sie mit, MetaGer weiterzuentwickeln und am Laufen zu halten. Ihre Spende sichert unseren Fortbestand:
</div>
<a
href=
"/spendenaufruf/"
class=
"btn btn-primary btn-block aufruf-action-btn"
>
Zum Spendenaufruf
…
</a>
</div>
</div>
</div>
@if( $spruch !== "" )
<blockquote
id=
"spruch"
>
{!! $spruch !!}
</blockquote>
@endif
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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