Skip to content

Commit

Permalink
Actualización de página web
Browse files Browse the repository at this point in the history
  • Loading branch information
bjgavilanes committed Mar 22, 2024
0 parents commit deb8e83
Show file tree
Hide file tree
Showing 208 changed files with 40,472 additions and 0 deletions.
123 changes: 123 additions & 0 deletions _/css/search.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,123 @@
.search-result-dropdown-menu {
position: absolute;
z-index: 100;
display: block;
right: 0;
left: inherit;
top: 100%;
border-radius: 4px;
margin: 6px 0 0;
padding: 0;
text-align: left;
height: auto;
background: transparent;
border: none;
max-width: 600px;
min-width: 500px;
box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.2), 0 2px 3px 0 rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 768px) {
.search-result-dropdown-menu {
min-width: calc(100vw - 3.75rem);
}
}

.search-result-dataset {
position: relative;
border: 1px solid #d9d9d9;
background: #fff;
border-radius: 4px;
overflow: auto;
padding: 8px;
max-height: calc(100vh - 5.25rem);
line-height: 1.5;
}

.search-result-item {
display: flex;
margin-top: 0.5rem;
}

.search-result-component-header {
color: #1e1e1e;
border-bottom: 1px solid #ddd;
margin-left: 0.5em;
margin-right: 0.5em;
padding-top: 0.25em;
padding-bottom: 0.25em;
}

.search-result-document-title {
width: 33%;
border-right: 1px solid #ddd;
color: #02060c;
font-weight: 500;
font-size: 0.8rem;
padding: 0.5rem 0.5rem 0.5rem 0;
text-align: right;
position: relative;
word-wrap: break-word;
}

.search-result-document-hit {
flex: 1;
font-size: 0.75rem;
color: #63676d;
}

.search-result-document-hit > a {
color: inherit;
display: block;
padding: 0.55rem 0.25rem 0.55rem 0.75rem;
}

.search-result-document-hit > a:hover {
background-color: rgba(69, 142, 225, 0.05);
}

.search-result-document-hit .search-result-highlight {
color: #174d8c;
background: rgba(143, 187, 237, 0.1);
padding: 0.1em 0.05em;
font-weight: 500;
}

.search-result-document-hit .search-result-section-title {
color: #303030;
font-weight: 500;
font-size: 1.05em;
margin-bottom: 0.25em;
}

#search-input {
padding: 0.25em;
}

#search-input:focus {
outline: none;
}

#search-field {
display: flex;
}

#search-field .filter {
background: #fff linear-gradient(180deg,#e1e1e1 0,#e1e1e1) no-repeat 0/1px 50%;
border: 1px solid #e1e1e1;
border-left: none;
border-radius: 0 0.1em 0.1em 0;
color: #5d5d5d;
cursor: pointer;
font-size: .875em;
display: flex;
align-items: center;
padding: 0 0.5rem;
white-space: nowrap;
overflow: hidden;
}

#search-field.has-filter > input {
border-right: none;
border-radius: 0.1em 0 0 0.1em;
}
3 changes: 3 additions & 0 deletions _/css/site.css

Large diffs are not rendered by default.

Binary file added _/font/roboto-cyrillic-400-italic.woff2
Binary file not shown.
Binary file added _/font/roboto-cyrillic-400-normal.woff2
Binary file not shown.
Binary file added _/font/roboto-cyrillic-500-italic.woff2
Binary file not shown.
Binary file added _/font/roboto-cyrillic-500-normal.woff2
Binary file not shown.
Binary file added _/font/roboto-latin-400-italic.woff
Binary file not shown.
Binary file added _/font/roboto-latin-400-italic.woff2
Binary file not shown.
Binary file added _/font/roboto-latin-400-normal.woff
Binary file not shown.
Binary file added _/font/roboto-latin-400-normal.woff2
Binary file not shown.
Binary file added _/font/roboto-latin-500-italic.woff
Binary file not shown.
Binary file added _/font/roboto-latin-500-italic.woff2
Binary file not shown.
Binary file added _/font/roboto-latin-500-normal.woff
Binary file not shown.
Binary file added _/font/roboto-latin-500-normal.woff2
Binary file not shown.
Binary file added _/font/roboto-mono-latin-400-normal.woff
Binary file not shown.
Binary file added _/font/roboto-mono-latin-400-normal.woff2
Binary file not shown.
Binary file added _/font/roboto-mono-latin-500-normal.woff
Binary file not shown.
Binary file added _/font/roboto-mono-latin-500-normal.woff2
Binary file not shown.
1 change: 1 addition & 0 deletions _/img/back.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions _/img/caret.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions _/img/chevron.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions _/img/home-o.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions _/img/home.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions _/img/menu.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions _/img/octicons-16.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit deb8e83

Please sign in to comment.