mirror of
				https://git.librezo.fr/Librezo/website.git
				synced 2025-10-30 21:35:30 +01:00 
			
		
		
		
	Initial commit
This commit is contained in:
		
							
								
								
									
										79
									
								
								sass/css/base.scss
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										79
									
								
								sass/css/base.scss
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,79 @@ | ||||
| @font-face { | ||||
| 	font-family: Amatic; | ||||
| 	src: url("/fonts/AmaticSC-Bold.woff2"); | ||||
| } | ||||
|  | ||||
| @font-face { | ||||
| 	font-family: LunaSans; | ||||
| 	src: url("/fonts/LunaSans-Regular.ttf"); | ||||
| } | ||||
|  | ||||
| html, body { | ||||
| 	margin: 0; | ||||
| 	padding: 0; | ||||
| 	font-family: LunaSans; | ||||
| } | ||||
|  | ||||
| header { | ||||
| 	height: 48px; | ||||
| 	max-width: 1100px; | ||||
| 	margin: 0 auto 16px auto; | ||||
| 	font-size: 24px; | ||||
| } | ||||
|  | ||||
| #header-logo { | ||||
| 	float: left; | ||||
| 	height: 48px; | ||||
| } | ||||
|  | ||||
| #header-menu ul { | ||||
| 	float: right; | ||||
| 	list-style-type: none; | ||||
| 	margin: 9px 0 0 0; | ||||
| } | ||||
|  | ||||
| #header-menu li { | ||||
| 	display: inline-block; | ||||
| 	margin: 0 8px; | ||||
| } | ||||
|  | ||||
| #header-menu a { | ||||
| 	padding: 8px 8px; | ||||
| 	color: black; | ||||
| } | ||||
|  | ||||
| #header-menu a:hover, #header-menu a:focus { | ||||
| 	border-bottom: 2px solid #ac44ff; | ||||
| } | ||||
|  | ||||
| main { | ||||
| 	width: 100%; | ||||
| 	text-align: center; | ||||
| } | ||||
|  | ||||
| a, a:visited { | ||||
| 	text-decoration: none; | ||||
| } | ||||
|  | ||||
| .sr-only { | ||||
| 	position: absolute; | ||||
| 	height: 1px; | ||||
| 	padding: 0; | ||||
| 	margin: -1px; | ||||
| 	overflow: hidden; | ||||
| 	clip: rect(0, 0, 0, 0); | ||||
| 	border: 0; | ||||
| } | ||||
|  | ||||
| .cities { | ||||
| 	font-size: 18px; | ||||
| } | ||||
|  | ||||
| .madein { | ||||
| 	width: 256px; | ||||
| } | ||||
|  | ||||
| .slogan1 { | ||||
| 	font-size: 400%; | ||||
| 	font-family: Amatic; | ||||
| } | ||||
		Reference in New Issue
	
	Block a user
	 ZettaScript
					ZettaScript