forked from cadence/breezewiki
		
	Link out to NIWA's wikis where available
This commit is contained in:
		
							parent
							
								
									3c7a2f8453
								
							
						
					
					
						commit
						8b200d621a
					
				
					 4 changed files with 256 additions and 7 deletions
				
			
		| 
						 | 
				
			
			@ -285,6 +285,61 @@ figcaption, .lightbox-caption, .thumbcaption {
 | 
			
		|||
    text-align: left;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
/* nintendo independent wiki alliance notice */
 | 
			
		||||
.niwa__notice {
 | 
			
		||||
    background: #fdedd8;
 | 
			
		||||
    color: black;
 | 
			
		||||
    border: 1px dashed black;
 | 
			
		||||
    padding: 3vw;
 | 
			
		||||
    margin-bottom: 3vw;
 | 
			
		||||
    border-radius: 6px;
 | 
			
		||||
    font-size: 18px;
 | 
			
		||||
}
 | 
			
		||||
.niwa__header {
 | 
			
		||||
    font-size: max(2.9vw, 26px);
 | 
			
		||||
    margin-top: 0;
 | 
			
		||||
}
 | 
			
		||||
.niwa__notice a {
 | 
			
		||||
    color: #002263;
 | 
			
		||||
    text-decoration: underline;
 | 
			
		||||
}
 | 
			
		||||
.niwa__notice .niwa__go {
 | 
			
		||||
    display: inline-block;
 | 
			
		||||
    border-radius: 20px;
 | 
			
		||||
    padding: 16px 26px;
 | 
			
		||||
    background: #f2f65f;
 | 
			
		||||
    color: black;
 | 
			
		||||
    text-decoration: none;
 | 
			
		||||
    font-size: 24px;
 | 
			
		||||
    font-weight: bold;
 | 
			
		||||
    line-height: 1.2;
 | 
			
		||||
    border: 2px solid black;
 | 
			
		||||
    box-shadow: 0 5px 0 black;
 | 
			
		||||
    margin-bottom: 8px;
 | 
			
		||||
}
 | 
			
		||||
.niwa__notice .niwa__go:hover {
 | 
			
		||||
    color: black;
 | 
			
		||||
    text-decoration: underline;
 | 
			
		||||
    background: #dee154;
 | 
			
		||||
}
 | 
			
		||||
.niwa__cols {
 | 
			
		||||
    display: grid;
 | 
			
		||||
    grid-template-columns: 1fr auto;
 | 
			
		||||
    gap: 8px;
 | 
			
		||||
}
 | 
			
		||||
.niwa__logo {
 | 
			
		||||
    width: 150px;
 | 
			
		||||
    height: auto;
 | 
			
		||||
}
 | 
			
		||||
.niwa__divider {
 | 
			
		||||
    height: 1px;
 | 
			
		||||
    background: #808080;
 | 
			
		||||
}
 | 
			
		||||
.niwa__feedback {
 | 
			
		||||
    font-size: 14px;
 | 
			
		||||
    text-align: right;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
/* media queries */
 | 
			
		||||
 | 
			
		||||
/* for reference, cell phone screens are generally 400 px wide, definitely less than 500 px */
 | 
			
		||||
| 
						 | 
				
			
			@ -301,6 +356,10 @@ figcaption, .lightbox-caption, .thumbcaption {
 | 
			
		|||
    body.skin-fandomdesktop, button, input, textarea, .wikitable, .va-table {
 | 
			
		||||
        font-size: 16px;
 | 
			
		||||
    }
 | 
			
		||||
    /* niwa layout */
 | 
			
		||||
    .niwa__right {
 | 
			
		||||
        display: none;
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
@media (min-width: 560px) { /* wider than 560 px */
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue