mNo edit summary |
No edit summary |
||
(271 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
# | .custom-header { | ||
display : none; | background-color: #112B3C; | ||
height: 68px; | |||
width: 100% | |||
} | |||
h2, h3 { | |||
margin-top: 1rem; | |||
} | |||
#p-personal .p-personal-tools,.p-personal .p-personal-tools { | |||
text-align: center !important; | |||
margin-left: 36px; | |||
} | |||
#p-personal .p-personal-tools > *, .p-personal .p-personal-tools > * { | |||
margin-bottom: 0; | |||
} | |||
#p-personal .p-personal-tools a,.p-personal .p-personal-tools a { | |||
color: white !important | |||
} | |||
#pt-userdashboard,#pt-pageassignments { | |||
display: none | |||
} | |||
.row { | |||
margin-right: 0 !important; | |||
margin-left: 0 !important | |||
} | |||
.searchbar-autocomplete-results { | |||
top: 70px !important | |||
} | |||
.custom-footer-bg { | |||
background-color: #111827; | |||
height: 100% | |||
} | |||
#user-info { | |||
visibility: hidden | |||
} | |||
#user-info.ready { | |||
visibility: visible | |||
} | |||
body.page-Main_Page .firstHeading { | |||
display: none | |||
} | |||
@font-face { | |||
font-family: 'Outfit'; | |||
src: url(https://wiki.mdriven.net/resources/outfit/Outfit-Thin.ttf) format('truetype'); | |||
font-weight: 100; | |||
font-style: normal | |||
} | |||
@font-face { | |||
font-family: 'Outfit'; | |||
src: url(/resources/outfit/Outfit-ExtraLight.ttf) format('truetype'); | |||
font-weight: 200; | |||
font-style: normal | |||
} | |||
@font-face { | |||
font-family: 'Outfit'; | |||
src: url(/resources/outfit/Outfit-Light.ttf) format('truetype'); | |||
font-weight: 300; | |||
font-style: normal | |||
} | |||
@font-face { | |||
font-family: 'Outfit'; | |||
src: url(/resources/outfit/Outfit-Regular.ttf) format('truetype'); | |||
font-weight: 400; | |||
font-style: normal | |||
} | |||
@font-face { | |||
font-family: 'Outfit'; | |||
src: url(/resources/outfit/Outfit-Medium.ttf) format('truetype'); | |||
font-weight: 500; | |||
font-style: normal | |||
} | |||
@font-face { | |||
font-family: 'Outfit'; | |||
src: url(/resources/outfit/Outfit-SemiBold.ttf) format('truetype'); | |||
font-weight: 600; | |||
font-style: normal | |||
} | |||
@font-face { | |||
font-family: 'Outfit'; | |||
src: url(/resources/outfit/Outfit-Bold.ttf) format('truetype'); | |||
font-weight: 700; | |||
font-style: normal | |||
} | |||
@font-face { | |||
font-family: 'Outfit'; | |||
src: url(/resources/outfit/Outfit-ExtraBold.ttf) format('truetype'); | |||
font-weight: 800; | |||
font-style: normal | |||
} | |||
@font-face { | |||
font-family: 'Outfit'; | |||
src: url(/resources/outfit/Outfit-Black.ttf) format('truetype'); | |||
font-weight: 900; | |||
font-style: normal | |||
} | |||
body { | |||
font-family: 'Outfit', sans-serif !important; | |||
} | |||
/* @media (max-width: 768px) { | |||
.search-bar { | |||
display:none !important | |||
} | |||
} */ | |||
.offcanvas-right { | |||
position: fixed; | |||
top: 0; | |||
right: -250px; | |||
width: 250px; | |||
height: 100%; | |||
background-color: #112B3C; | |||
overflow-y: auto; | |||
transition: right 0.3s; | |||
z-index: 1000 | |||
} | |||
.offcanvas-right.show { | |||
right: 0 | |||
} | |||
.offcanvas-right ul.p-personal-tools { | |||
list-style-type: none; | |||
padding: 0 | |||
} | |||
.offcanvas-right ul.p-personal-tools li { | |||
margin-bottom: 15px | |||
} | |||
.offcanvas-right ul.p-personal-tools li a { | |||
color: #ffffff; | |||
text-decoration: none; | |||
font-size: 18px; | |||
display: block; | |||
transition: background-color 0.3s | |||
} | |||
.offcanvas-right ul.p-personal-tools li a:hover { | |||
background-color: #1C4E63 | |||
} | |||
#contentContainer.show-nav-menu { | |||
display: flex | |||
} | |||
#contentContainer.show-nav-menu #navMenu { | |||
flex: 0 0 300px; | |||
background-color: #F3F6F9; | |||
overflow-y: auto | |||
} | |||
#contentContainer.show-nav-menu #bodyContent { | |||
flex-grow: 1; | |||
padding: 20px | |||
} | |||
#contentContainer.show-nav-menu .collapsible-menu .menu-item .submenu { | |||
display: none | |||
} | |||
#contentContainer.show-nav-menu .collapsible-menu .menu-item .menu-toggle { | |||
cursor: pointer | |||
} | |||
.menu-section { | |||
font-size: 16px !important; | |||
margin-left: 16px !important; | |||
} | |||
.menu-header { | |||
cursor: pointer; | |||
font-size: 16px !important; | |||
margin: 8px 0; | |||
} | |||
.menu-header i { | |||
margin-right: 6px !important; | |||
font-size: 12px; | |||
} | |||
.submenu { | |||
display: none; | |||
list-style: none; | |||
padding: 0; | |||
margin: 0 | |||
} | |||
.submenu li { | |||
padding: 0px | |||
} | |||
.close-button { | |||
font-size: 2em; | |||
background: none; | |||
border: none; | |||
position: absolute; | |||
top: 10px; | |||
right: 10px; | |||
cursor: pointer; | |||
color: white; | |||
} | |||
#offcanvas-toggler { | |||
color: white; | |||
} | |||
@media (max-width: 1140px) and (min-width: 768px) { | |||
.custom-header { | |||
display: flex; | |||
padding: 8px 16px; | |||
height: fit-content; | |||
flex-wrap: wrap; | |||
flex-direction: row; | |||
justify-content: space-between; | |||
} | |||
.custom-header div:nth-child(2) { | |||
width: 100%; | |||
order: 3; | |||
flex-basis: 100%; | |||
} | |||
#p-personal .p-personal-tools,.p-personal .p-personal-tools { | |||
margin-left: 0px; | |||
gap: 24px; | |||
padding: 10px 0; | |||
} | |||
#p-personal .p-personal-tools > *, .p-personal .p-personal-tools > * { | |||
margin-left: 0; | |||
margin-right: 0; | |||
} | |||
} | |||
@media (max-width: 767px) { | |||
.custom-header { | |||
display: flex; | |||
height: fit-content; | |||
padding: 8px 16px; | |||
flex-wrap: wrap; | |||
flex-direction: row; | |||
justify-content: space-between; | |||
} | |||
.custom-header div:nth-child(2) { | |||
flex-basis: fit-content; | |||
/* justify-content: center; */ | |||
} | |||
.custom-header div:nth-child(1):not(.p-personal) { | |||
width: fit-content; | |||
margin-top: 0px !important; | |||
} | |||
#p-personal .p-personal-tools,.p-personal .p-personal-tools { | |||
margin-top:70px | |||
} | |||
#p-personal { | |||
height:0; | |||
} | |||
#offcanvas-menu .p-personal-tools { | |||
flex-direction: column !important; | |||
flex-wrap: nowrap !important; | |||
align-items: flex-start; | |||
margin-left: 16px; | |||
gap: 16px; | |||
} | |||
.search-bar { | |||
flex-basis: 100%; | |||
padding: 10px 12px; | |||
} | |||
} | |||
.card { | |||
width: 361px; | |||
height: 183px; | |||
padding: 24px; | |||
background: #F3F6F9; | |||
border-radius: 6px; | |||
flex-direction: column; | |||
justify-content: center; | |||
align-items: flex-start; | |||
gap: 10px; | |||
display: inline-flex | |||
} | |||
.card-header { | |||
flex-direction: column; | |||
justify-content: center; | |||
align-items: flex-start; | |||
gap: 4px; | |||
display: flex; | |||
margin-top: 10px | |||
} | |||
.card-header-title { | |||
color: #44546F; | |||
font-size: 14px; | |||
font-weight: 400; | |||
word-wrap: break-word | |||
} | |||
.card-header-subtitle { | |||
color: #112B3C; | |||
font-size: 20px; | |||
font-weight: 700; | |||
word-wrap: break-word | |||
} | |||
.card-content { | |||
width: 313px; | |||
height: 50px; | |||
color: black; | |||
font-size: 14px; | |||
font-weight: 300; | |||
word-wrap: break-word | |||
} | |||
.card-action { | |||
align-self: stretch; | |||
justify-content: flex-start; | |||
align-items: center; | |||
gap: 6px; | |||
display: inline-flex; | |||
margin-top: 10px | |||
} | |||
.card-action-text { | |||
color: #1A50AD; | |||
font-size: 14px; | |||
font-weight: 600; | |||
word-wrap: break-word; | |||
margin-right: 10px | |||
} | |||
.card-arrow { | |||
fill: none; | |||
stroke: #1A50AD; | |||
stroke-width: 2; | |||
stroke-linecap: round; | |||
stroke-linejoin: round | |||
} | |||
div[class*="card"]:hover { | |||
cursor: pointer; | |||
animation: all 400ms ease-in-out; | |||
} | |||
body.mediawiki.page-Training_Training nav.breadcrumbtop,body.mediawiki.page-Training_Training div.firstTitle { | |||
display: none !important | |||
} | |||
body.mediawiki.page-Training_1000_Steps_Program nav.breadcrumbtop,body.mediawiki.page-Training_1000_Steps_Program div.firstTitle { | |||
display: none !important | |||
} | |||
body.mediawiki.page-Training_MDriven_Levels_Stars_Certificates nav.breadcrumbtop,body.mediawiki.page-Training_MDriven_Levels_Stars_Certificates div.firstTitle { | |||
display: none !important | |||
} | |||
body.mediawiki.page-Training_1000_Steps_Program nav.breadcrumbtop,body.mediawiki.page-Training_1000_Steps_Program div.firstTitle { | |||
display: none !important | |||
} | |||
body.mediawiki.page-BestPractices_Best_Practices nav.breadcrumbtop,body.mediawiki.page-BestPractices_Best_Practices div.firstTitle { | |||
display: none !important | |||
} | |||
body.mediawiki.page-Documentation_Model_Examples nav.breadcrumbtop,body.mediawiki.page-Documentation_Model_Examples div.firstTitle { | |||
display: none !important | |||
} | |||
body.mediawiki.page-Glossary nav.breadcrumbtop,body.mediawiki.page-Glossary div.firstTitle { | |||
display: none !important | |||
} | |||
body.mediawiki.page-Documentation_Q_and_A nav.breadcrumbtop,body.mediawiki.page-Documentation_Q_and_A div.firstTitle { | |||
display: none !important | |||
} | |||
body.mediawiki.page-Training_Videos nav.breadcrumbtop,body.mediawiki.page-Training_Videos div.firstTitle { | |||
display: none !important | |||
} | |||
body.mediawiki.page-ReleaseNotes_Changelog-Framework nav.breadcrumbtop,body.mediawiki.page-ReleaseNotes_Changelog-Framework div.firstTitle { | |||
display: none !important | |||
} | |||
body.mediawiki.page-ReleaseNotes_Changelog-Designer nav.breadcrumbtop,body.mediawiki.page-ReleaseNotes_Changelog-Designer div.firstTitle { | |||
display: none !important | |||
} | |||
body.mediawiki.page-ReleaseNotes_Changelog-Server nav.breadcrumbtop,body.mediawiki.page-ReleaseNotes_Changelog-Server div.firstTitle { | |||
display: none !important | |||
} | |||
body.mediawiki.page-ReleaseNotes_Changelog-Turnkey nav.breadcrumbtop,body.mediawiki.page-ReleaseNotes_Changelog-Turnkey div.firstTitle { | |||
display: none !important | |||
} | |||
body.mediawiki.page-ReleaseNotes_ReleaseNotes nav.breadcrumbtop,body.mediawiki.page-ReleaseNotes_ReleaseNotes div.firstTitle { | |||
display: none !important | |||
} | |||
body.mediawiki.page-Training_Bootcamp nav.breadcrumbtop, | |||
body.mediawiki.page-Training_Bootcamp div.firstTitle { | |||
display: none !important; | |||
} | |||
body.mediawiki.page-Training_ModelCraft nav.breadcrumbtop, | |||
body.mediawiki.page-Training_ModelCraft div.firstTitle { | |||
display: none !important; | |||
} | |||
body.mediawiki.page-Training_Bootcamp_Start nav.breadcrumbtop, | |||
body.mediawiki.page-Training_Bootcamp_Start div.firstTitle, | |||
body.mediawiki.page-Training_Bootcamp_Start_Levels nav.breadcrumbtop, | |||
body.mediawiki.page-Training_Bootcamp_Start_Levels div.firstTitle, | |||
body.mediawiki.page-Training_Bootcamp_Start_Levels_Beginner nav.breadcrumbtop, | |||
body.mediawiki.page-Training_Bootcamp_Start_Levels_Beginner div.firstTitle, | |||
body.mediawiki.page-Training_Bootcamp_Start_Levels_Intermediate nav.breadcrumbtop, | |||
body.mediawiki.page-Training_Bootcamp_Start_Levels_Intermediate div.firstTitle, | |||
body.mediawiki.page-Training_Bootcamp_Start_Levels_Experienced nav.breadcrumbtop, | |||
body.mediawiki.page-Training_Bootcamp_Start_Levels_Experienced div.firstTitle { | |||
display: none !important; | |||
} | |||
body.user-anon div#p-contentnavigation { | |||
display: none !important | |||
} | |||
.mobile-menu-button { | |||
display: none; | |||
background-color: #333; | |||
color: white; | |||
padding: 10px 20px; | |||
border: none; | |||
width: 50px; | |||
height: 50px; | |||
justify-content: center; | |||
align-items: center | |||
} | |||
#navMenu.collapsible-menu { | |||
display: block; | |||
background-color: #F3F6F9; | |||
padding: 20px 16px; | |||
padding-left: 25px; | |||
} | |||
#navMenu > *.menu-section { | |||
margin-left: 0px !important; | |||
} | |||
#navMenu #namespaceTitle { | |||
margin: 0 !important; | |||
} | |||
#navMenu #searchContainer { | |||
width: 100% !important; | |||
} | |||
#navMenu .search-input { | |||
padding-left: 30px !important; | |||
margin-left: 0px !important; | |||
} | |||
#navMenu #searchIcon { | |||
left: 10px !important; | |||
top: 10px !important; | |||
font-size: 14px; | |||
} | |||
@media screen and (max-width: 814px) { | |||
.mobile-menu-button { | |||
display:block | |||
} | |||
#navMenu.collapsible-menu { | |||
display: none | |||
} | |||
} | |||
body.ns-special .mw-body,body.action-edit .mw-body,body.ns-MediaWiki .mw-body { | |||
padding-left: 20px !important | |||
} | |||
.menu-item a,.menu-header,.submenu li a { | |||
transition: background-color 0.3s ease | |||
} | |||
.menu-header:hover,.submenu li a:hover,.menu-item a.active,.menu-header.active { | |||
background-color: #e0e0e0; | |||
cursor: pointer; | |||
border-radius: 5px; | |||
transition: background-color 0.4s ease-in-out; | |||
} | |||
#navMenu .menu-item { | |||
margin: 4px 0; | |||
border-radius: 5px; | |||
transition: background-color 0.4s ease-in-out; | |||
line-height: 1.125; | |||
} | |||
#navMenu .menu-item:hover { | |||
/* background-color: #d3d3d3 */ | |||
} | |||
#navMenu .menu-item.current-page { | |||
background-color: #d3d3d3 | |||
} | |||
#navMenu .menu-item a { | |||
color: black; | |||
text-decoration: none; | |||
display: block; | |||
font-size: 14px !important; | |||
padding: 4px; | |||
padding-left: 8px; | |||
} | |||
@media (min-width: 768px) { | |||
#navMenu { | |||
position:sticky; | |||
top: 0; | |||
height: 100vh; | |||
overflow-y: auto | |||
} | |||
body.scroll #navMenu,body.scroll #mw-content-text { | |||
height: auto; | |||
overflow-y: visible | |||
} | |||
body.ns-special #mw-content-text,body.ns-8 #mw-content-text { | |||
overflow-y: visible; | |||
height: auto | |||
} | |||
} | |||
.mobile-top-bar { | |||
background-color: #333 | |||
} | |||
body.ns-3002 #navMenu,body.ns-3002 #catlinks,body.ns-3002 .custom-footer-bg.row,body.ns-3002 .custom-header.row,body.ns-3002 .mobile-menu-button { | |||
display: none !important | |||
} | |||
#toc .toctitle h2 { | |||
font-size: 18px; | |||
margin-bottom: 10px; | |||
text-align: center | |||
} | |||
#toc ul { | |||
list-style: none; | |||
padding: 0 | |||
} | |||
#toc li a { | |||
color: #0060A0; | |||
text-decoration: none; | |||
display: block; | |||
padding: 5px | |||
} | |||
#toc li a:hover,#toc li a:focus { | |||
background-color: #e0e0e0; | |||
border-radius: 4px | |||
} | |||
#toctogglecheckbox,.toctogglelabel,.toctogglespan::before,.toctogglespan::after { | |||
display: none | |||
} | |||
#toc .tocnumber { | |||
display: none | |||
} | |||
@media screen and (max-width: 767px) { | |||
#toc { | |||
display:none | |||
} | |||
.has-toc .mw-body-content { | |||
padding-right: 0 | |||
} | |||
} | |||
.toc .toctitle { | |||
text-align: left !important | |||
} | |||
.toc { | |||
border: none !important; | |||
padding-top: 20px !important | |||
} | |||
@media screen and (max-width: 768px) { | |||
#searchContainer { | |||
width:80vw | |||
} | |||
.menu-header,.menu-item { | |||
font-size: 4vw | |||
} | |||
#namespaceTitle,.menu-header { | |||
margin-left: 5vw | |||
} | |||
} | |||
@media screen and (max-width: 480px) { | |||
#searchContainer { | |||
width:90vw | |||
} | |||
.menu-header,.menu-item { | |||
font-size: 5vw | |||
} | |||
#namespaceTitle,.menu-header { | |||
margin-left: 0vw | |||
} | |||
} | |||
@media screen and (max-width: 768px) { | |||
#contentContainer.show-nav-menu #navMenu { | |||
flex:0 0 90% !important; | |||
background-color: #F3F6F9 !important; | |||
overflow-y: auto !important | |||
} | |||
#contentContainer.show-nav-menu #bodyContent { | |||
flex-grow: 1 !important; | |||
padding: 20px !important; | |||
width: 70% !important | |||
} | |||
pre { | |||
width: 100% !important | |||
} | |||
} | |||
/** body.action-edit #navMenu,html.ve-activated.ve-active #navMenu { | |||
display: none | |||
} **/ | |||
.vd-icon { | |||
position: absolute; | |||
right: 10px; | |||
font-size: 28px; | |||
color: #1677d2; | |||
opacity: 0.35 | |||
} | |||
a.video-playlist { | |||
font-weight: 500; | |||
font-size: 16px; | |||
color: black; | |||
text-decoration: none; | |||
padding: 15px 16px; | |||
height: 90px; | |||
width: 180px; | |||
border-left: 8px solid #1677d2 !important; | |||
margin: 24px 12px; | |||
border-radius: 4px; | |||
display: inline-flex; | |||
flex-direction: column; | |||
border: 1px solid #0000000d; | |||
box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14),0 3px 1px -2px rgba(0,0,0,0.2),0 1px 5px 0 rgba(0,0,0,0.12); | |||
transition: all 200ms ease-in-out; | |||
position: relative | |||
} | |||
.video-playlist p { | |||
margin-bottom: 6px; | |||
max-width: 160px | |||
} | |||
.video-playlist p:first-of-type { | |||
font-weight: bold | |||
} | |||
a.video-playlist--green { | |||
border-left: 8px solid green !important | |||
} | |||
.video-playlist--green i { | |||
color: green | |||
} | |||
a.video-playlist--orange { | |||
border-left: 8px solid #f59c1a !important | |||
} | |||
.video-playlist--orange i { | |||
color: #f59c1a | |||
} | |||
.playlist-desc { | |||
font-size: 12px; | |||
font-weight: 400; | |||
line-height: 1.5em; | |||
color: #707070; | |||
margin-top: 0px | |||
} | |||
a.video-playlist:hover { | |||
box-shadow: 0 1px 3px 1px rgba(60,64,67,.2),0 2px 8px 4px rgba(60,64,67,.1) | |||
} | |||
.page-Video_Materials .mw-body a.external { | |||
color: black; | |||
text-decoration: none | |||
} | |||
.video { | |||
display: flex; | |||
flex-direction: column; | |||
flex-basis: 100%; | |||
flex-wrap: wrap; | |||
margin: 10px auto | |||
} | |||
.video__wrapper { | |||
flex-grow: 1; | |||
flex-shrink: 0; | |||
flex-basis: 65%; | |||
max-width: 760px | |||
} | |||
.video__wrapper iframe { | |||
display: block; | |||
width: 100%; | |||
height: 300px | |||
} | |||
.video__navigation { | |||
padding: 0px 10px 10px 0px; | |||
display: flex; | |||
flex-direction: column; | |||
flex-grow: 0.3; | |||
flex-shrink: 0; | |||
flex-basis: 35%; | |||
overflow-y: auto; | |||
max-width: 210px | |||
} | |||
.navigation-item { | |||
padding-right: 30px; | |||
position: relative; | |||
font-size: 16px; | |||
font-weight: 400; | |||
letter-spacing: 0.025em; | |||
outline: none; | |||
transition: color 300ms ease-out | |||
} | |||
.navigation-item.sub { | |||
margin-left: 20px; | |||
font-size: 14px | |||
} | |||
.navigation-item+.navigation-item { | |||
margin-top: 10px | |||
} | |||
.navigation-item:hover { | |||
color: #f59c1a; | |||
cursor: pointer | |||
} | |||
.navigation-item:first-child { | |||
font-size: 18px; | |||
font-weight: 700 | |||
} | |||
.navigation-item.active { | |||
font-weight: 700; | |||
color: #f59c1a | |||
} | |||
.navigation-item.active::before { | |||
content: ''; | |||
display: inline-block; | |||
width: 10px; | |||
height: 10px; | |||
border-radius: 50%; | |||
background-color: #f59c1a | |||
} | |||
.video-warn { | |||
color: #adadad; | |||
text-align: justify; | |||
font-style: italic | |||
} | |||
@media (min-width: 768px) { | |||
.video__wrapper iframe { | |||
height:350px | |||
} | |||
.video__navigation { | |||
max-height: 350px | |||
} | |||
.navigation-item { | |||
font-size: 14px | |||
} | |||
} | |||
@media (min-width: 992px) { | |||
.video { | |||
flex-direction:row; | |||
flex-wrap: nowrap | |||
} | |||
.video__wrapper iframe { | |||
height: 400px | |||
} | |||
.video__navigation { | |||
padding: 0px 10px 10px 30px; | |||
max-height: 400px | |||
} | |||
.navigation-item { | |||
font-size: 16px | |||
} | |||
.mw-body { | |||
margin-bottom: unset; | |||
} | |||
} | |||
@media (min-width: 1200px) { | |||
.video__wrapper iframe { | |||
height:450px | |||
} | |||
.video__navigation { | |||
max-height: 450px | |||
} | |||
} | |||
.bs-extendedsearch-result-container.redirect { | |||
display: none | |||
} | |||
#mw-content-text::-webkit-scrollbar { | |||
width: 10px; | |||
background-color: #f9f9f9 | |||
} | |||
#mw-content-text::-webkit-scrollbar-thumb { | |||
background-color: #646464; | |||
border-radius: 5px; | |||
border: 2px solid #f9f9f9 | |||
} | |||
#mw-content-text::-webkit-scrollbar-thumb:hover { | |||
background-color: #555 | |||
} | |||
#mw-content-text::-webkit-scrollbar-corner { | |||
background-color: #f9f9f9 | |||
} | |||
/*.mw-parser-output > *:first-child {*/ | |||
/* margin-right: 200px */ | |||
/* display: none;*/ | |||
/*}*/ | |||
.bs-extendedsearch-result-original-title { | |||
display: none !important | |||
} | |||
.bs-extendedsearch-result-container .bs-extendedsearch-result-image { | |||
display: none | |||
} | |||
.bs-extendedsearch-filter-button-button { | |||
background-color: #2779F6 !important; | |||
color: white; | |||
border: 2px solid transparent; | |||
padding: 10px 20px; | |||
font-weight: bold; | |||
transition: all 0.3s ease | |||
} | |||
.bs-extendedsearch-filter-button-button:hover { | |||
background-color: #0056b3; | |||
color: #ffdd57; | |||
border-color: #ffdd57; | |||
transform: scale(1.05); | |||
cursor: pointer | |||
} | |||
.bs-extendedsearch-searchbar-clear { | |||
display: none !important | |||
} | |||
.page-Special_SearchCenter .bs-extendedsearch-filter-button-button::after { | |||
content: "\f078"; | |||
font-family: 'Font Awesome 5 Free'; | |||
font-weight: 900; | |||
margin-left: 5px | |||
} | |||
body.page-Special_SearchCenter { | |||
overflow-x: hidden !important | |||
} | |||
.direct-link-item { | |||
color: black; | |||
text-decoration: none; | |||
font-weight: 600; | |||
} | |||
.menu-item { | |||
display: block; | |||
padding-left: 8px !important; | |||
color: black; | |||
text-decoration: none | |||
} | |||
.menu-item a:hover { | |||
text-decoration: none | |||
} | |||
#flexContainer >*:first-of-type:not(#mainContent) { | |||
max-width: 360px !important; | |||
} | |||
#mainContent { | |||
max-width: 1000px !important; | |||
padding: 20px 40px !important; | |||
} | |||
body, .ve-init-mw-desktopArticleTarget-container, .codeEditorContainer { | |||
font-family: 'Outfit', sans-serif !important; | |||
} | |||
p { | |||
margin-top: .5rem; | |||
margin-bottom: .5rem; | |||
} | |||
.firstTitle { | |||
margin-bottom: 8px !important; | |||
} | |||
.oo-ui-searchWidget-results { | |||
display: none; | |||
} | |||
.enlargeable { | |||
cursor: pointer; | |||
transition: transform 0.3s ease, box-shadow 0.3s ease; | |||
} | |||
.enlargeable.enlarged { | |||
position: fixed; | |||
top: 50%; | |||
left: 50%; | |||
transform: translate(-50%, -50%) scale(2); | |||
box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); | |||
z-index: 9999; | |||
} | |||
.darken-overlay { | |||
position: fixed; | |||
top: 0; | |||
left: 0; | |||
width: 100%; | |||
height: 100%; | |||
background-color: rgba(0, 0, 0, 0.8); | |||
z-index: 9998; | |||
display: none; | |||
} | |||
.editable-box-content:not(.unique-editable-box .editable-box-content) { | |||
display: none; | |||
} | |||
.unique-editable-box { | |||
background: #FFF8C6; | |||
padding: 10px; | |||
max-height: 360px; | |||
overflow-y: auto; | |||
margin-bottom: 10px; | |||
} | |||
.image-overlay { | |||
display: none; | |||
} | |||
.d-hotline { | |||
background-color: #112B3C !important; | |||
} | |||
.nutshell-box { | |||
background: #fffde7; | |||
border: 1px solid #ffe082; | |||
padding: 1em 1em 1em 1.5em; | |||
border-radius: 8px; | |||
margin: 1em 0; | |||
font-size: 1.1em; | |||
box-shadow: 0 2px 8px rgba(0,0,0,0.05); | |||
display: flex; | |||
align-items: center; | |||
gap: 0.75em; | |||
} | |||
.nutshell-icon { | |||
flex-shrink: 0; | |||
font-size: 1.4em; | |||
display: flex; | |||
align-items: center; | |||
} | |||
.nutshell-content { | |||
display: flex; | |||
align-items: center; | |||
} | |||
.nutshell-tags { | |||
margin: 0.5em 0 1em 0; | |||
color: #888; | |||
font-size: 0.96em; | |||
background: #fffae0; | |||
border-left: 4px solid #ffe082; | |||
padding: 0.5em 1em; | |||
border-radius: 4px; | |||
} | |||
/* Nutshell Tags Extension - Beautiful Styling */ | |||
/* Nutshell Box Container */ | |||
.nutshell-box { | |||
display: flex; | |||
align-items: flex-start; | |||
background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%); | |||
border: 1px solid rgba(0, 0, 0, 0.1); | |||
border-radius: 12px; | |||
padding: 20px 24px; | |||
margin: 16px 0; | |||
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.07), | |||
0 1px 3px rgba(0, 0, 0, 0.06); | |||
transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1); | |||
position: relative; | |||
overflow: hidden; | |||
} | |||
/* Subtle gradient overlay */ | |||
.nutshell-box::before { | |||
content: ''; | |||
position: absolute; | |||
top: 0; | |||
left: 0; | |||
right: 0; | |||
bottom: 0; | |||
background: radial-gradient(circle at top right, rgba(255, 215, 0, 0.1) 0%, transparent 50%); | |||
pointer-events: none; | |||
} | |||
/* Hover effect */ | |||
.nutshell-box:hover { | |||
transform: translateY(-2px); | |||
box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1), | |||
0 3px 6px rgba(0, 0, 0, 0.08); | |||
} | |||
/* Lightbulb Icon */ | |||
.nutshell-icon { | |||
flex-shrink: 0; | |||
display: inline-flex; | |||
align-items: center; | |||
justify-content: center; | |||
width: 32px; | |||
height: 32px; | |||
margin-right: 12px; | |||
background: rgba(255, 215, 0, 0.2); | |||
border-radius: 50%; | |||
padding: 5px; | |||
animation: gentle-glow 3s ease-in-out infinite; | |||
} | |||
.nutshell-icon svg { | |||
filter: drop-shadow(0 2px 4px rgba(255, 215, 0, 0.3)); | |||
transition: transform 0.3s ease; | |||
} | |||
.nutshell-box:hover .nutshell-icon svg { | |||
transform: scale(1.1) rotate(5deg); | |||
} | |||
/* Gentle glow animation */ | |||
@keyframes gentle-glow { | |||
0%, 100% { | |||
box-shadow: 0 0 10px rgba(255, 215, 0, 0.4); | |||
} | |||
50% { | |||
box-shadow: 0 0 20px rgba(255, 215, 0, 0.6); | |||
} | |||
} | |||
/* "In a nutshell..." text */ | |||
.nutshell-intro { | |||
color: #2c3e50; | |||
font-size: 1.1em; | |||
letter-spacing: 0.02em; | |||
margin-right: 6px; | |||
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05); | |||
} | |||
/* Content area */ | |||
.nutshell-content { | |||
color: #34495e; | |||
line-height: 1.6; | |||
font-size: 1.05em; | |||
flex: 1; | |||
position: relative; | |||
z-index: 1; | |||
} | |||
/* Tags Container */ | |||
.nutshell-tags { | |||
background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); | |||
color: #ffffff; | |||
border-radius: 8px; | |||
padding: 12px 18px; | |||
margin: 12px 0; | |||
font-size: 0.95em; | |||
box-shadow: 0 3px 8px rgba(102, 126, 234, 0.3); | |||
display: inline-block; | |||
position: relative; | |||
overflow: hidden; | |||
transition: all 0.3s ease; | |||
} | |||
/* Tags gradient shine effect */ | |||
.nutshell-tags::after { | |||
content: ''; | |||
position: absolute; | |||
top: -50%; | |||
left: -50%; | |||
width: 200%; | |||
height: 200%; | |||
background: linear-gradient( | |||
45deg, | |||
transparent 30%, | |||
rgba(255, 255, 255, 0.2) 50%, | |||
transparent 70% | |||
); | |||
transform: rotate(45deg) translateX(-100%); | |||
transition: transform 0.6s; | |||
} | |||
.nutshell-tags:hover::after { | |||
transform: rotate(45deg) translateX(100%); | |||
} | |||
.nutshell-tags:hover { | |||
transform: translateY(-1px); | |||
box-shadow: 0 5px 15px rgba(102, 126, 234, 0.4); | |||
} | |||
/* Tags label */ | |||
.nutshell-tags b { | |||
font-weight: 600; | |||
margin-right: 8px; | |||
opacity: 0.9; | |||
} | |||
/* Individual tag links inside tags container */ | |||
.nutshell-tags a { | |||
color: #ffffff !important; | |||
text-decoration: none; | |||
padding: 2px 8px; | |||
margin: 0 4px; | |||
background: rgba(255, 255, 255, 0.15); | |||
border-radius: 4px; | |||
transition: all 0.2s ease; | |||
display: inline-block; | |||
} | |||
.nutshell-tags a:hover { | |||
background: rgba(255, 255, 255, 0.25); | |||
transform: scale(1.05); | |||
} | |||
/* Dark mode support */ | |||
@media (prefers-color-scheme: dark) { | |||
.nutshell-box { | |||
background: linear-gradient(135deg, #1e3c72 0%, #2a5298 100%); | |||
border-color: rgba(255, 255, 255, 0.1); | |||
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3), | |||
0 1px 3px rgba(0, 0, 0, 0.2); | |||
} | |||
.nutshell-icon { | |||
background: rgba(255, 215, 0, 0.3); | |||
} | |||
.nutshell-intro { | |||
color: #ecf0f1; | |||
} | |||
.nutshell-content { | |||
color: #bdc3c7; | |||
} | |||
.nutshell-tags { | |||
background: linear-gradient(135deg, #434343 0%, #000000 100%); | |||
box-shadow: 0 3px 8px rgba(0, 0, 0, 0.5); | |||
} | |||
} | |||
/* Responsive design */ | |||
@media (max-width: 768px) { | |||
.nutshell-box { | |||
padding: 16px 20px; | |||
margin: 12px 0; | |||
} | |||
.nutshell-icon { | |||
width: 28px; | |||
height: 28px; | |||
margin-right: 10px; | |||
} | |||
.nutshell-icon svg { | |||
width: 18px; | |||
height: 18px; | |||
} | |||
.nutshell-intro { | |||
font-size: 1em; | |||
} | |||
.nutshell-content { | |||
font-size: 1em; | |||
} | |||
.nutshell-tags { | |||
padding: 10px 16px; | |||
font-size: 0.9em; | |||
} | |||
} | |||
/* Print styles */ | |||
@media print { | |||
.nutshell-box { | |||
background: #f8f9fa !important; | |||
border: 1px solid #dee2e6 !important; | |||
box-shadow: none !important; | |||
} | |||
.nutshell-icon { | |||
background: transparent !important; | |||
animation: none !important; | |||
} | |||
.nutshell-tags { | |||
background: #f8f9fa !important; | |||
color: #212529 !important; | |||
border: 1px solid #dee2e6 !important; | |||
box-shadow: none !important; | |||
} | |||
.nutshell-tags a { | |||
color: #212529 !important; | |||
} | |||
} | |||
/* Accessibility improvements */ | |||
@media (prefers-reduced-motion: reduce) { | |||
.nutshell-box, | |||
.nutshell-icon svg, | |||
.nutshell-tags, | |||
.nutshell-tags a { | |||
transition: none; | |||
} | |||
.nutshell-icon { | |||
animation: none; | |||
} | |||
.nutshell-tags::after { | |||
display: none; | |||
} | |||
} | |||
/* High contrast mode support */ | |||
@media (prefers-contrast: high) { | |||
.nutshell-box { | |||
background: #ffffff; | |||
border: 2px solid #000000; | |||
} | |||
.nutshell-intro, | |||
.nutshell-content { | |||
color: #000000; | |||
} | |||
.nutshell-tags { | |||
background: #000000; | |||
color: #ffffff; | |||
border: 2px solid #ffffff; | |||
} | |||
} | } |
Latest revision as of 13:02, 2 June 2025
This page was created by Alexandra on 2017-05-19. Last edited by Edgar on 2025-06-02.
.custom-header {
background-color: #112B3C;
height: 68px;
width: 100%
}
h2, h3 {
margin-top: 1rem;
}
#p-personal .p-personal-tools,.p-personal .p-personal-tools {
text-align: center !important;
margin-left: 36px;
}
#p-personal .p-personal-tools > *, .p-personal .p-personal-tools > * {
margin-bottom: 0;
}
#p-personal .p-personal-tools a,.p-personal .p-personal-tools a {
color: white !important
}
#pt-userdashboard,#pt-pageassignments {
display: none
}
.row {
margin-right: 0 !important;
margin-left: 0 !important
}
.searchbar-autocomplete-results {
top: 70px !important
}
.custom-footer-bg {
background-color: #111827;
height: 100%
}
#user-info {
visibility: hidden
}
#user-info.ready {
visibility: visible
}
body.page-Main_Page .firstHeading {
display: none
}
@font-face {
font-family: 'Outfit';
src: url(https://wiki.mdriven.net/resources/outfit/Outfit-Thin.ttf) format('truetype');
font-weight: 100;
font-style: normal
}
@font-face {
font-family: 'Outfit';
src: url(/resources/outfit/Outfit-ExtraLight.ttf) format('truetype');
font-weight: 200;
font-style: normal
}
@font-face {
font-family: 'Outfit';
src: url(/resources/outfit/Outfit-Light.ttf) format('truetype');
font-weight: 300;
font-style: normal
}
@font-face {
font-family: 'Outfit';
src: url(/resources/outfit/Outfit-Regular.ttf) format('truetype');
font-weight: 400;
font-style: normal
}
@font-face {
font-family: 'Outfit';
src: url(/resources/outfit/Outfit-Medium.ttf) format('truetype');
font-weight: 500;
font-style: normal
}
@font-face {
font-family: 'Outfit';
src: url(/resources/outfit/Outfit-SemiBold.ttf) format('truetype');
font-weight: 600;
font-style: normal
}
@font-face {
font-family: 'Outfit';
src: url(/resources/outfit/Outfit-Bold.ttf) format('truetype');
font-weight: 700;
font-style: normal
}
@font-face {
font-family: 'Outfit';
src: url(/resources/outfit/Outfit-ExtraBold.ttf) format('truetype');
font-weight: 800;
font-style: normal
}
@font-face {
font-family: 'Outfit';
src: url(/resources/outfit/Outfit-Black.ttf) format('truetype');
font-weight: 900;
font-style: normal
}
body {
font-family: 'Outfit', sans-serif !important;
}
/* @media (max-width: 768px) {
.search-bar {
display:none !important
}
} */
.offcanvas-right {
position: fixed;
top: 0;
right: -250px;
width: 250px;
height: 100%;
background-color: #112B3C;
overflow-y: auto;
transition: right 0.3s;
z-index: 1000
}
.offcanvas-right.show {
right: 0
}
.offcanvas-right ul.p-personal-tools {
list-style-type: none;
padding: 0
}
.offcanvas-right ul.p-personal-tools li {
margin-bottom: 15px
}
.offcanvas-right ul.p-personal-tools li a {
color: #ffffff;
text-decoration: none;
font-size: 18px;
display: block;
transition: background-color 0.3s
}
.offcanvas-right ul.p-personal-tools li a:hover {
background-color: #1C4E63
}
#contentContainer.show-nav-menu {
display: flex
}
#contentContainer.show-nav-menu #navMenu {
flex: 0 0 300px;
background-color: #F3F6F9;
overflow-y: auto
}
#contentContainer.show-nav-menu #bodyContent {
flex-grow: 1;
padding: 20px
}
#contentContainer.show-nav-menu .collapsible-menu .menu-item .submenu {
display: none
}
#contentContainer.show-nav-menu .collapsible-menu .menu-item .menu-toggle {
cursor: pointer
}
.menu-section {
font-size: 16px !important;
margin-left: 16px !important;
}
.menu-header {
cursor: pointer;
font-size: 16px !important;
margin: 8px 0;
}
.menu-header i {
margin-right: 6px !important;
font-size: 12px;
}
.submenu {
display: none;
list-style: none;
padding: 0;
margin: 0
}
.submenu li {
padding: 0px
}
.close-button {
font-size: 2em;
background: none;
border: none;
position: absolute;
top: 10px;
right: 10px;
cursor: pointer;
color: white;
}
#offcanvas-toggler {
color: white;
}
@media (max-width: 1140px) and (min-width: 768px) {
.custom-header {
display: flex;
padding: 8px 16px;
height: fit-content;
flex-wrap: wrap;
flex-direction: row;
justify-content: space-between;
}
.custom-header div:nth-child(2) {
width: 100%;
order: 3;
flex-basis: 100%;
}
#p-personal .p-personal-tools,.p-personal .p-personal-tools {
margin-left: 0px;
gap: 24px;
padding: 10px 0;
}
#p-personal .p-personal-tools > *, .p-personal .p-personal-tools > * {
margin-left: 0;
margin-right: 0;
}
}
@media (max-width: 767px) {
.custom-header {
display: flex;
height: fit-content;
padding: 8px 16px;
flex-wrap: wrap;
flex-direction: row;
justify-content: space-between;
}
.custom-header div:nth-child(2) {
flex-basis: fit-content;
/* justify-content: center; */
}
.custom-header div:nth-child(1):not(.p-personal) {
width: fit-content;
margin-top: 0px !important;
}
#p-personal .p-personal-tools,.p-personal .p-personal-tools {
margin-top:70px
}
#p-personal {
height:0;
}
#offcanvas-menu .p-personal-tools {
flex-direction: column !important;
flex-wrap: nowrap !important;
align-items: flex-start;
margin-left: 16px;
gap: 16px;
}
.search-bar {
flex-basis: 100%;
padding: 10px 12px;
}
}
.card {
width: 361px;
height: 183px;
padding: 24px;
background: #F3F6F9;
border-radius: 6px;
flex-direction: column;
justify-content: center;
align-items: flex-start;
gap: 10px;
display: inline-flex
}
.card-header {
flex-direction: column;
justify-content: center;
align-items: flex-start;
gap: 4px;
display: flex;
margin-top: 10px
}
.card-header-title {
color: #44546F;
font-size: 14px;
font-weight: 400;
word-wrap: break-word
}
.card-header-subtitle {
color: #112B3C;
font-size: 20px;
font-weight: 700;
word-wrap: break-word
}
.card-content {
width: 313px;
height: 50px;
color: black;
font-size: 14px;
font-weight: 300;
word-wrap: break-word
}
.card-action {
align-self: stretch;
justify-content: flex-start;
align-items: center;
gap: 6px;
display: inline-flex;
margin-top: 10px
}
.card-action-text {
color: #1A50AD;
font-size: 14px;
font-weight: 600;
word-wrap: break-word;
margin-right: 10px
}
.card-arrow {
fill: none;
stroke: #1A50AD;
stroke-width: 2;
stroke-linecap: round;
stroke-linejoin: round
}
div[class*="card"]:hover {
cursor: pointer;
animation: all 400ms ease-in-out;
}
body.mediawiki.page-Training_Training nav.breadcrumbtop,body.mediawiki.page-Training_Training div.firstTitle {
display: none !important
}
body.mediawiki.page-Training_1000_Steps_Program nav.breadcrumbtop,body.mediawiki.page-Training_1000_Steps_Program div.firstTitle {
display: none !important
}
body.mediawiki.page-Training_MDriven_Levels_Stars_Certificates nav.breadcrumbtop,body.mediawiki.page-Training_MDriven_Levels_Stars_Certificates div.firstTitle {
display: none !important
}
body.mediawiki.page-Training_1000_Steps_Program nav.breadcrumbtop,body.mediawiki.page-Training_1000_Steps_Program div.firstTitle {
display: none !important
}
body.mediawiki.page-BestPractices_Best_Practices nav.breadcrumbtop,body.mediawiki.page-BestPractices_Best_Practices div.firstTitle {
display: none !important
}
body.mediawiki.page-Documentation_Model_Examples nav.breadcrumbtop,body.mediawiki.page-Documentation_Model_Examples div.firstTitle {
display: none !important
}
body.mediawiki.page-Glossary nav.breadcrumbtop,body.mediawiki.page-Glossary div.firstTitle {
display: none !important
}
body.mediawiki.page-Documentation_Q_and_A nav.breadcrumbtop,body.mediawiki.page-Documentation_Q_and_A div.firstTitle {
display: none !important
}
body.mediawiki.page-Training_Videos nav.breadcrumbtop,body.mediawiki.page-Training_Videos div.firstTitle {
display: none !important
}
body.mediawiki.page-ReleaseNotes_Changelog-Framework nav.breadcrumbtop,body.mediawiki.page-ReleaseNotes_Changelog-Framework div.firstTitle {
display: none !important
}
body.mediawiki.page-ReleaseNotes_Changelog-Designer nav.breadcrumbtop,body.mediawiki.page-ReleaseNotes_Changelog-Designer div.firstTitle {
display: none !important
}
body.mediawiki.page-ReleaseNotes_Changelog-Server nav.breadcrumbtop,body.mediawiki.page-ReleaseNotes_Changelog-Server div.firstTitle {
display: none !important
}
body.mediawiki.page-ReleaseNotes_Changelog-Turnkey nav.breadcrumbtop,body.mediawiki.page-ReleaseNotes_Changelog-Turnkey div.firstTitle {
display: none !important
}
body.mediawiki.page-ReleaseNotes_ReleaseNotes nav.breadcrumbtop,body.mediawiki.page-ReleaseNotes_ReleaseNotes div.firstTitle {
display: none !important
}
body.mediawiki.page-Training_Bootcamp nav.breadcrumbtop,
body.mediawiki.page-Training_Bootcamp div.firstTitle {
display: none !important;
}
body.mediawiki.page-Training_ModelCraft nav.breadcrumbtop,
body.mediawiki.page-Training_ModelCraft div.firstTitle {
display: none !important;
}
body.mediawiki.page-Training_Bootcamp_Start nav.breadcrumbtop,
body.mediawiki.page-Training_Bootcamp_Start div.firstTitle,
body.mediawiki.page-Training_Bootcamp_Start_Levels nav.breadcrumbtop,
body.mediawiki.page-Training_Bootcamp_Start_Levels div.firstTitle,
body.mediawiki.page-Training_Bootcamp_Start_Levels_Beginner nav.breadcrumbtop,
body.mediawiki.page-Training_Bootcamp_Start_Levels_Beginner div.firstTitle,
body.mediawiki.page-Training_Bootcamp_Start_Levels_Intermediate nav.breadcrumbtop,
body.mediawiki.page-Training_Bootcamp_Start_Levels_Intermediate div.firstTitle,
body.mediawiki.page-Training_Bootcamp_Start_Levels_Experienced nav.breadcrumbtop,
body.mediawiki.page-Training_Bootcamp_Start_Levels_Experienced div.firstTitle {
display: none !important;
}
body.user-anon div#p-contentnavigation {
display: none !important
}
.mobile-menu-button {
display: none;
background-color: #333;
color: white;
padding: 10px 20px;
border: none;
width: 50px;
height: 50px;
justify-content: center;
align-items: center
}
#navMenu.collapsible-menu {
display: block;
background-color: #F3F6F9;
padding: 20px 16px;
padding-left: 25px;
}
#navMenu > *.menu-section {
margin-left: 0px !important;
}
#navMenu #namespaceTitle {
margin: 0 !important;
}
#navMenu #searchContainer {
width: 100% !important;
}
#navMenu .search-input {
padding-left: 30px !important;
margin-left: 0px !important;
}
#navMenu #searchIcon {
left: 10px !important;
top: 10px !important;
font-size: 14px;
}
@media screen and (max-width: 814px) {
.mobile-menu-button {
display:block
}
#navMenu.collapsible-menu {
display: none
}
}
body.ns-special .mw-body,body.action-edit .mw-body,body.ns-MediaWiki .mw-body {
padding-left: 20px !important
}
.menu-item a,.menu-header,.submenu li a {
transition: background-color 0.3s ease
}
.menu-header:hover,.submenu li a:hover,.menu-item a.active,.menu-header.active {
background-color: #e0e0e0;
cursor: pointer;
border-radius: 5px;
transition: background-color 0.4s ease-in-out;
}
#navMenu .menu-item {
margin: 4px 0;
border-radius: 5px;
transition: background-color 0.4s ease-in-out;
line-height: 1.125;
}
#navMenu .menu-item:hover {
/* background-color: #d3d3d3 */
}
#navMenu .menu-item.current-page {
background-color: #d3d3d3
}
#navMenu .menu-item a {
color: black;
text-decoration: none;
display: block;
font-size: 14px !important;
padding: 4px;
padding-left: 8px;
}
@media (min-width: 768px) {
#navMenu {
position:sticky;
top: 0;
height: 100vh;
overflow-y: auto
}
body.scroll #navMenu,body.scroll #mw-content-text {
height: auto;
overflow-y: visible
}
body.ns-special #mw-content-text,body.ns-8 #mw-content-text {
overflow-y: visible;
height: auto
}
}
.mobile-top-bar {
background-color: #333
}
body.ns-3002 #navMenu,body.ns-3002 #catlinks,body.ns-3002 .custom-footer-bg.row,body.ns-3002 .custom-header.row,body.ns-3002 .mobile-menu-button {
display: none !important
}
#toc .toctitle h2 {
font-size: 18px;
margin-bottom: 10px;
text-align: center
}
#toc ul {
list-style: none;
padding: 0
}
#toc li a {
color: #0060A0;
text-decoration: none;
display: block;
padding: 5px
}
#toc li a:hover,#toc li a:focus {
background-color: #e0e0e0;
border-radius: 4px
}
#toctogglecheckbox,.toctogglelabel,.toctogglespan::before,.toctogglespan::after {
display: none
}
#toc .tocnumber {
display: none
}
@media screen and (max-width: 767px) {
#toc {
display:none
}
.has-toc .mw-body-content {
padding-right: 0
}
}
.toc .toctitle {
text-align: left !important
}
.toc {
border: none !important;
padding-top: 20px !important
}
@media screen and (max-width: 768px) {
#searchContainer {
width:80vw
}
.menu-header,.menu-item {
font-size: 4vw
}
#namespaceTitle,.menu-header {
margin-left: 5vw
}
}
@media screen and (max-width: 480px) {
#searchContainer {
width:90vw
}
.menu-header,.menu-item {
font-size: 5vw
}
#namespaceTitle,.menu-header {
margin-left: 0vw
}
}
@media screen and (max-width: 768px) {
#contentContainer.show-nav-menu #navMenu {
flex:0 0 90% !important;
background-color: #F3F6F9 !important;
overflow-y: auto !important
}
#contentContainer.show-nav-menu #bodyContent {
flex-grow: 1 !important;
padding: 20px !important;
width: 70% !important
}
pre {
width: 100% !important
}
}
/** body.action-edit #navMenu,html.ve-activated.ve-active #navMenu {
display: none
} **/
.vd-icon {
position: absolute;
right: 10px;
font-size: 28px;
color: #1677d2;
opacity: 0.35
}
a.video-playlist {
font-weight: 500;
font-size: 16px;
color: black;
text-decoration: none;
padding: 15px 16px;
height: 90px;
width: 180px;
border-left: 8px solid #1677d2 !important;
margin: 24px 12px;
border-radius: 4px;
display: inline-flex;
flex-direction: column;
border: 1px solid #0000000d;
box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14),0 3px 1px -2px rgba(0,0,0,0.2),0 1px 5px 0 rgba(0,0,0,0.12);
transition: all 200ms ease-in-out;
position: relative
}
.video-playlist p {
margin-bottom: 6px;
max-width: 160px
}
.video-playlist p:first-of-type {
font-weight: bold
}
a.video-playlist--green {
border-left: 8px solid green !important
}
.video-playlist--green i {
color: green
}
a.video-playlist--orange {
border-left: 8px solid #f59c1a !important
}
.video-playlist--orange i {
color: #f59c1a
}
.playlist-desc {
font-size: 12px;
font-weight: 400;
line-height: 1.5em;
color: #707070;
margin-top: 0px
}
a.video-playlist:hover {
box-shadow: 0 1px 3px 1px rgba(60,64,67,.2),0 2px 8px 4px rgba(60,64,67,.1)
}
.page-Video_Materials .mw-body a.external {
color: black;
text-decoration: none
}
.video {
display: flex;
flex-direction: column;
flex-basis: 100%;
flex-wrap: wrap;
margin: 10px auto
}
.video__wrapper {
flex-grow: 1;
flex-shrink: 0;
flex-basis: 65%;
max-width: 760px
}
.video__wrapper iframe {
display: block;
width: 100%;
height: 300px
}
.video__navigation {
padding: 0px 10px 10px 0px;
display: flex;
flex-direction: column;
flex-grow: 0.3;
flex-shrink: 0;
flex-basis: 35%;
overflow-y: auto;
max-width: 210px
}
.navigation-item {
padding-right: 30px;
position: relative;
font-size: 16px;
font-weight: 400;
letter-spacing: 0.025em;
outline: none;
transition: color 300ms ease-out
}
.navigation-item.sub {
margin-left: 20px;
font-size: 14px
}
.navigation-item+.navigation-item {
margin-top: 10px
}
.navigation-item:hover {
color: #f59c1a;
cursor: pointer
}
.navigation-item:first-child {
font-size: 18px;
font-weight: 700
}
.navigation-item.active {
font-weight: 700;
color: #f59c1a
}
.navigation-item.active::before {
content: '';
display: inline-block;
width: 10px;
height: 10px;
border-radius: 50%;
background-color: #f59c1a
}
.video-warn {
color: #adadad;
text-align: justify;
font-style: italic
}
@media (min-width: 768px) {
.video__wrapper iframe {
height:350px
}
.video__navigation {
max-height: 350px
}
.navigation-item {
font-size: 14px
}
}
@media (min-width: 992px) {
.video {
flex-direction:row;
flex-wrap: nowrap
}
.video__wrapper iframe {
height: 400px
}
.video__navigation {
padding: 0px 10px 10px 30px;
max-height: 400px
}
.navigation-item {
font-size: 16px
}
.mw-body {
margin-bottom: unset;
}
}
@media (min-width: 1200px) {
.video__wrapper iframe {
height:450px
}
.video__navigation {
max-height: 450px
}
}
.bs-extendedsearch-result-container.redirect {
display: none
}
#mw-content-text::-webkit-scrollbar {
width: 10px;
background-color: #f9f9f9
}
#mw-content-text::-webkit-scrollbar-thumb {
background-color: #646464;
border-radius: 5px;
border: 2px solid #f9f9f9
}
#mw-content-text::-webkit-scrollbar-thumb:hover {
background-color: #555
}
#mw-content-text::-webkit-scrollbar-corner {
background-color: #f9f9f9
}
/*.mw-parser-output > *:first-child {*/
/* margin-right: 200px */
/* display: none;*/
/*}*/
.bs-extendedsearch-result-original-title {
display: none !important
}
.bs-extendedsearch-result-container .bs-extendedsearch-result-image {
display: none
}
.bs-extendedsearch-filter-button-button {
background-color: #2779F6 !important;
color: white;
border: 2px solid transparent;
padding: 10px 20px;
font-weight: bold;
transition: all 0.3s ease
}
.bs-extendedsearch-filter-button-button:hover {
background-color: #0056b3;
color: #ffdd57;
border-color: #ffdd57;
transform: scale(1.05);
cursor: pointer
}
.bs-extendedsearch-searchbar-clear {
display: none !important
}
.page-Special_SearchCenter .bs-extendedsearch-filter-button-button::after {
content: "\f078";
font-family: 'Font Awesome 5 Free';
font-weight: 900;
margin-left: 5px
}
body.page-Special_SearchCenter {
overflow-x: hidden !important
}
.direct-link-item {
color: black;
text-decoration: none;
font-weight: 600;
}
.menu-item {
display: block;
padding-left: 8px !important;
color: black;
text-decoration: none
}
.menu-item a:hover {
text-decoration: none
}
#flexContainer >*:first-of-type:not(#mainContent) {
max-width: 360px !important;
}
#mainContent {
max-width: 1000px !important;
padding: 20px 40px !important;
}
body, .ve-init-mw-desktopArticleTarget-container, .codeEditorContainer {
font-family: 'Outfit', sans-serif !important;
}
p {
margin-top: .5rem;
margin-bottom: .5rem;
}
.firstTitle {
margin-bottom: 8px !important;
}
.oo-ui-searchWidget-results {
display: none;
}
.enlargeable {
cursor: pointer;
transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.enlargeable.enlarged {
position: fixed;
top: 50%;
left: 50%;
transform: translate(-50%, -50%) scale(2);
box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
z-index: 9999;
}
.darken-overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.8);
z-index: 9998;
display: none;
}
.editable-box-content:not(.unique-editable-box .editable-box-content) {
display: none;
}
.unique-editable-box {
background: #FFF8C6;
padding: 10px;
max-height: 360px;
overflow-y: auto;
margin-bottom: 10px;
}
.image-overlay {
display: none;
}
.d-hotline {
background-color: #112B3C !important;
}
.nutshell-box {
background: #fffde7;
border: 1px solid #ffe082;
padding: 1em 1em 1em 1.5em;
border-radius: 8px;
margin: 1em 0;
font-size: 1.1em;
box-shadow: 0 2px 8px rgba(0,0,0,0.05);
display: flex;
align-items: center;
gap: 0.75em;
}
.nutshell-icon {
flex-shrink: 0;
font-size: 1.4em;
display: flex;
align-items: center;
}
.nutshell-content {
display: flex;
align-items: center;
}
.nutshell-tags {
margin: 0.5em 0 1em 0;
color: #888;
font-size: 0.96em;
background: #fffae0;
border-left: 4px solid #ffe082;
padding: 0.5em 1em;
border-radius: 4px;
}
/* Nutshell Tags Extension - Beautiful Styling */
/* Nutshell Box Container */
.nutshell-box {
display: flex;
align-items: flex-start;
background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
border: 1px solid rgba(0, 0, 0, 0.1);
border-radius: 12px;
padding: 20px 24px;
margin: 16px 0;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.07),
0 1px 3px rgba(0, 0, 0, 0.06);
transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
position: relative;
overflow: hidden;
}
/* Subtle gradient overlay */
.nutshell-box::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: radial-gradient(circle at top right, rgba(255, 215, 0, 0.1) 0%, transparent 50%);
pointer-events: none;
}
/* Hover effect */
.nutshell-box:hover {
transform: translateY(-2px);
box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1),
0 3px 6px rgba(0, 0, 0, 0.08);
}
/* Lightbulb Icon */
.nutshell-icon {
flex-shrink: 0;
display: inline-flex;
align-items: center;
justify-content: center;
width: 32px;
height: 32px;
margin-right: 12px;
background: rgba(255, 215, 0, 0.2);
border-radius: 50%;
padding: 5px;
animation: gentle-glow 3s ease-in-out infinite;
}
.nutshell-icon svg {
filter: drop-shadow(0 2px 4px rgba(255, 215, 0, 0.3));
transition: transform 0.3s ease;
}
.nutshell-box:hover .nutshell-icon svg {
transform: scale(1.1) rotate(5deg);
}
/* Gentle glow animation */
@keyframes gentle-glow {
0%, 100% {
box-shadow: 0 0 10px rgba(255, 215, 0, 0.4);
}
50% {
box-shadow: 0 0 20px rgba(255, 215, 0, 0.6);
}
}
/* "In a nutshell..." text */
.nutshell-intro {
color: #2c3e50;
font-size: 1.1em;
letter-spacing: 0.02em;
margin-right: 6px;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
/* Content area */
.nutshell-content {
color: #34495e;
line-height: 1.6;
font-size: 1.05em;
flex: 1;
position: relative;
z-index: 1;
}
/* Tags Container */
.nutshell-tags {
background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
color: #ffffff;
border-radius: 8px;
padding: 12px 18px;
margin: 12px 0;
font-size: 0.95em;
box-shadow: 0 3px 8px rgba(102, 126, 234, 0.3);
display: inline-block;
position: relative;
overflow: hidden;
transition: all 0.3s ease;
}
/* Tags gradient shine effect */
.nutshell-tags::after {
content: '';
position: absolute;
top: -50%;
left: -50%;
width: 200%;
height: 200%;
background: linear-gradient(
45deg,
transparent 30%,
rgba(255, 255, 255, 0.2) 50%,
transparent 70%
);
transform: rotate(45deg) translateX(-100%);
transition: transform 0.6s;
}
.nutshell-tags:hover::after {
transform: rotate(45deg) translateX(100%);
}
.nutshell-tags:hover {
transform: translateY(-1px);
box-shadow: 0 5px 15px rgba(102, 126, 234, 0.4);
}
/* Tags label */
.nutshell-tags b {
font-weight: 600;
margin-right: 8px;
opacity: 0.9;
}
/* Individual tag links inside tags container */
.nutshell-tags a {
color: #ffffff !important;
text-decoration: none;
padding: 2px 8px;
margin: 0 4px;
background: rgba(255, 255, 255, 0.15);
border-radius: 4px;
transition: all 0.2s ease;
display: inline-block;
}
.nutshell-tags a:hover {
background: rgba(255, 255, 255, 0.25);
transform: scale(1.05);
}
/* Dark mode support */
@media (prefers-color-scheme: dark) {
.nutshell-box {
background: linear-gradient(135deg, #1e3c72 0%, #2a5298 100%);
border-color: rgba(255, 255, 255, 0.1);
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3),
0 1px 3px rgba(0, 0, 0, 0.2);
}
.nutshell-icon {
background: rgba(255, 215, 0, 0.3);
}
.nutshell-intro {
color: #ecf0f1;
}
.nutshell-content {
color: #bdc3c7;
}
.nutshell-tags {
background: linear-gradient(135deg, #434343 0%, #000000 100%);
box-shadow: 0 3px 8px rgba(0, 0, 0, 0.5);
}
}
/* Responsive design */
@media (max-width: 768px) {
.nutshell-box {
padding: 16px 20px;
margin: 12px 0;
}
.nutshell-icon {
width: 28px;
height: 28px;
margin-right: 10px;
}
.nutshell-icon svg {
width: 18px;
height: 18px;
}
.nutshell-intro {
font-size: 1em;
}
.nutshell-content {
font-size: 1em;
}
.nutshell-tags {
padding: 10px 16px;
font-size: 0.9em;
}
}
/* Print styles */
@media print {
.nutshell-box {
background: #f8f9fa !important;
border: 1px solid #dee2e6 !important;
box-shadow: none !important;
}
.nutshell-icon {
background: transparent !important;
animation: none !important;
}
.nutshell-tags {
background: #f8f9fa !important;
color: #212529 !important;
border: 1px solid #dee2e6 !important;
box-shadow: none !important;
}
.nutshell-tags a {
color: #212529 !important;
}
}
/* Accessibility improvements */
@media (prefers-reduced-motion: reduce) {
.nutshell-box,
.nutshell-icon svg,
.nutshell-tags,
.nutshell-tags a {
transition: none;
}
.nutshell-icon {
animation: none;
}
.nutshell-tags::after {
display: none;
}
}
/* High contrast mode support */
@media (prefers-contrast: high) {
.nutshell-box {
background: #ffffff;
border: 2px solid #000000;
}
.nutshell-intro,
.nutshell-content {
color: #000000;
}
.nutshell-tags {
background: #000000;
color: #ffffff;
border: 2px solid #ffffff;
}
}