|
|
@@ -11,8 +11,8 @@
|
|
|
background: #f5f5dc;
|
|
|
color: #000;
|
|
|
padding: 15px;
|
|
|
- line-height: 1.4;
|
|
|
- font-weight: 600;
|
|
|
+ line-height: 1.5;
|
|
|
+ font-weight: normal;
|
|
|
}
|
|
|
.container { max-width: 1400px; margin: 0 auto; background: white; padding: 30px; box-shadow: 0 0 20px rgba(0,0,0,0.1); }
|
|
|
h1 {
|
|
|
@@ -20,7 +20,7 @@
|
|
|
margin-bottom: 8px;
|
|
|
font-size: 24px;
|
|
|
letter-spacing: 3px;
|
|
|
- font-weight: 900;
|
|
|
+ font-weight: bold;
|
|
|
text-transform: uppercase;
|
|
|
}
|
|
|
h2 {
|
|
|
@@ -28,16 +28,16 @@
|
|
|
margin: 20px 0 10px;
|
|
|
font-size: 16px;
|
|
|
letter-spacing: 2px;
|
|
|
- font-weight: 900;
|
|
|
+ font-weight: bold;
|
|
|
text-transform: uppercase;
|
|
|
- border-bottom: 3px solid #000;
|
|
|
+ border-bottom: 2px solid #000;
|
|
|
padding-bottom: 3px;
|
|
|
}
|
|
|
|
|
|
/* API Key Section */
|
|
|
#api-key-section {
|
|
|
background: #fafafa;
|
|
|
- border: 3px solid #000;
|
|
|
+ border: 2px solid #000;
|
|
|
padding: 15px;
|
|
|
margin-bottom: 20px;
|
|
|
}
|
|
|
@@ -49,7 +49,7 @@
|
|
|
color: #000;
|
|
|
font-family: 'Courier New', monospace;
|
|
|
font-size: 14px;
|
|
|
- font-weight: 600;
|
|
|
+ font-weight: normal;
|
|
|
}
|
|
|
#api-key-section input:focus {
|
|
|
outline: none;
|
|
|
@@ -61,7 +61,7 @@
|
|
|
button {
|
|
|
background: white;
|
|
|
color: #000;
|
|
|
- border: 3px solid #000;
|
|
|
+ border: 2px solid #000;
|
|
|
padding: 8px 16px;
|
|
|
cursor: pointer;
|
|
|
font-size: 13px;
|
|
|
@@ -69,7 +69,7 @@
|
|
|
margin-top: 8px;
|
|
|
text-transform: uppercase;
|
|
|
letter-spacing: 1px;
|
|
|
- font-weight: 900;
|
|
|
+ font-weight: bold;
|
|
|
}
|
|
|
button:hover {
|
|
|
background: #000;
|
|
|
@@ -95,10 +95,10 @@
|
|
|
padding: 10px 20px;
|
|
|
background: #e8e8e8;
|
|
|
color: #000;
|
|
|
- border: 3px solid #000;
|
|
|
+ border: 2px solid #000;
|
|
|
border-bottom: none;
|
|
|
cursor: pointer;
|
|
|
- font-weight: 900;
|
|
|
+ font-weight: bold;
|
|
|
font-family: 'Courier New', monospace;
|
|
|
text-transform: uppercase;
|
|
|
letter-spacing: 1px;
|
|
|
@@ -108,14 +108,14 @@
|
|
|
.tab.active {
|
|
|
background: white;
|
|
|
color: #000;
|
|
|
- border-bottom: 3px solid white;
|
|
|
- margin-bottom: -3px;
|
|
|
+ border-bottom: 2px solid white;
|
|
|
+ margin-bottom: -2px;
|
|
|
}
|
|
|
|
|
|
/* Content */
|
|
|
.content {
|
|
|
background: white;
|
|
|
- border: 3px solid #000;
|
|
|
+ border: 2px solid #000;
|
|
|
border-top: none;
|
|
|
padding: 15px;
|
|
|
display: none;
|
|
|
@@ -127,23 +127,23 @@
|
|
|
width: 100%;
|
|
|
border-collapse: collapse;
|
|
|
margin-top: 10px;
|
|
|
- border: 3px solid #000;
|
|
|
+ border: 2px solid #000;
|
|
|
}
|
|
|
th, td {
|
|
|
- padding: 6px 10px;
|
|
|
+ padding: 8px 12px;
|
|
|
text-align: left;
|
|
|
- border: 2px solid #000;
|
|
|
+ border: 1px solid #000;
|
|
|
}
|
|
|
th {
|
|
|
background: #f0f0f0;
|
|
|
- font-weight: 900;
|
|
|
+ font-weight: bold;
|
|
|
color: #000;
|
|
|
text-transform: uppercase;
|
|
|
font-size: 12px;
|
|
|
letter-spacing: 1px;
|
|
|
}
|
|
|
tr:hover { background: #fafafa; }
|
|
|
- td { font-size: 14px; font-weight: 600; }
|
|
|
+ td { font-size: 14px; font-weight: normal; }
|
|
|
|
|
|
/* Forms */
|
|
|
.form-group {
|
|
|
@@ -152,7 +152,7 @@
|
|
|
label {
|
|
|
display: block;
|
|
|
margin-bottom: 6px;
|
|
|
- font-weight: 900;
|
|
|
+ font-weight: bold;
|
|
|
color: #000;
|
|
|
text-transform: uppercase;
|
|
|
font-size: 12px;
|
|
|
@@ -166,7 +166,7 @@
|
|
|
color: #000;
|
|
|
font-family: 'Courier New', monospace;
|
|
|
font-size: 15px;
|
|
|
- font-weight: 600;
|
|
|
+ font-weight: normal;
|
|
|
}
|
|
|
input:focus, textarea:focus, select:focus {
|
|
|
outline: none;
|
|
|
@@ -174,14 +174,14 @@
|
|
|
box-shadow: none;
|
|
|
}
|
|
|
textarea { min-height: 80px; }
|
|
|
- small { color: #666; font-size: 12px; font-weight: 600; }
|
|
|
+ small { color: #666; font-size: 12px; font-weight: normal; }
|
|
|
|
|
|
/* Status badges */
|
|
|
.badge {
|
|
|
padding: 3px 8px;
|
|
|
border: 2px solid;
|
|
|
font-size: 11px;
|
|
|
- font-weight: 900;
|
|
|
+ font-weight: bold;
|
|
|
font-family: 'Courier New', monospace;
|
|
|
text-transform: uppercase;
|
|
|
letter-spacing: 1px;
|
|
|
@@ -198,8 +198,8 @@
|
|
|
}
|
|
|
|
|
|
.hidden { display: none; }
|
|
|
- .error { color: #000; margin-top: 8px; font-weight: 900; }
|
|
|
- .empty { text-align: center; padding: 30px; color: #666; font-weight: 600; }
|
|
|
+ .error { color: #000; margin-top: 8px; font-weight: bold; }
|
|
|
+ .empty { text-align: center; padding: 30px; color: #666; font-weight: normal; }
|
|
|
|
|
|
/* Loading spinner */
|
|
|
.loading {
|
|
|
@@ -230,8 +230,8 @@
|
|
|
<body>
|
|
|
<div class="container">
|
|
|
<h1>LETTA SWITCHBOARD — MESSAGE ROUTING SERVICE</h1>
|
|
|
- <div style="border: 3px solid #000; padding: 12px; margin-bottom: 20px; background: #fafafa;">
|
|
|
- <pre style="font-family: 'Courier New', monospace; font-size: 13px; line-height: 1.6; margin: 0; font-weight: 700;">SYSTEM: MESSAGE ROUTING TERMINAL
|
|
|
+ <div style="border: 2px solid #000; padding: 12px; margin-bottom: 20px; background: #fafafa;">
|
|
|
+ <pre style="font-family: 'Courier New', monospace; font-size: 13px; line-height: 1.6; margin: 0; font-weight: normal;">SYSTEM: MESSAGE ROUTING TERMINAL
|
|
|
VERSION: 1.0.0
|
|
|
STATUS: OPERATIONAL
|
|
|
PROTOCOL: REST API + SCHEDULED EXECUTION</pre>
|