Compare commits
No commits in common. "ba8b68e6bfdce4e9619bd9850b12e5a3dff18ce2" and "241e315369f66e10992bfba4316130da7b501a01" have entirely different histories.
ba8b68e6bf
...
241e315369
|
@ -5,14 +5,12 @@
|
|||
<meta name="author" content="Xaloc">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
||||
<link rel="stylesheet" href="https://pro.fontawesome.com/releases/v5.10.0/css/all.css" integrity="sha384-AYmEC3Yw5cVb3ZcuHtOA93w35dYTsvhLPVnYs9eStHfGJvOvKxVfELGroGkvsg+p" crossorigin="anonymous"/>
|
||||
<link rel="stylesheet" href="style.css">
|
||||
<link rel="stylesheet" href="player.css">
|
||||
<title>Ràdios</title>
|
||||
<link href="favicon.ico" rel="shortcut icon" type="image/x-icon">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<h2>Miniweb per escoltar la ràdio</h2>
|
||||
<h3>Ràdios Lliures i comunitàries</h3>
|
||||
<p>
|
||||
<button onClick='vallekas.play()'>Radio Vallekas</button>
|
||||
|
@ -70,9 +68,6 @@
|
|||
</div>
|
||||
|
||||
|
||||
<footer>
|
||||
Fet amb <i class="fa fa-heart"></i> per <a href=https://fedi.xaloc.space/xaloc> Xaloc</a>. El codi font i la llicència <a href=https://git.xaloc.space/xaloc/radio/> aquí</a>.
|
||||
</footer>
|
||||
|
||||
<script>
|
||||
if (navigator.userAgent.includes("Safari")) {
|
||||
|
|
54
style.css
54
style.css
|
@ -1,54 +0,0 @@
|
|||
body {
|
||||
margin: 0 auto;
|
||||
max-width: 42em;
|
||||
background: #3B3C36;
|
||||
color: #E5E4E2;
|
||||
font-family: sans-serif;
|
||||
font-size: 1.4rem;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
button {
|
||||
background-color: #C8A2C8;
|
||||
color: black;
|
||||
text-align: center;
|
||||
font-size: 1.2rem;
|
||||
margin: 2px 2px 2px 2px;
|
||||
border: none;
|
||||
border-radius: 12px;
|
||||
transition-duration: 0.4s;
|
||||
}
|
||||
|
||||
button:hover {
|
||||
background-color: #8A5D8A;
|
||||
}
|
||||
|
||||
button:active {
|
||||
background-color: #8A5D8A;
|
||||
transform: translateY(4px);
|
||||
}
|
||||
|
||||
a:link{
|
||||
color: #C8A2C8;
|
||||
}
|
||||
|
||||
a:visited{
|
||||
color: #c1d9f0;
|
||||
}
|
||||
|
||||
a:hover{
|
||||
color: #8A5D8A;
|
||||
}
|
||||
|
||||
a:active{
|
||||
color: #8A5D8A;
|
||||
}
|
||||
|
||||
|
||||
footer {
|
||||
text-align: center;
|
||||
font-size: 0.9em;
|
||||
border-top: 2px solid white;
|
||||
margin-top: 2rem;
|
||||
padding: 1rem;
|
||||
}
|
Loading…
Reference in New Issue
Block a user