Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Marker Indentation #16

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
44 changes: 22 additions & 22 deletions assets/css/effervescence.css
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ div.page-menu-toc {
.page-menu-toc ul {
margin: 0;
margin-bottom: 1em;
padding: 0;
padding: 0.5ex;
list-style-position: inside;
display: block;
line-height: 140%;
Expand Down Expand Up @@ -224,18 +224,18 @@ div.page-menu-toc {
.hamb-line {
background: rgb(0, 51, 153);
display: block;
height: 4px;
height: 4px;
position: relative;
width: 48px;

}

.hamb-line::before,
.hamb-line::after{
background: rgb(0, 51, 153);
content: '';
content: '';
display: block;
height: 100%;
height: 100%;
position: absolute;
transition: all .2s ease-out;
width: 100%;
Expand All @@ -244,7 +244,7 @@ div.page-menu-toc {
top: 10px;
}
.hamb-line::after{
top: -10px;
top: -10px;
}

.side-menu {
Expand Down Expand Up @@ -662,13 +662,13 @@ div .warning a {
}

.side-menu:checked ~ #page-footer{
display: none;
display: none;
}

#page-container {
width:100%;
}

#page-header{
background-color: #fff;
position: absolute;
Expand All @@ -693,22 +693,22 @@ div .warning a {
.hamb-line {
background: rgb(0, 51, 153);
display: block;
height: 4px;
position: absolute;
height: 4px;
position: absolute;
left: 15px;
top: 35px;
width: 35px;
width: 35px;
}

#page-content {
margin: 0;
width: 100%;
}

h1, #page-content h2, h3{
margin-left: 15px;
}

p {
margin: 0px 10px 30px 15px;
font-size: 16px;
Expand All @@ -728,21 +728,21 @@ div .warning a {
background-color: #e0e0e0;
overflow: auto;
top: 140px;
left: 0px;
left: 0px;
right: 0px;
border-bottom: 0px;
padding-bottom: 0px;
box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.7), 20px 30px 20px 0 rgba(0, 0, 0, 0.10);
}

#page-menu{
border: 0;
margin-bottom: 0em;
padding-bottom: 0px;
max-width: 0px;
transition: max-width .2s cubic-bezier(0.4, 0, 1, 1);
}

#page-menu h2{
text-align: center;
font-size: 2.6em;
Expand Down Expand Up @@ -807,7 +807,7 @@ div .warning a {
pre {
margin-left: 15px;
}

pre.highlight {
width: auto;
padding: auto;
Expand All @@ -817,7 +817,7 @@ div .warning a {
.language-plaintext.highlighter-rouge{
word-wrap: break-word;
}

}

@media only screen and (max-width: 545px){
Expand All @@ -836,7 +836,7 @@ div .warning a {
position: absolute;
height: 130px;
}

span.maintitle {
text-align: center;
line-height: 25px;
Expand All @@ -849,7 +849,7 @@ div .warning a {
#page-header .xdmodlogo {
left: 150px;
top: 63px;
height: 25pt;
height: 25pt;
}

#page-header .nsflogo {
Expand All @@ -866,7 +866,7 @@ div .warning a {
#page-body {
margin-top: 135px;
}

#page-menu{
top:130px;
position: absolute;
Expand Down