Cleanup news items css
This commit is contained in:
parent
08132eefa5
commit
610470e538
@ -142,3 +142,32 @@ section#related-news article.news:nth-of-type(n+2) {
|
||||
display: inline-block;
|
||||
}
|
||||
}
|
||||
|
||||
// ----------------------------------------------------------------------------
|
||||
// Some formatting for questions and people blocks
|
||||
// ----------------------------------------------------------------------------
|
||||
|
||||
p.question {
|
||||
font-size: 105%;
|
||||
font-weight: bold;
|
||||
padding-left: 1.5em;
|
||||
}
|
||||
div.aboutperson {
|
||||
background: #DCDCDC;
|
||||
padding: 1em;
|
||||
margin: 2em 1em 2em 1em;
|
||||
font-size: 90%;
|
||||
}
|
||||
div.aboutperson img {
|
||||
padding: 1em 1em 1em 2em;
|
||||
|
||||
|
||||
min-width: 200px !important;
|
||||
max-width: 30% !important;
|
||||
float: right;
|
||||
position: relative;
|
||||
|
||||
}
|
||||
blockquote.highlight p {
|
||||
font-size: 130%;
|
||||
}
|
||||
|
@ -6,11 +6,7 @@
|
||||
<head>
|
||||
<title> Το FSFE υποστηρίζει νέα έρευνα εναντίον της Microsoft στα
|
||||
πλαίσια της αντιμονοπωλιακής νομοθεσίας</title>
|
||||
<style type="text/css">
|
||||
.leftmargin{
|
||||
margin-left:1em;
|
||||
}
|
||||
</style>
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
@ -10,10 +10,7 @@
|
||||
</date>
|
||||
<head>
|
||||
<title>Αποτελέσματα: Δοκιμή Ελεύθερου Λογισμικού για φωνή & βίντεο </title>
|
||||
<style type="text/css" title="currentStyle">
|
||||
@import "/scripts/data-tables/media/css/demo_page.css"; @import "/media/css/header.ccss";
|
||||
@import "/scripts/data-tables/media/css/demo_table.css";
|
||||
</style>
|
||||
|
||||
<script type="text/javascript" src="/scripts/data-tables/media/js/jquery.js"></script>
|
||||
<script type="text/javascript" src="/scripts/data-tables/media/js/jquery.dataTables.js"></script>
|
||||
<script type="text/javascript">
|
||||
@ -152,25 +149,7 @@ XMPP εξυπηρετητής υποστηρίζει ήχο και βίντεο
|
||||
|
||||
<p>Περισσότερα δεδομένα είναι διαθέσιμα στον πηγαίο κώδικα του πίνακα.</p>
|
||||
|
||||
<style>
|
||||
#results_length {
|
||||
float:left;
|
||||
}
|
||||
#results_filter {
|
||||
float: right;
|
||||
}
|
||||
#results_info {
|
||||
clear: left;
|
||||
float:left;
|
||||
}
|
||||
#results_info {
|
||||
clear: left;
|
||||
float:left;
|
||||
}
|
||||
#results_paginate {
|
||||
float: right;
|
||||
}
|
||||
</style>
|
||||
|
||||
|
||||
<table style="clear:both; float:left;" cellpadding="0" cellspacing="0" border="0" class="display" id="results">
|
||||
|
||||
|
@ -10,10 +10,7 @@
|
||||
</date>
|
||||
<head>
|
||||
<title>Results: Free Software voice & video testing</title>
|
||||
<style type="text/css" title="currentStyle">
|
||||
@import "/scripts/data-tables/media/css/demo_page.css"; @import "/media/css/header.ccss";
|
||||
@import "/scripts/data-tables/media/css/demo_table.css";
|
||||
</style>
|
||||
|
||||
<script type="text/javascript" src="/scripts/data-tables/media/js/jquery.js"></script>
|
||||
<script type="text/javascript" src="/scripts/data-tables/media/js/jquery.dataTables.js"></script>
|
||||
<script type="text/javascript">
|
||||
@ -79,25 +76,7 @@
|
||||
|
||||
<p>More data is available in the table source code.</p>
|
||||
|
||||
<style>
|
||||
#results_length {
|
||||
float:left;
|
||||
}
|
||||
#results_filter {
|
||||
float: right;
|
||||
}
|
||||
#results_info {
|
||||
clear: left;
|
||||
float:left;
|
||||
}
|
||||
#results_info {
|
||||
clear: left;
|
||||
float:left;
|
||||
}
|
||||
#results_paginate {
|
||||
float: right;
|
||||
}
|
||||
</style>
|
||||
|
||||
|
||||
<table style="clear:both; float:left;" cellpadding="0" cellspacing="0" border="0" class="display" id="results">
|
||||
|
||||
|
@ -4,28 +4,7 @@
|
||||
<version>1</version>
|
||||
|
||||
<head>
|
||||
<style>
|
||||
.question {
|
||||
font-size: 105%;
|
||||
font-weight: bold;
|
||||
padding-left: 1.5em;
|
||||
}
|
||||
div.aboutperson {
|
||||
background: #DCDCDC;
|
||||
padding: 1em;
|
||||
margin: 1em;
|
||||
}
|
||||
div.aboutperson img {
|
||||
padding: 1em;
|
||||
min-width: 200px !important;
|
||||
max-width: 30% !important;
|
||||
float: left;
|
||||
}
|
||||
blockquote.highlight p {
|
||||
font-size: 130%;
|
||||
}
|
||||
|
||||
</style>
|
||||
|
||||
|
||||
|
||||
<title>How Spanish administrations reuse software - an interview with Elena Muñoz Salinero about best practices.</title>
|
||||
|
@ -4,28 +4,7 @@
|
||||
<version>1</version>
|
||||
|
||||
<head>
|
||||
<style>
|
||||
.question {
|
||||
font-size: 105%;
|
||||
font-weight: bold;
|
||||
padding-left: 1.5em;
|
||||
}
|
||||
div.aboutperson {
|
||||
background: #DCDCDC;
|
||||
padding: 1em;
|
||||
margin: 1em;
|
||||
}
|
||||
div.aboutperson img {
|
||||
padding: 1em;
|
||||
min-width: 200px !important;
|
||||
max-width: 30% !important;
|
||||
float: left;
|
||||
}
|
||||
blockquote.highlight p {
|
||||
font-size: 130%;
|
||||
}
|
||||
|
||||
</style>
|
||||
|
||||
|
||||
|
||||
<title>Cómo se reutiliza el software en las administraciones españolas: entrevista a Elena Muñoz Salinero sobre buenas prácticas.</title>
|
||||
|
@ -4,28 +4,7 @@
|
||||
<version>1</version>
|
||||
|
||||
<head>
|
||||
<style>
|
||||
.question {
|
||||
font-size: 105%;
|
||||
font-weight: bold;
|
||||
padding-left: 1.5em;
|
||||
}
|
||||
div.aboutperson {
|
||||
background: #DCDCDC;
|
||||
padding: 1em;
|
||||
margin: 1em;
|
||||
}
|
||||
div.aboutperson img {
|
||||
padding: 1em;
|
||||
min-width: 200px !important;
|
||||
max-width: 30% !important;
|
||||
float: left;
|
||||
}
|
||||
blockquote.highlight p {
|
||||
font-size: 130%;
|
||||
}
|
||||
|
||||
</style>
|
||||
|
||||
|
||||
<title>Comment les administrations espagnoles réutilisent les logiciels - Interview avec Elena Muñoz Salinero sur leurs meilleures pratiques.</title>
|
||||
|
||||
|
@ -4,28 +4,7 @@
|
||||
<version>1</version>
|
||||
|
||||
<head>
|
||||
<style>
|
||||
.question {
|
||||
font-size: 105%;
|
||||
font-weight: bold;
|
||||
padding-left: 1.5em;
|
||||
}
|
||||
div.aboutperson {
|
||||
background: #DCDCDC;
|
||||
padding: 1em;
|
||||
margin: 1em;
|
||||
}
|
||||
div.aboutperson img {
|
||||
padding: 1em;
|
||||
min-width: 200px !important;
|
||||
max-width: 30% !important;
|
||||
float: left;
|
||||
}
|
||||
blockquote.highlight p {
|
||||
font-size: 130%;
|
||||
}
|
||||
|
||||
</style>
|
||||
|
||||
|
||||
|
||||
<title>Hoe Spaanse overheden software hergebruiken - een interview met Elena Muñoz Salinero over beste praktijken</title>
|
||||
|
@ -4,30 +4,7 @@
|
||||
|
||||
|
||||
<head>
|
||||
<style>
|
||||
.question {
|
||||
font-size: 105%;
|
||||
font-weight: bold;
|
||||
padding-left: 1.5em;
|
||||
}
|
||||
div.aboutperson {
|
||||
background: #DCDCDC;
|
||||
padding: 1em;
|
||||
margin: 2em 1em 2em 1em;
|
||||
font-size: 90%;
|
||||
}
|
||||
div.aboutperson img {
|
||||
padding: 1em;
|
||||
min-width: 200px !important;
|
||||
max-width: 70% !important;
|
||||
float: right;
|
||||
position: relative;
|
||||
}
|
||||
blockquote.highlight p {
|
||||
font-size: 130%;
|
||||
}
|
||||
|
||||
</style>
|
||||
|
||||
|
||||
|
||||
<title>Using Free Software to build a more democratic, inclusive and sustainable digital society - interview with Francesca Bria, CTO of Barcelona.</title>
|
||||
|
@ -4,30 +4,7 @@
|
||||
|
||||
|
||||
<head>
|
||||
<style>
|
||||
.question {
|
||||
font-size: 105%;
|
||||
font-weight: bold;
|
||||
padding-left: 1.5em;
|
||||
}
|
||||
div.aboutperson {
|
||||
background: #DCDCDC;
|
||||
padding: 1em;
|
||||
margin: 2em 1em 2em 1em;
|
||||
font-size: 90%;
|
||||
}
|
||||
div.aboutperson img {
|
||||
padding: 1em;
|
||||
min-width: 200px !important;
|
||||
max-width: 70% !important;
|
||||
float: right;
|
||||
position: relative;
|
||||
}
|
||||
blockquote.highlight p {
|
||||
font-size: 130%;
|
||||
}
|
||||
|
||||
</style>
|
||||
|
||||
|
||||
|
||||
<title>La utilización de Software Libre en la construcción de una sociedad digital más democrática, incluyente y sostenible: entrevista con Francesca Bria, responsable de Tecnología en Barcelona</title>
|
||||
|
@ -4,29 +4,7 @@
|
||||
|
||||
|
||||
<head>
|
||||
<style>
|
||||
.question {
|
||||
font-size: 105%;
|
||||
font-weight: bold;
|
||||
padding-left: 1.5em;
|
||||
}
|
||||
div.aboutperson {
|
||||
background: #DCDCDC;
|
||||
padding: 1em;
|
||||
margin: 1em;
|
||||
font-size: 90%;
|
||||
}
|
||||
div.aboutperson img {
|
||||
padding: 1em;
|
||||
min-width: 200px !important;
|
||||
max-width: 70% !important;
|
||||
float: right;
|
||||
position: relative;
|
||||
}
|
||||
blockquote.highlight p {
|
||||
font-size: 130%;
|
||||
}
|
||||
</style>
|
||||
|
||||
|
||||
<title>Utiliser le Logiciel Libre pour construire une société
|
||||
numérique plus démocratique, inclusive et durable - Interview avec
|
||||
|
@ -4,30 +4,7 @@
|
||||
|
||||
|
||||
<head>
|
||||
<style>
|
||||
.question {
|
||||
font-size: 105%;
|
||||
font-weight: bold;
|
||||
padding-left: 1.5em;
|
||||
}
|
||||
div.aboutperson {
|
||||
background: #DCDCDC;
|
||||
padding: 1em;
|
||||
margin: 2em 1em 2em 1em;
|
||||
font-size: 90%;
|
||||
}
|
||||
div.aboutperson img {
|
||||
padding: 1em;
|
||||
min-width: 200px !important;
|
||||
max-width: 70% !important;
|
||||
float: right;
|
||||
position: relative;
|
||||
}
|
||||
blockquote.highlight p {
|
||||
font-size: 130%;
|
||||
}
|
||||
|
||||
</style>
|
||||
|
||||
|
||||
|
||||
<title>Vrije Software gebruiken om een meer democratische, inclusieve en duurzame digitale samenleving te bouwen - interview met Francesca Bria, CTO van Barcelona</title>
|
||||
|
@ -4,33 +4,7 @@
|
||||
|
||||
|
||||
<head>
|
||||
<style>
|
||||
.question {
|
||||
font-size: 105%;
|
||||
font-weight: bold;
|
||||
padding-left: 1.5em;
|
||||
}
|
||||
div.aboutperson {
|
||||
background: #DCDCDC;
|
||||
padding: 1em;
|
||||
margin: 2em 1em 2em 1em;
|
||||
font-size: 90%;
|
||||
}
|
||||
div.aboutperson img {
|
||||
padding: 1em 1em 1em 2em;
|
||||
|
||||
|
||||
min-width: 200px !important;
|
||||
max-width: 30% !important;
|
||||
float: right;
|
||||
position: relative;
|
||||
|
||||
}
|
||||
blockquote.highlight p {
|
||||
font-size: 130%;
|
||||
}
|
||||
|
||||
</style>
|
||||
|
||||
|
||||
|
||||
<title>"Go open today, there's no excuse not to" - interview with Timo Aarnio, GIS expert at National Land Survey Finland.</title>
|
||||
|
@ -4,33 +4,7 @@
|
||||
|
||||
|
||||
<head>
|
||||
<style>
|
||||
.question {
|
||||
font-size: 105%;
|
||||
font-weight: bold;
|
||||
padding-left: 1.5em;
|
||||
}
|
||||
div.aboutperson {
|
||||
background: #DCDCDC;
|
||||
padding: 1em;
|
||||
margin: 2em 1em 2em 1em;
|
||||
font-size: 90%;
|
||||
}
|
||||
div.aboutperson img {
|
||||
padding: 1em 1em 1em 2em;
|
||||
|
||||
|
||||
min-width: 200px !important;
|
||||
max-width: 30% !important;
|
||||
float: right;
|
||||
position: relative;
|
||||
|
||||
}
|
||||
blockquote.highlight p {
|
||||
font-size: 130%;
|
||||
}
|
||||
|
||||
</style>
|
||||
|
||||
|
||||
|
||||
<title>"Ga vandaag voor open, er is geen excuus om het niet te doen" - interview met Timo Aarnio, GIS-expert bij National Land Survey Finland</title>
|
||||
|
@ -8,15 +8,7 @@
|
||||
|
||||
|
||||
|
||||
<style>
|
||||
.question {
|
||||
font-size: 105%;
|
||||
font-weight: bold;
|
||||
padding-left: 1.5em;
|
||||
}
|
||||
|
||||
|
||||
</style>
|
||||
|
||||
|
||||
|
||||
<title>How the Parliament of Asturias decided to sign the open letter demanding "Public Money? Public Code!" - an interview with Iyán Méndez Veiga</title>
|
||||
|
@ -4,15 +4,7 @@
|
||||
<head>
|
||||
|
||||
|
||||
<style>
|
||||
.question {
|
||||
font-size: 105%;
|
||||
font-weight: bold;
|
||||
padding-left: 1.5em;
|
||||
}
|
||||
|
||||
|
||||
</style>
|
||||
|
||||
<title>Cómo el Parlamento de Asturias decidió firmar la carta abierta que solicita "¿Dinero Público? ¡Código Público!" - entrevista con Iyán Méndez Veiga</title>
|
||||
</head>
|
||||
<body>
|
||||
|
@ -7,15 +7,7 @@
|
||||
|
||||
|
||||
|
||||
<style>
|
||||
.question {
|
||||
font-size: 105%;
|
||||
font-weight: bold;
|
||||
padding-left: 1.5em;
|
||||
}
|
||||
|
||||
|
||||
</style>
|
||||
|
||||
|
||||
|
||||
<title>Hoe het parlement van Asturië besloot om de open brief met het verzoek om "Publiek Geld? Publieke Code!" te ondertekenen: een interview met Iyán Méndez Veiga</title>
|
||||
|
@ -8,15 +8,7 @@
|
||||
|
||||
|
||||
|
||||
<style>
|
||||
.question {
|
||||
font-size: 105%;
|
||||
font-weight: bold;
|
||||
padding-left: 1.5em;
|
||||
}
|
||||
|
||||
|
||||
</style>
|
||||
|
||||
|
||||
|
||||
<title>Etalab zeigt, wie Freie Software für den öffentlichen Sektor verfügbar gemacht werden kann</title>
|
||||
|
@ -8,15 +8,7 @@
|
||||
|
||||
|
||||
|
||||
<style>
|
||||
.question {
|
||||
font-size: 105%;
|
||||
font-weight: bold;
|
||||
padding-left: 1.5em;
|
||||
}
|
||||
|
||||
|
||||
</style>
|
||||
|
||||
|
||||
|
||||
<title>Etalab shows how Free Software can be made available for the public sector</title>
|
||||
|
@ -8,15 +8,7 @@
|
||||
|
||||
|
||||
|
||||
<style>
|
||||
.question {
|
||||
font-size: 105%;
|
||||
font-weight: bold;
|
||||
padding-left: 1.5em;
|
||||
}
|
||||
|
||||
|
||||
</style>
|
||||
|
||||
|
||||
|
||||
<title>Etalab mostra come il Software Libero possa entrare nel settore pubblico</title>
|
||||
|
@ -8,15 +8,7 @@
|
||||
|
||||
|
||||
|
||||
<style>
|
||||
.question {
|
||||
font-size: 105%;
|
||||
font-weight: bold;
|
||||
padding-left: 1.5em;
|
||||
}
|
||||
|
||||
|
||||
</style>
|
||||
|
||||
|
||||
|
||||
<title>Etalab toont beschikbaarmaking Vrije Software publieke sector</title>
|
||||
|
@ -8,15 +8,7 @@
|
||||
|
||||
|
||||
|
||||
<style>
|
||||
.question {
|
||||
font-size: 105%;
|
||||
font-weight: bold;
|
||||
padding-left: 1.5em;
|
||||
}
|
||||
|
||||
|
||||
</style>
|
||||
|
||||
|
||||
|
||||
<title>Die Verwaltung der Stadt Bühl verwendet Freie Software</title>
|
||||
|
@ -8,15 +8,7 @@
|
||||
|
||||
|
||||
|
||||
<style>
|
||||
.question {
|
||||
font-size: 105%;
|
||||
font-weight: bold;
|
||||
padding-left: 1.5em;
|
||||
}
|
||||
|
||||
|
||||
</style>
|
||||
|
||||
|
||||
|
||||
<title>The public sector of Bühl uses Free Software</title>
|
||||
|
@ -8,15 +8,7 @@
|
||||
|
||||
|
||||
|
||||
<style>
|
||||
.question {
|
||||
font-size: 105%;
|
||||
font-weight: bold;
|
||||
padding-left: 1.5em;
|
||||
}
|
||||
|
||||
|
||||
</style>
|
||||
|
||||
|
||||
|
||||
<title>Il settore pubblico di Bühl utilizza il Software Libero</title>
|
||||
|
@ -8,15 +8,7 @@
|
||||
|
||||
|
||||
|
||||
<style>
|
||||
.question {
|
||||
font-size: 105%;
|
||||
font-weight: bold;
|
||||
padding-left: 1.5em;
|
||||
}
|
||||
|
||||
|
||||
</style>
|
||||
|
||||
|
||||
|
||||
<title>De publieke sector van Bühl gebruikt Vrije Software</title>
|
||||
|
@ -7,14 +7,7 @@
|
||||
|
||||
<body>
|
||||
|
||||
<h1>Fediverse-Symposium: Aufzeichnungen jetzt online verfügbar
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<style type="text/css">p { line-height: 115%; margin-bottom: 0.1in; background: transparent }a:link { color: #000080; text-decoration: underline }</style></h1>
|
||||
<h1>Fediverse-Symposium: Aufzeichnungen jetzt online verfügbar</h1>
|
||||
|
||||
<p>Am 22.09.2023 trafen sich mehr als 70 Menschen in Köln, um einen
|
||||
Einblick ins Fediverse zu bekommen und die gesellschaftliche Bedeutung
|
||||
@ -175,9 +168,6 @@ ihre Beiträge zur konzeptionellen Planung.</p>
|
||||
|
||||
|
||||
|
||||
<style type="text/css">p { line-height: 115%; margin-bottom: 0.1in;
|
||||
background: transparent }a:link { color: #000080; text-decoration:
|
||||
underline }</style>
|
||||
</p><p style="line-height: 100%; margin-bottom:
|
||||
0in">
|
||||
Ganz besonders bedanken wir uns bei allen, die durch ihre Spenden
|
||||
|
Loading…
x
Reference in New Issue
Block a user