VIDEO
color: white;
text-shadow: 0 0 5px black, 0 0 10px black, 0 0 10px black, 0 0 20px black, 0 0 25px black;
}
body {
background-image: url(https://64.media.tumblr.com/1609b56814d7f9fcc53f558b009e6e23/f3b508113e46afc3-13/s1280x1920/15d637dc158e54ed83ea2b6f1d0fa2f3473b34d6.jpg);
font-family: 'DynaPuff', cursive;
cursor: url(http://www.rw-designer.com/cursor-view/17815.png), auto;
}
main {
background: none;
color: transparent;
padding: 0px
}
.profile {
background: rgba(0, 0, 0, 0.7);
border-color: ;
border-radius: 10px;
}
.profile-info {
border: none;
}
.profile .url-info {
border: none;
}
.profile table-section {
border: none;
}
.contact {
border: none;
}
/* change all headings on page to different colors. */
.profile .blurbs .heading,
.profile .friends .heading{
background-color: transparent;
color: ;
}
/* change all headings on page to different colors. */
.profile .contact .heading,
.profile .table-section .heading{
background-color: ;
color: ;
}
.online { visibility: hidden; } .online img { content: url(https://64.media.tumblr.com/3e7e46039149103b8b623ba171672f5a/1e1dfad25fc22e16-25/s75x75_c1/0bca76f618884d995edb343db16785e338bdbd27.gifv); animation-name: none; visibility: visible; height: 20px; width: 80px; }
button {
background: white;
color: white;
text-shadow: 0 0 5px black, 0 0 10px black, 0 0 10px black, 0 0 20px black, 0 0 25px black;
border: none; }
table, th, td {
border: 0px solid;
}
:root {
--topic1: "★likes★";
--topic2: "★music★";
--topic3: "★film★";
--topic4: "★tv★";
--topic5: "★style★";
--topic6: "★misc★";
}
table.comments-table{
display: block;
height: 300px!important;
background: url(https://i.pinimg.com/564x/3c/0d/26/3c0d26dbb3e3d2efee7dbbf7a9a9c290.jpg);
color: ;
overflow-y: scroll;
}
::-webkit-scrollbar
{
width: 15px;
}
/*Customizes color of the direction buttons*/
::-webkit-scrollbar-button:start {
background-color: rgb(241, 165, 250);
}
::-webkit-scrollbar-button:end {
background-color: rgb(241, 165, 250);
}
::-webkit-scrollbar-thumb
{
background-color: #9e9e9e;
border-radius: 0px;
}
::-webkit-scrollbar-thumb:hover {
background: #ff6bad;
}
::-webkit-scrollbar-track
{
-webkit-box-shadow: inset 0 0 0px black;
background-color: rgb(241, 165, 250);
border-radius: 0px;
}
/* Scrollbar Buttons */
/*Width*/
::-webkit-scrollbar-button
{
height: 16px;
width: 16px;
}
/* Up */
::-webkit-scrollbar-button:vertical:decrement
{
height: 16px;
width: 16px;
background-position: center center;
background-image: url("https://i.ibb.co/0yt2dVc/Arrow-Up.png");
}
/*Up Hover*/
::-webkit-scrollbar-button:vertical:decrement:hover
{
height: 16px;
width: 16px;
background-position: center center;
background-image: url("https://i.ibb.co/Fn2qWmj/Arrow-Up-hover.png");
}
/* Down */
::-webkit-scrollbar-button:vertical:increment
{
height: 16px;
width: 16px;
background-position: center center;
background-image: url("https://i.ibb.co/rGMFVKm/Arrow-Down.png");
}
/*Down Hover*/
::-webkit-scrollbar-button:vertical:increment:hover
{
height: 16px;
width: 16px;
background-position: center center;
background-image: url("https://i.ibb.co/PYWv05Q/Arrow-Down-hover.png");
}
.table-section:not(:last-child) .details-table tr td:first-child p{color:transparent !important;text-shadow: none !important;letter-spacing: -100px;}
.details-table tr td:first-child p::after{
letter-spacing:normal !important;
color: white;
text-shadow: 0 0 5px black, 0 0 10px black, 0 0 10px black, 0 0 20px black, 0 0 25px black;
filter: brightness(95%) !important;
}
.table-section:not(:last-child) .details-table tr:nth-child(1) td:first-child p::after{
content: var(--topic1);
}
.table-section:not(:last-child) .details-table tr:nth-child(2) td:first-child p::after{
content: var(--topic2);
}
.table-section:not(:last-child) .details-table tr:nth-child(3) td:first-child p::after{
content: var(--topic3);
}
.table-section:not(:last-child) .details-table tr:nth-child(4) td:first-child p::after{
content: var(--topic4);
}
.table-section:not(:last-child) .details-table tr:nth-child(5) td:first-child p::after{
content: var(--topic5);
}
.table-section:not(:last-child) .details-table tr:nth-child(6) td:first-child p::after{
content: var(--topic6);
}
nav .top {
background: rgba(0, 0, 0, 0.7);
border-color: ;
border-radius: 10px;
}
nav .links {
background: rgba(0, 0, 0, 0.7);
border-color: ;
border-radius: 10px;
}
nav, footer, .profile .contact {
border: none;
}
.contact .inner a img {
font-size: 0;
}
.contact .inner a img:before {
font-size: 1em;
display: block
}
.contact .inner .f-row:nth-child(1) .f-col:nth-child(1) a:before {
/* Add to Friends */
content: "★"
}
.contact .inner .f-row:nth-child(1) .f-col:nth-child(2) a:before {
/* Add to Favorites */
content: "★"
}
.contact .inner .f-row:nth-child(2) .f-col:nth-child(1) a:before {
/* Send Message */
content: "★"
}
.contact .inner .f-row:nth-child(2) .f-col:nth-child(2) a:before {
/* Forward to Friend */
content: "★"
}
.contact .inner .f-row:nth-child(3) .f-col:nth-child(1) a:before {
/* Instant Message */
content: "★"
}
.contact .inner .f-row:nth-child(3) .f-col:nth-child(2) a:before {
/* Block User */
content: "★"
}
.contact .inner .f-row:nth-child(4) .f-col:nth-child(1) a:before {
/* Add to Group */
content: "★"
}
.contact .inner .f-row:nth-child(4) .f-col:nth-child(2) a:before {
/* Report Profile */
content: "★"
}
footer {
background: rgba(0, 0, 0, 0.7);
border-color: ;
border-radius: 10px;
margin: 0px;
}
table.comments-table td {
color: black;
border:none;
}
.count {
color: #ff6bad;
}
.profile .friends .person p {
color: white;
text-shadow: 0 0 5px black, 0 0 10px black, 0 0 10px black, 0 0 20px black, 0 0 25px black;
}
table.comments-table, table.music-table, table.bulletin-table, table.forum-table, table.groups-table {
border: none;
}
:root {
--logo-blue: ;
--darker-blue: ;
--lighter-blue: ;
--even-lighter-blue: ;
--lightest-blue: ;
--dark-orange: white;
--light-orange: ;
--even-lighter-orange: ;
--green: ;
--strange-yellow: ;
color: white;
text-shadow: 0 0 5px black, 0 0 10px black, 0 0 10px black, 0 0 20px black, 0 0 25px black;
}
body {
background-image: url(https://64.media.tumblr.com/1609b56814d7f9fcc53f558b009e6e23/f3b508113e46afc3-13/s1280x1920/15d637dc158e54ed83ea2b6f1d0fa2f3473b34d6.jpg);
font-family: 'DynaPuff', cursive;
cursor: url(http://www.rw-designer.com/cursor-view/17815.png), auto;
}
main {
background: none;
color: transparent;
padding: 0px
}
.profile {
background: rgba(0, 0, 0, 0.7);
border-color: ;
border-radius: 10px;
}
.profile-info {
border: none;
}
.profile .url-info {
border: none;
}
.profile table-section {
border: none;
}
.contact {
border: none;
}
/* change all headings on page to different colors. */
.profile .blurbs .heading,
.profile .friends .heading{
background-color: transparent;
color: ;
}
/* change all headings on page to different colors. */
.profile .contact .heading,
.profile .table-section .heading{
background-color: ;
color: ;
}
.online { visibility: hidden; } .online img { content: url(https://64.media.tumblr.com/3e7e46039149103b8b623ba171672f5a/1e1dfad25fc22e16-25/s75x75_c1/0bca76f618884d995edb343db16785e338bdbd27.gifv); animation-name: none; visibility: visible; height: 20px; width: 80px; }
button {
background: white;
color: white;
text-shadow: 0 0 5px black, 0 0 10px black, 0 0 10px black, 0 0 20px black, 0 0 25px black;
border: none; }
table, th, td {
border: 0px solid;
}
:root {
--topic1: "★likes★";
--topic2: "★music★";
--topic3: "★film★";
--topic4: "★tv★";
--topic5: "★style★";
--topic6: "★misc★";
}
table.comments-table{
display: block;
height: 300px!important;
background: url(https://i.pinimg.com/564x/3c/0d/26/3c0d26dbb3e3d2efee7dbbf7a9a9c290.jpg);
color: ;
overflow-y: scroll;
}
::-webkit-scrollbar
{
width: 15px;
}
/*Customizes color of the direction buttons*/
::-webkit-scrollbar-button:start {
background-color: rgb(241, 165, 250);
}
::-webkit-scrollbar-button:end {
background-color: rgb(241, 165, 250);
}
::-webkit-scrollbar-thumb
{
background-color: #9e9e9e;
border-radius: 0px;
}
::-webkit-scrollbar-thumb:hover {
background: #ff6bad;
}
::-webkit-scrollbar-track
{
-webkit-box-shadow: inset 0 0 0px black;
background-color: rgb(241, 165, 250);
border-radius: 0px;
}
/* Scrollbar Buttons */
/*Width*/
::-webkit-scrollbar-button
{
height: 16px;
width: 16px;
}
/* Up */
::-webkit-scrollbar-button:vertical:decrement
{
height: 16px;
width: 16px;
background-position: center center;
background-image: url("https://i.ibb.co/0yt2dVc/Arrow-Up.png");
}
/*Up Hover*/
::-webkit-scrollbar-button:vertical:decrement:hover
{
height: 16px;
width: 16px;
background-position: center center;
background-image: url("https://i.ibb.co/Fn2qWmj/Arrow-Up-hover.png");
}
/* Down */
::-webkit-scrollbar-button:vertical:increment
{
height: 16px;
width: 16px;
background-position: center center;
background-image: url("https://i.ibb.co/rGMFVKm/Arrow-Down.png");
}
/*Down Hover*/
::-webkit-scrollbar-button:vertical:increment:hover
{
height: 16px;
width: 16px;
background-position: center center;
background-image: url("https://i.ibb.co/PYWv05Q/Arrow-Down-hover.png");
}
.table-section:not(:last-child) .details-table tr td:first-child p{color:transparent !important;text-shadow: none !important;letter-spacing: -100px;}
.details-table tr td:first-child p::after{
letter-spacing:normal !important;
color: white;
text-shadow: 0 0 5px black, 0 0 10px black, 0 0 10px black, 0 0 20px black, 0 0 25px black;
filter: brightness(95%) !important;
}
.table-section:not(:last-child) .details-table tr:nth-child(1) td:first-child p::after{
content: var(--topic1);
}
.table-section:not(:last-child) .details-table tr:nth-child(2) td:first-child p::after{
content: var(--topic2);
}
.table-section:not(:last-child) .details-table tr:nth-child(3) td:first-child p::after{
content: var(--topic3);
}
.table-section:not(:last-child) .details-table tr:nth-child(4) td:first-child p::after{
content: var(--topic4);
}
.table-section:not(:last-child) .details-table tr:nth-child(5) td:first-child p::after{
content: var(--topic5);
}
.table-section:not(:last-child) .details-table tr:nth-child(6) td:first-child p::after{
content: var(--topic6);
}
nav .top {
background: rgba(0, 0, 0, 0.7);
border-color: ;
border-radius: 10px;
}
nav .links {
background: rgba(0, 0, 0, 0.7);
border-color: ;
border-radius: 10px;
}
nav, footer, .profile .contact {
border: none;
}
.contact .inner a img {
font-size: 0;
}
.contact .inner a img:before {
font-size: 1em;
display: block
}
.contact .inner .f-row:nth-child(1) .f-col:nth-child(1) a:before {
/* Add to Friends */
content: "★"
}
.contact .inner .f-row:nth-child(1) .f-col:nth-child(2) a:before {
/* Add to Favorites */
content: "★"
}
.contact .inner .f-row:nth-child(2) .f-col:nth-child(1) a:before {
/* Send Message */
content: "★"
}
.contact .inner .f-row:nth-child(2) .f-col:nth-child(2) a:before {
/* Forward to Friend */
content: "★"
}
.contact .inner .f-row:nth-child(3) .f-col:nth-child(1) a:before {
/* Instant Message */
content: "★"
}
.contact .inner .f-row:nth-child(3) .f-col:nth-child(2) a:before {
/* Block User */
content: "★"
}
.contact .inner .f-row:nth-child(4) .f-col:nth-child(1) a:before {
/* Add to Group */
content: "★"
}
.contact .inner .f-row:nth-child(4) .f-col:nth-child(2) a:before {
/* Report Profile */
content: "★"
}
footer {
background: rgba(0, 0, 0, 0.7);
border-color: ;
border-radius: 10px;
margin: 0px;
}
table.comments-table td {
color: black;
border:none;
}
.count {
color: #ff6bad;
}
.profile .friends .person p {
color: white;
text-shadow: 0 0 5px black, 0 0 10px black, 0 0 10px black, 0 0 20px black, 0 0 25px black;
}
table.comments-table, table.music-table, table.bulletin-table, table.forum-table, table.groups-table {
border: none;
}
:root {
--logo-blue: ;
--darker-blue: ;
--lighter-blue: ;
--even-lighter-blue: ;
--lightest-blue: ;
--dark-orange: white;
--light-orange: ;
--even-lighter-orange: ;
--green: ;
--strange-yellow: ;