Skip to content

Commit 03be141

Browse files
author
Sasha Jade Horney
committed
Adding some preliminary RDT feeddown documentation
1 parent 2cbef9f commit 03be141

15 files changed

+250
-1
lines changed
64.7 KB
Loading
41.3 KB
Loading
81.1 KB
Loading
91.8 KB
Loading
399 KB
Loading
305 KB
Loading
32.8 KB
Loading
924 Bytes
Loading
1.27 KB
Loading

docs/css/extra.css

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,3 +100,46 @@ a.cern_internal {
100100
.clickImg {
101101
cursor: pointer;
102102
}
103+
104+
.guilabel {
105+
white-space: nowrap;
106+
padding: 0.5px 6px;
107+
width: fit-content;
108+
border-radius: 4px;
109+
font-weight: bold;
110+
display: inline-block;
111+
}
112+
113+
.guilabel {
114+
white-space: nowrap;
115+
padding: 0.5px 12px;
116+
width: fit-content;
117+
border-radius: 0px;
118+
font-weight: bold;
119+
display: inline-block;
120+
background: var(--guilabel-bg, #3c3c3c);
121+
color: var(--guilabel-fg, #ffffff);
122+
box-shadow: 0 1px 2px rgba(0,0,0,0.12);
123+
border: white;
124+
font-size: 1em;
125+
}
126+
127+
a.tab-link {
128+
display: inline-block;
129+
padding: 0.15em 0.7em;
130+
border-radius: 0px;
131+
background: #3c3c3c;
132+
color: #e0e0e0;
133+
font-family: inherit;
134+
font-size: 1em;
135+
font-weight: 600;
136+
text-transform: uppercase;
137+
text-decoration: none;
138+
border: 1.5px solid #232323;
139+
box-shadow: 0 2px 6px rgba(21,101,192,0.08);
140+
transition: background 0.2s, color 0.2s, border-bottom 0.2s;
141+
}
142+
a.tab-link:hover, a.tab-link:focus {
143+
background: #484848;
144+
color: #ffffff;
145+
}

0 commit comments

Comments
 (0)