/* vim: set sw=4 sts=4 et ft=css :
-*- mode:css; -*-
-------------------------------------------------------
Copyright (C) 2025 by Anoduck, The Anonymous Duck
-------------------------------------------------------
https://anoduck.mit-license.org
---------------------------------------------------- */

/* Body of Posts */
#post {
		background-image: url("data:image/svg+xml,<svg id='patternId' width='100%' height='100%' xmlns='http://www.w3.org/2000/svg'><defs><pattern id='a' patternUnits='userSpaceOnUse' width='40' height='40' patternTransform='scale(1) rotate(0)'><rect x='0' y='0' width='100%' height='100%' fill='%231d1d23ff'/><path d='M20-5V5m0 30v10m20-30v10M0 15v10'  stroke-linejoin='round' stroke-linecap='round' stroke-width='1' stroke='%2351514fff' fill='none'/><path d='M-5 40H5M-5 0H5m30 0h10M35 40h10M15 20h10'  stroke-linejoin='round' stroke-linecap='round' stroke-width='1' stroke='%23817877ff' fill='none'/></pattern></defs><rect width='800%' height='800%' transform='translate(0,0)' fill='url(%23a)'/></svg>");
		background-repeat: repeat;
}

/* Blog is for the index page. */
#blog {
		background-image: url("data:image/svg+xml,<svg id='patternId' width='100%' height='100%' xmlns='http://www.w3.org/2000/svg'><defs><pattern id='a' patternUnits='userSpaceOnUse' width='69.283' height='40' patternTransform='scale(2) rotate(0)'><rect x='0' y='0' width='100%' height='100%' fill='hsla(240,6.7%,17.6%,1)'/><path d='M46.189-20L57.736 0M46.189 20l11.547 20m-46.189 0l11.547 20M11.547 0l11.547 20m40.415 30H40.415M28.868 30H5.774m23.094-40H5.774m57.735 20H40.415m0 20L28.868 50m11.547-60L28.868 10m46.188 0L63.509 30M5.774 10L-5.773 30m75.056 10H46.189L34.64 20 46.19 0h23.094C73.13 6.667 76.98 13.333 80.83 20zM57.736 60H34.64L23.094 40l11.547-20h23.095c3.848 6.667 7.698 13.333 11.547 20L57.736 60zm0-40H34.64L23.094 0l11.547-20h23.095L69.283 0c-3.87 6.7-8.118 14.06-11.547 20zM34.64 60H11.547L0 40l11.547-20h23.094L46.19 40 34.64 60zm0-40H11.547L0 0l11.547-20h23.094L46.19 0 34.64 20zM23.094 40H0l-5.773-10-5.774-10L0 0h23.094l11.547 20-11.547 20z'  stroke-width='1' stroke='%2313172eff' fill='none'/></pattern></defs><rect width='800%' height='800%' transform='translate(0,0)' fill='url(%23a)'/></svg>");
		background-repeat: repeat;
}

.posts {
		padding: 1rem;
}

/* Header for all pages */
header {
		background: #020024;
		background: linear-gradient(140deg,rgba(2, 0, 36, 1) 0%, rgba(9, 9, 121, 1) 57%, rgba(0, 212, 255, 1) 100%);		
}
		
/*  */
main {
	display: content;
}

/* Footer for all pages */
footer {
	background: #833AB4;
	background: linear-gradient(199deg,rgba(131, 58, 180, 1) 33%, rgba(253, 29, 29, 1) 68%, rgba(252, 176, 69, 1) 100%);
}

/* Content area for all posts */
article {
		padding-left: 1rem;
		padding-right: 1rem;
}
