Template

Main Page Navigation/styles.css

From Dogcraft Wiki

No edit summary
m (Adding wiki only cog toggle)
 
(11 intermediate revisions by 2 users not shown)
Line 1: Line 1:
#transclude-wiki-navigation {
#transclude-wiki-navigation {
display: flex;  
    display: flex;  
justify-content: space-around;  
    justify-content: space-around;  
gap: 8px;  
    gap: 10px;
flex-wrap: wrap;
    flex-wrap: wrap;
}
}


#transclude-wiki-navigation .thumbinner > a {
#transclude-wiki-navigation > div {
display: flex;  
    display: flex;  
flex-direction: column;  
    flex-direction: column;  
align-items: center; 
    font-weight: 600;  
font-weight: 600;  
    background: #ffffff;  
background: #ffffff;  
    border-radius:5px;   
border-radius:5px;   
    box-shadow: 0 2px 3px rgba(85, 85, 85, 0.1), 0 0 0 1px rgba(85, 85, 85, 0.1);
box-shadow: 0 2px 3px rgba(85, 85, 85, 0.1), 0 0 0 1px rgba(85, 85, 85, 0.1);
    width: 120px;
width: 100px;
    height: 120px;
height: 100px;
    transition: box-shadow 0.2s ease-in-out;
padding: 10px;
transition: box-shadow 0.2s ease-in-out;
}
}


#transclude-wiki-navigation .thumb .thumbinner {
#transclude-wiki-navigation > div:hover,
  width: auto !important;
#transclude-wiki-navigation > div:focus{
  margin: 0 !important;
    box-shadow: 0 2px 3px rgba(85, 85, 85, 0.25), 0 0 10px rgba(85, 85, 85, 0.25);
  position: relative;
  box-shadow: 0 2px 3px rgba(85,85,85,0.1),0 0 0 1px rgba(85,85,85,0.1);
}
}


#transclude-wiki-navigation .thumbcaption {
#transclude-wiki-navigation > div > a:nth-child(1) {
  position: absolute;
    padding: 10px 25px 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  padding: 0;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: end;
  color: var(--link-color);
  font-style: normal;
  font-weight: 600;
}
}


#transclude-wiki-navigation > .thumbinner:hover,
#transclude-wiki-navigation > div > a:nth-child(2) {
#transclude-wiki-navigation > .thumbinner:focus{
  padding: 10px 0;
box-shadow: 0 2px 3px rgba(85, 85, 85, 0.25), 0 0 10px rgba(85, 85, 85, 0.25);
  line-height: 20px;
  width: 100%;
  text-align: center;
}
 
#transclude-wiki-navigation > div > a:nth-child(2):hover,
#transclude-wiki-navigation > div > a:nth-child(2):focus {
  text-decoration: none;
}
 
#transclude-wiki-navigation > div > a:nth-child(1),
#transclude-wiki-navigation > div > a:nth-child(1) > img {
    width: 70px;
    height: 70px;
}
 
body > #app .wiki-only {
display: none;
}
}

Latest revision as of 11:13, 4 December 2023

#transclude-wiki-navigation {
    display: flex; 
    justify-content: space-around; 
    gap: 10px;
    flex-wrap: wrap;
}

#transclude-wiki-navigation > div {
    display: flex; 
    flex-direction: column; 
    font-weight: 600; 
    background: #ffffff; 
    border-radius:5px;  
    box-shadow: 0 2px 3px rgba(85, 85, 85, 0.1), 0 0 0 1px rgba(85, 85, 85, 0.1);
    width: 120px;
    height: 120px;
    transition: box-shadow 0.2s ease-in-out;
}

#transclude-wiki-navigation > div:hover,
#transclude-wiki-navigation > div:focus{
    box-shadow: 0 2px 3px rgba(85, 85, 85, 0.25), 0 0 10px rgba(85, 85, 85, 0.25);
}

#transclude-wiki-navigation > div > a:nth-child(1) {
    padding: 10px 25px 0;
}

#transclude-wiki-navigation > div > a:nth-child(2) {
   padding: 10px 0;
   line-height: 20px;
   width: 100%;
   text-align: center;
}

#transclude-wiki-navigation > div > a:nth-child(2):hover,
#transclude-wiki-navigation > div > a:nth-child(2):focus {
   text-decoration: none;
}

#transclude-wiki-navigation > div > a:nth-child(1),
#transclude-wiki-navigation > div > a:nth-child(1) > img {
    width: 70px;
    height: 70px;
}

body > #app .wiki-only {
	display: none;
}
Background SRN Opening by Montenator