Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

HTML
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;700&display=swap" rel="stylesheet">
<style>
body {
    font-family: 'Roboto', sans-serif !important;
    background-color: #5a646e !important;
}
h1 {
    background-image: url('https://www.etas.com/data/css_and_script/etas_logo.svg') !important;
    background-repeat: no-repeat;
	background-position: 2% 50%;
    color: #164293 !important;
	padding-top: 40px;
	padding-bottom: 40px;
	text-align: center;
    margin: -20px -20px 0 0 !important;
    font-size: 3em !important;
    border-top-width: 0;
	border-bottom: 10px solid red;
	border-left-width: 0;
	border-right-width: 0;
	border-image: linear-gradient(to right, #164293, #5bcaf5) 1 stretch;
}
h2 {
	font-size: 2em !important;
	color: white !important!;
	font-weight: bold
	border: 1px solid #696;
	padding: 0px 0;
	text-align: center;
	width: 50%;
	margin: 25px20px auto 0px !important;
}
#RTA-Hotline-GotoHotline, #RTA-Hotline-GotoKnowledgeBase {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	background: #164293;
}
h2 a {
 color: white !important;
 display: block;
 width: 100%;
}
h3 { font-size: 2em !important; color: #81D0F5 !important; }
h3 a { color: #81D0F5 !important; }
#full-height-container {
    background-color: #5a646e !important;
}
p {
	font-size: 14px !important;
}
#likes-and-labels-container {display:none;}
#comments-section {display:none;}
.ia-splitter-left {display:none;}
#footer {display:none;}
.page-metadata {display:none;}
#main-header {display:none;}
#main {margin-top: 30px !important; margin-left: 20px !important; margin-right: 20px !important; padding: 0 !important;}
#header {display:none;}
div.columnMacro:nth-child(2) { border-left: 1px solid #1E539E;}
div.columnMacro { padding: 0 20px !important;}
.sectionColumnWrapper {
    overflow-x: visible !important;
}
.confluence-external-resource {
    max-width: 100% !important;
    cursor: pointer !important;
}
div.columnMacro p:nth-child(2) {
	width: 70%;
	margin: auto;
	padding-top: 30px;
}
</style>

...