Skip to content

Commit

Permalink
Changed to template.
Browse files Browse the repository at this point in the history
  • Loading branch information
BuildTools committed Mar 10, 2022
1 parent 19a85d6 commit 6e2b809
Show file tree
Hide file tree
Showing 16 changed files with 11 additions and 358 deletions.
1 change: 1 addition & 0 deletions Bootstrap/Css/bootstrap.css.map

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions Bootstrap/Js/bootstrap.js.map

Large diffs are not rendered by default.

86 changes: 0 additions & 86 deletions Css/style.css
Original file line number Diff line number Diff line change
@@ -1,89 +1,3 @@
/* width */
::-webkit-scrollbar {
width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
background: #1B1B1B;
box-shadow: inset 0 0 5px #1B1B1B;
}

/* Handle */
::-webkit-scrollbar-thumb {
background: #974c00;
}

::-webkit-scrollbar-thumb:hover {
background: #804000;
}

#title {
padding-left: 20%;
padding: 5%;
background-color: #aa5500;
font-weight: 600;
margin-bottom: 0px;
}

#banner {
padding-left: 0px;
padding-right: 0px;
}

nav {
padding-top: 0px;
}

#search-btn {
color: #aa5500;
border-color: #aa5500;
margin-right: 2%;
margin-left: 10px;
}

#search-btn:hover {
background-color: #753b00;
}

#search-btn:focus, #search-bar:focus {
box-shadow: 0 0 0 0.25rem #753b00a9;
}

#search-bar {
background-color: rgb(27, 27, 27);
border-color: #aa5500;
color: #aa5500;
margin-left: 10px;
}

#home-link, #browse-link, #StyleId, #light-dropdown, #dark-dropdown {
font-size: 24px;
padding-left: 10px;
}

#body {
background-color: #272727;
}

#text-grabber {
padding: 25px;
color: #C5C5C5;
}

#main {
background-color: #AA5500;
}

#css-code {
transition: transform .2s; /* Animation */
}

#css-code:hover {
transform: scale(1.05);
/* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

html {
scroll-behavior: smooth;
}
2 changes: 2 additions & 0 deletions Icons/about.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,5 @@ This favicon was generated using the following font:
- Font Author: Copyright (c) 2014, Vaibhav Singh (design) and Rosetta Type Foundry s.r.o. (post-production).
- Font Source: http://fonts.gstatic.com/s/eczar/v13/BXRovF3Pi-DLmzWeKct622v9WNjW.ttf
- Font License: SIL Open Font License, 1.1 (http://scripts.sil.org/OFL))

**These are Examples**
Binary file removed Imgs/banner-sm.jpeg
Binary file not shown.
4 changes: 0 additions & 4 deletions Js/index.js
Original file line number Diff line number Diff line change
@@ -1,4 +0,0 @@
var tooltipTriggerList = [].slice.call(document.querySelectorAll('[data-bs-toggle="tooltip"]'))
var tooltipList = tooltipTriggerList.map(function (tooltipTriggerEl) {
return new bootstrap.Tooltip(tooltipTriggerEl)
})
Empty file removed SubHtml/darkwigets.html
Empty file.
Empty file removed SubHtml/lightwigets.html
Empty file.
Empty file removed SubHtml/wigets.html
Empty file.
Binary file removed Wigets/BioStyle/asherimage.jpg
Binary file not shown.
39 changes: 0 additions & 39 deletions Wigets/BioStyle/biostyle.css

This file was deleted.

25 changes: 0 additions & 25 deletions Wigets/BioStyle/biotest.html

This file was deleted.

68 changes: 0 additions & 68 deletions Wigets/BioStyle/buttonsstyle.css

This file was deleted.

68 changes: 0 additions & 68 deletions Wigets/ButtonStyle/buttonsstyle.css

This file was deleted.

12 changes: 0 additions & 12 deletions Wigets/ButtonStyle/buttontest.html

This file was deleted.

Loading

0 comments on commit 6e2b809

Please sign in to comment.