Skip to content
Snippets Groups Projects
Commit 058cb0b3 authored by Andrew Maclean's avatar Andrew Maclean
Browse files

Adding two more files from the master

parent d482f749
No related branches found
No related tags found
1 merge request!322Setting up for pythonic vtk wrapping
......@@ -110,6 +110,12 @@ DataStructures, Filters, GeometricObjects, Image, Meshes etc.
### C++
* If you find relevant to add a WebAssembly preview to your example,
[follow this guide](../WASM/4_ContributingWASM).
If not, you have to add the name of your example to __REPO_NAME__/src/Admin/exclude_wasm.txt
to avoid the website build script from generating a link to an example
that doesn't exist.
* Build and test your example (**NOTE:** only for cxx examples)
``` bash
......
......@@ -9,5 +9,33 @@ height:30px!important;
box-sizing: content-box;
}
.wasm-tab {
color: #767676;
padding: 3px;
margin: 10px;
cursor: pointer;
border-bottom: .125rem solid #4051b5;
padding-left: 5px;
padding-right: 5px;
}
.wasm-tab:disabled {
color: black;
border-top: .125rem solid transparent;
cursor: default;
}
.wasm-tab:enabled:hover {
color: black;
border-top: .125rem solid #4051b5;
}
.wasm-button {
background: #4051b5;
margin: 10px;
color: white;
padding: 8px;
cursor: pointer;
}
/* Using semitransparent Lavender instead of a gray: rgba(240,240,240,0.8) */
.codehilite .hll { background-color: rgba(230,230,250,0.6) }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment