This commit is contained in:
root
2025-08-18 17:56:26 -04:00
parent 737e558e3f
commit 035dc77d8e
12 changed files with 189 additions and 49 deletions

View File

@@ -51,8 +51,11 @@ body a:hover {
}
h2 {
background: linear-gradient(to bottom, rgba(255, 255, 255, 0.15) 0%, rgba(0, 0, 0, 0.15) 100%), radial-gradient(at top center, rgba(255, 255, 255, 0.40) 0%, rgba(0, 0, 0, 0.40) 120%) #989898;
background-blend-mode: multiply, multiply;
background-image: url('img/mxdev_hbackground.png');
/* Or contain, or specific dimensions */
background-repeat: repeat;
/* Prevent image repetition */
background-size: auto;
max-width: 100%;
/* A good readable width for text */
line-height: 1.7;
@@ -71,8 +74,11 @@ h2 {
}
h3 {
background: linear-gradient(to bottom, rgba(255, 255, 255, 0.15) 0%, rgba(0, 0, 0, 0.15) 100%), radial-gradient(at top center, rgba(255, 255, 255, 0.40) 0%, rgba(0, 0, 0, 0.40) 120%) #989898;
background-blend-mode: multiply, multiply;
background-image: url('img/mxdev_hbackground.png');
/* Or contain, or specific dimensions */
background-repeat: repeat;
/* Prevent image repetition */
background-size: auto;
max-width: 100%;
/* A good readable width for text */
line-height: 1.7;
@@ -91,8 +97,11 @@ h3 {
}
h4 {
background: linear-gradient(to bottom, rgba(255, 255, 255, 0.15) 0%, rgba(0, 0, 0, 0.15) 100%), radial-gradient(at top center, rgba(255, 255, 255, 0.40) 0%, rgba(0, 0, 0, 0.40) 120%) #989898;
background-blend-mode: multiply, multiply;
background-image: url('img/mxdev_hbackground.png');
/* Or contain, or specific dimensions */
background-repeat: repeat;
/* Prevent image repetition */
background-size: auto;
max-width: 100%;
/* A good readable width for text */
line-height: 1.7;
@@ -126,7 +135,7 @@ article {
border-radius: 8px;
box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
color: #ffffff;
background-image: url('mxdev_posttitleback.png');
background-image: url('img/mxdev_posttitleback.png');
/* Or contain, or specific dimensions */
background-repeat: repeat;
/* Prevent image repetition */
@@ -137,8 +146,11 @@ article {
}
article h2 {
background: linear-gradient(to bottom, rgba(255, 255, 255, 0.15) 0%, rgba(0, 0, 0, 0.15) 100%), radial-gradient(at top center, rgba(255, 255, 255, 0.40) 0%, rgba(0, 0, 0, 0.40) 120%) #989898;
background-blend-mode: multiply, multiply;
background-image: url('img/mxdev_hbackground.png');
/* Or contain, or specific dimensions */
background-repeat: repeat;
/* Prevent image repetition */
background-size: auto;
max-width: 100%;
/* A good readable width for text */
line-height: 1.7;
@@ -147,7 +159,6 @@ article h2 {
/* Centers the content container */
margin-bottom: 1.5em;
/* Space between paragraphs */
background-color: var(--surface-color);
border: 2px solid #474747;
border-width: 1px 1px 1px 1px;
color: #000000;
@@ -159,8 +170,11 @@ article h2 {
}
article h3 {
background: linear-gradient(to bottom, rgba(255, 255, 255, 0.15) 0%, rgba(0, 0, 0, 0.15) 100%), radial-gradient(at top center, rgba(255, 255, 255, 0.40) 0%, rgba(0, 0, 0, 0.40) 120%) #989898;
background-blend-mode: multiply, multiply;
background-image: url('img/mxdev_hbackground.png');
/* Or contain, or specific dimensions */
background-repeat: repeat;
/* Prevent image repetition */
background-size: auto;
max-width: 100%;
/* A good readable width for text */
line-height: 1.7;
@@ -179,8 +193,11 @@ article h3 {
}
article h4 {
background: linear-gradient(to bottom, rgba(255, 255, 255, 0.15) 0%, rgba(0, 0, 0, 0.15) 100%), radial-gradient(at top center, rgba(255, 255, 255, 0.40) 0%, rgba(0, 0, 0, 0.40) 120%) #989898;
background-blend-mode: multiply, multiply;
background-image: url('img/mxdev_hbackground.png');
/* Or contain, or specific dimensions */
background-repeat: repeat;
/* Prevent image repetition */
background-size: auto;
max-width: 100%;
/* A good readable width for text */
line-height: 1.7;
@@ -226,7 +243,7 @@ article a:hover {
border-radius: 8px;
box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
color: #ffffff;
background-image: url('mxdev_posttitleback.png');
background-image: url('img/mxdev_posttitleback.png');
/* Or contain, or specific dimensions */
background-repeat: repeat;
/* Prevent image repetition */