master
anna sandri 4 years ago
parent 59065e6bfb
commit 1fc102c6ae

Binary file not shown.

@ -7,7 +7,8 @@
<title>Special issue 12</title>
<link rel="stylesheet" type="text/css" href="style.css">
<link rel="stylesheet"
href="https://fonts.googleapis.com/css?family=Roboto Mono">
href="https://fonts.googleapis.com/css?family=Roboto Mono"
>
</head>
<body>
<div class="back"><a href="https://issue.xpub.nl/"> ↰ Main Page </a></div>
@ -58,7 +59,7 @@ Radio Implicancies is a weekly broadcast of recorded and live matter brought to
</div>
<div class="contributors">
<div class="sec_title">Contributors</div>
<div class="sec_title_contributors">Contributors</div>
<div class="contributors_names">
Avital Barkai, Damlanur Bilgin, Sandra Golubjevaite, Tisa Neža Herlec, Mark van den Heuvel, Max Lehmann, Mika Motskobili, Clara Noseda, Anna Sandri, Ioana Tomici, Michael Murtaugh, Femke Snelting
</div>

@ -1,3 +1,13 @@
/*fonts*/
@font-face{
font-family:;
src: ;
}
body{
background-color: ;
width:100%;
@ -16,7 +26,7 @@ body{
.page_title{
font-size:50px;
color: red;
color: orangered;
}
@ -24,13 +34,30 @@ body{
margin-top:15px;
}
.sec_title{
.sec_title_01{
font-size:30px;
}
.sec_title_02{
font-size:30px;
}
.sec_title_contributors{
font-size:30px;
}
.week_01{
margin:40px;
padding: 40px;
border-style:dotted none dotted none;
border-width:2px;
border-color: blue;
margin-top:30px;
max-width:70%;
}
.week_02{
margin:40px;
padding: 40px;
border-style:dotted none dotted none;
border-width:2px;
@ -39,7 +66,7 @@ body{
max-width:70%;
}
.audio{
.audio_01{
margin-top:40px;
color:pink;
}
@ -54,7 +81,7 @@ body{
}
a{
color:blue;
color:mediumblue;
text-decoration: none;
}

Loading…
Cancel
Save