Network Acronyms
.intro {
margin-bottom: 30px;
padding: 20px;
background: #f8f9fa;
border-left: 5px solid #667eea;
border-radius: 6px;
}
.intro p {
margin: 10px 0;
color: #495057;
line-height: 1.6;
}
.stats {
display: flex;
gap: 20px;
margin-bottom: 30px;
flex-wrap: wrap;
}
.stat-card {
flex: 1;
min-width: 200px;
padding: 20px;
background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
color: white;
border-radius: 8px;
box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
.stat-label {
font-size: 14px;
opacity: 0.9;
margin-bottom: 5px;
}
.stat-value {
font-size: 32px;
font-weight: bold;
}
.search-section {
margin-bottom: 30px;
padding: 20px;
background: white;
border: 1px solid #e0e0e0;
border-radius: 8px;
box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}
.search-label {
display: block;
margin-bottom: 10px;
font-weight: 600;
color: #333;
}
#searchInput {
width: 100%;
padding: 12px 15px;
font-size: 16px;
border: 2px solid #ced4da;
border-radius: 6px;
transition: all 0.3s ease;
}
#searchInput:focus {
outline: none;
border-color: #667eea;
box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
}
.table-container {
background: white;
border: 1px solid #e0e0e0;
border-radius: 8px;
overflow: hidden;
box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}
#acronymsTable {
width: 100%;
border-collapse: collapse;
}
#acronymsTable thead {
background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
color: white;
position: sticky;
top: 0;
z-index: 10;
}
#acronymsTable th {
padding: 15px 12px;
text-align: left;
font-weight: 600;
font-size: 14px;
text-transform: uppercase;
letter-spacing: 0.5px;
}
#acronymsTable td {
padding: 12px;
border-bottom: 1px solid #e9ecef;
color: #495057;
}
#acronymsTable tbody tr:hover {
background: #f8f9fa;
transition: background 0.2s ease;
}
#acronymsTable tbody tr:nth-child(even) {
background: #fafbfc;
}
#acronymsTable tbody tr:nth-child(even):hover {
background: #f0f1f3;
}
.loading {
text-align: center;
padding: 40px;
color: #6c757d;
}
.loading-spinner {
display: inline-block;
width: 40px;
height: 40px;
border: 4px solid #f3f3f3;
border-top: 4px solid #667eea;
border-radius: 50%;
animation: spin 1s linear infinite;
}
@keyframes spin {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
}
.error {
padding: 20px;
background: #f8d7da;
color: #721c24;
border: 1px solid #f5c6cb;
border-radius: 6px;
margin: 20px 0;
}
.no-results {
padding: 40px;
text-align: center;
color: #6c757d;
font-size: 16px;
}
@media (max-width: 768px) {
#acronymsTable {
font-size: 14px;
}
#acronymsTable th,
#acronymsTable td {
padding: 8px;
}
.stats {
flex-direction: column;
}
.stat-card {
min-width: 100%;
}
}
Referencia de acrónimos de red
La siguiente es una colección completa de acrónimos de red, sus significados, resumen de uso y estándares asociados. Utilice el cuadro de búsqueda a continuación para filtrar la lista.
Acrónimos totales
-
Resultados filtrados
-
| Acrónimo | Significado | Resumen | Estándar |
|---|---|---|---|
|
Cargando siglas... |
|||