Skip to content

Commit

Permalink
Global style.
Browse files Browse the repository at this point in the history
  • Loading branch information
smimram committed Apr 25, 2024
1 parent 260ec28 commit 9080cac
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 12 deletions.
12 changes: 0 additions & 12 deletions 4/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -277,18 +277,6 @@ Previous editions:

<center><a href="https://www.liquidsoap.info/"><img src="https://www.liquidsoap.info/assets/img/bottle_invert.png" alt="drawing" height="100px" style="margin-top: 50px;"/></a></center>

<style>
p {text-align: justify;}
#downloads {display: none;}
a {text-decoration: none;}
a:hover {text-decoration: underline;}
h1 {text-shadow: 0 0 10px;}
h2 {text-shadow: 0 0 5px;}
iframe {display: block; margin: auto;}
ul li {list-style-image: none;}
li {list-style-type: "";}
</style>

<script>
window.onload = function() {
var date = new Date();
Expand Down
41 changes: 41 additions & 0 deletions assets/css/style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
---
---

@import "{{ site.theme }}";

p {
text-align: justify;
}

#downloads {
display: none;
}

a {
text-decoration: none;
}

a:hover {
text-decoration: underline;
}

h1 {
text-shadow: 0 0 10px;
}

h2 {
text-shadow: 0 0 5px;
}

iframe {
display: block;
margin: auto;
}

ul li {
list-style-image: none;
}

li {
list-style-type: "– ";
}

0 comments on commit 9080cac

Please sign in to comment.