<style>
a[href^="https"] {
text-decoration: none !important;
}
a button.aui-button.aui-button-primary {
background: #152456 !important;
width: 90%;
min-width: 300px;
max-width: 375px;
height: auto;
border-radius: .3vw;
color: white;
text-align: center;
text-decoration: none !important;
font-size: 90% /*1vw*/ !important;
font-weight: 700;
letter-spacing: .1vw;
text-transform: uppercase;
padding: 1.25vw;
box-shadow: 0px 0px 1.0vw #888888;
border: none;
margin: .75vw;
cursor: pointer;
font-family: Lato, Helvetica, sans-serif;
}
a button.aui-button.aui-button-primary:hover {
background: #59b7df !important;
color: #152456;
}
#banner {
position: absolute;
left: 0px;
height: auto;
width: 98%;
margin: 0px auto 1vh auto;
padding: 1vw;
text-align: center;
font-size: 175% !important;
line-height: 1.15;
font-weight: 700 !important;
color: white !important;
background-color: red;
min-height: 20px !important;
}
#banner:hover {
background-color: #DD0505;
}
body:not(.edit) div.aui-header-primary h1+ul.aui-nav a#people-directory-link {
display: none;
}
body:not(.edit) div.aui-header-primary h1+ul.aui-nav a#confluence-questions-link {
display: none;
}
body:not(.edit) div.aui-header-primary h1+ul.aui-nav a[title="Calendars"] {
display: none;
}
body:not(.edit) div.aui-header-primary h1+ul.aui-nav a#quick-create-page-button {
display: none;
}
body:not(.edit) div.aui-header-primary h1+ul.aui-nav a#create-page-button {
display: none;
}
.container {
justify-content: center;
text-align: center;
display: flex;
}
.content-query-macro {
padding-top: 14px;
}
.content-query-macro .content-query-no-results {
visibility: hidden;
}
.content-query-macro .content-query-no-results:before {
content:'You have not saved any pages. Save a page for later to add it here.';
visibility: visible;
}
#main {
background: radial-gradient(white 60%, lightgray) no-repeat center center fixed;
padding-top: 0px;
}
.innercell a {
text-decoration: none!important;
}
.tabs-pane.active-pane table.spaceList tr:not([class]) td:not([class]){
visibility: hidden;
}
.tabs-pane.active-pane table.spaceList tr:not([class]) td:not([class]):before {
content:'You have not saved any spaces. Save a space to add it here.';
visibility: visible;
}
#main {
background: radial-gradient(white 60%, lightgray) no-repeat center center fixed;
padding-top: 0px;
}
.innercell a {
text-decoration: none!important;
}
.wiki-content h1 {
color: #59b7df !important;
font-size: 400%;
font-weight: 700;
font-family: Lato, Helvetica, sans-serif;
line-height: 95%;
}
.wiki-content h2 {
color: #152456 !important;
font-size: 200%;
font-weight: 500;
font-family: Lato, Helvetica, sans-serif;
line-height: 95%;
hyphens: none;
}
.wiki-content h3 {
color: #59b7df !important;
font-size: 175%;
font-weight: 900;
font-family: Lato, Helvetica, sans-serif;
line-height: 95%;
}
.wiki-content h4 {
color: black !important;
font-size: 150%;
font-weight: 900;
font-family: Lato, Helvetica, sans-serif;
line-height: 95%;
}
</style |