mirror of
https://github.com/comatory/fb2iCal
synced 2025-06-05 22:09:25 +02:00
make table nicer with background color
This commit is contained in:
@ -1,4 +1,4 @@
|
|||||||
// Worker v12
|
// Worker v13
|
||||||
|
|
||||||
self.addEventListener('install', (event) => {
|
self.addEventListener('install', (event) => {
|
||||||
event.waitUntil(
|
event.waitUntil(
|
||||||
@ -7,7 +7,7 @@ self.addEventListener('install', (event) => {
|
|||||||
'/',
|
'/',
|
||||||
'/favicon.ico',
|
'/favicon.ico',
|
||||||
'/scripts.js?5',
|
'/scripts.js?5',
|
||||||
'/style.css?7',
|
'/style.css?8',
|
||||||
'/about?2',
|
'/about?2',
|
||||||
'/icon-512.png',
|
'/icon-512.png',
|
||||||
])
|
])
|
||||||
|
@ -3,7 +3,6 @@
|
|||||||
@font-face {
|
@font-face {
|
||||||
font-family: "system";
|
font-family: "system";
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
font-weight: 300;
|
|
||||||
src: local(".SFNSText-Light"), local(".HelveticaNeueDeskInterface-Light"), local(".LucidaGrandeUI"), local("Ubuntu Light"), local("Segoe UI Light"), local("Roboto-Light"), local("DroidSans"), local("Tahoma");
|
src: local(".SFNSText-Light"), local(".HelveticaNeueDeskInterface-Light"), local(".LucidaGrandeUI"), local("Ubuntu Light"), local("Segoe UI Light"), local("Roboto-Light"), local("DroidSans"), local("Tahoma");
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -132,6 +131,18 @@ input#url {
|
|||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
thead {
|
||||||
|
font-weight: 800;
|
||||||
|
}
|
||||||
|
|
||||||
|
tbody tr:nth-child(odd) {
|
||||||
|
background-color: whitesmoke;
|
||||||
|
}
|
||||||
|
|
||||||
|
tbody tr:nth-child(even) {
|
||||||
|
background-color: #e8e8e8;
|
||||||
|
}
|
||||||
|
|
||||||
td.actions {
|
td.actions {
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
<link rel="stylesheet" type="text/css" href="/style.css?7">
|
<link rel="stylesheet" type="text/css" href="/style.css?8">
|
||||||
<link rel="apple-touch-icon" sizes="180x180" href="/icon-180.png">
|
<link rel="apple-touch-icon" sizes="180x180" href="/icon-180.png">
|
||||||
<title>Facebook Events to iCal Converter | about</title>
|
<title>Facebook Events to iCal Converter | about</title>
|
||||||
</head>
|
</head>
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
<link rel="stylesheet" type="text/css" href="/style.css?7">
|
<link rel="stylesheet" type="text/css" href="/style.css?8">
|
||||||
<link rel="apple-touch-icon" sizes="180x180" href="/icon-180.png">
|
<link rel="apple-touch-icon" sizes="180x180" href="/icon-180.png">
|
||||||
<title>Facebook Events to iCal Converter | about</title>
|
<title>Facebook Events to iCal Converter | about</title>
|
||||||
</head>
|
</head>
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
<link rel="stylesheet" type="text/css" href="/style.css?7">
|
<link rel="stylesheet" type="text/css" href="/style.css?8">
|
||||||
<link rel="apple-touch-icon" sizes="180x180" href="/icon-180.png">
|
<link rel="apple-touch-icon" sizes="180x180" href="/icon-180.png">
|
||||||
<title>Facebook Events to iCal Converter | about</title>
|
<title>Facebook Events to iCal Converter | about</title>
|
||||||
</head>
|
</head>
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
<link rel="manifest" href="/manifest.json">
|
<link rel="manifest" href="/manifest.json">
|
||||||
<link rel="apple-touch-icon" sizes="180x180" href="/icon-180.png">
|
<link rel="apple-touch-icon" sizes="180x180" href="/icon-180.png">
|
||||||
<link rel="stylesheet" type="text/css" href="/style.css?7">
|
<link rel="stylesheet" type="text/css" href="/style.css?8">
|
||||||
<title>Facebook Event to iCal Converter</title>
|
<title>Facebook Event to iCal Converter</title>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user