-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathports.css
100 lines (93 loc) · 1.4 KB
/
ports.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
body {
margin: 40px;
}
.box {
background-color: #8a8;
color: #000;
border-radius: 5px;
padding: 10px;
font-size: 100%;
width: 230px;
}
.box:nth-child(even) {
background-color: #cca;
color: #000;
}
.wrapper {
width: 100%;
display: grid;
grid-gap: 10px;
grid-template-columns: repeat(6, 250px);
}
h1 {
font-size: 80px;
text-align: center;
}
h2 {
font-size: 30px;
text-align: center;
}
table {
width: 190px
}
.minor {
font-size: 13px;
}
.major {
font-size: 26px;
}
.name {
font-size: 18px;
}
.mac {
font-size: 18px;
font-family: monospace;
}
.vendor {
font-size: 13px;
color: #555;
line-height: 1.0;
display: block;
}
.notes {
font-size: 13px;
color: #600;
line-height: 1.0;
display: block;
}
.patchpanel {
font-size: 13px;
color: #600;
}
.port {
color: #600;
font-size: 45px;
font-weight: bold;
}
.vlan {
font-size: 13px;
font-weight: bold;
font-family: sans-serif;
color: #600;
}
.file {
font-family: monospace;
}
.container {
border: 4px solid #8a8;
border-radius: 15px;
position: relative;
font-size: 20px;
}
.insetlabel {
font-size: 40px;
position: absolute;
top: -35px;
left: 20px;
height: 50px;
width: 600px;
background-color: #cca;
border: 4px solid #8a8;
border-radius: 15px;
text-align: center;
}