Add ENIX logo

Warning: do not merge this branch to your content, otherwise you
will get the ENIX logo in the top right of all your decks
This commit is contained in:
Jerome Petazzoni
2018-09-08 07:49:38 -05:00
parent ec037e422b
commit 3eaa844c55
2 changed files with 18 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
.remark-slide-content {
background-repeat: no-repeat;
background-position: 99% 1%;
background-size: 8%;
background-image: url(https://enix.io/static/img/logos/logo-domain-cropped.png);
}
div.extra-details {
background-image: url("images/extra-details.png"), url(https://enix.io/static/img/logos/logo-domain-cropped.png);
background-position: 0.5% 1%, 99% 1%;
background-size: 4%, 8%;
}
.remark-slide-content:not(.pic) div.remark-slide-number {
top: 16px;
right: 112px
}
+1
View File
@@ -4,6 +4,7 @@
<title>@@TITLE@@</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<link rel="stylesheet" href="workshop.css">
<link rel="stylesheet" href="override.css">
</head>
<body>
<!--