Anxhelo Lushka
5 years ago
34 changed files with 93 additions and 964 deletions
@ -1,27 +0,0 @@ |
|||||
<div id="alerts" class="col page-header mb-4"> |
|
||||
<h2>Alerts</h2> |
|
||||
<p class="text-muted">Some Description about alerts.</p> |
|
||||
</div> |
|
||||
<div class="row p-5 bg-light"> |
|
||||
<div class="col-12 alert alert-primary" role="alert"> |
|
||||
<p class="mb-0">This is a primary alert — check it out!</p> |
|
||||
</div> |
|
||||
<div class="col-12 alert alert-secondary" role="alert"> |
|
||||
<p class="mb-0">This is a default alert — check it out!</p> |
|
||||
</div> |
|
||||
<div class="col-12 alert alert-success" role="alert"> |
|
||||
<p class="mb-0">This is a success alert — check it out!</p> |
|
||||
</div> |
|
||||
<div class="col-12 alert alert-warning" role="alert"> |
|
||||
<p class="mb-0">This is a warning alert — check it out!</p> |
|
||||
</div> |
|
||||
<div class="col-12 alert alert-danger" role="alert"> |
|
||||
<p class="mb-0">This is a danger alert — check it out!</p> |
|
||||
</div> |
|
||||
<div class="col-12 alert alert-success" role="alert"> |
|
||||
<h4 class="alert-header">Well done!</h4> |
|
||||
<p>Aww yeah, you successfully read this important alert message. This example text is going to run a bit longer so that you can see how spacing within an alert works with this kind of content.</p> |
|
||||
<hr> |
|
||||
<p class="mb-0">Also some extra text and a <a href="#alerts" class="alert-link">link</a>.</p> |
|
||||
</div> |
|
||||
</div> |
|
@ -1,15 +0,0 @@ |
|||||
<div class="col page-header mb-4"> |
|
||||
<h2 id="badges">Badges</h2> |
|
||||
<!--p class="text-muted">Some Description about badges.</p--> |
|
||||
</div> |
|
||||
<div class="row p-5 bg-light"> |
|
||||
<div class="col-12"> |
|
||||
<h2>Example heading <span class="badge badge-primary">New</span></h2> |
|
||||
</div> |
|
||||
<div class="col-12"> |
|
||||
<h4 class="pt-4">Example heading <span class="badge badge-secondary">New</span></h4> |
|
||||
</div> |
|
||||
<div class="col-12"> |
|
||||
<h6 class="pt-4">Example heading <span class="badge-pill badge-primary">New</span></h6> |
|
||||
</div> |
|
||||
</div> |
|
@ -1,24 +0,0 @@ |
|||||
<div id="buttons" class="col mb-4"> |
|
||||
<h2>Buttons</h2> |
|
||||
<!--p class="text-muted">Some Description about buttons.</p--> |
|
||||
</div> |
|
||||
<div class="row bg-light p-5"> |
|
||||
<div class="col-xs-12 col-sm-6 col-md-6 p-1"> |
|
||||
<p class="text-black small text-muted m-0 pb-2">Primary</p> |
|
||||
<button type="button" class="btn btn-lg btn-primary btn-pill mr-2">Primary</button> |
|
||||
<p class="text-black small text-muted m-0 pt-2 pb-2">Ghost</p> |
|
||||
<button type="button" class="btn btn-lg btn-outline-primary btn-pill mr-2">How to Contribute</button> |
|
||||
<p class="text-black small text-muted m-0 pt-2">Link</p> |
|
||||
<button type="button" class="btn btn-lg btn-link mr-2">Learn more</button> |
|
||||
</div> |
|
||||
<div class="col-xs-12 col-sm-6 col-md-6 p-1"> |
|
||||
<p class="text-black small text-muted m-0 pt-2 pb-2">Medium</p> |
|
||||
<button type="button" class="btn btn-medium btn-pill mr-2">Medium</button> |
|
||||
<button type="button" class="btn btn-outline-medium btn-pill mr-2">Ghost</button> |
|
||||
<button type="button" class="btn btn-link mr-2">Link</button> |
|
||||
<p class="text-black small text-muted m-0 pt-2 pb-2">Small</p> |
|
||||
<button type="button" class="btn btn-sm btn-small btn-pill mr-2">Small</button> |
|
||||
<button type="button" class="btn btn-sm btn-outline-small btn-pill mr-2">Ghost</button> |
|
||||
<button type="button" class="btn btn-sm btn-link mr-2">Link</button> |
|
||||
</div> |
|
||||
</div> |
|
@ -1,54 +0,0 @@ |
|||||
<div class="col mb-4" id="cards"> |
|
||||
<h2>Cards</h2> |
|
||||
<div class="row bg-light p-md-5 p-sm-3 pt-5 pb-5"> |
|
||||
<div class="col-md-6 col-sm-12 col-xs-12"> |
|
||||
<div class="card mb-2"> |
|
||||
<div class="card-body"> |
|
||||
<h4 class="card-title">I2P</h4> |
|
||||
<p class="card-text text-muted">I2P is an open source whistleblower submission system that media organizations can install to securely accept documents from anonymous sources.</p> |
|
||||
<a href="#" class="btn btn-medium btn-pill" onclick="return false;">Visit website</a> |
|
||||
</div> |
|
||||
</div> |
|
||||
<div class="card mb-2"> |
|
||||
<div class="card-body"> |
|
||||
<h4 class="card-title">I2P</h4> |
|
||||
<p class="card-text text-muted">I2P is an open source whistleblower submission system that media organizations can install to securely accept documents from anonymous sources.</p> |
|
||||
<a href="#" class="rb-link" onclick="return false;">Apply</a> |
|
||||
</div> |
|
||||
</div> |
|
||||
<div class="card"> |
|
||||
<div class="card-body"> |
|
||||
<h4 class="card-title">I2P</h4> |
|
||||
<p class="card-text text-muted">I2P is an open source whistleblower submission system that media organizations can install to securely accept documents from anonymous sources.</p> |
|
||||
</div> |
|
||||
</div> |
|
||||
</div> |
|
||||
<div class="col-md-6 col-sm-12 col-xs-12"> |
|
||||
<div class="card"> |
|
||||
<img class="card-img-top" |
|
||||
src="{{site.baseurl}}/assets/images/placeholder.jpg" alt="Card image cap"> |
|
||||
<div class="card-body"> |
|
||||
<h4 class="card-title">A few things everyone can do now</h4> |
|
||||
<p class="card-text text-muted">Numerous people contribute to the project to varying extents.</p> |
|
||||
</div> |
|
||||
<ul class="list-group list-group-flush"> |
|
||||
<li class="list-group-item">Consider <a href="#" class="rb-link" onclick="return false;"> |
|
||||
<mark>contributing</mark> |
|
||||
</a> to help the I2P project grow. |
|
||||
</li> |
|
||||
<li class="list-group-item">Take a moment to |
|
||||
<mark>donate</mark> |
|
||||
to support further development. |
|
||||
</li> |
|
||||
<li class="list-group-item">Help |
|
||||
<mark>translate</mark> |
|
||||
the documentation into <a href="#" class="rb-link" onclick="return false;">other languages</a>. |
|
||||
</li> |
|
||||
</ul> |
|
||||
<div class="card-body"> |
|
||||
<a href="#" class="rb-link" onclick="return false;">View All</a> |
|
||||
</div> |
|
||||
</div> |
|
||||
</div> |
|
||||
</div> |
|
||||
</div> |
|
@ -1,87 +0,0 @@ |
|||||
<div id="footer" class="col page-header mb-4"> |
|
||||
<h3>Footer</h3> |
|
||||
</div> |
|
||||
|
|
||||
<div class="footer col-12 p-5 background-primary text-white"> |
|
||||
<div class="footer__wrapper col-lg-11 col-md-12 mx-auto" > |
|
||||
<div class="row" id="footer-lists"> |
|
||||
<ul class="col-lg-3 col-md-4 col-sm-6 col-xs-12" id="footer-i2p-menu"> |
|
||||
<span>I2P</span> |
|
||||
<li><a href="#">About</a></li> |
|
||||
<li><a href="#">Blog</a></li> |
|
||||
<li><a href="#">events</a></li> |
|
||||
<li><a href="#">contact us</a></li> |
|
||||
</ul> |
|
||||
<ul class="col-lg-3 col-md-4 col-sm-6 col-xs-12" id="footer-gettingStarted-menu"> |
|
||||
<span>Getting started</span> |
|
||||
<li><a href="#">guides</a></li> |
|
||||
<li><a href="#">technology</a></li> |
|
||||
<li><a href="#">api</a></li> |
|
||||
<li><a href="#">docs</a></li> |
|
||||
</ul> |
|
||||
<ul class="col-lg-3 col-md-4 col-sm-6 col-xs-12" id="footer-getInvolved-menu"> |
|
||||
<span>get involved</span> |
|
||||
<li><a href="#">contribute</a></li> |
|
||||
<li><a href="#">donate</a></li> |
|
||||
<li><a href="#">partners</a></li> |
|
||||
</ul> |
|
||||
<ul class="col-lg-3 col-md-4 col-sm-6 col-xs-12 mb-5" id="footer-socialMedia-menu"> |
|
||||
<span>Follow us</span> |
|
||||
<div class="row footer__social-media" > |
|
||||
<li> |
|
||||
<svg |
|
||||
class="footer__social-media-icon" |
|
||||
fill="none" |
|
||||
stroke="currentColor" |
|
||||
stroke-width="2" |
|
||||
stroke-linecap="round" |
|
||||
stroke-linejoin="round" |
|
||||
> |
|
||||
<use xlink:href="../assets/images/feather-sprite.svg#github"/> |
|
||||
</svg> |
|
||||
</li> |
|
||||
<li> |
|
||||
<svg |
|
||||
class="footer__social-media-icon" |
|
||||
fill="none" |
|
||||
stroke="currentColor" |
|
||||
stroke-width="2" |
|
||||
stroke-linecap="round" |
|
||||
stroke-linejoin="round" |
|
||||
> |
|
||||
<use xlink:href="../assets/images/feather-sprite.svg#twitter"/> |
|
||||
</svg> |
|
||||
</li> |
|
||||
<li> |
|
||||
<svg |
|
||||
class="footer__social-media-icon" |
|
||||
fill="none" |
|
||||
stroke="currentColor" |
|
||||
stroke-width="2" |
|
||||
stroke-linecap="round" |
|
||||
stroke-linejoin="round" |
|
||||
> |
|
||||
<use xlink:href="../assets/images/feather-sprite.svg#slack"/> |
|
||||
</svg> |
|
||||
</li> |
|
||||
</div> |
|
||||
</ul> |
|
||||
</div> |
|
||||
<div class="spacer col-12" ></div> |
|
||||
<div class="footer-extras row"> |
|
||||
<div class="footer-extras__logo col-md-6 col-sm-12" > |
|
||||
<img class="mb-3" src="https://raw.githubusercontent.com/uracreative/works/master/I2P/PNG/horizontal_white.png" class="img-fluid" /> |
|
||||
<p>© 2020 The Invisible Internet Project<br /> |
|
||||
Content available under a Creative Commons license.</p> |
|
||||
</div> |
|
||||
<div class="col-lg-4 col-sm-12" > |
|
||||
<ul class="d-flex flex-wrap pl-0"> |
|
||||
<li><a href="#">data policy</a></li> |
|
||||
<li><a href="#">legal</a></li> |
|
||||
<li><a href="#">sitemap</a></li> |
|
||||
<li><a href="#">impressum</a></li> |
|
||||
</ul> |
|
||||
</div> |
|
||||
</div> |
|
||||
</div> |
|
||||
</div> |
|
@ -1,22 +0,0 @@ |
|||||
<div class="col page-header mb-4" id="forms"> |
|
||||
<h2>Forms</h2> |
|
||||
<!--p class="text-muted">Some Description about Forms.</p--> |
|
||||
</div> |
|
||||
<div class="row"> |
|
||||
<form class="bg-light p-5 col-sm-6"> |
|
||||
<div class="form-group"> |
|
||||
<label for="exampleInputEmail1">Email address</label> |
|
||||
<input type="email" class="form-control" id="exampleInputEmail1" aria-describedby="emailHelp" placeholder="Enter email"> |
|
||||
<small id="emailHelp" class="form-text text-muted">We'll never share your email with anyone else.</small> |
|
||||
</div> |
|
||||
<div class="form-group"> |
|
||||
<label for="exampleInputPassword1">Password</label> |
|
||||
<input type="password" class="form-control" id="exampleInputPassword1" placeholder="Password"> |
|
||||
</div> |
|
||||
<div class="form-check"> |
|
||||
<input type="checkbox" class="form-check-input" id="check_me_out"> |
|
||||
<label for="check_me_out" class="form-check-label ml-2 mt-1">Check me out</label> |
|
||||
</div> |
|
||||
<button type="submit" class="btn btn-medium btn-pill mt-4" onclick="return false;">Submit</button> |
|
||||
</form> |
|
||||
</div> |
|
@ -1,20 +0,0 @@ |
|||||
<div class="col mb-4" id="jumbotron"> |
|
||||
<h2 >Jumbotron</h2> |
|
||||
<div class="bg-light p-md-5 p-sm-3"> |
|
||||
<div class="jumbotron bg-primary text-white"> |
|
||||
<div class="container" > |
|
||||
<div class="row" > |
|
||||
<div class="col-sm-4 d-none d-sm-block" > |
|
||||
<img src="../assets/images/jumbo.png" class="img-fluid" /> |
|
||||
</div> |
|
||||
<div class="col-sm-8" > |
|
||||
<h1 class="display-4">Privacy in numbers</h1> |
|
||||
<p class="lead">Protect communication from dragnet surveillance and monitoring.</p> |
|
||||
<hr class="my-4"> |
|
||||
<a class="btn btn-white btn-pill btn-lg" href="#" role="button">Download I2P</a> |
|
||||
</div> |
|
||||
</div> |
|
||||
</div> |
|
||||
</div> |
|
||||
</div> |
|
||||
</div> |
|
@ -1,34 +0,0 @@ |
|||||
<div id="header" class="col mb-4"> |
|
||||
<h2>Header</h2> |
|
||||
<!--p class="text-muted">Some Description about buttons.</p--> |
|
||||
</div> |
|
||||
<div class="bg-light p-5" id=""> |
|
||||
<nav class="navbar navbar-expand-lg navbar-dark border-bottom align-items-end py-3" id="styleguide-nav" "style=background: $oc-white"> |
|
||||
<a class="navbar-brand mr-5" href="https://geti2p.net/"> |
|
||||
<img src="{{site.baseurl}}{{site.logo}}" class="my-2" height="40" width="auto" alt=""></img> |
|
||||
</a> |
|
||||
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#SGnavSupportedContent" aria-controls="SGnavSupportedContent" aria-expanded="false" aria-label="Toggle navigation"> |
|
||||
<span class="navbar-toggler-icon"></span> |
|
||||
</button> |
|
||||
|
|
||||
<div class="collapse navbar-collapse" id="SGnavSupportedContent"> |
|
||||
<ul class="navbar-nav mr-auto"> |
|
||||
<li class="nav-item pb-2"> |
|
||||
<a class="nav-link mx-1 text-capitalize font-weight-bold" href="#">Blog</a> |
|
||||
</li> |
|
||||
<li class="nav-item pb-2"> |
|
||||
<a class="nav-link mx-1 text-capitalize font-weight-bold" href="#">Getting started</a> |
|
||||
</li> |
|
||||
<li class="nav-item pb-2"> |
|
||||
<a class="nav-link mx-1 text-capitalize font-weight-bold" href="#">Docs & data</a> |
|
||||
</li> |
|
||||
<li class="nav-item pb-2"> |
|
||||
<a class="nav-link mx-1 text-capitalize font-weight-bold" href="#">Contribute</a> |
|
||||
</li> |
|
||||
<li class="nav-item pb-2"> |
|
||||
<a class="nav-link mx-1 text-capitalize font-weight-bold" href="#">About us</a> |
|
||||
</li> |
|
||||
</ul> |
|
||||
</div> |
|
||||
</nav> |
|
||||
</div> |
|
@ -1,23 +0,0 @@ |
|||||
<div class="col page-header mb-4 " id="pagination"> |
|
||||
<h2>Pagination</h2> |
|
||||
<!--p class="text-muted">Some Description about pagination.</p--> |
|
||||
</div> |
|
||||
<div class="row bg-light p-5"> |
|
||||
<nav aria-label="..."> |
|
||||
<ul class="pagination m-0"> |
|
||||
<li class="page-item disabled"> |
|
||||
<span class="page-link">Previous</span> |
|
||||
</li> |
|
||||
<li class="page-item"><a class="page-link" href="#" onclick="return false;">1</a></li> |
|
||||
<li class="page-item"> |
|
||||
<span class="page-link rb-paginate-active"> |
|
||||
2<span class="sr-only">(current)</span> |
|
||||
</span> |
|
||||
</li> |
|
||||
<li class="page-item"><a class="page-link" href="#" onclick="return false;">3</a></li> |
|
||||
<li class="page-item"> |
|
||||
<a class="page-link" href="#" onclick="return false;">Next</a> |
|
||||
</li> |
|
||||
</ul> |
|
||||
</nav> |
|
||||
</div> |
|
@ -1,12 +0,0 @@ |
|||||
<div class="col page-header mb-4" id="scrollspy"> |
|
||||
<h3>Scrollspy</h3> |
|
||||
<!--p class="text-muted">Some Description about scrollspy.</p--> |
|
||||
</div> |
|
||||
|
|
||||
<div class="row bg-light p-5"> |
|
||||
<div class="col-12 p-0"> |
|
||||
<p> |
|
||||
<span class="text-muted small"> Styleguide code licensed under <a href="https://opensource.org/licenses/MIT" class="rb-link" title="MIT" target="_blank">MIT</a>, documents licensed under a <a href="https://creativecommons.org/licenses/by/3.0/us/" title="CC 3.0" target="_blank">Creative Commons Attribution 3.0 United States License</a>. I2P is an anonymous network, exposing a simple layer that applications can use to anonymously and securely send messages to each other.<br>Templates and styles based on the <a href="https://reproducible-builds.org/style" target="_blank" rel="noopener">Reproducible Builds styleguide</a>.</span> |
|
||||
</p> |
|
||||
</div> |
|
||||
</div> |
|
@ -1,69 +0,0 @@ |
|||||
<div class="col page-header mb-4" id="tables"> |
|
||||
<h2>Tables</h2> |
|
||||
</div> |
|
||||
<div class="row bg-light p-5"> |
|
||||
<span>Default</span> |
|
||||
<br /> |
|
||||
<table class="table"> |
|
||||
<thead> |
|
||||
<tr> |
|
||||
<th scope="col">#</th> |
|
||||
<th scope="col">First</th> |
|
||||
<th scope="col">Last</th> |
|
||||
<th scope="col">Handle</th> |
|
||||
</tr> |
|
||||
</thead> |
|
||||
<tbody> |
|
||||
<tr> |
|
||||
<th scope="row">1</th> |
|
||||
<td>Mark</td> |
|
||||
<td>Otto</td> |
|
||||
<td>@mdo</td> |
|
||||
</tr> |
|
||||
<tr> |
|
||||
<th scope="row">2</th> |
|
||||
<td>Jacob</td> |
|
||||
<td>Thornton</td> |
|
||||
<td>@fat</td> |
|
||||
</tr> |
|
||||
<tr> |
|
||||
<th scope="row">3</th> |
|
||||
<td>Larry</td> |
|
||||
<td>the Bird</td> |
|
||||
<td>@twitter</td> |
|
||||
</tr> |
|
||||
</tbody> |
|
||||
</table> |
|
||||
<span>Striped</span> |
|
||||
<br /> |
|
||||
<table class="table table-striped"> |
|
||||
<thead> |
|
||||
<tr> |
|
||||
<th scope="col">#</th> |
|
||||
<th scope="col">First</th> |
|
||||
<th scope="col">Last</th> |
|
||||
<th scope="col">Handle</th> |
|
||||
</tr> |
|
||||
</thead> |
|
||||
<tbody> |
|
||||
<tr> |
|
||||
<th scope="row">1</th> |
|
||||
<td>Mark</td> |
|
||||
<td>Otto</td> |
|
||||
<td>@mdo</td> |
|
||||
</tr> |
|
||||
<tr> |
|
||||
<th scope="row">2</th> |
|
||||
<td>Jacob</td> |
|
||||
<td>Thornton</td> |
|
||||
<td>@fat</td> |
|
||||
</tr> |
|
||||
<tr> |
|
||||
<th scope="row">3</th> |
|
||||
<td>Larry</td> |
|
||||
<td>the Bird</td> |
|
||||
<td>@twitter</td> |
|
||||
</tr> |
|
||||
</tbody> |
|
||||
</table> |
|
||||
</div> |
|
@ -1,5 +1,5 @@ |
|||||
<!--<script src="{{'/assets/javascript/modernizr.min.js' | prepend: site.baseurl}}"></script>--> |
<script src="{{'/assets/javascript/modernizr.min.js' | prepend: site.baseurl}}"></script> |
||||
<script src="{{'/assets/javascript/jquery-3.4.1.slim.min.js' | prepend: site.baseurl}}"></script> |
<script src="{{'/assets/javascript/jquery-3.5.1.slim.min.js' | prepend: site.baseurl}}"></script> |
||||
<script src="{{'/assets/javascript/popper.min.js' | prepend: site.baseurl}}"></script> |
<script src="{{'/assets/javascript/popper.min.js' | prepend: site.baseurl}}"></script> |
||||
<script src="{{'/assets/javascript/bootstrap.min.js' | prepend: site.baseurl}}"></script> |
<script src="{{'/assets/javascript/bootstrap.min.js' | prepend: site.baseurl}}"></script> |
||||
<script type="text/javascript" src="{{'/assets/javascript/index.js' | prepend: site.baseurl}}"></script> |
<script type="text/javascript" src="{{'/assets/javascript/index.js' | prepend: site.baseurl}}"></script> |
@ -1,31 +0,0 @@ |
|||||
<!DOCTYPE html> |
|
||||
<html lang="en" dir="ltr" data-theme="light"> |
|
||||
{% 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 py-5 pl-sm-5"> |
|
||||
{% include components/alerts.html %} |
|
||||
{% include components/badges.html %} |
|
||||
{% include components/buttons.html %} |
|
||||
{% include components/cards.html %} |
|
||||
{% include components/footer.html %} |
|
||||
{% include components/forms.html %} |
|
||||
{% include components/navbar.html %} |
|
||||
{% include components/paginate.html %} |
|
||||
{% include components/tables.html %} |
|
||||
</div> |
|
||||
</div> |
|
||||
{% include scripts.html %} |
|
||||
</body> |
|
||||
</html> |
|
Binary file not shown.
Binary file not shown.
@ -1,77 +0,0 @@ |
|||||
@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.
Before Width: | Height: | Size: 8.7 KiB |
Binary file not shown.
Binary file not shown.
Binary file not shown.
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -1,19 +0,0 @@ |
|||||
--- |
|
||||
layout: components |
|
||||
title: Components |
|
||||
permalink: /components/ |
|
||||
|
|
||||
sidebar: |
|
||||
- alerts: Alerts |
|
||||
- badges: Badges |
|
||||
- buttons: Buttons |
|
||||
- cards: Cards |
|
||||
- footer: Footer |
|
||||
- forms: Forms |
|
||||
- header: Header |
|
||||
// - jumbotron: Jumbotron |
|
||||
- pagination: Pagination |
|
||||
- tables: Tables |
|
||||
--- |
|
||||
|
|
||||
This is the components page |
|
Loading…
Reference in new issue