mirror of
https://github.com/nymurbd/MikroTik-scripts.git
synced 2025-08-04 10:14:51 +02:00
add the notification generator
This commit is contained in:
parent
4ca8f83a52
commit
1e6e0646e2
2 changed files with 72 additions and 0 deletions
39
contrib/notification.d/style.css
Normal file
39
contrib/notification.d/style.css
Normal file
|
@ -0,0 +1,39 @@
|
|||
body {
|
||||
font-family: fira-sans, sans;
|
||||
font-size: 10pt;
|
||||
background-color: transparent;
|
||||
}
|
||||
div.notification {
|
||||
position: relative;
|
||||
float: right;
|
||||
width: 600px;
|
||||
border: 3px outset #6c5d53;
|
||||
/* border-radius: 5px; */
|
||||
padding: 10px;
|
||||
background-color: #e6e6e6;
|
||||
}
|
||||
div.content {
|
||||
padding-left: 60px;
|
||||
}
|
||||
img.logo {
|
||||
float: left;
|
||||
border-radius: 50%;
|
||||
}
|
||||
p.heading {
|
||||
margin: 0px;
|
||||
font-weight: bold;
|
||||
text-decoration: underline;
|
||||
}
|
||||
p.hint {
|
||||
display: none;
|
||||
}
|
||||
pre {
|
||||
font-family: fira-mono, mono;
|
||||
white-space: pre-wrap;
|
||||
}
|
||||
span.link {
|
||||
color: #863600;
|
||||
}
|
||||
tt {
|
||||
background-color: #e6e6e6;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue