happymathEZ's css
by mchang, Jul 4, 2020, 5:48 PM
yuh
these are here in case you change them btw
contains these images



css
this isn't the exact code
i messed up somewhere trying to change it back oops
these are here in case you change them btw
contains these images




css
body {
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
margin-bottom: 0px;
background-image: url("https://www.backgroundscool.com/wp-content/uploads/2019/09/Geometric-469x832.jpg");
background-repeat: repeat;
}
/* Header */
div#header {
background: url("https://cdn.artofproblemsolving.com/attachments/9/7/a36cd4a4a5139d55b30e20350e7e26ce009fd2.png");
background-repeat: repeat;
background-attachment: fixed;
background-position: center;
opacity: 1;
color: white;
padding-top: 30x;
padding-bottom: 30x;
font-weight: 900px;
position: fixed;
top: 0px;
width: 100%;
border: none;
height: 100px;
z-index: 100;
}
div#header h1 {
margin-bottom: 20px;
text-align: left;
height: 100px;
font-size: 80px;
width: 120%;
margin-left: auto;
margin-right: auto;
color: white;
font-family: "times new roman" ;
}
/* Navigation Bar */
div#navigation_box {
background-color: pink;
border: none;
padding: 0px;
position: fixed;
top: 100px;
width: 100%;
z-index: 10000;
height: 20px;
}
/* Wrapper */
#wrapper {
opacity: 1;
position: absolute;
width: 90%;
min-width: 800px;
margin-left: auto;
margin-right: auto;
background-color: none;
padding-left: 30px;
padding-right: 30px;
top: 200px;
left: 7%;
border: none;
background-image: url("https://ak.picdn.net/shutterstock/videos/20392531/thumb/1.jpg");
}
.commentwrap {
background-color: white;
border: none;
border-radius: 10px;
font-size: 10pt;
}
/* Main */
#main {
width: 70%;
}
.entry h1 a {
color: white;
}
#main h1 {
color: white;
}
div.entrywrap {
background-image: url("https://d.facdn.net/art/submissivefoxx/1542969705/1542969705.submissivefoxx_67d6c5c6-444a-4093-a777-c0a29a6caeb7.png");
border: none;
border-radius: 10px;
font-size: 12pt;
}
.inputbox
{
width: 95%;
background-image: url("https://cutewallpaper.org/21/pastel-aesthetic-pictures/Cloud-pastel-aesthetic-in-2019-Aesthetic-desktop-wallpaper-.jpg");
box-shadow: 0px 0px 20px 0px white inset;
border-radius: 5px;
}
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
margin-bottom: 0px;
background-image: url("https://www.backgroundscool.com/wp-content/uploads/2019/09/Geometric-469x832.jpg");
background-repeat: repeat;
}
/* Header */
div#header {
background: url("https://cdn.artofproblemsolving.com/attachments/9/7/a36cd4a4a5139d55b30e20350e7e26ce009fd2.png");
background-repeat: repeat;
background-attachment: fixed;
background-position: center;
opacity: 1;
color: white;
padding-top: 30x;
padding-bottom: 30x;
font-weight: 900px;
position: fixed;
top: 0px;
width: 100%;
border: none;
height: 100px;
z-index: 100;
}
div#header h1 {
margin-bottom: 20px;
text-align: left;
height: 100px;
font-size: 80px;
width: 120%;
margin-left: auto;
margin-right: auto;
color: white;
font-family: "times new roman" ;
}
/* Navigation Bar */
div#navigation_box {
background-color: pink;
border: none;
padding: 0px;
position: fixed;
top: 100px;
width: 100%;
z-index: 10000;
height: 20px;
}
/* Wrapper */
#wrapper {
opacity: 1;
position: absolute;
width: 90%;
min-width: 800px;
margin-left: auto;
margin-right: auto;
background-color: none;
padding-left: 30px;
padding-right: 30px;
top: 200px;
left: 7%;
border: none;
background-image: url("https://ak.picdn.net/shutterstock/videos/20392531/thumb/1.jpg");
}
.commentwrap {
background-color: white;
border: none;
border-radius: 10px;
font-size: 10pt;
}
/* Main */
#main {
width: 70%;
}
.entry h1 a {
color: white;
}
#main h1 {
color: white;
}
div.entrywrap {
background-image: url("https://d.facdn.net/art/submissivefoxx/1542969705/1542969705.submissivefoxx_67d6c5c6-444a-4093-a777-c0a29a6caeb7.png");
border: none;
border-radius: 10px;
font-size: 12pt;
}
.inputbox
{
width: 95%;
background-image: url("https://cutewallpaper.org/21/pastel-aesthetic-pictures/Cloud-pastel-aesthetic-in-2019-Aesthetic-desktop-wallpaper-.jpg");
box-shadow: 0px 0px 20px 0px white inset;
border-radius: 5px;
}
this isn't the exact code
i messed up somewhere trying to change it back oops
This post has been edited 3 times. Last edited by mchang, Jul 4, 2020, 6:14 PM