forked from froge/cyberfrog.me
		
	Testing style/layout changes for responsive design
This commit is contained in:
		
							parent
							
								
									9c60f9a0e1
								
							
						
					
					
						commit
						c4877b6d37
					
				
					 2 changed files with 45 additions and 47 deletions
				
			
		| 
						 | 
					@ -1,20 +1,33 @@
 | 
				
			||||||
 | 
					* {
 | 
				
			||||||
 | 
					  margin: 0rem;
 | 
				
			||||||
 | 
					  padding: 0rem;
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					html {
 | 
				
			||||||
 | 
					  color: #000000;
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					/* Magic background CSS lives here */
 | 
				
			||||||
body {
 | 
					body {
 | 
				
			||||||
  font-family: Open Sans, Arial;
 | 
					  font-family: monospace;
 | 
				
			||||||
  color: #e4e4e4;
 | 
					  color: #e4e4e4;
 | 
				
			||||||
  font-size: 14px;
 | 
					  font-size: 18px;
 | 
				
			||||||
  margin: auto;
 | 
					  margin: auto;
 | 
				
			||||||
  max-width: 50em;
 | 
					  max-width: 57rem;
 | 
				
			||||||
  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%;
 | 
					  background: linear-gradient(to bottom right, rgba(0,0,0,1) 10%, rgba(65,14,105, 1) 40%, rgba(55,17,95, 1) 50%, rgba(32,14,84, 1) 60%, rgba(0,0,0,1) 90%);
 | 
				
			||||||
  width: 100%;
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					ul {
 | 
				
			||||||
 | 
					  margin-top: 4rem;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
li {
 | 
					li {
 | 
				
			||||||
  margin-top: 1em;
 | 
					  margin-top: 1rem;
 | 
				
			||||||
  list-style-type: none;
 | 
					  list-style-type: none;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					@ -33,20 +46,21 @@ a:hover {
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#site-content {
 | 
					#site-content {
 | 
				
			||||||
  height: 100%;
 | 
					  margin: 5rem auto;
 | 
				
			||||||
  margin: 5em auto;
 | 
					  padding: 1rem;
 | 
				
			||||||
  padding: 1em;
 | 
					  padding-bottom: 2rem;
 | 
				
			||||||
  padding-bottom: 2em;
 | 
					  border-radius: 1rem;
 | 
				
			||||||
  border-radius: 1em;
 | 
					 | 
				
			||||||
  background: rgba(0,0,0, 0.7);
 | 
					  background: rgba(0,0,0, 0.7);
 | 
				
			||||||
  box-shadow: 1em 1em 1em 1em rgba(0,0,0, 0.5);
 | 
					  box-shadow: 1rem 1rem 1rem 1rem rgba(0,0,0, 0.5);
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#ascii-header {
 | 
					#ascii-header {
 | 
				
			||||||
  font-size: 10px;
 | 
					  font-size: 10px;
 | 
				
			||||||
  color: #e4e4e4;
 | 
					  color: #e4e4e4;
 | 
				
			||||||
  text-decoration: none;
 | 
					  text-decoration: none;
 | 
				
			||||||
  border-bottom: #541287 0.8em dotted;
 | 
					  margin: 1rem;
 | 
				
			||||||
 | 
					  padding-bottom: 14px;
 | 
				
			||||||
 | 
					  border-bottom: #e4e4e4 8px dotted;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#ascii-header a {
 | 
					#ascii-header a {
 | 
				
			||||||
| 
						 | 
					@ -59,30 +73,13 @@ a:hover {
 | 
				
			||||||
  text-decoration: none;
 | 
					  text-decoration: none;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.blog-post-date {
 | 
					#welcome-message {
 | 
				
			||||||
 margin: 0;
 | 
					  margin: 1rem;
 | 
				
			||||||
 padding: 0;
 | 
					  padding-bottom: 14px;
 | 
				
			||||||
 | 
					  font-weight: bold;
 | 
				
			||||||
 | 
					  border-bottom: #e4e4e4 8px dotted;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.blog-title {
 | 
					.title {
 | 
				
			||||||
  margin-bottom: 0;
 | 
					  letter-spacing: -2px;
 | 
				
			||||||
}
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
/* Magic background CSS lives here */
 | 
					 | 
				
			||||||
#bg-effect-container {
 | 
					 | 
				
			||||||
  z-index: -1;
 | 
					 | 
				
			||||||
  position: absolute;
 | 
					 | 
				
			||||||
  bottom: 0%;
 | 
					 | 
				
			||||||
  left: 0%;
 | 
					 | 
				
			||||||
  height: 100%;
 | 
					 | 
				
			||||||
  width: 100%;
 | 
					 | 
				
			||||||
  background-color: #000000;
 | 
					 | 
				
			||||||
  overflow: hidden;
 | 
					 | 
				
			||||||
}
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
.bg-effect {
 | 
					 | 
				
			||||||
  background: linear-gradient(to bottom right, rgba(0,0,0,1) 10%, rgba(65,14,105, 0.6) 40%, rgba(55,17,95,0.7) 50%, rgba(32,14,84,0.6) 60%, rgba(0,0,0,1) 90%);
 | 
					 | 
				
			||||||
  height: 100%;
 | 
					 | 
				
			||||||
  width: 100%;
 | 
					 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -6,7 +6,7 @@
 | 
				
			||||||
  <title>🐸 CyberFrog</title>
 | 
					  <title>🐸 CyberFrog</title>
 | 
				
			||||||
</head>
 | 
					</head>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
<body>
 | 
					<body id="bg-effect">
 | 
				
			||||||
  <div id="site-content">
 | 
					  <div id="site-content">
 | 
				
			||||||
  <!-- Credits to http://patorjk.com/software/taag/ for the header, made using "ANSI Regular" font -->
 | 
					  <!-- Credits to http://patorjk.com/software/taag/ for the header, made using "ANSI Regular" font -->
 | 
				
			||||||
  <div id="ascii-header"><a href="/"><pre>
 | 
					  <div id="ascii-header"><a href="/"><pre>
 | 
				
			||||||
| 
						 | 
					@ -17,20 +17,21 @@
 | 
				
			||||||
 ██████    ██    ██████  ███████ ██   ██ ██      ██   ██  ██████   ██████  ██ ██      ██ ███████ 
 | 
					 ██████    ██    ██████  ███████ ██   ██ ██      ██   ██  ██████   ██████  ██ ██      ██ ███████ 
 | 
				
			||||||
  </pre></a></div>
 | 
					  </pre></a></div>
 | 
				
			||||||
    <main id="main-content">
 | 
					    <main id="main-content">
 | 
				
			||||||
 | 
					      <div id="welcome-message">
 | 
				
			||||||
        <h1 class="title">
 | 
					        <h1 class="title">
 | 
				
			||||||
        This is my blog made with <a target="_blank" href="https://www.getzola.org">Zola!</a>
 | 
					          Welcome
 | 
				
			||||||
        </h1>
 | 
					        </h1>
 | 
				
			||||||
      <h3>It's currently running on <a target="_blank" href="https://www.vultr.com">Vultr</a> for free with 500MB of RAM and <a target="_blank" href="https://www.openbsd.org">OpenBSD</a></h3>
 | 
					        <p>
 | 
				
			||||||
 | 
					        This blog is made with 💜 and <a target="_blank" href="https://www.getzola.org">Zola!</a>
 | 
				
			||||||
 | 
					        </br>
 | 
				
			||||||
 | 
					        It's currently running on <a target="_blank" href="https://www.vultr.com">Vultr</a> for free with 500MB of RAM and <a target="_blank" href="https://www.openbsd.org">OpenBSD</a>
 | 
				
			||||||
 | 
					        </p>
 | 
				
			||||||
 | 
					      </div>
 | 
				
			||||||
      <div class="blog-posts">
 | 
					      <div class="blog-posts">
 | 
				
			||||||
        {% block content %} {% endblock %}
 | 
					        {% block content %} {% endblock %}
 | 
				
			||||||
      </div>
 | 
					      </div>
 | 
				
			||||||
    </main>
 | 
					    </main>
 | 
				
			||||||
  </div>
 | 
					  </div>
 | 
				
			||||||
  <!-- The wonderful frog pool -->
 | 
					 | 
				
			||||||
  <div id="bg-effect-container">
 | 
					 | 
				
			||||||
    <div class="bg-effect">
 | 
					 | 
				
			||||||
    </div>
 | 
					 | 
				
			||||||
  </div>
 | 
					 | 
				
			||||||
</body>
 | 
					</body>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
</html>
 | 
					</html>
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue