Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
osp
tools.ethertoff
Commits
7a0c1f1f
Commit
7a0c1f1f
authored
Nov 13, 2019
by
gijs
Browse files
Adapted styles for tags
parent
4a89b17c
Changes
2
Hide whitespace changes
Inline
Side-by-side
generator/templates/static/styles.simple.css
View file @
7a0c1f1f
...
...
@@ -441,13 +441,13 @@ main video {
margin-top
:
.5em
;
margin-bottom
:
.5em
;
}
/*
a.tag {
font-size: 85%;
text-transform: uppercase;
border-bottom: none;
letter-spacing: 0px;
}
}
*/
.gallery
{
display
:
grid
;
...
...
@@ -466,25 +466,32 @@ a.tag {
margin
:
0
;
}
5
.trajectory-list
{
margin-bottom
:
3em
;
margin-bottom
:
1.5em
;
/*! margin-left: -1em; */
/*! margin-right: -1em; */
}
.trajectory-list--grid
{
display
:
grid
;
grid-template-columns
:
repeat
(
2
,
1
fr
);
grid-gap
:
1em
;
/*! grid-gap: 1em; */
/*! border: 1px solid; */
border-top
:
2px
solid
;
border-bottom
:
2px
solid
;
margin-left
:
-1em
;
margin-right
:
-1em
;
}
.trajectory-list
section
.trajectory--item
{
max-height
:
300px
;
overflow
:
hidden
;
border-
bot
to
m
:
2px
solid
;
border-to
p
:
2px
solid
;
background
:
linear-gradient
(
transparent
81.2%
,
var
(
--font-size-small
)
98.5%
);
z-index
:
1000
;
background
:
var
(
--rose-pale
);
padding
:
20px
;
/*!
background: var(--rose-pale);
*/
padding
:
1em
;
}
.programme-item-list
{
...
...
@@ -548,8 +555,12 @@ section.audio {
}
.tag
{
text-transform
:
uppercase
;
font-size
:
70%
;
border-width
:
0px
1px
1px
0px
;
border-style
:
dotted
;
border-radius
:
.25em
;
padding
:
0
.15em
;
border-left
:
0px
;
border-top
:
0px
;
}
.tag
:target
{
...
...
@@ -589,7 +600,10 @@ section.audio {
display
:
block
;
}
.produser-list
:target
h3
,
.trajectory-list
:target
h3
{
color
:
var
(
--orange-karel
);
.trajectory--item
:nth-child
(
odd
)
{
border-right
:
2px
solid
;
}
.trajectory-list
.trajectory--item
:nth-child
(
-n
+
2
)
{
border-top
:
0px
;
}
\ No newline at end of file
generator/templates/trajectories.html
View file @
7a0c1f1f
{% extends "generator_base.html" %}
{% block content %}
<h1>
Artist Trajectories
</h1>
<p
class=
"page-intro
"
>
<h1>
Research Trajectories
</h1>
<p
class=
"page-intro"
>
<em>
Caveat
</em>
's collective research unfolds through an array of research practices.
Caveat gathers these as 'trajectories', since they are process-based, durational,
and do not necessarily have a tangible outcome.
...
...
@@ -29,7 +28,7 @@
{% for category, trajectories in grouped_trajectories %}
<section
id=
"{{ category }}"
class=
"trajectory-list"
>
{% if category == 'artisttrajectory' %}
<h3>
Artist
s
trajectories
</h3>
<h3>
Artist trajectories
</h3>
<p>
<em>
Caveat
</em>
attributes a central role to a large number of artists who are invited to do in-depth research through their art practices into the socio-economic and legal conditions of these practices.
</p>
...
...
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