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
Fachrat Informatik
adapt4finf
Commits
86106afd
Commit
86106afd
authored
Jul 24, 2014
by
Fjen Undso
Browse files
adapt.css: add luh colors for teh links
parent
eee44535
Changes
1
Hide whitespace changes
Inline
Side-by-side
adapt.css
View file @
86106afd
...
...
@@ -29,10 +29,17 @@ The content `<div>` is where all your content goes.
margin-bottom
:
50px
;
line-height
:
1.6em
;
}
.content
img
{
max-width
:
100%
;
height
:
auto
;
}
/*TODO wiki needs to style it*/
/* links in the content area */
.content
a
{
font-weight
:
bold
;
color
:
#0055bb
;
text-decoration
:
none
;
}
.content
a
:visited
{
font-weight
:
bold
;
color
:
#003399
;
text-decoration
:
none
;
}
.content
a
:hover
{
color
:
#0066cc
;
text-decoration
:
underline
;
}
.content
a
:active
{
color#9c0606;
}
.content
a
,
.content
a
:visited
{
font-weight
:
bold
;
color
:
#00509B
;
text-decoration
:
none
;
}
.content
a
:active
,
.content
a
:hover
{
color
:
#99B9D8
;
text-decoration
:
underline
;
}
/* Wiki page actions */
#wikicmds
{
float
:
right
;
white-space
:
nowrap
;
font-size
:
90%
;
}
#wikicmds
ul
{
list-style
:
none
;
margin
:
0px
;
padding
:
0px
;
}
...
...
@@ -223,4 +230,3 @@ will disappear and the Side Menu for larger displays will be visible.
margin-left
:
-175px
;
}
}
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