Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updating doc browser NoContent page #13848

Merged
merged 1 commit into from
Mar 23, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
66 changes: 0 additions & 66 deletions src/DocumentationBrowserViewExtension/Docs/NoContent.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,72 +15,6 @@
background-color: #353535;
padding: 1%;
}

a {
color: lightgray;
cursor: pointer;
background-color: transparent;
}

hr {
border: none;
border-bottom: 1px solid #545454;
}

* {
box-sizing: border-box;
}

.flex-container {
display: flex;
flex-wrap: wrap;
}

.flex-child1 {
background-color: transparent;
flex-basis: 10%;
}

.flex-child2 {
background-color: transparent;
flex-basis: 90%;
}

div {
color: #f5f5f5;
}

h2 {
color: #f5f5f5;
}

body {
background-color: #2a2a2a;
}

a:link {
color: #6dd3ff;
background-color: transparent;
text-decoration: none;
}

a:visited {
color: pink;
background-color: transparent;
text-decoration: none;
}

a:hover {
color: red;
background-color: transparent;
text-decoration: underline;
}

a:active {
color: #6dd3ff;
background-color: transparent;
text-decoration: underline;
}
</style>

<!-- Use inline styles to keep Dynamo Dictionary styling in the dictionary -->
Expand Down