 1f01404ca4
			
		
	
	1f01404ca4
	
	
	
		
			
			* WebHost: Modernized anchor code * WebHost: Fixed scrolling to anchors * WebHost: Fixed scrolling to anchors when fonts are being loaded * WebHost: Anchor PR changes requested by LegendaryLinux
		
			
				
	
	
		
			54 lines
		
	
	
		
			920 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
			
		
		
	
	
			54 lines
		
	
	
		
			920 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
| html{
 | |
|     padding-top: 110px;
 | |
|     scroll-padding-top: 100px;
 | |
|     scroll-behavior: smooth;
 | |
| }
 | |
| 
 | |
| #base-header{
 | |
|     display: flex;
 | |
|     flex-direction: row;
 | |
|     justify-content: space-between;
 | |
|     background-size: auto 90px;
 | |
|     width: calc(100% - 20px);
 | |
|     height: 90px;
 | |
|     position: fixed;
 | |
|     top: 0;
 | |
|     left: 0;
 | |
|     padding: 10px;
 | |
|     line-height: 2rem;
 | |
|     z-index: 9999;
 | |
| }
 | |
| 
 | |
| #base-header #base-header-left{
 | |
|     display: flex;
 | |
|     flex-direction: row;
 | |
| }
 | |
| 
 | |
| #base-header #base-header-left a{
 | |
|     margin-right: 0;
 | |
|     padding-right: 7px;
 | |
| }
 | |
| 
 | |
| #base-header-right{
 | |
|     margin-top: 4px;
 | |
| }
 | |
| 
 | |
| #base-header #site-title{
 | |
|     margin-right: 7px;
 | |
| }
 | |
| 
 | |
| #base-header #site-title img{
 | |
|     height: 38px;
 | |
|     margin-top: 4px;
 | |
| }
 | |
| 
 | |
| #base-header a{
 | |
|     color: #2f6b83;
 | |
|     text-decoration: none;
 | |
|     cursor: pointer;
 | |
|     margin-right: 1.2rem;
 | |
|     font-size: 22px;
 | |
|     font-family: LondrinaSolid-Light, sans-serif;
 | |
|     text-transform: uppercase;
 | |
| }
 |