Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
beta.ordbok.uib.no
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Språksamlingane
beta.ordbok.uib.no
Commits
4695cfb1
Commit
4695cfb1
authored
3 years ago
by
Henrik Askjer
Browse files
Options
Downloads
Plain Diff
Merge branch 'dev' of git.app.uib.no:spraksamlingane/beta.ordbok.uib.no into revamp-buttons
parents
378623fc
44c96025
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
api_static/api/index.html
+0
-3
0 additions, 3 deletions
api_static/api/index.html
src/App.vue
+4
-24
4 additions, 24 deletions
src/App.vue
src/components/Article.vue
+1
-3
1 addition, 3 deletions
src/components/Article.vue
with
5 additions
and
30 deletions
api_static/api/index.html
+
0
−
3
View file @
4695cfb1
...
@@ -23,9 +23,6 @@ div#main {
...
@@ -23,9 +23,6 @@ div#main {
text-align
:
center
;
text-align
:
center
;
}
}
a
{
text-decoration
:
none
;
}
a
img
{
a
img
{
...
...
This diff is collapsed.
Click to expand it.
src/App.vue
+
4
−
24
View file @
4695cfb1
...
@@ -80,7 +80,6 @@ h1 > a.xs, h1 > a.sm {
...
@@ -80,7 +80,6 @@ h1 > a.xs, h1 > a.sm {
header
>
h1
>
a
{
header
>
h1
>
a
{
color
:
var
(
--v-primary-base
)
!important
;
color
:
var
(
--v-primary-base
)
!important
;
text-decoration
:
none
;
font-size
:
48px
;
font-size
:
48px
;
margin
:
0px
;
margin
:
0px
;
}
}
...
@@ -97,6 +96,10 @@ header > p {
...
@@ -97,6 +96,10 @@ header > p {
padding-top
:
0
;
padding-top
:
0
;
}
}
header
a
{
text-decoration
:
none
;
}
.beta
{
.beta
{
position
:
absolute
;
position
:
absolute
;
top
:
2px
;
top
:
2px
;
...
@@ -106,7 +109,6 @@ header > p {
...
@@ -106,7 +109,6 @@ header > p {
}
}
.about-link
>
a
{
.about-link
>
a
{
text-decoration
:
none
;
border-bottom
:
solid
var
(
--v-primary-base
)
2px
;
border-bottom
:
solid
var
(
--v-primary-base
)
2px
;
font-size
:
12px
;
font-size
:
12px
;
color
:
var
(
--v-primary-base
)
!important
;
color
:
var
(
--v-primary-base
)
!important
;
...
@@ -125,13 +127,9 @@ footer {
...
@@ -125,13 +127,9 @@ footer {
}
}
footer
a
{
footer
a
{
text-decoration
:
underline
;
color
:
#ffffff
!important
;
color
:
#ffffff
!important
;
}
}
a
{
text-decoration
:
none
;
}
header
{
header
{
padding-top
:
20px
;
padding-top
:
20px
;
...
@@ -184,24 +182,6 @@ footer > div.sm > div {
...
@@ -184,24 +182,6 @@ footer > div.sm > div {
height
:
60px
;
height
:
60px
;
}
}
/*
Hyperlink style in about page and article content
*/
@media
(
hover
:
none
)
{
article
a
:not
(
.choose
)
:not
(
.return_to_results
a
),
.about
a
{
text-decoration
:
underline
;
}
}
@media
(
hover
:
hover
)
{
article
a
,
.about
a
{
text-decoration
:
none
;
}
article
a
:hover:not
(
.choose
)
:not
(
.return_to_results
a
),
.about
a
:hover
{
text-decoration
:
underline
;
}
}
</
style
>
</
style
>
This diff is collapsed.
Click to expand it.
src/components/Article.vue
+
1
−
3
View file @
4695cfb1
...
@@ -141,14 +141,12 @@ section {
...
@@ -141,14 +141,12 @@ section {
h3
{
h3
{
color
:
var
(
--v-primary-base
);
color
:
var
(
--v-primary-base
);
font-variant
:
small-caps
;
font-variant
:
all-
small-caps
;
}
}
section
.etymology
>
h3
,
section
.pronunciation
>
h3
{
section
.etymology
>
h3
,
section
.pronunciation
>
h3
{
display
:
inline
;
display
:
inline
;
font-size
:
14px
;
font-variant
:
revert
;
}
}
section
.etymology
ul
,
section
.pronunciation
ul
,
section
.etymology
li
,
section
.pronunciation
li
{
section
.etymology
ul
,
section
.pronunciation
ul
,
section
.etymology
li
,
section
.pronunciation
li
{
...
...
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