--text: pink;
--names: black;
--links: pink;
--hover: #f3d7d7;
--borders: 1px solid thistle !important;
--background_image: url("https://i.imgur.com/6zCbRs2.png");
--font-family: 'Gotu', sans-serif;
--curve: 0px;
}
main .left {
padding-right: 20px;
}
.url-info {display: none !important;} /* to hide the url */
.blurbs .heading{display: none !important;} /* to hide the blurbs heading */
h3, h4, h5, .url-info b {color: var(--headers) !important;} /* headings*/
a {color: var(--links) !important;} /* color of links */
a:hover {color: var(--hover) !important;} /* color of links on hover */
p, h2 {color: var(--text) !important;} /* color of text */
h1, .friends a p {color: var(--names) !important;} /* color of names, and friends counter */
h1, .friends a:hover p {color: var(--hover) !important;} /* color of names on hover */
nav label {color: var(--links) !important;} /* color of search */
.section h4 {color: var(--headers) !important; text-align: center;} /* aboutme & want2meet headings */
.comment-reply:not(:first-child) {border-top: 3px double hotpink;} /* line in between comment replies*/
.count {color: #f3d7d7;}
/* text decoration */
a:hover, a:active, .blog-entry .kudos-btn:hover, .blog-entry .kudos-btn:active {
text-decoration: underline;
text-decoration-style: wavy;
}
.logout-btn:hover, .logout-btn:active {
text-decoration: underline;
text-decoration-style: wavy;
}
nav .top a:hover {
text-decoration: underline;
text-decoration-style: wavy;
}
nav .links a:hover {
text-decoration: underline;
text-decoration-style: wavy;
}
/* font family */
h2, h3, h4, h5, a, p, nav label, .section {
font-family: var(--font-family) !important;
font-size: 12px!important;
}
/* padding and margin */
.icon {
border: none !important;
}
.blurbs {
margin-top: 10px !important;
margin-bottom: 30px !important
}
.friends {
margin-top: -10px !important;
margin-bottom: 30px !important
}
.profile-info {
border-radius: var(--curve) !important;
}
.comment-replies {
border: 5px dotted pink;
}
.comments-table {
border-radius: var(--curve) !important;
border: none !important;
}
.table-section {
padding-bottom: 7px !important;
margin-top: 30px!important
}
#comments {
margin-top: 5px !important;
padding-bottom: 5px !important
}
.details p:last-child {
color: var(--links) !important;
filter: brightness(95%);
}
.mood {
margin-top: 20px;
}
/* background image */
body {
background-image: var(--background_image) !important;
background-color: #333232 !important;
background-repeat: repeat;
background-size: 120px;
}
/* navigation */
/* change logo color at https://codepen.io/sosuke/pen/Pjoqqp */
nav {
background: #333232;
box-shadow: calc((400px + (25px * 2)) * 0.025) calc((400px + (25px * 2)) * 0.025) #000000;
margin-bottom: 30px;
border: var(--borders);
}
nav .top {
background: rgba(0, 0, 0, 0.0);
}
nav .top a {
color: pink!important;
}
nav .links {
background: transparent!important;
text-align: center;
}
nav img.logo {
filter: brightness(0) saturate(100%) invert(76%) sepia(42%) saturate(432%) hue-rotate(305deg) brightness(104%) contrast(105%)!important;
}
nav .links li:not(:last-child)::after, footer .links li:not(:last-child)::after {
content: " | ";
color: var(--headers);
}
/*============= color the search bar and button ===================*/
.search-wrapper input[type=text] {
background-color: rgba(0, 0, 0, 0.0) !important;
border: 2px solid pink !important;
color: pink !important;
border-radius: 0px !important;
}
button {
border-radius: 0px !important;
border: 0px solid pink!important;
font-family: var(--font-family) !important;
background-color: rgba(0, 0, 0, 0.0) !important;
color: pink!important;
}
/*============= online icon ===================*/
.online {
content: url(https://dl.glitter-graphics.com/pub/272/272679lz7b9hcea1.gif);
}
/*============= profile name ===================*/
h1 {
padding-left: 20px !important;
font-family: 'Gotu', sans-serif;
font-size: 25px !important;
margin-top: -10px!important;
color: var(--links)!important;
}
/*============= box shadows ===================*/