beautification of index

master
Angeliki 6 years ago
parent 0af676093d
commit ad3b4cfd7e

@ -5,6 +5,7 @@
body {font-family: "Old Standard TT"; font-size: 20px; line-height: 1.4; letter-spacing: 1px;} body {font-family: "Old Standard TT"; font-size: 20px; line-height: 1.4; letter-spacing: 1px;}
section {margin-bottom: 50px;margin-top: 50px;} section {margin-bottom: 50px;margin-top: 50px;}
a {font-weight: bold; font-size: 24px; text-decoration: none; } a {font-weight: bold; font-size: 24px; text-decoration: none; }
.internet {font-weight: regular; font-size: 18px; text-decoration: none; }
.list { .list {
padding-top: 10px; padding-top: 10px;
padding-bottom: 10px; padding-bottom: 10px;
@ -49,7 +50,6 @@
background-color: white; background-color: white;
min-width: 1900px; min-width: 1900px;
overflow: auto; overflow: auto;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
z-index: 1; z-index: 1;
} }
@ -69,7 +69,7 @@
.dropbtn2 { .dropbtn2 {
font-family: "Old Standard TT"; font-family: "Old Standard TT";
font-weight: bold; font-weight: regular;
font-size: 24px; font-size: 24px;
color: black; color: black;
padding: 16px; padding: 16px;
@ -90,9 +90,8 @@
display: none; display: none;
position: absolute; position: absolute;
background-color: white; background-color: white;
min-width: 1900px; min-width: 1000px;
overflow: auto; overflow: auto;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
z-index: 1; z-index: 1;
} }
@ -151,22 +150,22 @@
<div class="dropdown2"> <div class="dropdown2">
<button onclick="myFunction2()" class="dropbtn2">Internet sources</button> <button onclick="myFunction2()" class="dropbtn2">Internet sources</button>
<div id="myDropdown2" class="dropdown-content2"> <div id="myDropdown2" class="dropdown-content2">
<li class="list"> <li style="list-style: none;">
<a href="https://www.youtube.com/watch?v=HlvfPizooII" target="_blank">Angela Davis @Occupy Wall St </a> <a class="internet" href="https://www.youtube.com/watch?v=HlvfPizooII" target="_blank">Angela Davis @Occupy Wall St </a>
</li> </li>
<li class="list"> <li style="list-style: none;">
<a href="https://www.youtube.com/watch?v=JVpoOdz1AKQ&feature=youtu.be" target="_blank">Judith Butler @Occupy Wall Street</a> <a class="internet" href="https://www.youtube.com/watch?v=JVpoOdz1AKQ&feature=youtu.be" target="_blank">Judith Butler @Occupy Wall Street</a>
</li> </li>
<li class="list"> <li style="list-style: none;">
<a href="https://www.youtube.com/watch?v=SirOxIeuNDE" target="_blank">Laurie Anderson - Mach 20</a> <a class="internet" href="https://www.youtube.com/watch?v=SirOxIeuNDE" target="_blank">Laurie Anderson - Mach 20</a>
</li> </li>
<li class="list"> <li style="list-style: none;">
<a href="https://www.thisamericanlife.org/667/wartime-radio" target="_blank">Ballout, D. (2019) Good Morning, Kafranbel, This American Life: Wartime Radio</a> <a class="internet" href="https://www.thisamericanlife.org/667/wartime-radio" target="_blank">Ballout, D. (2019) Good Morning, Kafranbel, This American Life: Wartime Radio</a>
</li> </li>
<li class="list"> <li style="list-style: none;">
<a href="https://www.youtube.com/watch?v=TY96Ma6YdtQ" target="_blank">Vocal performance of Katalin Ladik in the film Berberian Sound Studio, 2012</a> <a class="internet" href="https://www.youtube.com/watch?v=TY96Ma6YdtQ" target="_blank">Vocal performance of Katalin Ladik in the film Berberian Sound Studio, 2012</a>
</li> </li>
</div> </div>

Loading…
Cancel
Save