Anxhelo Lushka
6 years ago
28 changed files with 185 additions and 242 deletions
@ -1,25 +0,0 @@ |
|||||
<!DOCTYPE html> |
|
||||
<html lang="en" dir="ltr"> |
|
||||
{% include head.html %} |
|
||||
<body> |
|
||||
{% include navbar.html %} |
|
||||
<div class="row"> |
|
||||
<div class="col-md-3 col-sm-5 hidden-sm p-0"> |
|
||||
<div class="row" style="height: 100%"> |
|
||||
<div class="col-md-6 col-sm-6 col-xs-6 p-0"> |
|
||||
{% include navbar_side.html sidebarClassName="rb-sidebar__1" %} |
|
||||
</div> |
|
||||
<div class="col-md-6 col-sm-6 col-xs-6 p-0"> |
|
||||
{% include sidebar.html sidebarClassName="rb-sidebar__2" %} |
|
||||
</div> |
|
||||
</div> |
|
||||
</div> |
|
||||
<div class="col-lg-9 pt-3 pl-5"> |
|
||||
{{ content }} |
|
||||
{% include /design/assets.html participants=site.data.profiles %} |
|
||||
{% include scrollspy.html %} |
|
||||
{% include scripts.html %} |
|
||||
</div> |
|
||||
</div> |
|
||||
</body> |
|
||||
</html> |
|
@ -1,25 +0,0 @@ |
|||||
<!DOCTYPE html> |
|
||||
<html lang="en" dir="ltr"> |
|
||||
{% include head.html %} |
|
||||
<body> |
|
||||
{% include navbar.html %} |
|
||||
<div class="row"> |
|
||||
<div class="col-md-3 col-sm-5 hidden-sm p-0"> |
|
||||
<div class="row" style="height: 100%"> |
|
||||
<div class="col-md-6 col-sm-6 col-xs-6 p-0"> |
|
||||
{% include navbar_side.html sidebarClassName="rb-sidebar__1" %} |
|
||||
</div> |
|
||||
<div class="col-md-6 col-sm-6 col-xs-6 p-0"> |
|
||||
{% include sidebar.html sidebarClassName="rb-sidebar__2" %} |
|
||||
</div> |
|
||||
</div> |
|
||||
</div> |
|
||||
<div class="col-lg-9 pt-3 pl-5"> |
|
||||
{{ content }} |
|
||||
{% include /design/colors.html participants=site.data.profiles %} |
|
||||
{% include scrollspy.html %} |
|
||||
{% include scripts.html %} |
|
||||
</div> |
|
||||
</div> |
|
||||
</body> |
|
||||
</html> |
|
@ -1,25 +0,0 @@ |
|||||
<!DOCTYPE html> |
|
||||
<html lang="en" dir="ltr"> |
|
||||
{% include head.html %} |
|
||||
<body> |
|
||||
{% include navbar.html %} |
|
||||
<div class="row"> |
|
||||
<div class="col-md-3 col-sm-5 hidden-sm p-0"> |
|
||||
<div class="row" style="height: 100%"> |
|
||||
<div class="col-md-6 col-sm-6 col-xs-6 p-0"> |
|
||||
{% include navbar_side.html sidebarClassName="rb-sidebar__1" %} |
|
||||
</div> |
|
||||
<div class="col-md-6 col-sm-6 col-xs-6 p-0"> |
|
||||
{% include sidebar.html sidebarClassName="rb-sidebar__2" %} |
|
||||
</div> |
|
||||
</div> |
|
||||
</div> |
|
||||
<div class="col-lg-9 pt-3 pl-5"> |
|
||||
{{ content }} |
|
||||
{% include /design/grid.html participants=site.data.profiles %} |
|
||||
{% include scrollspy.html %} |
|
||||
{% include scripts.html %} |
|
||||
</div> |
|
||||
</div> |
|
||||
</body> |
|
||||
</html> |
|
@ -1,25 +0,0 @@ |
|||||
<!DOCTYPE html> |
|
||||
<html lang="en" dir="ltr"> |
|
||||
{% include head.html %} |
|
||||
<body> |
|
||||
{% include navbar.html %} |
|
||||
<div class="row"> |
|
||||
<div class="col-md-3 col-sm-5 hidden-sm p-0"> |
|
||||
<div class="row" style="height: 100%"> |
|
||||
<div class="col-md-6 col-sm-6 col-xs-6 p-0"> |
|
||||
{% include navbar_side.html sidebarClassName="rb-sidebar__1" %} |
|
||||
</div> |
|
||||
<div class="col-md-6 col-sm-6 col-xs-6 p-0"> |
|
||||
{% include sidebar.html sidebarClassName="rb-sidebar__2" %} |
|
||||
</div> |
|
||||
</div> |
|
||||
</div> |
|
||||
<div class="col-lg-9 pt-3 pl-5"> |
|
||||
{{ content }} |
|
||||
{% include /design/typography.html participants=site.data.profiles %} |
|
||||
{% include scrollspy.html %} |
|
||||
{% include scripts.html %} |
|
||||
</div> |
|
||||
</div> |
|
||||
</body> |
|
||||
</html> |
|
@ -1,26 +0,0 @@ |
|||||
--- |
|
||||
layout: assets |
|
||||
title: Assets |
|
||||
permalink: /design/assets |
|
||||
|
|
||||
sidebar: |
|
||||
- colors: Colors |
|
||||
- grid: Grid |
|
||||
- typography: Typography |
|
||||
- assets: Assets |
|
||||
|
|
||||
icons: |
|
||||
- login: oi oi-account-login |
|
||||
- logout: oi oi-account-logout |
|
||||
- redo: oi oi-action-redo |
|
||||
- undo: oi oi-action-undo |
|
||||
- center: oi oi-align-center |
|
||||
- left: oi oi-align-left |
|
||||
- right: oi oi-align-right |
|
||||
- aperture: oi oi-aperture |
|
||||
- bottom: oi oi-arrow-bottom |
|
||||
- circleb: oi oi-arrow-circle-bottom |
|
||||
- circlel: oi oi-arrow-circle-left |
|
||||
- circler: oi oi-arrow-circle-right |
|
||||
- circlet: oi oi-arrow-circle-top |
|
||||
--- |
|
@ -0,0 +1,77 @@ |
|||||
|
@font-face { |
||||
|
font-family: 'i2p'; |
||||
|
src: url('i2p.eot'); |
||||
|
src: url('i2p.eot') format('embedded-opentype'), |
||||
|
url('i2p.woff2') format('woff2'), |
||||
|
url('i2p.woff') format('woff'), |
||||
|
url('i2p.ttf') format('truetype'), |
||||
|
url('i2p.svg') format('svg'); |
||||
|
font-weight: normal; |
||||
|
font-style: normal; |
||||
|
} |
||||
|
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */ |
||||
|
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */ |
||||
|
/* |
||||
|
@media screen and (-webkit-min-device-pixel-ratio:0) { |
||||
|
@font-face { |
||||
|
font-family: 'i2p'; |
||||
|
src: url('../font/i2p.svg?48147931#i2p') format('svg'); |
||||
|
} |
||||
|
} |
||||
|
*/ |
||||
|
|
||||
|
[class^="icon-"]:before, [class*=" icon-"]:before { |
||||
|
font-family: "i2p"; |
||||
|
font-style: normal; |
||||
|
font-weight: normal; |
||||
|
speak: none; |
||||
|
|
||||
|
display: inline-block; |
||||
|
text-decoration: inherit; |
||||
|
width: 1em; |
||||
|
margin-right: .2em; |
||||
|
text-align: center; |
||||
|
/* opacity: .8; */ |
||||
|
|
||||
|
/* For safety - reset parent styles, that can break glyph codes*/ |
||||
|
font-variant: normal; |
||||
|
text-transform: none; |
||||
|
|
||||
|
/* fix buttons height, for twitter bootstrap */ |
||||
|
line-height: 1em; |
||||
|
|
||||
|
/* Animation center compensation - margins should be symmetric */ |
||||
|
/* remove if not needed */ |
||||
|
margin-left: .2em; |
||||
|
|
||||
|
/* you can be more comfortable with increased icons size */ |
||||
|
/* font-size: 120%; */ |
||||
|
|
||||
|
/* Font smoothing. That was taken from TWBS */ |
||||
|
-webkit-font-smoothing: antialiased; |
||||
|
-moz-osx-font-smoothing: grayscale; |
||||
|
|
||||
|
/* Uncomment for 3D effect */ |
||||
|
/* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ |
||||
|
} |
||||
|
|
||||
|
.icon-i2p-help:before { content: '\e800'; } /* '' */ |
||||
|
.icon-i2p-mail:before { content: '\e801'; } /* '' */ |
||||
|
.icon-i2p-plugin:before { content: '\e802'; } /* '' */ |
||||
|
.icon-i2p-router:before { content: '\e803'; } /* '' */ |
||||
|
.icon-i2p-dashboard:before { content: '\e804'; } /* '' */ |
||||
|
.icon-i2p-bandwidth:before { content: '\e805'; } /* '' */ |
||||
|
.icon-i2p-server:before { content: '\e806'; } /* '' */ |
||||
|
.icon-i2p-paste:before { content: '\e807'; } /* '' */ |
||||
|
.icon-i2p-bug:before { content: '\e808'; } /* '' */ |
||||
|
.icon-i2p-docs:before { content: '\e809'; } /* '' */ |
||||
|
.icon-i2p-address:before { content: '\e80a'; } /* '' */ |
||||
|
.icon-i2p-wiki:before { content: '\e80b'; } /* '' */ |
||||
|
.icon-i2p-sync:before { content: '\e80c'; } /* '' */ |
||||
|
.icon-i2p-power:before { content: '\e80d'; } /* '' */ |
||||
|
.icon-i2p-directory:before { content: '\e80e'; } /* '' */ |
||||
|
.icon-i2p-fingerprint:before { content: '\e80f'; } /* '' */ |
||||
|
.icon-i2p-alert:before { content: '\e810'; } /* '' */ |
||||
|
.icon-i2p-valid:before { content: '\e811'; } /* '' */ |
||||
|
.icon-i2p-fast:before { content: '\e812'; } /* '' */ |
||||
|
.icon-i2p-anon:before { content: '\e813'; } /* '' */ |
Binary file not shown.
After Width: | Height: | Size: 8.7 KiB |
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -1,26 +0,0 @@ |
|||||
--- |
|
||||
layout: colors |
|
||||
title: Colors |
|
||||
permalink: /design/colors |
|
||||
|
|
||||
sidebar: |
|
||||
- colors: Colors |
|
||||
- grid: Grid |
|
||||
- typography: Typography |
|
||||
- assets: Assets |
|
||||
|
|
||||
icons: |
|
||||
- login: oi oi-account-login |
|
||||
- logout: oi oi-account-logout |
|
||||
- redo: oi oi-action-redo |
|
||||
- undo: oi oi-action-undo |
|
||||
- center: oi oi-align-center |
|
||||
- left: oi oi-align-left |
|
||||
- right: oi oi-align-right |
|
||||
- aperture: oi oi-aperture |
|
||||
- bottom: oi oi-arrow-bottom |
|
||||
- circleb: oi oi-arrow-circle-bottom |
|
||||
- circlel: oi oi-arrow-circle-left |
|
||||
- circler: oi oi-arrow-circle-right |
|
||||
- circlet: oi oi-arrow-circle-top |
|
||||
--- |
|
@ -1,26 +0,0 @@ |
|||||
--- |
|
||||
layout: grid |
|
||||
title: Grid |
|
||||
permalink: /design/grid |
|
||||
|
|
||||
sidebar: |
|
||||
- colors: Colors |
|
||||
- grid: Grid |
|
||||
- typography: Typography |
|
||||
- assets: Assets |
|
||||
|
|
||||
icons: |
|
||||
- login: oi oi-account-login |
|
||||
- logout: oi oi-account-logout |
|
||||
- redo: oi oi-action-redo |
|
||||
- undo: oi oi-action-undo |
|
||||
- center: oi oi-align-center |
|
||||
- left: oi oi-align-left |
|
||||
- right: oi oi-align-right |
|
||||
- aperture: oi oi-aperture |
|
||||
- bottom: oi oi-arrow-bottom |
|
||||
- circleb: oi oi-arrow-circle-bottom |
|
||||
- circlel: oi oi-arrow-circle-left |
|
||||
- circler: oi oi-arrow-circle-right |
|
||||
- circlet: oi oi-arrow-circle-top |
|
||||
--- |
|
@ -1,26 +0,0 @@ |
|||||
--- |
|
||||
layout: typography |
|
||||
title: Typography |
|
||||
permalink: /design/typography |
|
||||
|
|
||||
sidebar: |
|
||||
- colors: Colors |
|
||||
- grid: Grid |
|
||||
- typography: Typography |
|
||||
- assets: Assets |
|
||||
|
|
||||
icons: |
|
||||
- login: oi oi-account-login |
|
||||
- logout: oi oi-account-logout |
|
||||
- redo: oi oi-action-redo |
|
||||
- undo: oi oi-action-undo |
|
||||
- center: oi oi-align-center |
|
||||
- left: oi oi-align-left |
|
||||
- right: oi oi-align-right |
|
||||
- aperture: oi oi-aperture |
|
||||
- bottom: oi oi-arrow-bottom |
|
||||
- circleb: oi oi-arrow-circle-bottom |
|
||||
- circlel: oi oi-arrow-circle-left |
|
||||
- circler: oi oi-arrow-circle-right |
|
||||
- circlet: oi oi-arrow-circle-top |
|
||||
--- |
|
Loading…
Reference in new issue