mirror of
https://github.com/eworm-de/routeros-scripts.git
synced 2025-12-06 09:59:28 +00:00
contrib/{logo-color,notification}: use a single style
This commit is contained in:
parent
97b4a41f23
commit
d610bf3582
4 changed files with 5 additions and 9 deletions
|
|
@ -1,5 +0,0 @@
|
||||||
body {
|
|
||||||
font-family: fira-sans, sans-serif;
|
|
||||||
font-size: 10pt;
|
|
||||||
background-color: transparent;
|
|
||||||
}
|
|
||||||
|
|
@ -3,7 +3,7 @@
|
||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<title>RouterOS-Scripts Logo Color Changer</title>
|
<title>RouterOS-Scripts Logo Color Changer</title>
|
||||||
<link rel="stylesheet" type="text/css" href="logo-color.d/style.css">
|
<link rel="stylesheet" type="text/css" href="../general/style.css">
|
||||||
<script src="logo-color.d/script.js"></script>
|
<script src="logo-color.d/script.js"></script>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@
|
||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<title>RouterOS-Scripts Notification Generator</title>
|
<title>RouterOS-Scripts Notification Generator</title>
|
||||||
<link rel="stylesheet" type="text/css" href="notification.d/style.css">
|
<link rel="stylesheet" type="text/css" href="../general/style.css">
|
||||||
<script src="notification.d/script.js"></script>
|
<script src="notification.d/script.js"></script>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,8 @@
|
||||||
|
/* stylesheet for RouterOS Scripts */
|
||||||
body {
|
body {
|
||||||
|
background-color: transparent;
|
||||||
font-family: fira-sans, sans-serif;
|
font-family: fira-sans, sans-serif;
|
||||||
font-size: 10pt;
|
font-size: 10pt;
|
||||||
background-color: transparent;
|
|
||||||
}
|
}
|
||||||
div.notification {
|
div.notification {
|
||||||
position: relative;
|
position: relative;
|
||||||
Loading…
Add table
Add a link
Reference in a new issue