Use class for ilovefs lists

This commit is contained in:
delliott 2024-08-21 14:17:50 +02:00
parent d721ca3372
commit b582051398
Signed by: delliott
SSH Key Fingerprint: SHA256:h5IC6Ec/o6ypmpM7ZdRqULGyG8dz4Jr5K192BAWAjoo
7 changed files with 12 additions and 49 deletions

View File

@ -6,16 +6,6 @@
<head>
<title>Ich Liebe Freie Software Tag</title>
<style type="text/css">
ul.ilovefs-ul li::marker {
content: '\2665';
color: red;
}
ul.ilovefs-ul li {
padding-left: 10px;
}
</style>
</head>
<body class="article valentine-ilovefs" microformats="h-entry">

View File

@ -6,17 +6,6 @@
<head>
<title>I Love Free Software Day</title>
<!-- Change style for bullet points to heart-->
<style type="text/css">
ul.ilovefs-ul li::marker {
content: '\2665';
color: red;
}
ul.ilovefs-ul li {
padding-left: 10px;
}
</style>
</head>
<body class="article valentine-ilovefs" microformats="h-entry">

View File

@ -6,15 +6,6 @@
<head>
<title>Journée J'aime les Logiciels Libres</title>
<style type="text/css">
ul.ilovefs-ul li::marker {
content: '\2665';
color: red;
}
ul.ilovefs-ul li {
padding-left: 10px;
}
</style>
</head>
<body class="article valentine-ilovefs" microformats="h-entry">

View File

@ -6,15 +6,6 @@
<head>
<title>Giornata "Io amo il Software Libero"</title>
<style type="text/css">
ul.ilovefs-ul li::marker {
content: '\2665';
color: red;
}
ul.ilovefs-ul li {
padding-left: 10px;
}
</style>
</head>
<body class="article valentine-ilovefs" microformats="h-entry">

View File

@ -6,16 +6,6 @@
<head>
<title>Ik hou van Vrije Software dag</title>
<!-- Change style for bullet points to heart-->
<style type="text/css">
ul.ilovefs-ul li::marker {
content: '\2665';
color: red;
}
ul.ilovefs-ul li {
padding-left: 10px;
}
</style>
</head>

View File

@ -0,0 +1,11 @@
// ============================================================================
// Classes for ilovefs style lists
// ============================================================================
ul.ilovefs-ul li::marker {
content: '\2665';
color: red;
}
ul.ilovefs-ul li {
padding-left: 10px;
}

View File

@ -5,6 +5,7 @@
@import "elements/figure";
@import "elements/footnotes";
@import "elements/icon-grid";
@import "elements/ilovefs-list";
@import "elements/interview-ayc";
@import "elements/people";
@import "elements/podcast";