Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Christoph Stahl
keycloak-lcars-theme
Commits
a0cc46de
Commit
a0cc46de
authored
Jan 11, 2022
by
Christoph Stahl
Browse files
initial
parents
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
css/lcars.css
0 → 100644
View file @
a0cc46de
This diff is collapsed.
Click to expand it.
index.html
0 → 100644
View file @
a0cc46de
<!doctype html>
<html
lang=
"en"
>
<head>
<meta
charset=
"UTF-8"
>
<title>
LCARS
</title>
<link
rel=
"stylesheet"
href=
"css/lcars.css"
>
<style>
p
,
h1
,
h2
,
h3
{
margin-top
:
1em
;
}
pre
{
display
:
inline
;
white-space
:
pre-line
;
word-wrap
:
break-word
;
}
table
.localCustomFunWithCaptions
caption
{
margin-left
:
-.5em
;
margin-bottom
:
.5em
;
text-align
:
right
;
border-right
:
.8em
solid
;
border-left
:
32rem
solid
;
border-radius
:
.5em
;
padding-right
:
.33em
;
padding-bottom
:
-.15em
;
}
#audio_class_summary
{
font-size
:
.9rem
;
}
</style>
</head>
<body>
<div
class=
"lcars-app-container"
>
<!-- HEADER ==================================================== -->
<div
id=
"header"
class=
"lcars-row header"
>
<!-- ELBOW -->
<div
class=
"lcars-elbow left-bottom lcars-melrose-bg"
></div>
<div
class=
"lcars-bar spacer"
></div>
<!-- BAR WITH TITLE -->
<div
class=
"lcars-bar horizontal lcars-lilac-bg"
>
<div
class=
"lcars-title right"
>
K-fortytwo.de
</div>
</div>
<div
class=
"lcars-bar spacer"
></div>
<!-- ROUNDED EDGE DECORATED -->
<div
class=
"lcars-bar horizontal right-end lcars-melrose-bg"
></div>
</div>
<!-- SIDE MENU ================================================= -->
<div
id=
"left-menu"
class=
"lcars-column start-space lcars-u-1"
style=
"text-transform: uppercase;"
>
<div
class=
"lcars-element lcars-chestnut-rose-bg"
>
Login
</div>
<!-- FILLER -->
<div
class=
"lcars-bar lcars-neon-carrot-bg lcars-u-1"
></div>
</div>
<!-- FOOTER ==================================================== -->
<div
id=
"footer"
class=
"lcars-row "
>
<!-- ELBOW -->
<div
class=
"lcars-elbow left-top lcars-neon-carrot-bg"
></div>
<div
class=
"lcars-bar spacer"
></div>
<!-- BAR -->
<div
class=
"lcars-bar horizontal lcars-chestnut-rose-bg both-divider bottom"
></div>
<div
class=
"lcars-bar spacer"
></div>
<!-- ROUNDED EDGE -->
<div
class=
"lcars-bar horizontal right-end lcars-hopbush-bg left-divider bottom"
></div>
</div>
<!-- MAIN CONTAINER -->
<div
id=
"container"
>
</div>
</div>
</div>
</body>
</html>
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment