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
2fb776a8
Commit
2fb776a8
authored
Nov 13, 2019
by
gijs
Browse files
Merge branch 'pad-management' of gitlab.constantvzw.org:osp/tools.ethertoff into pad-management
parents
509fdc2c
a028e2a5
Changes
2
Hide whitespace changes
Inline
Side-by-side
generator/templates/static/styles.css
View file @
2fb776a8
...
...
@@ -460,9 +460,10 @@ section.event-summary a::after {
content
:
''
;
background
:
url(images/jump-arrow.svg)
no-repeat
;
display
:
inline-block
;
height
:
10
px
;
width
:
4
5
px
;
height
:
-7
px
;
width
:
4
1
px
;
padding-bottom
:
20px
;
margin-left
:
7px
;
}
...
...
generator/templates/static/styles.simple.css
View file @
2fb776a8
...
...
@@ -140,13 +140,18 @@ a:hover {
}
h1
.produser
{
font-size
:
200
%
;
font-size
:
165
%
;
display
:
inline-block
;
line-height
:
100%
;
font-family
:
"U001"
;
font-weight
:
bold
;
-webkit-text-stroke-width
:
0px
;
margin-top
:
1em
;
padding
:
0
;
}
h1
.produser
:before
{
border-width
:
2
px
;
border-width
:
0
px
;
}
/* h1 {
...
...
@@ -168,14 +173,24 @@ h1 {
margin-bottom
:
0.15em
;
/* display: none; */
}
.breadcrumbs
+
h1
{
-webkit-text-stroke-width
:
0px
;
color
:
var
(
--bleu-bille
);
}
h2
,
h4
{
font-family
:
"U001"
;
text-transform
:
uppercase
;
font-size
:
var
(
--font-size-small
);
margin-top
:
var
(
--line-height
);
margin-bottom
:
calc
(
1.3
*
var
(
--line-height
));
font-size
:
0.8em
;
margin-top
:
calc
(
2
*
var
(
--line-height
));
/* 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
));
}
h2
.produser
{
...
...
@@ -184,11 +199,12 @@ h2.produser {
text-transform
:
initial
;
font-size
:
inherit
;
letter-spacing
:
0.01em
;
font-weight
:
normal
;
display
:
inline
;
float
:
left
;
margin-right
:
7px
;
margin-bottom
:
0.5em
;
/* margin-bottom: 0.5em;
*/
font-weight
:
bold
;
margin-left
:
-1.9em
;
}
.produsers
+
p
{
margin-bottom
:
calc
(
0.8
*
var
(
--line-height
));
...
...
@@ -202,7 +218,8 @@ h3 {
letter-spacing
:
0.025em
;
font-family
:
"U001"
;
margin
:
0
;
margin-bottom
:
0.5em
;
margin-bottom
:
var
(
--line-height
);
margin-top
:
calc
(
2.5
*
var
(
--line-height
));
}
...
...
@@ -210,6 +227,11 @@ h3 {
border
:
none
;
}
.produser--item
{
margin-left
:
1.9em
;
}
main
,
aside
{
color
:
var
(
--bleu-bille
);
}
...
...
@@ -219,7 +241,7 @@ main, aside {
font-weight
:
bold
;
font-size
:
1em
;
line-height
:
1.1em
;
margin-bottom
:
1.1em
;
margin-bottom
:
calc
(
2
*
var
(
--line-height
))
;
}
main
p
{
...
...
@@ -227,7 +249,7 @@ main p {
}
p
{
margin-bottom
:
var
(
--line-height
);
margin-bottom
:
calc
(
0
*
var
(
--line-height
)
)
;
}
p
.page-intro
{
font-family
:
"Junicode-Condensed"
;
...
...
@@ -261,6 +283,10 @@ p.page-intro {
padding-bottom: 20px;
float: left;
}*/
.info
.produser
{
font-family
:
"u001"
;
}
/* ==========================================================================
tags
========================================================================== */
...
...
@@ -386,6 +412,7 @@ footer {
top
:
-1em
;
background
:
white
;
z-index
:
1
;
margin-bottom
:
15px
;
}
.item-reference
{
...
...
@@ -566,6 +593,11 @@ a.tag {
font-size
:
180%
;
font-weight
:
bolder
;
line-height
:
1em
;
-webkit-text-stroke-width
:
0.9px
;
-webkit-text-stroke-color
:
var
(
--red-question
);
color
:
white
;
margin
:
10px
1.9em
;
display
:
block
;
}
section
.audio
{
...
...
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