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
4c33b487
Commit
4c33b487
authored
8 years ago
by
Karl
Browse files
Options
Downloads
Patches
Plain Diff
Weitere Verbesserungen am neuen Design
parent
cb0c32e0
No related branches found
Branches containing commit
No related tags found
2 merge requests
!473
Development
,
!465
Versteckte Einführung neues Design für andere Issues
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
public/css/themeDark.css
+96
-24
96 additions, 24 deletions
public/css/themeDark.css
with
96 additions
and
24 deletions
public/css/themeDark.css
+
96
−
24
View file @
4c33b487
...
@@ -4,14 +4,16 @@
...
@@ -4,14 +4,16 @@
}
}
a
{
a
{
color
:
#
aaaaff
;
color
:
#
90a0f0
;
}
}
#foki
input
:checked
+
label
{
#foki
input
:checked
+
label
{
background-color
:
#
90909
0
;
background-color
:
#
70707
0
;
}
}
.navbar
{
.navbar
{
background-color
:
#505050
;
border-color
:
#505050
;
border-bottom
:
3px
solid
#707070
;
border-bottom
:
3px
solid
#707070
;
box-shadow
:
1px
1px
5px
1px
rgba
(
0
,
0
,
0
,
0.2
);
box-shadow
:
1px
1px
5px
1px
rgba
(
0
,
0
,
0
,
0.2
);
}
}
...
@@ -21,17 +23,17 @@ a {
...
@@ -21,17 +23,17 @@ a {
}
}
.navbar-default
.navbar-nav
>
.active
>
a
{
.navbar-default
.navbar-nav
>
.active
>
a
{
background-color
:
#
90909
0
!important
;
background-color
:
#
70707
0
!important
;
}
}
.btn-default
{
.btn-default
{
background-color
:
#
90909
0
;
background-color
:
#
70707
0
;
border-color
:
transparent
;
border-color
:
transparent
;
color
:
antiquewhite
;
color
:
antiquewhite
;
}
}
.form-control
{
.form-control
{
background-color
:
#
90909
0
;
background-color
:
#
70707
0
;
border-color
:
#909090
;
border-color
:
#909090
;
color
:
antiquewhite
;
color
:
antiquewhite
;
}
}
...
@@ -41,7 +43,7 @@ a {
...
@@ -41,7 +43,7 @@ a {
}
}
.navbar-default
.navbar-nav
>
.open
>
a
,
.navbar-default
.navbar-nav
>
.open
>
a
:hover
{
.navbar-default
.navbar-nav
>
.open
>
a
,
.navbar-default
.navbar-nav
>
.open
>
a
:hover
{
background-color
:
#
90909
0
;
background-color
:
#
70707
0
;
}
}
.caret
{
.caret
{
...
@@ -49,7 +51,7 @@ a {
...
@@ -49,7 +51,7 @@ a {
}
}
.input-group-addon
{
.input-group-addon
{
background-color
:
#
90909
0
;
background-color
:
#
70707
0
;
border
:
1px
solid
#909090
;
border
:
1px
solid
#909090
;
}
}
...
@@ -117,12 +119,6 @@ pre {
...
@@ -117,12 +119,6 @@ pre {
border-color
:
#909090
;
border-color
:
#909090
;
}
}
.panel-default
>
.panel-heading
{
color
:
antiquewhite
;
background-color
:
#707070
;
border-color
:
#909090
;
}
.panel-title
{
.panel-title
{
color
:
antiquewhite
;
color
:
antiquewhite
;
background-color
:
#707070
;
background-color
:
#707070
;
...
@@ -138,7 +134,7 @@ pre {
...
@@ -138,7 +134,7 @@ pre {
}
}
.form-control
::-moz-placeholder
{
/* Mozilla Firefox 19+ */
.form-control
::-moz-placeholder
{
/* Mozilla Firefox 19+ */
color
:
#404040
;
color
:
antiquewhite
;
opacity
:
1
;
opacity
:
1
;
}
}
...
@@ -146,19 +142,95 @@ pre {
...
@@ -146,19 +142,95 @@ pre {
color
:
#404040
;
color
:
#404040
;
}
}
.
navbar
-default
.navbar-collapse
{
.
panel
-default
{
border-color
:
#
50505
0
;
border-color
:
#
90909
0
;
}
}
.navbar-default
{
.panel-default
>
.panel-heading
{
background-color
:
#505050
;
color
:
antiquewhite
;
border-radius
:
0
;
background-color
:
#707070
;
border-color
:
#909090
;
}
}
/* Result Page */
.result
.description
{
color
:
antiquewhite
;
font-size
:
16px
;
}
/*
a:link, a:visited {
color: #90a0f0;
}
*/
.result
:not
(
.ad
)
.hoster
{
font-size
:
14px
;
color
:
#b0b0b0
;
}
.result
:not
(
.ad
)
.hoster
a
{
color
:
#b0b0b0
;
}
.result
>
.number
{
color
:
burlywood
!important
;
/* Wird normalerweise inline gesetzt */
}
.result
.title
{
color
:
burlywood
;
font-size
:
18px
;
}
.pager
li
>
a
,
.pager
li
>
span
{
background-color
:
#909090
;
border-color
:
#c0c0c0
;
color
:
antiquewhite
;
}
.pager
.disabled
>
a
,
.pager
.disabled
>
a
:hover
,
.pager
.disabled
>
a
:focus
,
.pager
.disabled
>
span
{
color
:
antiquewhite
;
background-color
:
#909090
;
}
footer
a
{
color
:
antiquewhite
!important
;
}
.quicktip
{
font-family
:
Georgia
,
"Times New Roman"
,
Palatino
,
Times
,
serif
;
color
:
antiquewhite
;
border-color
:
#909090
;
font-size
:
16px
;
}
.btn-default
:focus
,
.btn-default.focus
,
.btn-default
:hover
,
.btn-default
:active
{
color
:
antiquewhite
;
background-color
:
#909090
;
border-color
:
#909090
;
}
a
:hover
{
cursor
:
pointer
;
color
:
#6771AB
;
}
.text-muted
{
color
:
#b0b0b0
;
}
.result.ad
.description
{
color
:
#95cf5e
;
}
.result.ad
.title
{
color
:
#95cf5e
;
}
.result.ad
.hoster
{
color
:
#95cf5e
;
}
...
@@ -178,15 +250,15 @@ body#resultBody{
...
@@ -178,15 +250,15 @@ body#resultBody{
input
[
type
=
text
]
:focus
,
textarea
:focus
,
input
[
type
=
email
]
:focus
,
input
[
type
=
tel
]
:focus
,
.form-control
:focus
{
input
[
type
=
text
]
:focus
,
textarea
:focus
,
input
[
type
=
email
]
:focus
,
input
[
type
=
tel
]
:focus
,
.form-control
:focus
{
outline-color
:
#
c0c0c
0
;
outline-color
:
#
90909
0
;
-webkit-box-shadow
:
0px
0px
2px
2px
#
c0c0c
0
;
-webkit-box-shadow
:
0px
0px
2px
2px
#
90909
0
;
-moz-box-shadow
:
0px
0px
2px
2px
#
c0c0c
0
;
-moz-box-shadow
:
0px
0px
2px
2px
#
90909
0
;
box-shadow
:
0px
0px
2px
2
px
c0c0c
0
;
box-shadow
:
0px
0px
2px
2
px
90909
0
;
border
:
1px
solid
#c0c0c0
;
border
:
1px
solid
#c0c0c0
;
}
}
#mglogo
>
a
{
#mglogo
>
a
{
background-image
:
linear-gradient
(
#
90909
0
0%
,
#
90909
0
250%
);
background-image
:
linear-gradient
(
#
70707
0
0%
,
#
70707
0
250%
);
background-color
:
transparent
;
background-color
:
transparent
;
color
:
antiquewhite
;
color
:
antiquewhite
;
}
}
...
...
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