32 lines
677 B
HTML
32 lines
677 B
HTML
<style>
|
|
|
|
#rv_banner {
|
|
|
|
|
|
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%);
|
|
}
|
|
|
|
#rv_banner a {
|
|
|
|
text-decoration:none;
|
|
text-transform: uppercase;
|
|
color:#4169E1 !important;
|
|
font-weight: 600;
|
|
display:inline-block;
|
|
}
|
|
|
|
|
|
|
|
</style>
|
|
|
|
<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>
|
|
|