Page MenuHomeDevCentral

index.html
No OneTemporary

index.html

<style type="text/css">
#content {
background-color: black !important;
color: white;
}
#content h1, #content h2, #content h3 {
color: white;
}
@media screen and (max-width: 400px) {
#content {
background-image: url(/images/bg/ObsidianFlow-400.jpg);
background-attachment: fixed;
background-repeat: no-repeat;
background-position: bottom left;
background-size: cover;
}
}
@media screen and (min-width: 401px) and (max-width: 768px) {
#content {
background-image: url(/images/bg/ObsidianFlow-768.jpg);
background-attachment: fixed;
background-repeat: no-repeat;
background-position: bottom left;
background-size: cover;
}
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
#content {
background-image: url(/images/bg/ObsidianFlow-1280.jpg);
background-attachment: fixed;
background-repeat: no-repeat;
background-position: bottom left;
background-size: cover;
}
}
@media screen and (min-width: 1281px) and (max-width: 1440px) {
#content {
background-image: url(/images/bg/ObsidianFlow-1440.jpg);
background-attachment: fixed;
background-repeat: no-repeat;
background-position: bottom left;
background-size: cover;
}
}
@media screen and (min-width: 1441px) and (max-width: 1920px) {
#content {
background-image: url(/images/bg/ObsidianFlow-1920.jpg);
background-attachment: fixed;
background-repeat: no-repeat;
background-position: bottom left;
background-size: cover;
}
}
@media screen and (min-width: 1921px) {
#content {
background-image: url(/images/bg/ObsidianFlow-large.jpg);
background-attachment: fixed;
background-repeat: no-repeat;
background-position: bottom left;
background-size: cover;
}
}
.contentpanel {
background-color: rgba(0, 0, 0, 0.50);
padding: 2em;
}
.contentpanel .subtitle {
font-size: 40px;
font-weight: 200;
}
.contentpanel p {
font-weight: 200;
font-size: 14pt;
}
.contentpanel a {
color: #ddddff;
}
</style>
<div class="contentpanel">
<h1>Help</h1>
<p class="subtitle">A look on this obsidian flow offers some help.<br />But you could prefer real help text too.</p>
<hr />
<h2>Help content</h2>
<p class="visible-xs">Toggle the menu, it has been filled with help topics.</p>
<p class="hidden-xs">Look at left, we've filled the menu with help topics.</p>
<h2>Localisation</h2>
<p>Help is currently only available in English.</p>
<p>If you wish to translate an help file in another language, <a href="https://github.com/dereckson/ObsidianWorkspaces/tree/master/content/help">they are available on GitHub</a>, under CC-BY 4.0 license.</p>
</div>

File Metadata

Mime Type
text/html
Expires
Mon, Jun 8, 09:03 (1 d, 18 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3771656
Default Alt Text
index.html (2 KB)

Event Timeline