Skip to content
Merged
Show file tree
Hide file tree
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
591 changes: 0 additions & 591 deletions cgi-bin/styles.css

This file was deleted.

134 changes: 134 additions & 0 deletions html-Common/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -627,3 +627,137 @@ th, td {
.autocomplete-list div:hover {
background: #f1f1f1;
}


/* Style classes for example pages */
.content {
margin-left: 20px;
padding: 20px;
}

.section {
margin-bottom: 50px;
}

.back-to-top {
margin-top: 20px;
text-align: right;
}

.demo-container {
border: 1px solid #ddd;
padding: 20px;
background-color: #f9f9f9;
margin-top: 10px;
max-height: 600px;
overflow-y: auto;
}

.documentation-link {
color: #1a73e8;
text-decoration: none;
}

.documentation-link:hover {
text-decoration: underline;
}

/* Style classes for network pages */
.container {
width: 90%;
/* max-width: 800px; */
background: white;
margin: 20px auto;
padding: 20px;
border-radius: 8px;
box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
overflow-x: auto;
}

h2 {
text-align: center;
color: #3f51b5;
}

.input-section {
display: flex;
justify-content: center;
gap: 10px;
padding: 10px;
}

.input-section input {
flex: 1;
padding: 10px;
border: 1px solid #ccc;
border-radius: 5px;
font-size: 16px;
}

.input-section button {
background-color: #3f51b5;
color: white;
border: none;
padding: 10px 15px;
border-radius: 5px;
cursor: pointer;
font-size: 16px;
}

.input-section button.stop {
background-color: #d32f2f;
}

.ping-result {
text-align: center;
margin-top: 15px;
font-size: 16px;
color: #333;
}

.action-buttons {
display: flex;
justify-content: center;
gap: 5px;
}

.ping-btn,
.scan-btn {
text-transform: uppercase;
font-weight: bold;
cursor: pointer;
border-radius: 5px;
padding: 8px 12px;
border: none;
}

.ping-btn {
background-color: #3f51b5;
color: white;
}

.scan-btn {
background-color: #4caf50;
color: white;
}

table {
width: 100%;
table-layout: fixed;
}

th,
td {
word-wrap: break-word;
white-space: normal;
word-break: break-word;
}

td {
padding: 8px;
}

th,
td {
min-width: 100px;
}
31 changes: 0 additions & 31 deletions html-Common/stylesheets/examples.css

This file was deleted.

98 changes: 0 additions & 98 deletions html-Common/stylesheets/network.css

This file was deleted.

2 changes: 1 addition & 1 deletion html-Detector/DAQ/NetworkMonitoring/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<head>
<title>ToolDAQ Webpage</title>
<link rel="stylesheet" href="/stylesheets/network.css">
<link rel="stylesheet" href="styles.css">
</head>

<body>
Expand Down
2 changes: 1 addition & 1 deletion html-Detector/SubSystemExample/databaseQueries/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<head>
<title>tooldaq.js Documentation | ToolDAQ WebServer</title>
<link rel="stylesheet" href="/stylesheets/prism.min.css">
<link rel="stylesheet" href="/stylesheets/examples.css">
<link rel="stylesheet" href="/styles.css">
<script src="/stylesheets/prism.min.js"></script>
<script src="/stylesheets/prism-javascript.min.js"></script>
</head>
Expand Down
2 changes: 1 addition & 1 deletion html-Detector/SubSystemExample/intro/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<head>
<title>tooldaq.js Documentation | ToolDAQ WebServer</title>
<link rel="stylesheet" href="/stylesheets/prism.min.css">
<link rel="stylesheet" href="/stylesheets/examples.css">
<link rel="stylesheet" href="/styles.css">
<script src="/stylesheets/prism.min.js"></script>
<script src="/stylesheets/prism-javascript.min.js"></script>
</head>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<head>
<title>tooldaq.js Documentation | ToolDAQ WebServer</title>
<link rel="stylesheet" href="/stylesheets/prism.min.css">
<link rel="stylesheet" href="/stylesheets/examples.css">
<link rel="stylesheet" href="/styles.css">
<script src="/stylesheets/prism.min.js"></script>
<script src="/stylesheets/prism-javascript.min.js"></script>
</head>
Expand Down
2 changes: 1 addition & 1 deletion html-Detector/SubSystemExample/request/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<head>
<title>tooldaq.js Documentation | ToolDAQ WebServer</title>
<link rel="stylesheet" href="/stylesheets/prism.min.css">
<link rel="stylesheet" href="/stylesheets/examples.css">
<link rel="stylesheet" href="/styles.css">
<script src="/stylesheets/prism.min.js"></script>
<script src="/stylesheets/prism-javascript.min.js"></script>
</head>
Expand Down
2 changes: 1 addition & 1 deletion html-Detector/SubSystemExample/services/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<head>
<title>tooldaq.js Documentation | ToolDAQ WebServer</title>
<link rel="stylesheet" href="/stylesheets/prism.min.css">
<link rel="stylesheet" href="/stylesheets/examples.css">
<link rel="stylesheet" href="/styles.css">
<script src="/stylesheets/prism.min.js"></script>
<script src="/stylesheets/prism-javascript.min.js"></script>
</head>
Expand Down