kanbanworkflowstimelinescrumrubyroadmapproject-planningproject-managementopenprojectangularissue-trackerifcgantt-chartganttbug-trackerboardsbcf
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
121 lines
3.2 KiB
121 lines
3.2 KiB
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<base href="/" />
|
|
<meta charset="utf-8">
|
|
<meta content="ie=edge" http-equiv="x-ua-compatible">
|
|
<meta content="width=device-width,initial-scale=1" name="viewport">
|
|
<meta content="livingstyleguide.org <%= LivingStyleGuide::VERSION %>" name="generator">
|
|
<title>Living Style Guide for OpenProject</title>
|
|
<script src="http://localhost:4200/assets/frontend/vendor.js"></script>
|
|
<script src="http://localhost:4200/assets/frontend/polyfills.js"></script>
|
|
<script src="http://localhost:4200/assets/frontend/runtime.js"></script>
|
|
<script src="http://localhost:4200/assets/frontend/main.js"></script>
|
|
<script src="http://localhost:4200/assets/frontend/styles.js"></script>
|
|
<style>
|
|
body {
|
|
max-width: 65vw;
|
|
margin: 0 auto;
|
|
font-family: Lato;
|
|
font-size: 16px;
|
|
background-color: white;
|
|
}
|
|
|
|
.lsg-headline {
|
|
margin-top: 3rem
|
|
}
|
|
|
|
.lsg-code-block {
|
|
margin: 1rem 0 2rem 0;
|
|
border: 1px solid #e2e2e2;
|
|
}
|
|
|
|
.lsg-code {
|
|
display: inline-block;
|
|
min-width: 100%;
|
|
padding: 1rem;
|
|
border: none;
|
|
}
|
|
|
|
.styleguide-banner {
|
|
height: 280px;
|
|
padding: 200px 0 0;
|
|
background: url('/assets/styleguide/logo_openproject.png');
|
|
background-position: top center;
|
|
background-repeat: no-repeat;
|
|
}
|
|
|
|
.styleguide-banner--text {
|
|
text-align: center;
|
|
}
|
|
|
|
.styleguide-nav--menu-items {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
list-style: none;
|
|
}
|
|
|
|
.livingstyleguide--code-block {
|
|
max-height: 300px;
|
|
}
|
|
|
|
.livingstyleguide--example {
|
|
overflow: visible;
|
|
}
|
|
|
|
.lsg-search-box {
|
|
width: 40%;
|
|
margin: 0 auto;
|
|
}
|
|
|
|
.icon-list {
|
|
display: flex;
|
|
flex-flow: row wrap;
|
|
width: 640px;
|
|
margin: 0 auto;
|
|
}
|
|
|
|
.icon-list li {
|
|
flex: 1;
|
|
flex-basis: 15%;
|
|
display: block;
|
|
text-align: center;
|
|
margin: 10px;
|
|
font-size: 12px;
|
|
}
|
|
|
|
.icon-list span.icon {
|
|
display: block;
|
|
font-size: 30px;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body class="lsg">
|
|
<header class="livingstyleguide--header grid-content">
|
|
<div class="styleguide-banner">
|
|
<h1 class="styleguide-banner--text">Living Style Guide</h1>
|
|
</div>
|
|
</header>
|
|
|
|
<nav class="styleguide-nav">
|
|
<ul class="styleguide-nav--menu-items">
|
|
<li><a target="_self" href="#color-variables">Colors</a></li>
|
|
<li><a target="_self" href="#fonts">Fonts</a></li>
|
|
<li><a target="_self" href="#forms">Forms</a></li>
|
|
<li><a target="_self" href="#notifications">Notifications</a></li>
|
|
<li><a target="_self" href="#buttons">Buttons</a></li>
|
|
<li><a target="_self" href="#pagination">Pagination</a></li>
|
|
</ul>
|
|
</nav>
|
|
|
|
<section class="livingstyleguide--intro grid-content">
|
|
<p> </p>
|
|
</section>
|
|
<article class="lsg-container">
|
|
<%= html %>
|
|
</article>
|
|
<footer class="livingstyleguide--footer grid-content">
|
|
Copyright © 2020 OpenProject - All rights reserved.
|
|
</footer>
|
|
</body>
|
|
</html>
|
|
|