Skip to content

Commit

Permalink
Update the project with the forked versions from Ramuta and TheChiefMeat
Browse files Browse the repository at this point in the history
  • Loading branch information
Heiswayi Nrird committed Jul 26, 2020
1 parent 931ac89 commit 6c821e4
Show file tree
Hide file tree
Showing 12 changed files with 76,041 additions and 418 deletions.
5,777 changes: 5,777 additions & 0 deletions assets/css/bootstrap.css

Large diffs are not rendered by default.

14 changes: 0 additions & 14 deletions assets/css/bootstrap.min.css

This file was deleted.

92 changes: 52 additions & 40 deletions assets/css/custom.css
Original file line number Diff line number Diff line change
@@ -1,41 +1,53 @@
.content {
margin: 0 auto 50px auto;
}

.tab-pane {
border: 1px solid #ddd;
border-top: none;
padding: 20px;
}

.panel-title {
font-weight: bold;
}

body {
background-color: #f3f3f3;
}

.tab-content {
background-color: #fff;
}

.title {
font-weight: bold;
}

@media (max-width: 767px) {
.nav-tabs > li {
float:none;
border:1px solid #dddddd;
}
.nav-tabs > li.active > a{
border:none;
}
.nav > li > a:hover, .nav > li > a:focus,
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus
{
background:none;
border:none;
}
.content {
margin: 0 auto 50px auto;
}

.tab-pane {
border: 1px solid #ddd;
border-top: none;
padding: 20px;
}

.panel-title {
font-weight: bold;
}

body {
background-color: #f3f3f3;
}

.tab-content {
background-color: #fff;
}

.title {
font-weight: bold;
}

@media (max-width: 767px) {
.nav-tabs>li {
float: none;
border: 1px solid #dddddd;
}

.nav-tabs>li.active>a {
border: none;
}

.nav>li>a:hover,
.nav>li>a:focus,
.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
background: none;
border: none;
}
}

.cip-genpw-icon.cip-icon-key-small {
background-image: url(../fonts/key_16x16.png);
}

.cip-genpw-icon.cip-icon-key-big {
background-image: url(../fonts/key_24x24.png);
}
Binary file added assets/fonts/key_16x16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/fonts/key_24x24.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 0 additions & 4 deletions assets/js/jquery-1.11.2.min.js

This file was deleted.

2 changes: 2 additions & 0 deletions assets/js/jquery-3.3.1.min.js

Large diffs are not rendered by default.

28 changes: 0 additions & 28 deletions assets/js/kbpgp-1.0.0-min.js

This file was deleted.

Loading

0 comments on commit 6c821e4

Please sign in to comment.