Keine Bearbeitungszusammenfassung Markierung: Zurückgesetzt |
Keine Bearbeitungszusammenfassung |
||
| (2 dazwischenliegende Versionen von einem anderen Benutzer werden nicht angezeigt) | |||
| Zeile 5: | Zeile 5: | ||
} | } | ||
.alert alert-info { | .alert.alert-info#bs-pageaccess-accessstate { | ||
display:none; | display:none; | ||
} | |||
.environment-page .row { | |||
display: flex; | |||
align-items: center; | |||
gap: 40px; | |||
margin-bottom: 30px; | |||
padding: 20px; | |||
border: 2px solid #ccc; /* border around main + mini buttons */ | |||
border-radius: 10px; | |||
background: #f9f9f9; /* light background */ | |||
box-shadow: 0 2px 6px rgba(0,0,0,0.1); | |||
} | |||
.environment-page .mainpage-button.main { | |||
width: 200px; | |||
height: 200px; | |||
display: flex; | |||
align-items: center; | |||
justify-content: center; | |||
flex-direction: column; | |||
border-radius: 5px; | |||
transition: transform 0.2s; | |||
box-shadow: 0 0 2px 1px rgba(0, 140, 186, 0.5); | |||
background-color: transparent; | |||
} | |||
.user-profile-on-user-page { | |||
display:none !important; | |||
} | |||
.alert.alert-info#bs-pageaccess-accessstate { | |||
display:none; | |||
} | |||
.environment-page .mainpage-button.main:hover { | |||
transform: scale(1.05); | |||
} | |||
.environment-page .mini-buttons-row { | |||
display: flex; | |||
flex-wrap: wrap; | |||
gap: 15px; | |||
justify-content:space-evenly; | |||
} | |||
.environment-page .mini-buttons { | |||
display: flex; | |||
flex-direction: column; | |||
align-items: center; | |||
font-size: 14px; | |||
font-weight: 500; | |||
text-align: center; | |||
} | |||
.environment-page .mini-buttons img { | |||
border-radius: 5px; | |||
transition: transform 0.2s; | |||
} | |||
.environment-page .mini-buttons img:hover { | |||
transform: scale(1.1); | |||
} | |||
/* 06.02.26 em MainPage right-click behavior */ | |||
.img-button { | |||
width: 150px; | |||
height: 150px; | |||
background-size: contain; | |||
background-repeat: no-repeat; | |||
background-position: center; | |||
cursor: pointer; | |||
} | |||
/* Individual images */ | |||
.img-essential { | |||
background-image: url("nsfr_img_auth.php/c/c0/Essential_Links.png"); | |||
} | |||
.img-dashboard { | |||
background-image: url("nsfr_img_auth.php/3/34/Dashboard.png"); | |||
} | |||
.img-planning { | |||
background-image: url("nsfr_img_auth.php/b/be/Planning.png"); | |||
} | |||
.img-blogs { | |||
background-image: url("nsfr_img_auth.php/a/a0/Blogs.png"); | |||
} | |||
.img-knowledgebase { | |||
background-image: url("nsfr_img_auth.php/3/36/Knowledge_Base.png"); | |||
} | |||
.img-people { | |||
background-image: url("nsfr_img_auth.php/0/05/People.png"); | |||
} | } | ||
Aktuelle Version vom 12. März 2026, 08:24 Uhr
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */
.user-profile-on-user-page {
display:none !important;
}
.alert.alert-info#bs-pageaccess-accessstate {
display:none;
}
.environment-page .row {
display: flex;
align-items: center;
gap: 40px;
margin-bottom: 30px;
padding: 20px;
border: 2px solid #ccc; /* border around main + mini buttons */
border-radius: 10px;
background: #f9f9f9; /* light background */
box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}
.environment-page .mainpage-button.main {
width: 200px;
height: 200px;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
border-radius: 5px;
transition: transform 0.2s;
box-shadow: 0 0 2px 1px rgba(0, 140, 186, 0.5);
background-color: transparent;
}
.user-profile-on-user-page {
display:none !important;
}
.alert.alert-info#bs-pageaccess-accessstate {
display:none;
}
.environment-page .mainpage-button.main:hover {
transform: scale(1.05);
}
.environment-page .mini-buttons-row {
display: flex;
flex-wrap: wrap;
gap: 15px;
justify-content:space-evenly;
}
.environment-page .mini-buttons {
display: flex;
flex-direction: column;
align-items: center;
font-size: 14px;
font-weight: 500;
text-align: center;
}
.environment-page .mini-buttons img {
border-radius: 5px;
transition: transform 0.2s;
}
.environment-page .mini-buttons img:hover {
transform: scale(1.1);
}
/* 06.02.26 em MainPage right-click behavior */
.img-button {
width: 150px;
height: 150px;
background-size: contain;
background-repeat: no-repeat;
background-position: center;
cursor: pointer;
}
/* Individual images */
.img-essential {
background-image: url("nsfr_img_auth.php/c/c0/Essential_Links.png");
}
.img-dashboard {
background-image: url("nsfr_img_auth.php/3/34/Dashboard.png");
}
.img-planning {
background-image: url("nsfr_img_auth.php/b/be/Planning.png");
}
.img-blogs {
background-image: url("nsfr_img_auth.php/a/a0/Blogs.png");
}
.img-knowledgebase {
background-image: url("nsfr_img_auth.php/3/36/Knowledge_Base.png");
}
.img-people {
background-image: url("nsfr_img_auth.php/0/05/People.png");
}