This repository has been archived on 2025-03-13. You can view files and clone it, but cannot push or open issues or pull requests.

32 lines
677 B
HTML
Raw Permalink Normal View History

2024-08-24 16:26:58 +02:00
<style>
2024-10-13 10:45:42 +02:00
#rv_banner {
2024-08-24 16:26:58 +02:00
font-size:2em;
font-weight: 500;
padding-top: 6px !important;
padding-bottom: 9px !important;
text-align:left;
padding-left:60px;
background: #7cd3ff;
background: linear-gradient(180deg, rgba(124, 211, 255,0.4) 10%, white 60%);
}
2024-10-13 10:45:42 +02:00
#rv_banner a {
2024-08-24 16:26:58 +02:00
text-decoration:none;
text-transform: uppercase;
color:#4169E1 !important;
font-weight: 600;
display:inline-block;
}
</style>
2024-10-13 10:45:42 +02:00
<div id="rv_banner"><a href="https://robertvokac.com" style="text-transform:none;"><span style="color:blue;">Documentation</span></a> | <a href="https://robertvokac.com" target="_parent">robertvokac.com</a> Project</div>
2024-08-24 16:26:58 +02:00