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
d750272f
Commit
d750272f
authored
Nov 29, 2019
by
gijs
Browse files
Style changes for activities view
parent
0f26b4cb
Changes
2
Hide whitespace changes
Inline
Side-by-side
generator/templates/activities.html
View file @
d750272f
...
...
@@ -4,10 +4,11 @@
{% block content %}
<h1>
Activities
</h1>
<ul>
<ul
class=
"simplelist"
>
{% for event in events %}
<li>
<a
href=
"{{ event.link }}"
>
{{ event.event}}
</a>
<a
href=
"{{ event.link }}"
><h4>
{{ event }}
</h4></a>
{{ event.date }} {% if event.time.value %}, {{ event.time }}{% endif %}
</li>
{% endfor %}
</ul>
...
...
generator/templates/static/styles.simple.css
View file @
d750272f
...
...
@@ -185,12 +185,13 @@ h2, h4 {
/* margin-bottom: calc(1.3 * var(--line-height));
*/
font-size
:
0.8em
;
letter-spacing
:
0.05em
;
margin-top
:
calc
(
2.5
*
var
(
--line-height
));
margin-bottom
:
calc
(
1
*
var
(
--line-height
));
}
margin-top
:
calc
(
2.5
*
var
(
--line-height
));
margin-bottom
:
calc
(
1
*
var
(
--line-height
));
h4
{
margin-top
:
calc
(
1
*
var
(
--line-height
));
margin-bottom
:
0
;
}
h2
.produser
{
...
...
@@ -641,7 +642,7 @@ a.tag {
-webkit-text-stroke-width
:
0.9px
;
-webkit-text-stroke-color
:
var
(
--red-question
);
color
:
white
;
margin
:
10px
1
.9
em
;
margin
:
10px
1em
;
display
:
block
;
}
...
...
@@ -706,7 +707,7 @@ section.audio {
.inline-navigation
{
margin
:
-2em
-1em
1em
-1em
;
padding
:
1
em
1em
;
padding
:
.75em
1em
.5
em
1em
;
position
:
sticky
;
top
:
-1em
;
background
:
white
;
...
...
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