chore: add update
This commit is contained in:
parent
76af4f0bc4
commit
83b0d5c89d
5 changed files with 181 additions and 182 deletions
254
css/global.css
254
css/global.css
|
|
@ -140,11 +140,11 @@
|
|||
|
||||
/* Kirby following your mouse */
|
||||
#mouseGif {
|
||||
position: absolute;
|
||||
height: auto;
|
||||
transition: transform 0.2s;
|
||||
z-index: 2;
|
||||
cursor: pointer;
|
||||
position: absolute;
|
||||
height: auto;
|
||||
transition: transform 0.2s;
|
||||
z-index: 2;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
/* Custom Fonts */
|
||||
|
|
@ -155,14 +155,14 @@
|
|||
|
||||
/* Defaults */
|
||||
body {
|
||||
background: url("images/wallpaper.png") no-repeat center center fixed;
|
||||
background: url("http://www.veltron.net/images/wallpaper.png") no-repeat center center fixed;
|
||||
-webkit-background-size: cover;
|
||||
-moz-background-size: cover;
|
||||
-o-background-size: cover;
|
||||
background-size: cover;
|
||||
background-color: #698aff;
|
||||
font-family: "Roboto", arial, serif;
|
||||
cursor: url("images/cursor.png"), auto;
|
||||
cursor: url("http://www.veltron.net/images/cursor.png"), auto;
|
||||
font-size: 14px;
|
||||
height: 100vh;
|
||||
}
|
||||
|
|
@ -212,32 +212,32 @@ p {
|
|||
|
||||
/* Main Container */
|
||||
#websiteContainer {
|
||||
max-width: 980px;
|
||||
max-height: 929px;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
margin: auto;
|
||||
max-width: 980px;
|
||||
max-height: 929px;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
margin: auto;
|
||||
}
|
||||
#websiteSpacerTop {
|
||||
height: 14px;
|
||||
height: 14px;
|
||||
}
|
||||
#websiteSpacerBottom {
|
||||
height: 14px;
|
||||
height: 14px;
|
||||
}
|
||||
|
||||
/* Header */
|
||||
#header {
|
||||
background: url("../images/dots.png"),
|
||||
linear-gradient(to bottom, #ff8080 0%, #da3636 40%, #e04343 100%);
|
||||
border: 1px solid #6f2020;
|
||||
border-top-right-radius: 60px;
|
||||
border-top-left-radius: 60px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
padding: 5px 20px 0px 23px;
|
||||
background: url("../images/dots.png"),
|
||||
linear-gradient(to bottom, #ff8080 0%, #da3636 40%, #e04343 100%);
|
||||
border: 1px solid #6f2020;
|
||||
border-top-right-radius: 60px;
|
||||
border-top-left-radius: 60px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
padding: 5px 20px 0px 23px;
|
||||
}
|
||||
.header-logo {
|
||||
width: 100%;
|
||||
|
|
@ -247,28 +247,28 @@ p {
|
|||
|
||||
/* Left Aside */
|
||||
#leftSiteContent {
|
||||
background: url("../images/dots.png"),
|
||||
linear-gradient(200deg, #f15a5a 60%, #eb4949 90%);
|
||||
border-left: 1px solid #6f2020;
|
||||
border-right: 1px solid #6f2020;
|
||||
padding: 8px 8px 0px 8px;
|
||||
width: 140px;
|
||||
height: 722px;
|
||||
float: left;
|
||||
background: url("../images/dots.png"),
|
||||
linear-gradient(200deg, #f15a5a 60%, #eb4949 90%);
|
||||
border-left: 1px solid #6f2020;
|
||||
border-right: 1px solid #6f2020;
|
||||
padding: 8px 8px 0px 8px;
|
||||
width: 140px;
|
||||
height: 722px;
|
||||
float: left;
|
||||
}
|
||||
/* Left Navigation */
|
||||
#leftNav {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
#leftNav a {
|
||||
font-size: 12px;
|
||||
font-size: 12px;
|
||||
}
|
||||
#leftNav hr {
|
||||
border: none;
|
||||
border-bottom: 1px solid #6f2020;
|
||||
border-radius: 5px;
|
||||
margin: 0px;
|
||||
border: none;
|
||||
border-bottom: 1px solid #6f2020;
|
||||
border-radius: 5px;
|
||||
margin: 0px;
|
||||
}
|
||||
.nav-categories {
|
||||
background-color: #da3e3e;
|
||||
|
|
@ -376,28 +376,28 @@ p {
|
|||
text-decoration: underline;
|
||||
}
|
||||
#navMusicPlay.active {
|
||||
color: #e5e5f5;
|
||||
filter: contrast(1.2) brightness(1.2);
|
||||
text-decoration: none;
|
||||
color: #e5e5f5;
|
||||
filter: contrast(1.2) brightness(1.2);
|
||||
text-decoration: none;
|
||||
}
|
||||
#navMusicPause.active {
|
||||
color: #e5e5f5;
|
||||
filter: contrast(1.2) brightness(1.2);
|
||||
text-decoration: none;
|
||||
color: #e5e5f5;
|
||||
filter: contrast(1.2) brightness(1.2);
|
||||
text-decoration: none;
|
||||
}
|
||||
#navMusic {
|
||||
width: 100%;
|
||||
width: 100%;
|
||||
}
|
||||
/* Right Aside */
|
||||
#rightSiteContent {
|
||||
background: url("../images/dots.png"),
|
||||
linear-gradient(135deg, #fd5d5d 60%, #ca4eab 100%);
|
||||
border-right: 1px solid #8d2727;
|
||||
border-left: 1px solid #8d2727;
|
||||
padding: 8px 5px 0px 7px;
|
||||
width: 134px;
|
||||
height: 722px;
|
||||
float: right;
|
||||
background: url("../images/dots.png"),
|
||||
linear-gradient(135deg, #fd5d5d 60%, #ca4eab 100%);
|
||||
border-right: 1px solid #8d2727;
|
||||
border-left: 1px solid #8d2727;
|
||||
padding: 8px 5px 0px 7px;
|
||||
width: 134px;
|
||||
height: 722px;
|
||||
float: right;
|
||||
}
|
||||
.aside-ads-container {
|
||||
display: flex;
|
||||
|
|
@ -433,43 +433,43 @@ p {
|
|||
|
||||
/* Main containers in the different HTML pages */
|
||||
#middleContent {
|
||||
background-color: #aabdfb;
|
||||
background-image: linear-gradient(
|
||||
to right,
|
||||
#fdb2b2,
|
||||
#fdb2b2 5px,
|
||||
#fbaaaa 5px,
|
||||
#fbaaaa
|
||||
);
|
||||
background-size: 10px 100%;
|
||||
color: black;
|
||||
scrollbar-color: #d87979 #fdb3b3;
|
||||
padding: 15px;
|
||||
height: 700px;
|
||||
max-width: 650px;
|
||||
margin: auto;
|
||||
overflow: auto;
|
||||
background-color: #aabdfb;
|
||||
background-image: linear-gradient(
|
||||
to right,
|
||||
#fdb2b2,
|
||||
#fdb2b2 5px,
|
||||
#fbaaaa 5px,
|
||||
#fbaaaa
|
||||
);
|
||||
background-size: 10px 100%;
|
||||
color: black;
|
||||
scrollbar-color: #d87979 #fdb3b3;
|
||||
padding: 15px;
|
||||
height: 700px;
|
||||
max-width: 650px;
|
||||
margin: auto;
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
/* Main text background pattern */
|
||||
.text-containers-main-bg {
|
||||
background-color: #aabdff;
|
||||
background-image: repeating-linear-gradient(
|
||||
45deg,
|
||||
#faa0a0 25%,
|
||||
transparent 25%,
|
||||
transparent 75%,
|
||||
#faa0a0 75%,
|
||||
#faa0a0
|
||||
),
|
||||
repeating-linear-gradient(
|
||||
45deg,
|
||||
#faa0a0 25%,
|
||||
#faa 25%,
|
||||
#faa 75%,
|
||||
#faa0a0 75%,
|
||||
#faa0a0
|
||||
);
|
||||
45deg,
|
||||
#faa0a0 25%,
|
||||
transparent 25%,
|
||||
transparent 75%,
|
||||
#faa0a0 75%,
|
||||
#faa0a0
|
||||
),
|
||||
repeating-linear-gradient(
|
||||
45deg,
|
||||
#faa0a0 25%,
|
||||
#faa 25%,
|
||||
#faa 75%,
|
||||
#faa0a0 75%,
|
||||
#faa0a0
|
||||
);
|
||||
background-position: 0 0, 26px 26px;
|
||||
background-size: 52px 52px;
|
||||
border: 1px solid #a14c4c;
|
||||
|
|
@ -478,9 +478,9 @@ p {
|
|||
.text-containers-secondary-bg {
|
||||
background-color: #aabdff;
|
||||
background-image: linear-gradient(135deg, #faa0a0 25%, transparent 25%),
|
||||
linear-gradient(225deg, #faa0a0 25%, transparent 25%),
|
||||
linear-gradient(45deg, #faa0a0 25%, transparent 25%),
|
||||
linear-gradient(315deg, #faa0a0 25%, #faa 25%);
|
||||
linear-gradient(225deg, #faa0a0 25%, transparent 25%),
|
||||
linear-gradient(45deg, #faa0a0 25%, transparent 25%),
|
||||
linear-gradient(315deg, #faa0a0 25%, #faa 25%);
|
||||
background-position: 19px 0, 19px 0, 0 0, 0 0;
|
||||
background-size: 38px 38px;
|
||||
background-repeat: repeat;
|
||||
|
|
@ -488,24 +488,24 @@ p {
|
|||
}
|
||||
|
||||
#bottomFooter {
|
||||
background: url("../images/dots.png"),
|
||||
linear-gradient(to bottom, #ff8080 0%, #da3636 40%, #e04343 100%);
|
||||
border: 1px solid #8d2727;
|
||||
border-bottom-right-radius: 60px;
|
||||
border-bottom-left-radius: 60px;
|
||||
text-align: center;
|
||||
padding: 13px 20px 13px 23px;
|
||||
background: url("../images/dots.png"),
|
||||
linear-gradient(to bottom, #ff8080 0%, #da3636 40%, #e04343 100%);
|
||||
border: 1px solid #8d2727;
|
||||
border-bottom-right-radius: 60px;
|
||||
border-bottom-left-radius: 60px;
|
||||
text-align: center;
|
||||
padding: 13px 20px 13px 23px;
|
||||
}
|
||||
#bottomFooter span {
|
||||
color: white;
|
||||
text-shadow: #24235a 2px 1px 2px;
|
||||
font-size: 1.1em;
|
||||
color: white;
|
||||
text-shadow: #24235a 2px 1px 2px;
|
||||
font-size: 1.1em;
|
||||
}
|
||||
#bottomFooter a {
|
||||
color: #a0c6ff;
|
||||
text-decoration: underline;
|
||||
text-shadow: #24235a 2px 1px 2px;
|
||||
margin: 0px 3px;
|
||||
color: #a0c6ff;
|
||||
text-decoration: underline;
|
||||
text-shadow: #24235a 2px 1px 2px;
|
||||
margin: 0px 3px;
|
||||
}
|
||||
|
||||
/* Responsiveness */
|
||||
|
|
@ -513,29 +513,29 @@ p {
|
|||
/* Height */
|
||||
@media (min-height: 1035px) {
|
||||
#websiteSpacerTop {
|
||||
display: none;
|
||||
display: none;
|
||||
}
|
||||
#websiteSpacerBottom {
|
||||
display: none;
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
/* Width */
|
||||
@media (max-width: 1150px) {
|
||||
#websiteContainer {
|
||||
width: 900px;
|
||||
width: 900px;
|
||||
}
|
||||
}
|
||||
@media (max-width: 980px) {
|
||||
#websiteContainer {
|
||||
width: 800px;
|
||||
width: 800px;
|
||||
}
|
||||
#rightSiteContent {
|
||||
display: none;
|
||||
display: none;
|
||||
}
|
||||
#middleContent {
|
||||
border-right: 3px solid #9babdd;
|
||||
border-bottom-right-radius: 10px;
|
||||
border-right: 3px solid #9babdd;
|
||||
border-bottom-right-radius: 10px;
|
||||
}
|
||||
}
|
||||
@media (max-width: 850px) {
|
||||
|
|
@ -543,13 +543,13 @@ p {
|
|||
line-height: 27px;
|
||||
}
|
||||
#websiteContainer {
|
||||
width: 680px;
|
||||
width: 680px;
|
||||
}
|
||||
#leftSiteContent {
|
||||
width: 110px;
|
||||
width: 110px;
|
||||
}
|
||||
#leftNav a {
|
||||
font-size: 10.5px;
|
||||
font-size: 10.5px;
|
||||
}
|
||||
.nav-categories a {
|
||||
margin-left: 10px;
|
||||
|
|
@ -564,7 +564,7 @@ p {
|
|||
width: 100px;
|
||||
}
|
||||
#esheepButton {
|
||||
display: none;
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
@media (max-width: 700px) {
|
||||
|
|
@ -572,27 +572,27 @@ p {
|
|||
font-size: 12px;
|
||||
}
|
||||
#websiteContainer {
|
||||
width: 100%;
|
||||
width: 100%;
|
||||
}
|
||||
#header {
|
||||
border-top-right-radius: 0px;
|
||||
border-top-left-radius: 0px;
|
||||
padding: 5px 5px 0px 5px;
|
||||
border-top-right-radius: 0px;
|
||||
border-top-left-radius: 0px;
|
||||
padding: 5px 5px 0px 5px;
|
||||
}
|
||||
#websiteSpacerTop,
|
||||
#websiteSpacerBottom {
|
||||
display: none;
|
||||
display: none;
|
||||
}
|
||||
#leftSiteContent {
|
||||
border-bottom-left-radius: 0px;
|
||||
border-bottom-left-radius: 0px;
|
||||
}
|
||||
#middleContent {
|
||||
border-bottom-right-radius: 0px;
|
||||
border-bottom-right-radius: 0px;
|
||||
}
|
||||
}
|
||||
@media (max-width: 500px) {
|
||||
#websiteContainer {
|
||||
width: 100%;
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
@media (max-width: 400px) {
|
||||
|
|
@ -603,16 +603,16 @@ p {
|
|||
line-height: 23px;
|
||||
}
|
||||
#websiteContainer {
|
||||
width: 100%;
|
||||
width: 100%;
|
||||
}
|
||||
#leftSiteContent {
|
||||
width: 80px;
|
||||
width: 80px;
|
||||
}
|
||||
#leftNav span {
|
||||
font-size: 9px;
|
||||
font-size: 9px;
|
||||
}
|
||||
#leftNav a {
|
||||
font-size: 8.5px;
|
||||
font-size: 8.5px;
|
||||
}
|
||||
.nav-categories a {
|
||||
margin-left: 5px;
|
||||
|
|
@ -631,5 +631,5 @@ p {
|
|||
}
|
||||
a:hover {
|
||||
text-decoration: underline;
|
||||
cursor: url("images/cursor.cur"), auto;
|
||||
cursor: url("http://www.veltron.net/images/cursor.cur"), auto;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue