forked from froge/cyberfrog.me
		
	Add gitignore and begin styling
This commit is contained in:
		
							parent
							
								
									7e3b4d9cbc
								
							
						
					
					
						commit
						22fcacaecc
					
				
					 4 changed files with 48 additions and 48 deletions
				
			
		
							
								
								
									
										1
									
								
								.gitignore
									
										
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										1
									
								
								.gitignore
									
										
									
									
										vendored
									
									
										Normal file
									
								
							| 
						 | 
					@ -0,0 +1 @@
 | 
				
			||||||
 | 
					./public
 | 
				
			||||||
| 
						 | 
					@ -1,37 +0,0 @@
 | 
				
			||||||
body {
 | 
					 | 
				
			||||||
  font-family:Open Sans,Arial;
 | 
					 | 
				
			||||||
  color:#d9d9d9;
 | 
					 | 
				
			||||||
  /*color:#454545;*/
 | 
					 | 
				
			||||||
  background-color:#000000;
 | 
					 | 
				
			||||||
  font-size:16px;
 | 
					 | 
				
			||||||
  margin:0.5em auto;
 | 
					 | 
				
			||||||
  max-width:800px;
 | 
					 | 
				
			||||||
  padding:1em;
 | 
					 | 
				
			||||||
  line-height: 1.4;
 | 
					 | 
				
			||||||
  -webkit-hyphens:auto;
 | 
					 | 
				
			||||||
  -ms-hyphens:auto;
 | 
					 | 
				
			||||||
  hyphens:auto;
 | 
					 | 
				
			||||||
  text-align: center;
 | 
					 | 
				
			||||||
}
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
li {
 | 
					 | 
				
			||||||
  margin-top: 1em;
 | 
					 | 
				
			||||||
  list-style-type: none;
 | 
					 | 
				
			||||||
}
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
a {
 | 
					 | 
				
			||||||
  color:#00a2e7
 | 
					 | 
				
			||||||
}
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
a:visited {
 | 
					 | 
				
			||||||
  color:#ca1a70;
 | 
					 | 
				
			||||||
}
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
.blog-post-date {
 | 
					 | 
				
			||||||
 margin: 0;
 | 
					 | 
				
			||||||
 padding: 0;
 | 
					 | 
				
			||||||
}
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
#blog-title {
 | 
					 | 
				
			||||||
  margin-bottom: 0;
 | 
					 | 
				
			||||||
}
 | 
					 | 
				
			||||||
| 
						 | 
					@ -1,17 +1,24 @@
 | 
				
			||||||
 | 
					html {
 | 
				
			||||||
 | 
					  height: 100%;
 | 
				
			||||||
 | 
					  width: 100%;
 | 
				
			||||||
 | 
					  overflow: hidden;
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
body {
 | 
					body {
 | 
				
			||||||
  font-family:Open Sans,Arial;
 | 
					  font-family: Open Sans,Arial;
 | 
				
			||||||
  color:#d9d9d9;
 | 
					  color: #d4d4d4;
 | 
				
			||||||
  /*color:#454545;*/
 | 
					  background-color: #252422;
 | 
				
			||||||
  background-color:#000000;
 | 
					  font-size: 16px;
 | 
				
			||||||
  font-size:16px;
 | 
					  margin: 1em auto;
 | 
				
			||||||
  margin:0.5em auto;
 | 
					  max-width: 48em;
 | 
				
			||||||
  max-width:800px;
 | 
					  padding: 1em;
 | 
				
			||||||
  padding:1em;
 | 
					 | 
				
			||||||
  line-height: 1.4;
 | 
					  line-height: 1.4;
 | 
				
			||||||
  -webkit-hyphens:auto;
 | 
					  -webkit-hyphens: auto;
 | 
				
			||||||
  -ms-hyphens:auto;
 | 
					  -ms-hyphens: auto;
 | 
				
			||||||
  hyphens:auto;
 | 
					  hyphens: auto;
 | 
				
			||||||
  text-align: center;
 | 
					  text-align: center;
 | 
				
			||||||
 | 
					  height: 100%;
 | 
				
			||||||
 | 
					  width: 100%;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
li {
 | 
					li {
 | 
				
			||||||
| 
						 | 
					@ -35,3 +42,26 @@ a:visited {
 | 
				
			||||||
#blog-title {
 | 
					#blog-title {
 | 
				
			||||||
  margin-bottom: 0;
 | 
					  margin-bottom: 0;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					/* Magic frog pool CSS lives here */
 | 
				
			||||||
 | 
					#frog-pool-container {
 | 
				
			||||||
 | 
					  z-index: -1;
 | 
				
			||||||
 | 
					  position: absolute;
 | 
				
			||||||
 | 
					  bottom: 0%;
 | 
				
			||||||
 | 
					  left: 0%;
 | 
				
			||||||
 | 
					  /*transform: translate(-50%, -50%);*/
 | 
				
			||||||
 | 
					  transform: rotate(0deg);
 | 
				
			||||||
 | 
					  background: rgb(37,36,34);
 | 
				
			||||||
 | 
					  background: linear-gradient(-20deg, rgba(37,36,34,1) 25%, rgba(62,34,143,1) 60%, rgba(39,171,198,1) 95%); 
 | 
				
			||||||
 | 
					  height: 100%;
 | 
				
			||||||
 | 
					  width: 100%;
 | 
				
			||||||
 | 
					  background-color: blue;
 | 
				
			||||||
 | 
					  overflow: hidden;
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					.frog-pool-water {
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					.frog-pool-emoji {
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -8,6 +8,7 @@
 | 
				
			||||||
 | 
					
 | 
				
			||||||
<body>
 | 
					<body>
 | 
				
			||||||
  <h1 class="title">Cyberfrog blog</h1>
 | 
					  <h1 class="title">Cyberfrog blog</h1>
 | 
				
			||||||
 | 
					  </div>
 | 
				
			||||||
  <main id="main-content">
 | 
					  <main id="main-content">
 | 
				
			||||||
    <h2 class="title">
 | 
					    <h2 class="title">
 | 
				
			||||||
      This is my blog made with Zola!
 | 
					      This is my blog made with Zola!
 | 
				
			||||||
| 
						 | 
					@ -17,6 +18,11 @@
 | 
				
			||||||
      {% block content %} {% endblock %}
 | 
					      {% block content %} {% endblock %}
 | 
				
			||||||
    </div>
 | 
					    </div>
 | 
				
			||||||
  </main>
 | 
					  </main>
 | 
				
			||||||
 | 
					  <!-- The wonderful frog pool -->
 | 
				
			||||||
 | 
					  <div id="frog-pool-container">
 | 
				
			||||||
 | 
					    <div class="frog-pool-water">
 | 
				
			||||||
 | 
					    </div>
 | 
				
			||||||
 | 
					  </div>
 | 
				
			||||||
</body>
 | 
					</body>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
</html>
 | 
					</html>
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue