Skip to content

Should have sample overlay-template.html and css #15

@ghost

Description

I know, angularjs is dying but... I am still using it.
It took me quite a while to realize that overlay-template.html and css are missing from the dist folder. I
hope the owner may add , if not, here you go:

overlay-template.html

`<div style="position: absolute; width: 100%; height: 100%; top: 0; left: 0;
margin:auto;
background-color: rgba(255,255,255,0.7);

display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;

" >

`

css : extract from the demo

`

.bs-docs-masthead {
padding-top: 50px;
padding-bottom: 40px;
margin-bottom: 20px;
}

.bs-docs-header h1, .bs-docs-header p {
margin-right: 0px;
}

.bs-docs-sidebar .nav > li > a {
font-size: 15px;
}

.bs-docs-sidebar .nav .nav > li > a {
font-size: 14px;
}

.back-top-top {
font-size: 13px;
}

.bs-loading-container {
position: relative;
margin-top: 15px;
}

#content {
position: relative;
}

#content:after {
content: "";
position: absolute;
bottom: 0px;
right: 0px;
height: 50px;
width: 30%;
background: linear-gradient(135deg, transparent 50px, white 50px);
}

.bs-docs-masthead .version {
color: #FFF;
}

.bs-docs-dl dt {
margin-top: 25px;
padding-left: 25px;
}

.bs-docs-dl dd {
margin-top: 10px;
padding-left: 50px;
}

.tab-pane pre[class*="language-"] {
margin: 0;
border-top-width: 0;
border-top-left-radius: 0;
border-top-right-radius: 0;
}
`

hope it may help someone in the future

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions