diff --git a/site/css/stylesheet.css b/site/css/stylesheet.css index 9a9ffcd..ecf24fa 100644 --- a/site/css/stylesheet.css +++ b/site/css/stylesheet.css @@ -25,6 +25,7 @@ } } +/* Images */ .figure { text-align: center; font-size: 15px; @@ -35,6 +36,7 @@ display: none; } +/* footer */ .container { /* padding:1rem; */ /* text-align: center; */ @@ -105,31 +107,17 @@ color: #ce7e00; } -img { - margin: auto; - max-width: 40%; - display: block; -} - -article { - margin:0 auto; - max-width:720px; - line-height:1.3 -} -article img, -article video, -article iframe { - display:block!important; - margin:0 auto!important; - max-width:90% -} - pre { max-width: 50%; color: purple; } /* Random quote JS class */ +.output { + display: flex; + align-items: center; + justify-content: space-between; +} .output a { font-size: 16px; font-style: italic; @@ -140,7 +128,7 @@ /* Tooltip container */ .tooltip { position: relative; - display: inline-block; + display: flex; border-bottom: 1px dotted black; /* Add dots under the hoverable text */ cursor: pointer; } @@ -187,7 +175,14 @@ justify-content: space-between; } +header a { + display: flex; + align-items: center; + justify-content: center; +} + header a + a { + display: flex; align-items: center; justify-content: space-between; margin-left: 1rem; diff --git a/site/js/randomQuote.js b/site/js/randomQuote.js index 739fd24..64d627c 100644 --- a/site/js/randomQuote.js +++ b/site/js/randomQuote.js @@ -9,7 +9,15 @@ {"quote":"Padre Pio amico degli sbirri", "author": "Heavy Merda" }, {"quote":"Come un serpente indotto a camminare", "author": "Attrito"}, {"quote":"Fight for your right to party", "author": ""}, - {"quote":"No hagas planes en Cuba", "author": "el Gato"} + {"quote":"No hagas planes en Cuba", "author": "el Gato"}, + {"quote":"Free Palestine", "author":""}, + {"quote":"La vittoria della sconfitta", "author":"Negazione"}, + {"quote":"Uno, due, sei, nove", "author":"Skiantos"}, + {"quote":"Non ci sono poteri buoni", "author":"F. De André"}, + {"quote":"STACCA STACCA CI STANNO TRACCIANDO", "author":"Topolino"}, + {"quote":"I did write some code in Java, the island in Indonesia.", "author":"R.M.Stallman"}, + {"quote":"Free software: we are referring to freedom, not price.", "author":"R.M.Stallman"}, + {"quote":"I don't accept the world!", "author":"R.M.Stallman"} ]; function random(l)