Skip to content

Commit

Permalink
BG tint change
Browse files Browse the repository at this point in the history
  • Loading branch information
danieljudd committed Feb 3, 2023
1 parent c84270d commit 8c4ad13
Show file tree
Hide file tree
Showing 6 changed files with 237 additions and 1 deletion.
38 changes: 38 additions & 0 deletions public/categories/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
<!DOCTYPE html>
<html lang="en"><head>
<!-- Hugo theme: 'bubblegasket', Original Author: danieljudd.xyz | github.com/danieljudd -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="/css/style.css">


<title> | Categories</title>


<link rel="icon" href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22></text></svg>">
<link rel="manifest" href="/site.webmanifest">
</head><body><nav id="nav">

</nav>
<div id="content">
<h1>Categories</h1>
<hr>




</div>
<br>





<div id = "socials">

<a href="/index.xml" target="_blank">Subscribe to RSS <img src="/rss.svg" alt="RSS"></a></div>
<div id = "foot"><a href="/">
<br>
</a></div>
</body>
</html>
123 changes: 123 additions & 0 deletions public/css/style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,123 @@

/* separate nav a bit */
nav :not(:last-child):after {
content: " -"
}

nav {
text-align: center;
padding-top: 0.2rem;
padding-bottom: 1rem;
font-size: 0.9rem;
}

body {
max-width: 45rem;
margin: auto;
padding: 0.5rem;
background: #7ABBFF;
color: navy;
font-family: Verdana, Arial, sans-serif;
}

img {
max-width: 100%;
}

#content {
padding: 1em;
padding-top: 0.2em;
background-color: white;
border-radius: 0.1em;
outline-style: double;
outline-width: 4px;
outline-color: navy;
font-size: 16px;
font-family: Georgia;
line-height: 1.5;
}

/* url colours, customizable */
a {
text-decoration: none;
}

a:link {
color: blue;
}

a:visited {
color: blue;
}

nav a:hover {
outline-style: double;
border-radius: 0.05rem;
outline-width: 0.2rem;
background-color: navy;
color: white;
}

#Section1, #Section2 {
outline-width: 2px;
margin: 0.05rem;
max-width: 45rem;
/* text-transform: capitalize; */
}

h1 {
font-family: Arial;
font-weight: bold;
}

code {
font-size: 0.7rem;
background-color: #099999;
border-radius: 0.2em;
color: black;
padding: 0.2em;
}

#date {
float: right;
}

#tags, #archive {
padding: 0.1rem;
background-color: white;
border-radius: 0.5rem;
outline-style: dotted;
outline-width: 1px;
outline-color: grey;
font-size: 0.8rem;
margin: auto;
font-family: sans-serif;
max-width: inherit;
}

#tags a:nth-child(odd) {
background-color: #F0E68C;
padding: 0.2em;
border-radius: 0.5rem;
}

#tags a:nth-child(even) {
background-color: #099999;
padding: 0.2em;
border-radius: 0.5rem;
}

#tags a:nth-child(3n) {
background-color: #F55999;
padding: 0.2em;
border-radius: 0.5rem;
}

#foot, #socials {
text-align: center;
font-size: 0.75rem;
}

#socials img {
height: 1rem;
}
22 changes: 22 additions & 0 deletions public/github.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 15 additions & 0 deletions public/rss.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
38 changes: 38 additions & 0 deletions public/tags/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
<!DOCTYPE html>
<html lang="en"><head>
<!-- Hugo theme: 'bubblegasket', Original Author: danieljudd.xyz | github.com/danieljudd -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="/css/style.css">


<title> | Tags</title>


<link rel="icon" href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22></text></svg>">
<link rel="manifest" href="/site.webmanifest">
</head><body><nav id="nav">

</nav>
<div id="content">
<h1>Tags</h1>
<hr>




</div>
<br>





<div id = "socials">

<a href="/index.xml" target="_blank">Subscribe to RSS <img src="/rss.svg" alt="RSS"></a></div>
<div id = "foot"><a href="/">
<br>
</a></div>
</body>
</html>
2 changes: 1 addition & 1 deletion static/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ body {
max-width: 45rem;
margin: auto;
padding: 0.5rem;
background: #ADD8E6;
background: #7ABBFF;
color: navy;
font-family: Verdana, Arial, sans-serif;
}
Expand Down

0 comments on commit 8c4ad13

Please sign in to comment.