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
aa
Verlag
Commits
728d56ce
Commit
728d56ce
authored
Jan 26, 2022
by
Michael Murtaugh
Browse files
css
parent
942a73fb
Changes
5
Expand all
Hide whitespace changes
Inline
Side-by-side
calibre-add-books.py
View file @
728d56ce
...
...
@@ -161,9 +161,9 @@ for book in books_meta:
md
.
tags
=
tags
comments
=
""
comments
+=
f
"""<p class="verlag">
Originally
published
on
<a class="verlag" href="
{
book
[
'url'
]
}
">Constant Verlag</a></p>"""
comments
+=
f
"""<p class="verlag">
Re
published
from
<a class="verlag" href="
{
book
[
'url'
]
}
">Constant Verlag</a></p>"""
if
'download'
in
book
:
comments
+=
f
"""<p class="download">
D
ownload link: <a class="download" href="
{
book
[
'download'
]
}
">
{
book
[
'download'
]
}
</a>"""
comments
+=
f
"""<p class="download">
Original d
ownload link: <a class="download" href="
{
book
[
'download'
]
}
">
{
book
[
'download'
]
}
</a>"""
if
'download_status'
in
book
and
book
[
'download_status'
]
!=
200
:
comments
+=
""" <a title="The link may be broken">⚠️</a>"""
comments
+=
"""</p>"""
...
...
verlag.css
0 → 100644
View file @
728d56ce
body
{
background
:
#f2f2f2
;
font-family
:
mono
;
margin
:
0px
;
font-size
:
14px
;
line-height
:
17px
;
}
select
,
input
,
button
{
display
:
block
;
margin-top
:
3px
;
}
select
{
width
:
160px
;
}
.header
{
background
:
white
;
width
:
100%
;
margin-bottom
:
20px
;
padding
:
20px
0
5px
25px
;}
h1
{
font-family
:
mono
;
text-transform
:
uppercase
;
letter-spacing
:
6px
;
font-size
:
20px
;
}
h1
a
:hover
{
border
:
none
!important
;
color
:
black
;}
h1
,
h2
,
h3
,
h4
{
margin-top
:
0px
;
margin-bottom
:
0.5em
}
h2
{
line-height
:
1.3em
;}
.stack
{
width
:
160px
;
height
:
160px
;
/*180px;*/
float
:
left
;
margin-bottom
:
20px
;
font-family
:
sans-serif
;
font-size
:
8px
;
line-height
:
11px
!important
;
color
:
grey
;
}
/*.language, .publications, .author { border-bottom: 1px solid gray; }*/
.info
{
margin-bottom
:
20px
;
font-size
:
11px
;
}
.info
ul
,
.info
li
{
padding
:
0
;
margin
:
0
;
list-style
:
none
;
}
.articles
li
{
padding
:
0
;
margin
:
0
0
1em
0
;}
.articles
ul
{
list-style
:
none
;
padding
:
0
;
margin
:
30px
0
0
0
;}
.page
{
background
:
white
;
border-color
:
silver
gray
gray
silver
;
border-width
:
1px
;
border-style
:
solid
;
font-family
:
times
,
georgia
,
serif
;
width
:
550px
;
margin
:
0px
;
padding
:
30px
40px
50px
35px
;
}
.list
{
margin
:
0
0
25px
25px
;
width
:
1086px
;
/*height: 200px*/
}
.stack
a
{
color
:
gray
;
}
.stack
strong
{
display
:
block
;
padding-bottom
:
5px
;
border-bottom
:
gray
1px
solid
;
margin-bottom
:
4px
;}
.clear
{
clear
:
left
;
visibility
:
hidden
;
line-height
:
0
;
}
a
{
text-decoration
:
none
;
color
:
#3366ff
;}
a
:hover
{
border-bottom
:
1px
solid
#3366ff
;
}
.nav
{
font-weight
:
bold
;
margin
:
0
0
0
25px
;
}
.nav
a
,
.nav
strong
{
padding
:
0
3px
;
}
.organise
{
width
:
163px
;
float
:
left
;
margin-bottom
:
20px
;
margin-top
:
10px
;
font-size
:
11px
;
}
.search
{
width
:
250px
;
float
:
left
;
margin-bottom
:
20px
;
padding
:
0
;
margin
:
0
;
margin-top
:
10px
;}
.search
input
{
float
:
left
;
margin-right
:
3px
;}
.result
{
font-family
:
mono
;
font-size
:
11px
;
line-height
:
16px
;}
.sidebar
{
width
:
306px
;
float
:
left
;
margin-top
:
10px
;}
.sticker
,
.groupsticker
,
.grouplabel
,
.searchlabel
{
color
:
black
;
padding
:
4px
4px
4px
7px
;
font-family
:
mono
;
font-size
:
10px
;
text-transform
:
uppercase
;
line-height
:
12px
;
position
:
absolute
;
z-index
:
100
;
letter-spacing
:
3px
;
}
.sticker
{
background
:
yellow
;
max-width
:
125px
;
margin
:
75px
25px
;
}
.groupsticker
{
background
:
#3366ff
;
font-weight
:
bold
;
max-width
:
125px
;
margin
:
75px
25px
;
color
:
white
;
}
.grouplabel
{
background
:
#3366ff
;
font-weight
:
bold
;
color
:
white
;
display
:
relative
;
}
.searchlabel
{
background
:
/*#00ff99*/
#3366ff
;
position
:
relative
;
color
:
white
;
font-weight
:
bold
;
display
:
inline
;}
.searchlabel
.label
{
color
:
black
;
font-weight
:
normal
;
font-family
:
mono
;
}
.block
{
margin
:
0
;}
.label
{
color
:
gray
;
}
.file
{
position
:
absolute
;
text-align
:
center
;
overflow
:
hidden
;
padding
:
7px
;
background
:
#ffd9ff
;
width
:
100px
;
height
:
70px
;
border-color
:
silver
gray
gray
silver
;
border-width
:
1px
;
border-style
:
solid
;
margin-bottom
:
25px
;
}
.text
{
position
:
absolute
;
text-align
:
center
;
overflow
:
hidden
;
padding
:
7px
;
background
:
#e5e5ff
;
width
:
90px
;
height
:
127px
;
border-color
:
silver
gray
gray
silver
;
border-width
:
1px
;
border-style
:
solid
;
margin-bottom
:
25px
;}
.publication
{
width
:
90px
;
min-height
:
130px
;
position
:
absolute
;
margin
:
10px
0
25px
0
;
background
:
white
!important
;
text-align
:
center
;
border-color
:
gray
black
black
gray
;
border-width
:
1px
;
border-style
:
solid
;}
.publication
strong
,
.publication
.author
{
background
:
gray
;
color
:
white
;
padding
:
5px
;
margin-top
:
5px
;
display
:
none
;
border
:
none
;
}
.publication
img
{
display
:
block
;
margin
:
auto
;}
a
.text
:hover
{
/*background: white !important;*/
z-index
:
500
!important
;
color
:
black
;
border-color
:
gray
black
black
gray
;}
a
.file
:hover
{
/*background: white !important;*/
z-index
:
500
!important
;
color
:
black
;
border-color
:
gray
black
black
gray
;
}
a
.publication
:hover
{
z-index
:
500
!important
;
color
:
black
;
border
:
none
;
}
a
.publication
:hover
img
{
border
:
1px
solid
black
;}
a
.publication
:hover
strong
{
display
:
block
;}
.chapeau
{
background
:
#ffffcc
;
font-family
:
mono
;
font-size
:
11px
;
margin
:
20px
0
10px
0
;
line-height
:
16px
;
padding
:
2px
15px
;
}
.logo
img
{
border-color
:
silver
gray
gray
silver
;
border-width
:
1px
;
border-style
:
solid
;
margin
:
0
0
10px
0
;}
#rvs
{
width
:
300px
;
background
:
pink
;
position
:
absolute
;
z-index
:
1500
;
top
:
50px
;
left
:
50px
;
padding
:
25px
;
font-size
:
11px
;
line-height
:
16px
;
visibility
:
hidden
;}
.rvs_close
{
margin-bottom
:
16px
;}
.download
{
/*background: #f2f2f2;*/
font-family
:
mono
;
font-size
:
11px
;
margin
:
16px
0
;
line-height
:
16px
;
padding
:
0
;
}
verlag.epub.css
0 → 100644
View file @
728d56ce
.page
{
font-family
:
times
,
georgia
,
serif
;
}
a
{
text-decoration
:
none
;
color
:
#3366ff
;}
a
:hover
{
border-bottom
:
1px
solid
#3366ff
;
}
.chapeau
{
background
:
#ffffcc
;
font-family
:
mono
;
font-size
:
11px
;
margin
:
20px
0
10px
0
;
padding
:
2px
15px
;
}
.download
{
/*background: #f2f2f2;*/
font-family
:
mono
;
font-size
:
11px
;
margin
:
16px
0
;
padding
:
0
;
}
verlag.ipynb
View file @
728d56ce
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
verlag.yaml
View file @
728d56ce
This diff is collapsed.
Click to expand it.
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