You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

68 lines
1.0 KiB
CSS

body {
padding-top: 4rem;
}
.brand-img {
border: 1px solid grey;
border-radius: 12%;
margin-top: -2px;
margin-right: 5px;
margin-bottom: 3px;
height: 25px;
}
.navbar-toggler {
border: none;
padding-right: 1.5rem;
}
.navbar-toggler-icon {
padding: 0px;
margin: 0px;
}
.navbar-brand {
font-size: 120%;
padding-right: 1rem;
margin-top: 0.2rem;
}
#main-content {
padding-top: 1rem;
}
#msg-alert-box {
position: fixed;
left: 0;
right: 0;
top: 4rem;
z-index: 999999;
padding: 0px 5px;
}
.footer {
margin-top: 10em;
text-align: center;
}
.no-underline, .no-underline:hover {
text-decoration: none;
6 years ago
}
.pub-content .note-editable {
background-color: transparent !important;
}
.pub-content .note-statusbar {
background-color: rgba(255,255,255,0.75) !important;
border-radius: 4px;
}
.pub-content .note-toolbar {
background-color: rgba(255,255,255,0.75) !important;
border-radius: 4px;
}
.pub-content .note-editor {
border: 0px transparent !important;
}