Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
Proxy
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container Registry
Model registry
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
Proxy
Commits
f5fcc8f2
Commit
f5fcc8f2
authored
8 years ago
by
Dominik Hebeler
Browse files
Options
Downloads
Patches
Plain Diff
Header neu formatiert
parent
257284b5
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
public/css/style.css
+38
-5
38 additions, 5 deletions
public/css/style.css
resources/views/ProxyPage.blade.php
+16
-8
16 additions, 8 deletions
resources/views/ProxyPage.blade.php
with
54 additions
and
13 deletions
public/css/style.css
+
38
−
5
View file @
f5fcc8f2
nav
{
height
:
100px
;
margin-top
:
10px
;
height
:
100px
;
border-bottom
:
10px
solid
#fb0
;
}
nav
#proxy-logo
{
text-align
:
center
;
}
nav
#proxy-logo
img
{
max-width
:
200px
;
}
...
...
@@ -20,12 +24,41 @@ nav #proxy-text > ul > li + li {
color
:
#428bca
;
}
nav
#proxy-options
>
ul
>
li
{
padding-bottom
:
1px
;
nav
#proxy-advertisement
>
a
{
display
:
block
;
color
:
#333
;
text-decoration
:
none
;
}
nav
#proxy-options
>
ul
>
li
>
a
{
display
:
block
;
nav
#proxy-advertisement
{
text-align
:
center
;
border
:
1px
solid
lightgrey
;
border-radius
:
5px
;
padding
:
0
;
}
nav
#proxy-advertisement
>
a
>
p
{
margin
:
0
;
}
nav
#proxy-advertisement
>
a
>
p
.heading
{
font-weight
:
bold
;
font-size
:
16px
;
}
nav
#proxy-advertisement
>
a
>
p
.url
{
color
:
#428bca
;
}
nav
#proxy-advertisement
>
a
:hover
p
.url
{
text-decoration
:
underline
;
}
nav
#proxy-advertisement
.ad-marker
{
position
:
absolute
;
right
:
15px
;
color
:
lightgrey
;
font-size
:
12px
;
}
#site-proxy-iframe
{
...
...
This diff is collapsed.
Click to expand it.
resources/views/ProxyPage.blade.php
+
16
−
8
View file @
f5fcc8f2
...
...
@@ -8,19 +8,27 @@
<nav>
<div
class=
"container-fluid"
>
<div
class=
"row"
>
<div
id=
"proxy-logo"
class=
"col-xs-2"
>
<img
src=
"/img/mglogo_klein.png"
/>
<div
id=
"proxy-logo"
class=
"visible-lg col-lg-2"
>
<a
href=
"https://metager.de"
>
<img
src=
"/img/mglogo_klein.png"
/>
</a>
</div>
<div
id=
"proxy-text"
class=
"col-xs-
8
"
>
<div
id=
"proxy-text"
class=
"col-xs-
6 col-lg-5
"
>
<ul
class=
"list-unstyled"
>
<li>
MetaGer/SUMA-EV Proxy (Beta): Anonymisiert
&
verschlüsselt.
SUMA-EV ist weder Eigentümer noch Urheber von Inhalten.
</li>
<li>
<nobr>
MetaGer/SUMA-EV Proxy (Beta): Anonymisiert
&
verschlüsselt.
</nobr>
<nobr>
SUMA-EV ist weder Eigentümer noch Urheber von Inhalten.
</
nobr></
li>
<li>
Skripte sind deaktiviert. Webseiten-Darstellung kann verändert sein.
</li>
<li><a
href=
"{!!$targetUrl!!}"
class=
"btn btn-danger btn-xs"
>
Proxy ausschalten
</a></li>
</ul>
</div>
<div
id=
"proxy-options"
class=
"col-xs-2"
>
<ul
class=
"list-unstyled"
>
<li><a
href=
"{!!$targetUrl!!}"
class=
"btn btn-danger btn-xs"
>
Proxy ausschalten
</a></li>
</ul>
<div
id=
"proxy-advertisement"
class=
"col-xs-6 col-lg-5"
>
<a
href=
"http://metager.to/k25u0"
target=
"_blank"
>
<span
class=
"ad-marker"
>
Anzeige
</span>
<p
class=
"heading"
>
Samsung Galaxy S7 im Preisvergleich
</p>
<p
class=
"url"
>
www.idealo.de/preisvergleich/samsung-galaxy-s7/
</p>
<p
class=
"line"
>
Jetzt Samsung Galaxy S7 ohne Vertrag zum günstigsten Preis finden!
</p>
<p
class=
"line"
>
Große Shopvielfalt, Testberichte
&
Meinungen. Jetzt auf idealo.de
</p>
</a>
</div>
</div>
</div>
...
...
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