Difference between revisions of "User:Sparklyflowers/CSS"
(creating userspace) |
(nowiki tags) |
||
Line 1: | Line 1: | ||
− | /** Credits to SirCalcsALot and BM for part of the CSS **/ | + | <nowiki>/** Credits to SirCalcsALot and BM for part of the CSS **/ |
/** This sets the background color of your blog posts. Try changing the color and see what happens! **/ | /** This sets the background color of your blog posts. Try changing the color and see what happens! **/ | ||
div .entrywrap, div .entrywrap-hover { | div .entrywrap, div .entrywrap-hover { | ||
Line 67: | Line 67: | ||
font-family: Ink Free; | font-family: Ink Free; | ||
} | } | ||
+ | <nowiki> |
Revision as of 17:52, 16 July 2020
<nowiki>/** Credits to SirCalcsALot and BM for part of the CSS **/ /** This sets the background color of your blog posts. Try changing the color and see what happens! **/ div .entrywrap, div .entrywrap-hover { background-color : #ccf6ff; border: 5px solid pink }
- header{
background-image: url(https://services.artofproblemsolving.com/download.php?id=YXR0YWNobWVudHMvMy9hLzJlM2FjZTI2ODE0NzI5NTA0ZWExMGFkN2JjM2ZmYmVjMWJiZDg3LmpwZw==&rn=bGVtb25zLmpwZw==); }
- header h1{
font-size: 40px }
- header h1:hover{
font-size: 60px } div .message{ font-family: Ink Free; } title { color: lavender; } html{ background: url("https://services.artofproblemsolving.com/download.php?id=YXR0YWNobWVudHMvYy8xL2U3ZjgyMjc1NzBhNTY2ZTNjYWVjOTQ4NDJlYWRiYWVlNThlMDRiLmpwZw==&rn=bGF2ZW5kZXIuanBn"); background-position: center; background-size: cover; background-attachment:fixed;}
- {
cursor: url(https://services.artofproblemsolving.com/download.php?id=YXR0YWNobWVudHMvZC9lL2YyYTdmNWYwYzE4MWE1YTNhMzIzN2EyZjQ4MjVhMTM3MjhkMmEyLnBuZw==&rn=c21hbGwgZmxvd2VyLnBuZw==) 4 12, auto; } a{ cursor: url(https://services.artofproblemsolving.com/download.php?id=YXR0YWNobWVudHMvZC9lL2YyYTdmNWYwYzE4MWE1YTNhMzIzN2EyZjQ4MjVhMTM3MjhkMmEyLnBuZw==&rn=c21hbGwgZmxvd2VyLnBuZw==) 4 12, auto; } div:hover{ cursor: url(https://services.artofproblemsolving.com/download.php?id=YXR0YWNobWVudHMvZC9lL2YyYTdmNWYwYzE4MWE1YTNhMzIzN2EyZjQ4MjVhMTM3MjhkMmEyLnBuZw==&rn=c21hbGwgZmxvd2VyLnBuZw==) 4 12, auto; } div#header {
background-image: url(https://services.artofproblemsolving.com/download.php?id=YXR0YWNobWVudHMvZC81L2VjMmYwMjM0OWJmYTk3ZDU2ZTIxNjVjY2RmMjk2Nzk2YTI2NTM5LmpwZw==&rn=cGluay5qcGc=);
}
- header h1{
text-align:center; font-family:Ink Free; font-size:40px; height:150px; transition:0.5s; }
- header h1:hover{
font-size: 60px;
} div#wrapper{
width: 65%; height: inherit;
}
div#main {
width: 70%;
} h1{
color: white; font-family: Ink Free; font-weight: bold;
} h2, h3, h4, h5, h6, #navigation_box{
font-family: Ink Free; font-weight: bold;
}
- side{
font-family: Ink Free; } <nowiki>