Skip to content

Commit

Permalink
updating gf180 skin file
Browse files Browse the repository at this point in the history
Signed-off-by: Youssef Kandil <[email protected]>
  • Loading branch information
kanndil committed Apr 16, 2023
1 parent ac446e0 commit 9a1271f
Show file tree
Hide file tree
Showing 3 changed files with 129 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ Here is a part of an example STA report: (Your report must have a similar format

git clone https://github.com/kanndil/interactive_SVG_schematics.git

### Second: Add Generate Skin-File
### Second: Generate Skin-File

<details>
<summary>Check these pre-generated skin-files</summary>
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
56 changes: 56 additions & 0 deletions style.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<style>
body {
font-family: "Lato", sans-serif;
}

.sidenav {
height: 100%;
width: 160px;
position: fixed;
z-index: 1;
top: 0;
left: 0;
background-color: #111;
overflow-x: hidden;
padding-top: 20px;
}

.sidenav a {
padding: 6px 8px 6px 16px;
text-decoration: none;
font-size: 18px;
color: #818181;
display: block;
}

.sidenav a:hover {
color: #f1f1f1;
}

.main {
margin-left: 160px; /* Same as the width of the sidenav */
font-size: 28px; /* Increased text to enable scrolling */
padding: 0px 10px;
}

@media screen and (max-height: 450px) {
.sidenav {padding-top: 15px;}
.sidenav a {font-size: 18px;}
}
</style>
</head>
<body>

<div class="main">

<h2>Interactive SVG Schematics</h2>


</div>

</body>
</html>

0 comments on commit 9a1271f

Please sign in to comment.