html {
line-height: 1.2;
-webkit-text-size-adjust: 100%;
}
body {
background: #f5f6fa;
font-family: open sans, sans-serif;
margin: 0;
padding: 0;
}
a {
text-decoration: none;
transition: all 0.2s ease-in-out;
}
h2 {
padding-bottom: 5px;
margin-bottom: 5px;
color: #777;
}
.container {
max-width: 1200px;
margin: 0 auto;
}
#header {
width: 100%;
clear: both;
float: left;
margin-bottom: 5px;
padding-bottom: 5px;
z-index: 99999 !important;
background: linear-gradient(180deg, #2c3e50 0%, #00a92b 80%);
-webkit-box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.25);
-moz-box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.25);
box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.25);
}
.ads {
display: table !important;
margin: 12px 0 !important;
float: left;
clear: both;
width: 100% !important;
}
.share {
padding-top: 8px;
padding-left: 5px;
display: block;
float: left;
text-transform: uppercase;
margin-right: 5px;
font-size: 12px;
text-align: right;
}
.sharebutton {
padding-top: 3px;
display: block;
float: left;
width: 100%;
}
.resp-sharing-button__link,
.resp-sharing-button__icon {
display: inline-block;
}
.resp-sharing-button__link {
text-decoration: none;
color: #fff;
float: left;
font-size: 18px;
}
.resp-sharing-button {
transition: 25ms ease-out;
padding: 5px 20px;
border-radius: 25px;
font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
}
.resp-sharing-button__icon svg {
width: 1em;
height: 1em;
margin-right: 0.4em;
vertical-align: top;
}
.resp-sharing-button--small svg {
margin: 0;
vertical-align: middle;
}
.resp-sharing-button__icon {
stroke: #fff;
fill: none;
}
.resp-sharing-button__icon--solid,
.resp-sharing-button__icon--solidcircle {
fill: #fff;
stroke: none;
}
.resp-sharing-button--twitter {
background-color: #55acee;
}
.resp-sharing-button--twitter:hover {
background-color: #2795e9;
}
.resp-sharing-button--pinterest {
background-color: #bd081c;
}
.resp-sharing-button--pinterest:hover {
background-color: #8c0615;
}
.resp-sharing-button--facebook {
background-color: #3b5998;
}
.resp-sharing-button--facebook:hover {
background-color: #2d4373;
}
.resp-sharing-button--reddit {
background-color: #ff4500;
}
.resp-sharing-button--reddit:hover {
background-color: #ff4500;
}
.resp-sharing-button--linkedin {
background-color: #0077b5;
}
.resp-sharing-button--linkedin:hover {
background-color: #046293;
}
.resp-sharing-button--email {
background-color: #777;
}
.resp-sharing-button--whatsapp {
background-color: #25d366;
}
.resp-sharing-button--whatsapp:hover {
background-color: #1da851;
}
.resp-sharing-button--facebook {
background-color: #3b5998;
border-color: #3b5998;
}
.resp-sharing-button--facebook:hover,
.resp-sharing-button--facebook:active {
background-color: #2d4373;
border-color: #2d4373;
}
.resp-sharing-button--twitter {
background-color: #55acee;
border-color: #55acee;
}
.resp-sharing-button--twitter:hover,
.resp-sharing-button--twitter:active {
background-color: #2795e9;
border-color: #2795e9;
}
.resp-sharing-button--whatsapp {
background-color: #25d366;
border-color: #25d366;
}
.resp-sharing-button--whatsapp:hover,
.resp-sharing-button--whatsapp:active {
background-color: #1da851;
border-color: #1da851;
}
.settings {
float: right;
margin: 7px 0;
}
.settings input {
box-shadow: none;
cursor: pointer;
padding: 2px;
width: 200px;
}
.divTableCell {
display: table-cell;
padding: 0 5px;
}
.divTableCell:nth-child(1) {
text-align: left;
margin-top: 3px;
font-size: 13px;
text-transform: uppercase;
float: left;
padding: 0;
color: #ccc;
border-radius: 3px;
}
.divTableCell:nth-child(2) {
text-align: left;
}
input::placeholder {
color: #888;
opacity: 1;
}
.bookmarks {
overflow: scroll;
height: 100%;
}
input[type="range"] {
-webkit-appearance: none;
margin: 5px 0;
}
input[type="range"]:focus {
outline: none;
}
input[type="range"]::-webkit-slider-runnable-track {
height: 6.4px;
cursor: pointer;
animate: 0.2s;
background: #2b5fd2;
border-radius: 1.3px;
}
input[type="range"]::-webkit-slider-thumb {
height: 25px;
width: 25px;
border-radius: 3px;
background: #2b5fd2;
cursor: pointer;
-webkit-appearance: none;
border: 2px solid #2b5fd2;
margin-top: -10px;
}
input[type="range"]:focus::-webkit-slider-runnable-track {
background: #2b5fd2;
}
input[type="range"]::-moz-range-track {
width: 100%;
height: 6.4px;
cursor: pointer;
animate: 0.2s;
background: #2b5fd2;
border-radius: 1.3px;
border: 0.2px solid #010101;
}
input[type="range"]::-moz-range-thumb {
border: 1px solid #000;
height: 25px;
width: 25px;
border-radius: 3px;
background: #fff;
cursor: pointer;
border: 2px solid #000;
}
input[type="range"]::-ms-track {
width: 100%;
height: 6.4px;
cursor: pointer;
animate: 0.2s;
background: 0 0;
border-color: transparent;
border-width: 16px 0;
color: transparent;
}
input[type="range"]::-ms-fill-lower {
background: #2b5fd2;
border-radius: 2.6px;
}
input[type="range"]::-ms-fill-upper {
background: #2b5fd2;
border-radius: 2.6px;
}
input[type="range"]::-ms-thumb {
height: 25px;
width: 25px;
border-radius: 3px;
background: #fff;
cursor: pointer;
border: 2px solid #000;
}
input[type="range"]:focus::-ms-fill-lower {
background: #2b5fd2;
}
input[type="range"]:focus::-ms-fill-upper {
background: #2b5fd2;
}
.fixedtop {
position: fixed;
top: 0;
}
#mobile-fly-menu {
display: block;
position: absolute;
cursor: pointer;
width: 50px;
height: 40px;
float: left;
}
#mobile-fly-menu:hover span {
background: #fff;
}
#mobile-fly-menu span:nth-child(1) {
top: 12px;
width: 38px;
}
#mobile-fly-menu span:nth-child(2) {
top: 21px;
width: 30px;
}
#mobile-fly-menu span:nth-child(3) {
top: 30px;
width: 22px;
}
#mobile-fly-menu span {
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
-ms-border-radius: 2px;
-o-border-radius: 2px;
border-radius: 2px;
display: block;
position: absolute;
left: 12px;
-webkit-transform: rotate(0);
-moz-transform: rotate(0);
-ms-transform: rotate(0);
-o-transform: rotate(0);
transform: rotate(0);
-webkit-transition: 0.25s ease-in-out;
-moz-transition: 0.25s ease-in-out;
-ms-transition: 0.25s ease-in-out;
-o-transition: 0.25s ease-in-out;
transition: 0.25s ease-in-out;
height: 4px;
background: #ffffff8f;
}
.menusection {
float: left;
width: 23%;
position: fixed;
left: 0;
top: 0;
bottom: 0;
z-index: 99999;
background: linear-gradient(90deg, rgb(0, 0, 0) 0%, #00c733 80%) !important;
box-shadow: 0 15px 35px rgba(50, 50, 93, 0.3), 0 5px 15px rgba(0, 0, 0, 0.3);
display: none;
}
.menusection .close {
position: absolute;
right: -42px;
top: 10px;
font-size: 18px;
padding: 10px 15px;
border: none;
background: #f72231;
color: #fff;
border-radius: 0 3px 3px 0;
cursor: pointer;
z-index: 3;
}
.menusection h2 {
text-align: center;
margin: 5px;
font-size: 1.4rem;
}
.bookmarks a:hover {
background: #fff;
color: #000;
}
.bookmarks a {
display: block;
text-align: right;
padding: 10px 18px;
color: #fff;
text-transform: uppercase;
font-weight: 400;
}
.site-link a {
color: #6b6b6b;
background: #fff;
padding: 7px 10px;
text-transform: uppercase;
font-size: 14px;
border-radius: 3px;
margin: 3px 2px;
display: inline-block;
}
.site-link a:hover {
color: #fff;
background: #1ca90e;
}
#header a.link,
.menusection h2 a {
font-size: 30px;
text-align: center;
width: 100%;
display: block;
text-decoration: none;
color: #fff;
font-family: pacifico, cursive;
backface-visibility: hidden;
}
.menusection h2 a {
font-size: 25px;
}
#lastused {
width: 100%;
overflow-y: hidden;
overflow-x: auto;
display: flex;
padding: 3px 0;
margin-top: 5px;
}
#lastused .vijaykumar {
background-color: #fff;
color: #363636;
cursor: pointer;
justify-content: center;
font-size: 16px;
padding: 8px;
text-align: center;
vertical-align: top;
white-space: nowrap;
border-radius: 15px 0px 50px 15px;
margin-right: 3px;
font-family: arial, sans-serif;
}
#lastused .vijaykumar:hover {
color: rgba(255, 81, 47, 1);
}
#header .input {
width: 90%;
position: relative;
outline: 0;
float: left;
}
#header .input input {
width: 100%;
border: none;
padding: 0;
color: #444;
text-align: center;
font-size: 15px;
display: block;
height: 46px;
border-radius: 25px;
background: #fff;
outline: none;
font-family: arial, sans-serif;
}
#header .input span {
position: absolute;
text-align: center;
right: 0;
top: 0;
display: block;
font-size: 22px;
padding: 9px 20px;
color: #bd1c1c;
cursor: pointer;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-tap-highlight-color: transparent;
}
#header .input span:hover {
color: #444;
}
#header .copy {
    color: #fff;
    padding: 9px 0;
    line-height: 1.5;
    display: block;
    text-transform: uppercase;
    background: #1ea90e;
    text-align: center;
    float: left;
    font-weight: 700;
    width: 9%;
    cursor: pointer;
    z-index: 99;
    margin-left: 5px;
    border-radius: 15px 0px 50px 15px;
    border: 2px solid #000000;
}
#header .copy:hover {
opacity: 0.9;
}
#main .vijaykumar-list {
text-align: center;
float: left;
width: 100%;
}
#main .vijaykumar-list .vijaykumar {
     display: inline-table;
     margin: 3px;
     font-size: 16px;
     cursor: pointer;
     background: linear-gradient(45deg, #0076ff1a, transparent);
     border: 2px solid;
     position: relative;
     transition: all .2s cubic-bezier(0.56, 0.01, 0.58, 1);
     border-radius: 15px 0px 50px 15px;
     box-shadow: inset -3px -2px 3px 0px #d30101, -2px 4px 1px 0px #33ad2b;
}

#main .vijaykumar-list .vijaykumar div {
padding: 10px 15px;
font-family: arial, sans-serif;
font-weight: 800;
}
#main .vijaykumar-list .vijaykumar:hover {
color: rgba(255, 81, 47, 1);
border: 2px solid rgba(255, 81, 47, 1);
}
#main .vijaykumar-list .vijaykumar span {
position: absolute;
background: #1ea90d;
border-radius: 3px;
font-size: 12px;
width: max-content;
z-index: 999;
padding: 4px 5px;
color: #fff;
left: -9px;
top: -20px;
display: none;
transition: all 0.2s ease-in-out;
}
#main .vijaykumar-list .vijaykumar:hover span {
display: block;
}
.vijaykumar-main {
float: left;
width: 100%;
}
.links {
width: 100%;
clear: both;
text-align: center;
padding-top: 17px;
}
.links a {
display: inline-block;
padding: 4px 10px;
font-size: 14px;
margin: 3px 1px;
text-transform: uppercase;
text-decoration: none;
border-radius: 25px;
background: #2c3e50;
color: #fff;
border: 2px solid #fcb69f;
box-shadow: 0px 0px 9px 1px #2c3e50;
}
.links a:hover {
opacity: 0.7;
}
#footer {
background: #000;
color: #fff;
width: 100%;
float: left;
text-align: center;
margin-top: 15px;
-webkit-box-shadow: 0 -6px 10px 0 rgba(0, 0, 0, 0.25);
-moz-box-shadow: 0 -6px 10px 0 rgba(0, 0, 0, 0.25);
box-shadow: 0 -6px 10px 0 rgba(0, 0, 0, 0.25);
}
.copied {
position: fixed;
width: 260px;
right: 0;
bottom: 25%;
background: #1ea90d;
color: #fff;
padding: 5px 10px;
border-radius: 3px 0 0 3px;
z-index: 99999;
box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.41);
}
p.copied span {
float: left;
width: 100%;
}
p.copied .text {
background: 0 0;
color: #fff;
border: none;
width: 100%;
}
#footer h1 {
font-size: 2.5rem;
}
.fixedtop #mobile-fly-menu,
.fixedtop a.link {
display: none !important;
}
.page-load-status {
float: left;
width: 100%;
text-align: center;
}
.aload {
font-size: 20px;
position: relative;
width: 4em;
height: 1em;
margin: 10px auto;
}
.aload span {
display: block;
width: 1em;
height: 1em;
border-radius: 0.5em;
background: #555;
position: absolute;
animation-duration: 0.5s;
animation-timing-function: ease;
animation-iteration-count: infinite;
}
.aload span:nth-child(1),
.aload span:nth-child(2) {
left: 0;
}
.aload span:nth-child(3) {
left: 1.5em;
}
.aload span:nth-child(4) {
left: 3em;
}
@keyframes reveal {
from {
transform: scale(0.001);
}
to {
transform: scale(1);
}
}
@keyframes slide {
to {
transform: translateX(1.5em);
}
}
.aload span:nth-child(1) {
animation-name: reveal;
}
.aload span:nth-child(2),
.aload span:nth-child(3) {
animation-name: slide;
}
.aload span:nth-child(4) {
animation-name: reveal;
animation-direction: reverse;
}
#scroll {
display: none;
position: fixed;
bottom: 20%;
right: 0;
background: #fff;
z-index: 99999;
color: #777;
font-size: 20px;
border: none;
outline: none;
cursor: pointer;
padding: 12px 14px;
box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.21);
border-radius: 2px;
}
#scroll:hover,
.randomgen:hover {
background: #000;
color: #fff;
}
@media only screen and (max-width: 970px) {
#header {
position:fixed;
top: 0;
left: 0;
width: 100%;
background: #00a92b;
}
.settings {
margin-top: 50px;
}
.inputinfo {
position: fixed;
bottom: 0;
left: 0;
width: 100%;
padding: 10px;
background: linear-gradient(180deg, #d30101bf 0%, #00c733 80%);
z-index: 99;
-webkit-box-shadow: 0 -2px 16px 0 rgba(0, 0, 0, 0.26);
-moz-box-shadow: 0 -2px 16px 0 rgba(0, 0, 0, 0.26);
box-shadow: 0 -2px 16px 0 rgba(0, 0, 0, 0.26);
}
#mobile-fly-menu span:nth-child(1) {
top: 9px;
}
#mobile-fly-menu span:nth-child(2) {
top: 18px;
}
#mobile-fly-menu span:nth-child(3) {
top: 27px;
}
#header a.link {
font-size: 20px;
padding: 8px 0 2px;
}
#header .input {
width: 74%;
}
#header .copy {
width: 22%;
margin-left: 1%;
}
#main .vijaykumar-list .vijaykumar {
font-size: 14px;
}
#lastused .vijaykumar {
font-size: 14px;
padding: 8px;
}
#footer h1 {
font-size: 2rem;
}
#footer img {
width: 90%;
}
}
@media only screen and (max-width: 670px) {
h2 {
font-size: 20px;
}
.menusection {
width: 80%;
}
.copied {
width: 40%;
}
#lastused {
padding: 0.5% 0;
margin-top: 0;
}
}