mirror of
				https://github.com/Alamantus/Lexiconga.git
				synced 2025-11-04 10:17:01 +01:00 
			
		
		
		
	Style announcements
This commit is contained in:
		
							parent
							
								
									39a5c11a11
								
							
						
					
					
						commit
						12d46c5eef
					
				
					 11 changed files with 66 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -162,6 +162,22 @@
 | 
			
		|||
}
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
.announcement {
 | 
			
		||||
  position: relative;
 | 
			
		||||
  padding: 0 $general-padding $general-padding;
 | 
			
		||||
  text-align: center;
 | 
			
		||||
 | 
			
		||||
  .close-button {
 | 
			
		||||
    position: absolute;
 | 
			
		||||
    top: 5px;
 | 
			
		||||
    right: 5px;
 | 
			
		||||
    font-size: 25px;
 | 
			
		||||
    line-height: 10px;
 | 
			
		||||
    cursor: pointer;
 | 
			
		||||
    text-decoration: none;
 | 
			
		||||
  }
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.entry {
 | 
			
		||||
  .word {
 | 
			
		||||
    display: inline-block;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -182,6 +182,11 @@
 | 
			
		|||
    }
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  .announcement {
 | 
			
		||||
    background-color: saturate(lighten($footer-color, 20%), 20%);
 | 
			
		||||
    box-shadow: 4px 4px 5px 0px #000000;
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  .entry {
 | 
			
		||||
    background-color: $entry-color;
 | 
			
		||||
    border: 1px solid darken($entry-color, 20);
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -182,6 +182,11 @@
 | 
			
		|||
    }
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  .announcement {
 | 
			
		||||
    background-color: saturate(lighten($footer-color, 20%), 20%);
 | 
			
		||||
    box-shadow: 4px 4px 5px 0px $dark;
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  .entry {
 | 
			
		||||
    background-color: $entry-color;
 | 
			
		||||
    border: 1px solid darken($entry-color, 20);
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -181,6 +181,11 @@
 | 
			
		|||
    }
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  .announcement {
 | 
			
		||||
    background-color: saturate(lighten($footer-color, 20%), 20%);
 | 
			
		||||
    box-shadow: 4px 4px 5px 0px rgba(50, 50, 50, 0.75);
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  .entry {
 | 
			
		||||
    background-color: $entry-color;
 | 
			
		||||
    border: 1px solid darken($entry-color, 20);
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -181,6 +181,11 @@
 | 
			
		|||
    }
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  .announcement {
 | 
			
		||||
    background-color: saturate(lighten($footer-color, 20%), 20%);
 | 
			
		||||
    box-shadow: 4px 4px 5px 0px rgba(50, 50, 50, 0.75);
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  .entry {
 | 
			
		||||
    background-color: $entry-color;
 | 
			
		||||
    border: 1px solid darken($entry-color, 20);
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -182,6 +182,11 @@
 | 
			
		|||
    }
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  .announcement {
 | 
			
		||||
    background-color: saturate(lighten($footer-color, 20%), 20%);
 | 
			
		||||
    box-shadow: 4px 4px 5px 0px #000000;
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  .entry {
 | 
			
		||||
    background-color: $entry-color;
 | 
			
		||||
    border: 1px solid darken($entry-color, 20);
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -181,6 +181,11 @@
 | 
			
		|||
    }
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  .announcement {
 | 
			
		||||
    background-color: saturate(lighten($footer-color, 20%), 20%);
 | 
			
		||||
    box-shadow: 4px 4px 5px 0px rgba(50, 50, 50, 0.75);
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  .entry {
 | 
			
		||||
    background-color: $entry-color;
 | 
			
		||||
    border: 1px solid darken($entry-color, 20);
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -181,6 +181,11 @@
 | 
			
		|||
    }
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  .announcement {
 | 
			
		||||
    background-color: saturate(lighten($footer-color, 20%), 20%);
 | 
			
		||||
    box-shadow: 4px 4px 5px 0px rgba(50, 50, 50, 0.75);
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  .entry {
 | 
			
		||||
    background-color: $entry-color;
 | 
			
		||||
    border: 1px solid darken($entry-color, 20);
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -182,6 +182,11 @@
 | 
			
		|||
    }
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  .announcement {
 | 
			
		||||
    background-color: saturate(lighten($footer-color, 20%), 20%);
 | 
			
		||||
    box-shadow: 4px 4px 5px 0px #000000;
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  .entry {
 | 
			
		||||
    background-color: $entry-color;
 | 
			
		||||
    border: 1px solid darken($entry-color, 20);
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -182,6 +182,11 @@
 | 
			
		|||
    }
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  .announcement {
 | 
			
		||||
    background-color: saturate(lighten($footer-color, 20%), 20%);
 | 
			
		||||
    box-shadow: 4px 4px 5px 0px #000000;
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  .entry {
 | 
			
		||||
    background-color: $entry-color;
 | 
			
		||||
    border: 1px solid darken($entry-color, 20);
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -182,6 +182,11 @@
 | 
			
		|||
    }
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  .announcement {
 | 
			
		||||
    background-color: saturate(lighten($footer-color, 20%), 20%);
 | 
			
		||||
    box-shadow: 4px 4px 5px 0px #000000;
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  .entry {
 | 
			
		||||
    background-color: $entry-color;
 | 
			
		||||
    border: 1px solid darken($entry-color, 20);
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue