Skip to content
Snippets Groups Projects
test-ap-style-dashboard.css 3.52 KiB

*[title="gesperrt"], *[title="frei"], *[title="02 - Bewegtbild | BB FESAD"], *[title="03 - Musik | HFDB"], *[title="07 - Geräusche | HFDB"], *[title="01 - Text | MDH:CS Presse Artikel"], *[title="06 - Buch | BIBDIA OPAC"], *[title="04 - Online | Internet Social Media Seeding Prota"], *[title="Mitschnittservice SR"], *[title="Mitschnittservice SWR"], *[title="Unternehmensarchiv | Wissenschaft und Forschung"], *[title="Noten | Pianoforte"], *[title="05 - Wort | HFDB"], *[title="Foto"], *[title="99 - Anfragen-Pool | Ticketsystem | Znuny"], *[title="999 - Sonstiges"] {
	 visibility: hidden;
	 width: 9em;
	 overflow: hidden;
	 white-space: nowrap;
	 position: relative;
	 padding: 0.1em 0.9em;
	 margin: 0.1em 0em 0.2em 0em;
}
 *[title="gesperrt"]:after, *[title="frei"]:after, *[title="02 - Bewegtbild | BB FESAD"]:after, *[title="03 - Musik | HFDB"]:after, *[title="07 - Geräusche | HFDB"]:after, *[title="01 - Text | MDH:CS Presse Artikel"]:after, *[title="06 - Buch | BIBDIA OPAC"]:after, *[title="04 - Online | Internet Social Media Seeding Prota"]:after, *[title="Mitschnittservice SR"]:after, *[title="Mitschnittservice SWR"]:after, *[title="Unternehmensarchiv | Wissenschaft und Forschung"]:after, *[title="Noten | Pianoforte"]:after, *[title="05 - Wort | HFDB"]:after, *[title="Foto"]:after, *[title="99 - Anfragen-Pool | Ticketsystem | Znuny"]:after, *[title="999 - Sonstiges"]:after {
	 display: inline-block;
	 padding: 0em 0.9em;
	 margin: 0.1em;
	 border-radius: 5px;
	 visibility: visible;
	 position: absolute;
	 top: 0;
	 left: 0;
	 white-space: nowrap;
}
 *[title="gesperrt"]:after {
	 padding: 0em 0em;
	 margin: 0.2em 0em;
	 content: "🚫 in Bearb.";
}
 *[title="frei"]:after {
	 padding: 0em 0em;
	 margin: 0.2em 0em;
	 content: "⚡ frei";
}
 *[title="02 - Bewegtbild | BB FESAD"]:after {
	 content: "Bewegtbild 🎬";
	 background-color: #A6E9ED;
}
 *[title="03 - Musik | HFDB"]:after {
	 content: "Musik 🎵";
	 background-color: #CEF0CD;
}
 *[title="07 - Geräusche | HFDB"]:after {
	 content: "Geräusch 🔔";
	 background-color: #9AD29A;
}
 *[title="01 - Text | MDH:CS Presse Artikel"]:after {
	 content: "Presse 📰";
	 background-color: #ffe97c;
}
 *[title="06 - Buch | BIBDIA OPAC"]:after {
	 content: "Buch 📖";
	 background-color: #F6D1D5;
}
 *[title="05 - Wort | HFDB"]:after {
	 content: "Wort 💬";
	 background-color: #a8d7ff;
}
 *[title="Foto"]:after {
	 content: "Foto 📷";
	 background-color: #ceb6ea;
}
 *[title="04 - Online | Internet Social Media Seeding Prota"]:after {
	 content: "Online 🌐";
	 background-color: #efa7b3;
}
 *[title="Mitschnittservice SR"]:after {
	 content: "Mitschnitt SR ✂️";
	 background-color: #ffd389;
}
 *[title="Mitschnittservice SWR"]:after {
	 content: "Mitschnitt SWR ✂️";
	 background-color: #ffd389;
}
 *[title="Unternehmensarchiv | Wissenschaft und Forschung"]:after {
	 content: "Untern.-Archiv 🎓";
	 background-color: silver;
}
 *[title="Noten | Pianoforte"]:after {
	 content: "Noten 🎶";
	 background-color: lightsalmon;
}
*[title="99 - Anfragen-Pool | Ticketsystem | Znuny"]:after {
	content: "Anfragenpool 🏊";
	background-color: gainsboro;
}
*[title="999 - Sonstiges"]:after {
	content: "Sonstiges 🎒";
	background-color: wheat;
	/* opacity: 0; */
}
 /* td:has(>.MasterActionLink), .TicketNumber {
	 display: none;
} */
 span.UnreadArticles:first-child {
	 visibility: hidden;
}
 span.UnreadArticles:first-child:after {
	 visibility: visible;
	 content: "👓";
}
 .MessageOfTheDay a {
	 color: #3498db;
	 text-decoration: underline;
}
 .MessageOfTheDay a:hover {
	 text-decoration: none;
}