Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <html lang="en">
- <head>
- <title>Umobil - Website Template</title>
- <style>
- /* reset */
- html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,dl,dt,dd,ol,nav ul,nav li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}
- article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
- ol,ul{list-style:none;margin:0px;padding:0px;}
- blockquote,q{quotes:none;}
- blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
- table{border-collapse:collapse;border-spacing:0;}
- /* start editing from here */
- a{text-decoration:none;}
- .txt-rt{text-align:right;}/* text align right */
- .txt-lt{text-align:left;}/* text align left */
- .txt-center{text-align:center;}/* text align center */
- .float-rt{float:right;}/* float right */
- .float-lt{float:left;}/* float left */
- .clear{clear:both;}/* clear float */
- .pos-relative{position:relative;}/* Position Relative */
- .pos-absolute{position:absolute;}/* Position Absolute */
- .vertical-base{ vertical-align:baseline;}/* vertical align baseline */
- .vertical-top{ vertical-align:top;}/* vertical align top */
- nav.vertical ul li{ display:block;}/* vertical menu */
- nav.horizontal ul li{ display: inline-block;}/* horizontal menu */
- img{max-width:100%;}
- ul li {border:none;}
- /*end reset*/
- body{
- background:#00FEFE;
- background:-moz-linear-gradient(top, #00FEFE 0%, #008383 100%);
- background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #00FEFE), color-stop(100%, #008383));
- background:-webkit-linear-gradient(top, #00FEFE 0%, #008383 100%);
- background:-o-linear-gradient(top, #00FEFE 0%, #008383 100%);
- background:-ms-linear-gradient(top, #00FEFE 0%, #008383 100%);
- background:linear-gradient(to bottom, #00FEFE 0%, #008383 100%);
- /*filter:progid:DXImageTransform.Mic.social_icrosoft.gradient(startColorstr='#00FEFE', endColorstr='#008383', GradientType=0);*/
- margin: 0;
- font-family: 'Arial', Helvetica, Sans-Serif;
- color:#fff;
- }
- .right-shade {fill:#139D9D;}
- .left-shade {fill:#0B6565;}
- @media screen and ( -ms-high-contrast: active), ( -ms-high-contrast:none){#cubes {display:none;}}
- @media all and ( -ms-high-contrast: none), ( -ms-high-contrast:active){#cubes {display:none}}
- #cubes {
- position:absolute;
- background-color:cyan;
- width:100%;
- height:100%;
- margin:0;
- z-index:-1;
- }
- h1,h2,h3,h4,h5,h6{margin:0;padding:0;text-align:center;}
- p{margin:0;padding:0;}
- ul{margin:0;padding:0;}
- label{margin:0;}
- a{
- transition: 0.5s all;
- -webkit-transition: 0.5s all;
- -moz-transition: 0.5s all;
- -o-transition: 0.5s all;
- }
- a:hover{
- transition: 0.5s all;
- -webkit-transition: 0.5s all;
- -moz-transition: 0.5s all;
- -o-transition: 0.5s all;
- }
- .main {
- margin:0;
- padding-top:20px;
- width:100%;
- }
- .phone {
- margin:.5em 0;
- width:49.7%;
- float:left;
- }
- #casement1 {
- background:#000;
- margin:0 auto;
- width:340px;
- padding: 0;
- border: .3em solid #000;
- border-radius: 50px;
- text-align:center;
- }
- #casement2 {
- background:#000;
- width:340px;
- margin: 0 auto;
- padding: 0;
- border: .3em solid #000;
- border-radius: 50px;
- text-align:center;
- }
- .liner {
- background-color:#161616;
- padding: 0 .4em;
- margin:0;
- border: .3em solid #282828;
- border-radius: 44px;
- text-align:center;
- }
- .earpiece {
- margin:4px auto;
- padding:0;
- height:40px;
- }
- .earpiece p {margin:0;padding:0;text-indent:0;}
- .earpiece span {
- padding:0;
- height:40px;
- color:#FFF;
- font-family: 'Arial', Helvetica, Sans-Serif;
- font-size:14px;
- font-weight:900px;
- letter-spacing:1px;
- }
- .earpiece span.ring {
- width:50px;
- height:10px;
- border:1px outset #CCC;
- border-radius:50px;
- font-size:7px;
- color:#161616;
- }
- .earpiece span.ring:after {content:"pastebin.com";}
- .earpiece span#cell1 {margin:0;}
- .earpiece span#cell1:after {content:"CELLULAR 1";}
- .earpiece span#cell2 {margin:0;}
- .earpiece span#cell2:after {content:"CELLULAR 2";}
- .content {
- margin:0;
- padding:0;
- height:450px;
- background-color:#fff;
- }
- .content iframe{
- display:block;
- position:relative;
- margin:auto;
- width:100%;
- height:450px;
- overflow:hidden;
- border:none;
- background-color:#151515;
- }
- .Dmenu{
- margin:0;
- padding:0;
- position: relative;
- display: inline-block;
- }
- .Dmenu input[type=checkbox]{
- display: none;
- margin:0;
- padding:0;
- }
- .Dmenu label{
- box-sizing: border-box;
- display: inline-block;
- position:relative;
- width:30px;
- height:30px;
- padding-bottom:4px;
- margin:15px 10px 0 10px;
- border:1px solid transparent;
- border-radius:2px;
- cursor: pointer;
- text-align: center;
- -webkit-user-select: none;
- -moz-user-select: none;
- -ms-user-select: none;
- user-select: none;
- }
- .Dmenu label:hover {
- background-color:#C0C0C0;
- border:1px solid #8D8D8D;
- border-radius:2px;
- }
- .Dmenu label:active {background-color:#FE8046;}
- .dots{
- display:block;
- width:4px;
- height:4px;
- margin:4px auto;
- background-color:#FFF;
- border-radius:2px;
- }
- .wafers{display:block;
- width:22px;
- height:4px;
- margin:4px auto;
- background-color:#FFF;
- border-radius:2px;
- }
- .Dmenu ul{
- position: absolute;
- display:none;
- height:100%;
- list-style: none;
- top:60px;
- width: 159px;
- z-index: 1;
- }
- .Dmenu ul li{
- text-align:center;
- line-height:30px;
- background-color:#151515;
- cursor: pointer;
- border:none;
- }
- .Dmenu ul li:hover{background-color: #FE8046;}
- .Dmenu ul li a{
- font-family: Sans-Serif;
- font-size: 18px;
- font-weight: 500;
- text-decoration:none;
- color: #FFF;
- letter-spacing:1px;
- margin:0;
- border:none;
- }
- .Dmenu ul li a:hover {color: #FFDEAD;}
- .Dmenu ul li a:active {color: #FFF;}
- .Dmenu input[type=checkbox]:checked ~ label {
- background-color: #FE8046;
- border:1px solid #8D8D8D;
- border-radius:2px;
- }
- .Dmenu input[type=checkbox]:checked ~ label:hover {
- background-color: #CCC;
- border:1px solid #8D8D8D;
- border-radius:2px;
- }
- .Dmenu input[type=checkbox]:checked ~ label:active {
- background-color: #FE8046;
- border:1px solid #8D8D8D;
- border-radius:2px;
- }
- .Dmenu input[type=checkbox]:checked ~ ul {
- display: block;
- }
- .R {float:right;}
- .L {float:left;}
- .dirR {right:0;text-align: center;}
- .dirL {left:0;text-align: center;}
- .toneau {
- margin:0;
- padding:0;
- position: absolute;
- display: inline-block;
- height:0;
- z-index:1;
- }
- .toneau input[type=checkbox]{display: none;}
- .toneau label {
- margin-top:0;
- display: block;
- position:relative;
- width:210px;
- line-height:60px;
- height:60px;
- top:0;
- left:-104px;
- background-color:#646464;
- font-family: Times New Roman, Times, Serif;
- font-size: 24px;
- font-weight: 100;
- color:#FFDEAD;
- letter-spacing:2px;
- border-radius:2px;
- cursor: pointer;
- text-align: center;
- -webkit-user-select: none;
- -moz-user-select: none;
- -ms-user-select: none;
- user-select: none;
- text-shadow:
- -0.5px 0px 1px #EB8,
- 0px 0.5px 1px #EB8,
- 0.5px 0px 1px #EB8,
- 0px -0.5px 1px #EB8;
- }
- .toneau label strong {color:#FE8046;
- text-shadow:none;
- font-size:130%;
- }
- .shadow {
- box-shadow:
- inset 0 15px 15px -15px #000,
- inset 0 -15px 15px -15px #000;
- }
- .shadow:hover {
- box-shadow:
- 0px 0px 2px 2px #FE8046,
- inset 0 15px 15px -15px #000,
- inset 0 -15px 15px -15px #000;
- }
- .shadow:active {
- box-shadow:
- 0px 0px 2px 2px lime,
- inset 0 15px 15px -15px #000,
- inset 0 -15px 15px -15px #000;
- }
- .toneau input[type=checkbox]:checked ~ label{display:none;}
- .toneau input[type=checkbox]:checked ~ ul {display: block;}
- .toneau ul{
- position: relative;
- list-style: none;
- width:0;
- z-index: 1;
- display: none;
- left:-12px;
- top:21px;
- }
- .Umenu {
- display:block;
- margin:0;
- height:60px;
- width:320px;
- background-color:#646464;
- box-shadow: inset 0 0 15px #000;
- padding:0;
- }
- .footer {display:block;
- box-sizing:border-box;
- width:290px;
- height:27px;
- display:inline-block;
- margin:10px 10px 10px 0;padding:0;
- }
- hr {width:90%;height:1px; order-color:#8d8d8d;}
- .Pmenu{
- position:relative;
- display:inline-block:
- cursor:pointer;
- -webkit-user-select: none;
- -moz-user-select: none;
- -ms-user-select: none;
- user-select: none;
- margin:0;
- padding:0;
- height:25px;
- width:30px;
- border: 1px solid #161616;
- }
- .Pmenu:hover {border-color:#FE8046;}
- .Pmenu:active {border-color:lime;}
- span.midbutn {
- display:block;
- margin:5px auto;
- height:14px;
- width:55px;
- border:1px solid #CCC;
- border-radius:10px;
- }
- span.boxe,
- span.boxe2,
- span.boxe3 {
- display:block;
- margin:0;
- height:25px;
- width:30px;
- }
- span.boxe svg,
- span.boxe2 svg,
- span.boxe3 svg {
- display:block;
- width:100%;
- height:100%;
- margin:0 auto;
- stroke:#CCC;
- stroke-width:1.3;
- fill:none;
- }
- span.boxe2 {width:70px;height:100px;}
- span.boxe2 svg {stroke:teal;stroke-width:5;fill:cyan;}
- span.boxe3 {width:60px;height:80px;}
- span.boxe3 svg {stroke:cyan;stroke-width:5;fill:teal;}
- .modules {
- visibility:hidden;
- height:490px;
- width:320px;
- color:#FFF;
- position:absolute;
- z-index: 1;
- bottom:36px;
- left:-21px;
- padding:0;
- border: 10px ridge #C0C0C0;
- border-radius:10px;
- background-color:#353535;
- margin:0;
- padding:0;
- }
- .Pmenu .modules::after {
- content:"";
- position: absolute;
- top: 0;
- left:0;
- }
- .Pmenu .show {
- visibility:visible;
- -webkit-animation: fadeIn .5s;
- animation: fadIn .5s;
- }
- .Pmenu .modules iframe{
- width:320px;
- height:450px;
- border:none;
- }
- @-webkit-keyframes
- fadeIn {
- from {opacity: 0;}
- to {opacity: 1;}
- }
- @keyframes fadeIn {
- from {opacity: 0;}
- to {opacity: 1;}
- }
- .Cmenu {position:relative;
- display:inline-block;
- margin:0px;
- }
- .Cmenu input[type=checkbox]{display: none;}
- .Cmenu label{
- display: inline-block;
- margin:0;
- padding:0px;
- width:70px;
- height:25px;
- border: 1px solid #161616;
- cursor: pointer;
- text-align: center;
- -webkit-user-select: none;
- -moz-user-select: none;
- -ms-user-select: none;
- user-select: none;
- }
- .Cmenu label:hover {border: 1px solid #FE8046;}
- .Cmenu label:active {border: 1px solid lime;}
- .Cmenu ul{
- position: absolute;
- list-style: none;
- margin:0;
- padding:0;
- width: 70px;
- z-index: 1;
- bottom:37px;
- left:1px;
- display: none;
- }
- .Cmenu ul.pop{
- position: absolute;
- list-style: none;
- margin:0;
- padding:0;
- width: 320px;
- z-index: 1;
- bottom:40px;
- left:-20px;
- display: none;
- }
- .Cmenu ul li {
- background-color:#161616;
- border:none;
- margin:0;
- padding:5px 0 0 0;
- }
- .Cmenu ul li.view {
- width:320px;
- height:490px;
- border: 10px ridge #C0C0C0;
- border-radius:10px;
- background-color:#353535;
- }
- .modules h1,
- .Cmenu ul li.view h1 {
- line-height:40px;
- background-color:#646464;
- color:#FFDEAD;
- text-align:center;
- font-family:sans-serif;
- font-size:26px;
- font-weight:300;
- letter-spacing:1px;
- box-shadow:inset 0 0 15px #000;
- text-shadow:
- -0.5px 0px 1px #EB8,
- 0px 0.5px 1px #EB8,
- 0.5px 0px 1px #EB8,
- 0px -0.5px 1px #EB8;
- }
- .Cmenu ul li span svg {
- width:60%;
- height:60%;
- padding:2px;
- border:2px solid transparent;
- border-radius:2px;
- vertical-align:bottom;
- }
- .Cmenu ul li span svg:hover {border-color:#FE8046;}
- .Cmenu ul li span svg:active {border-color:lime;}
- .Cmenu input[type=checkbox]:checked ~ label{border-color: #FE8046;}
- .Cmenu input[type=checkbox]:checked ~ label:active {border-color:lime;}
- .Cmenu input[type=checkbox]:checked ~ ul {display: block;}
- .Fmenu {
- position:absolute;
- margin:0;
- padding:0;
- display: inline-block;
- left:1px;
- top:4px;
- width:10px;
- }
- #view1,
- #view2 {
- position:absolute;
- margin:0;
- padding:0;
- display: inline-block;
- left:11px;
- top:14px;
- width:10px;
- }
- .Fmenu input[type=checkbox],
- #view1 input[type=checkbox],
- #view2 input[type=checkbox]{
- display: none;
- margin:0;
- padding:0;
- }
- .Fmenu label,
- #view1 label,
- #view2 label {
- display:inline-block;
- position:relative;
- width:10px;
- height:30px;
- line-height:30px;
- border:1px solid #8d8d8d;
- border-radius:2px;
- cursor: pointer;
- text-align: center;
- -webkit-user-select: none;
- -moz-user-select: none;
- -ms-user-select: none;
- user-select: none;
- background-color:#C0C0C0;
- border:1px solid #8D8D8D;
- border-radius:2px;
- }
- .Fmenu label:hover,
- #view1 label:hover,
- #view2 label:hover {
- background-color:#ddd;
- border:1px solid #8D8D8D;
- border-radius:2px;
- }
- .Fmenu label:active,
- #view1 label:active,
- #view2 label:active {background-color:#FE8046;}
- .Fmenu ul,
- #view1 ul,
- #view2 ul{
- position: absolute;
- list-style: none;
- top:36px;
- left:-1px;
- width: 60px;
- z-index: 1;
- display: none;
- }
- .Fmenu ul li,
- #view1 ul li,
- #view2 ul li {
- margin:0;
- padding:5px 0 0 0;
- border:none;
- background-color:#161616;
- }
- .Fmenu ul li a svg,
- #view1 ul li a svg,
- #view2 ul li a svg {
- width:70%;
- height:70%;
- padding:2px;
- height:auto;
- vertical-align:bottom;
- border:2px solid transparent;
- border-radius:2px;
- }
- .Fmenu ul li a svg:hover,
- #view1 ul li a svg:hover,
- #view2 ul li a svg:hover {border-color:#FE8046;}
- .Fmenu ul li a svg:active,
- #view1 ul li a svg:active,
- #view2 ul li a svg:active {border-color:lime;}
- .Fmenu input[type=checkbox]:checked ~ ul,
- #view1 input[type=checkbox]:checked ~ ul,
- #view2 input[type=checkbox]:checked ~ ul {display: block;}
- .Fmenu input[type=checkbox]:checked ~ label,
- #view1 input[type=checkbox]:checked ~ label,
- #view2 input[type=checkbox]:checked ~ label {
- background-color: #FE8046;
- border:1px solid #8D8D8D;
- border-radius:2px;
- }
- .Fmenu input[type=checkbox]:checked ~ label:hover,
- #view1 input[type=checkbox]:checked ~ label:hover,
- #view2 input[type=checkbox]:checked ~ label:hover {
- background-color: #CCC;color:#FFF;
- border:1px solid #8D8D8D;
- border-radius:2px;
- }
- .Fmenu input[type=checkbox]:checked ~ label:active,
- #view1 input[type=checkbox]:checked ~ label:active,
- #view2 input[type=checkbox]:checked ~ label:active {
- backkground-color: #FE8046;
- border:1px solid #8D8D8D;
- border-radius:2px;
- }
- span.close,
- span.close2 {
- margin:0;
- padding:0;
- height:0px;
- width:0px;
- background-color:none;
- text-decoration:none;
- font-family: 'Arial', Helvetica, Sans-Serif;
- font-size:16px;
- font-weight: 900;
- color:#FFF;
- cursor:pointer;
- }
- .popup label{width:30px;}
- span.close {
- position:absolute;
- font-size:20px;
- right:15px;
- top:5px;
- }
- span.close2 {
- position:absolute;
- right:14px;
- top:16px;
- }
- span.close:hover,
- span.close2:hover {color:#C2C2C2;}
- span.close:active,
- span.close2:active {color:#FFF;}
- ul li.xit {
- margin:0;
- padding:0;
- line-height:18px;
- background-color:#8d8d8d;
- border:none;
- text-shadow:none;
- }
- ul li.xit label {
- margin:0;
- padding:0;
- width:100%;
- height:18px;
- line-height:18px;
- color:#FFF;
- font-family:Sans-Serif;
- font-size:18px;
- font-weight: 900;
- border:none;
- background-color:#8d8d8d;
- border-radius:0;
- box-shadow:none;
- }
- ul li.xit label:hover {
- background-color:#8D8D8D;
- color:#FFDEAD;
- border-radius:0;
- border:none;
- border-color:#8d8d8d;
- box-shadow:none;
- }
- ul li.xit label:active {
- background:#8d8d8d;
- color:#FFF;
- border-radius:0;
- border:none;
- box-shadow:none;
- }
- /*-- Clock styles --*/
- .clock-bord {
- height:45px;
- width:196px;
- padding:7px 6px 6px 6px;
- margin:0 auto;
- }
- .clockdate-wrapper, .nojs {
- display:block;
- background:none;
- background-color:#000;
- width:187px;
- height:37px;
- margin:0 auto;
- padding:0;
- text-align:center;
- border:4px inset #8d8d8d;
- }
- #clock {
- display-inline:block;
- width:130px;
- margin:0 auto;
- font-family:sans-serif;
- font-size:32px;
- color:lime;
- letter-spacing:2px;
- padding:0;
- text-align:right;
- }
- #clock span {
- color:#FFBF300;
- text-shadow:0px 0px 0px 1px #333;
- font-size:10px;
- font-weight:500;
- letter-spacing:0;
- }
- #day {
- margin:0;
- padding:0;
- letter-spacing:4px;
- font-family: 'Courier New', Courier, Monospace;
- font-size:12px;
- font-weight:900px;
- color:#eee;
- }
- #date {
- margin:0;
- padding:0;
- letter-spacing:2px;
- font-family: 'Arial', Helvetica, Sans-Serif;
- font-size:16px;
- font-weight:700px;
- color:#FFBF00;
- }
- .nojs h1,
- .nojs h2 {
- font-family: 'Arial', Helvetica, Sans-Serif;
- font-size:13px;
- font-weight:300;
- color:lime;
- line-height:37px;
- word-spacing:2px;
- letter-spacing:1px;
- }
- .nojs h1 {color:#FFBF00;}
- .nojs h1:after {content:"PasteBin.com";}
- .nojs h2:after {content:"PasteBin.com";}
- /*-- end Clock styles --*/
- /*-- responsive --*/
- @media(max-width:1440px){
- }
- @media(max-width:1280px){
- }
- @media(max-width:1080px){
- }
- @media(max-width:800px){
- }
- @media(max-width:667px){
- .main {width:360px;}
- .phone {width:auto;}
- }
- @media(max-width:600px){
- .main {width:360px;}
- .phone {width:auto;}
- }
- @media(max-width:568px){
- .main {width:360px;}
- .phone {width:auto;}
- }
- @media(max-width:480px){
- .main {width:360px;}
- .phone {width:auto;}
- }
- @media(max-width:414px){
- .main {width:360px;}
- .phone {width:auto;}
- }
- @media(max-width:384px){
- .main {width:360px;}
- .phone {width:auto;}
- }
- @media(max-width:320px){
- .main {width:99%;}
- .phone {width:auto;}
- }
- /*-- //responsive --*/
- </style>
- <script>
- function startTime() {
- var today = new Date();
- var hr = today.getHours();
- var min = today.getMinutes();
- ap = (hr < 12) ? "<span>AM</span>" : "<span>PM</span>";
- hr = (hr == 0) ? 12 : hr;
- hr = (hr > 12) ? hr - 12 : hr; //adds 0 if hr<10
- hr = checkTime(hr);
- min = checkTime(min);
- document.getElementById("clock").innerHTML = +hr + ":" + min + " " + ap;
- var months = ['January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December'];
- var days = ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'];
- var curWeekDay = days[today.getDay()];
- var curDay = today.getDate();
- var curMonth = months[today.getMonth()];
- var curYear = today.getFullYear();
- var day = curWeekDay;
- var date = curMonth+" "+curDay+", "+curYear;
- document.getElementById("day").innerHTML = day;
- document.getElementById("date").innerHTML = date;
- var time = setTimeout(function(){ startTime() }, 500);
- }
- function checkTime(i) {
- if (i < 10) { i = "0" + i;
- }
- return i;
- }
- function populateModules(modNum){
- var mod = "moreModules"+modNum;
- var popup = document.getElementById(mod);
- popup.classList.toggle("show");
- }
- function closeModules() {
- popup.classList.toggle ("show");
- }
- function printControls(num){
- document.write('<div class="Pmenu L" onclick="populateModules('+num+')">');
- document.write('<span class="boxe"><svg viewBox="0 0 40 33">');
- document.write('<polyline points="5,10 30,10 30,30 5,30 5,10 30,10 33,7 7,7 33,7 33,27">');
- document.write('<\/polyline><\/svg><\/span>');
- document.write('<div class="modules" id="moreModules'+num+'">');
- document.write('<h1>VIEWER '+num+'<\/h1>');
- document.write('<div class="Fmenu L" onclick="populateModules('+num+')">');
- document.write('<input type="checkbox" id="cellie'+num+'">');
- document.write('<label for="cellie'+num+'">');
- for(t = 0;t < 3;t++){document.write('<span class="dots"><\/span>');}
- document.write('<\/label><ul class="dirL">');
- document.write('<li><a href="https://pastebin.com">');
- document.write('<span class="boxe3"><svg viewBox="0 0 60 80">');
- document.write('<polyline points="30,5 55,40 30,75 5,40 30,5 55,40">');
- document.write('<\/polyline><\/svg><\/span>');
- document.write('<\/a><\/li>');
- document.write('<li class="xit"><label for="cellie'+num+'">\×\;<\/label>');
- document.write('<\/li><\/ul><\/div>');
- document.write('<span class="close" onclick="closeModules()">\×\;<\/span>');
- var targut = "viewer"+num;
- makeIframe('https://pastebin.com',targut);
- document.write('<\/div><\/div>');
- document.write('<div class="Cmenu"><input type="checkbox" id="cmenu'+num+'">');
- document.write('<label for="cmenu'+num+'"><span class="midbutn">\ <\/span>');
- document.write('<\/label><ul><li class="xit">');
- document.write('<label for="cmenu'+num+'">\×\;<\/label><\/li>');
- document.write('<li><a href="https://pastebin.com">');
- document.write('<span class="boxe2"><svg viewBox="0 0 70 100">');
- document.write('<polyline points="35,5 65,50 35,95 5,50 35,5 65,50">');
- document.write('<\/polyline><\/svg><\/span>');
- document.write('<\/a><\/li>');
- document.write('<\/ul><\/div>');
- document.write('<div class="Pmenu R"><a href="javascript:history.back()">');
- document.write('<span class="boxe"><svg viewBox="0 0 40 33">');
- document.write('<polyline points="2,25 29,25 33,24 35,23 36,21 37,18 36,15 34,12 32,11 29,10 17,10 17,5 2,10 17,15 17,10 16,10 16,6 4,10 16,14 16,10 15,10 15,7 6,10 15,13 15,10 14,10 14,8 7,10 14,12 14,10 13,10 13,9 9,10 14,11 11,10 ">');
- document.write('<\/polyline><\/svg><\/span><\/a><\/div>');
- }
- function makeIframe(s,n){
- document.write('<iframe src="'+s+'.html" width="320" height="450" name="'+n+'" frameborder="no" scrolling="no"><\/iframe>');
- }
- </script>
- <!-- for-mobile-apps -->
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
- <!-- //for-mobile-apps -->
- </head>
- <body onLoad="startTime()">
- <div id="cubes">
- <svg width="100%" height="100%">
- <pattern id="pattern-cubes" x="0" y="32" patternUnits="userSpaceOnUse" width="62" height="100" viewBox="0 0 10 16">
- <g id="cube">
- <path class="left-shade" d="M0 0l5 3v5l-5 -3z" />
- <path class="right-shade" d="M10 0l-5 3v5l5 -3" />
- </g>
- <use x="5" y="8" xlink:href="#cube" />
- <use x="-5" y="8" xlink:href="#cube" />
- </pattern>
- <rect x="0" y="0" width="100%" height="100%" fill="url(#pattern-cubes)" />
- </svg>
- </div>
- <div class="main">
- <div class="phone">
- <div id="casement1">
- <div class="liner">
- <div class="earpiece">
- <p><span class="ring"></span></p>
- <p><span id="cell1"></span></p>
- </div>
- <div class="Dmenu L">
- <input type="checkbox" id="menu1">
- <label for="menu1">
- <span class="dots"></span>
- <span class="dots"></span>
- <span class="dots"></span>
- </label>
- <ul class="dirL">
- <script>
- document.write('<li><a href="https://pastebin.com" target="GUI1">Item 1<\/a><\/li>');
- document.write('<li><a href="https://pastebin.com" target="GUI1">Item 2<\/a><\/li>');
- document.write('<li><a href="https://pastebin.com" target="GUI1">Item 3<\/a><\/li>');
- </script>
- <noscript>
- <li><a href="https://pastebin.com" target="GUI1">noscript item</a></li>
- </noscript>
- <li class="xit"><label for="menu1">×</label></li>
- </ul>
- </div> <!-- closes Dmenu div -->
- <div class="Dmenu R">
- <input type="checkbox" id="menu2">
- <label for="menu2">
- <span class="wafers"></span>
- <span class="wafers"></span>
- <span class="wafers"></span>
- </label>
- <ul class="dirR">
- <script>
- document.write('<li><a href="https://pastebin.com" target="GUI1">Item 1<\/a><\/li>');
- document.write('<li><a href="https://pastebin.com" target="GUI1">Item 2<\/a><\/li>');
- document.write('<li><a href="https://pastebin.com" target="GUI1">Item 3<\/a><\/li>');
- </script>
- <noscript>
- <li><a href="https://pastebin.com" target="GUI1">noscript item</a></li>
- </noscript>
- <li class="xit"><label for="menu2">×</label></li></ul>
- </div> <!--close Dmenu 2 div-->
- <div class="toneau">
- <input type="checkbox" id="hatch1">
- <label class="shadow" for="hatch1"><strong>U</strong>mobil</label>
- <ul>
- <li class="xit"><label for="hatch1">×</label></li>
- </ul>
- </div>
- <div class="Umenu">
- <div class="clock-bord">
- <script>
- document.write('<div class="clockdate-wrapper">');
- document.write('<div id="day"><\/div>');
- document.write('<div id="date"><\/div><\/div>');
- </script>
- <noscript><div class="nojs"><h1></h1></div></noscript>
- </div>
- </div> <!-- closes Umenu div -->
- <div class="content">
- <noscript>
- <iframe
- src="https://pastebin.com"
- width="320px"
- height="450px"
- id="GUI1"
- name="GUI1"
- frameborder="no"
- scrolling="no"
- >
- </iframe>
- </noscript>
- <script>makeIframe('https://pastebin.com','GUI1');</script>
- </div> <!--end of content div -->
- <div class="footer">
- <noscript>
- <div class="Cmenu popup L">
- <input type="checkbox" id="pop1">
- <label for="pop1">
- <span class="boxe"><svg viewBox="0 0 40 33">
- <polyline points="5,10 30,10 30,30 5,30 5,10 30,10 33,7 7,7 33,7 33,27"></polyline></svg></span>
- </label>
- <ul class="pop">
- <li class="view">
- <h1>VIEWER 1</h1>
- <div id="view1" class="L">
- <input type="checkbox" id="cellie1">
- <label for="cellie1">
- <span class="dots"></span>
- <span class="dots"></span>
- <span class="dots"></span>
- </label>
- <ul class="dirL">
- <li><a href="https://pastebin.com" target="viewer1">
- <span class="boxe3"><svg viewBox="0 0 60 80">
- <polyline points="30,5 55,40 30,75 5,40 30,5 55,40">
- </polyline></svg></span>
- </a>
- </li>
- <li class="xit"><label for="cellie1" style="height:18px;line-height:18px;width:58px;border-radius:0;background-color:#8d8d8d;">×</label></li>
- </ul>
- </div>
- <span class="close2">
- <label class="xit" for="pop1" style="border:none;font-size:20px;">×</label>
- </span>
- <iframe src="https://pastebin.com" width="320px" height="450px" name="viewer1" frameborder="no" scrolling="no"></iframe>
- </li>
- </ul>
- </div> <!--closes controls div-->
- <div class="Pmenu R">
- <a href="javascript:history.back()">
- <span class="boxe"><svg viewBox="0 0 40 33">
- <polyline points="2,25 29,25 33,24 35,23 36,21 37,18 36,15 34,12 32,11 29,10 17,10 17,5 2,10 17,15 17,10 16,10 16,6 4,10 16,14 16,10 15,10 15,7 6,10 15,13 15,10 14,10 14,8 7,10 14,12 14,10 13,10 13,9 9,10 14,11 11,10">
- </polyline></svg></span>
- </a>
- </div>
- <div class="Cmenu">
- <input type="checkbox" id="cmenu1">
- <label for="cmenu1">
- <span class="midbutn"> </span>
- </label>
- <ul>
- <li class="xit">
- <label for="cmenu1">×</label>
- </li>
- <li>
- <a href="https://pastebin.com" target="GUI1">
- <span class="boxe2"><svg viewBox="0 0 70 100">
- <polyline points="35,5 65,50 35,95 5,50 35,5 65,50">
- </polyline></svg></span>
- </a>
- </li>
- </ul>
- </div> <!--closes controls div-->
- </noscript>
- <script>printControls('1');</script>
- </div> <!--closes .footer div --->
- </div> <!--closes .liner div----->
- </div> <!--closes .casement div-->
- </div> <!--closes .phone div ---->
- <!-- THE GREAT DIVIDE -->
- <div class="phone">
- <div id="casement2">
- <div class="liner">
- <div class="earpiece">
- <p><span class="ring"></span></p>
- <p><span id="cell2"></span></p>
- </div>
- <div class="Dmenu L">
- <input type="checkbox" id="menu3">
- <label for="menu3">
- <span class="dots"></span>
- <span class="dots"></span>
- <span class="dots"></span>
- </label>
- <ul class="dirL">
- <script>
- document.write('<li><a href="https://pastebin.com" target="GUI2">Item 1<\/a><\/li>');
- document.write('<li><a href="https://pastebin.com" target="GUI2">Item 2<\/a><\/li>');
- document.write('<li><a href="https://pastebin.com" target="GUI2">Item 3<\/a><\/li>');
- </script>
- <noscript>
- <li><a href="https://pastebin.com" target="GUI2">noscript item</a></li>
- </noscript>
- <li class="xit"><label for="menu3">×</label></li>
- </ul>
- </div> <!-- closes Dmenu div -->
- <div class="Dmenu R">
- <input type="checkbox" id="menu4">
- <label for="menu4">
- <div class="wafers"></div>
- <div class="wafers"></div>
- <div class="wafers"></div>
- </label>
- <ul class="dirR">
- <script>
- document.write('<li><a href="https://pastebin.com" target="GUI2">Item 1<\/a><\/li>');
- document.write('<li><a href="https://pastebin.com" target="GUI2">Item 2<\/a><\/li>');
- document.write('<li><a href="https://pastebin.com" target="GUI2">Item 3<\/a><\/li>');
- </script>
- <noscript>
- <li><a href="https://pastebin.com" target="GUI2">noscript item</a></li>
- </noscript>
- <li class="xit"><label for="menu4">×</label></li></ul>
- </div> <!--close Dmenu 2 div-->
- <div class="toneau">
- <input type="checkbox" id="hatch2">
- <label class="shadow" for="hatch2">
- <strong>U</strong>mobil
- </label>
- <ul>
- <li class="xit"><label for="hatch2">×</label></li>
- </ul>
- </div>
- <div class="Umenu">
- <div class="clock-bord">
- <script>
- document.write('<div class="clockdate-wrapper">');
- document.write('<div id="clock"><\/div><\/div>');
- </script>
- <noscript>
- <div class="nojs"><h2></h2></div>
- </noscript>
- </div>
- </div> <!-- closes Umenu div -->
- <div class="content">
- <noscript>
- <iframe src="https://pastebin.com" width="320px" height="450px" name="GUI2" frameborder="no" scrolling="no"></iframe>
- </noscript>
- <script>makeIframe('https://pastebin.com','GUI2');</script>
- </div> <!--end of content div -->
- <div class="footer">
- <noscript>
- <div class="Cmenu popup L">
- <input type="checkbox" id="pop2">
- <label for="pop2">
- <span class="boxe"><svg viewBox="0 0 40 33">
- <polyline points="5,10 30,10 30,30 5,30 5,10 30,10 33,7 7,7 33,7 33,27"></polyline></svg></span>
- </label>
- <ul class="pop">
- <li class="view">
- <h1>VIEWER 2</h1>
- <div id="view2" class="L">
- <input type="checkbox" id="cellie2">
- <label for="cellie2">
- <span class="dots"></span>
- <span class="dots"></span>
- <span class="dots"></span>
- </label>
- <ul class="dirL">
- <li><a href="https://pastebin.com">
- <span class="boxe3"><svg viewBox="0 0 60 80">
- <polyline points="30,5 55,40 30,75 5,40 30,5 55,40">
- </polyline></svg></span>
- </a>
- </li>
- <li class="xit"><label for="cellie2" style="height:18px;line-height:18px;width:58px;border-radius:0;background-color:#8d8d8d;">×</label></li>
- </ul>
- </div>
- <span class="close2">
- <label class="xit" for="pop2" style="color:#FF;border:none;font-size:20px;">×</label>
- </span>
- <iframe src="https://pastebin.com" width="320px" height="450px" name="viewer2" frameborder="no" scrolling="no"></iframe>
- </li>
- </ul>
- </div> <!--closes controls div-->
- <div class="Pmenu R">
- <a href="javascript:history.back()">
- <span class="boxe"><svg viewBox="0 0 40 33">
- <polyline points="2,25 29,25 33,24 35,23 36,21 37,18 36,15 34,12 32,11 29,10 17,10 17,5 2,10 17,15 17,10 16,10 16,6 4,10 16,14 16,10 15,10 15,7 6,10 15,13 15,10 14,10 14,8 7,10 14,12 14,10 13,10 13,9 9,10 14,11 11,10">
- </polyline></svg></span>
- </a>
- </div>
- <div class="Cmenu">
- <input type="checkbox" id="cmenu2">
- <label for="cmenu2">
- <span class="midbutn"> </span>
- </label>
- <ul>
- <li class="xit">
- <label for="cmenu2">×</label>
- </li>
- <li>
- <a href="https://pastebin.com" target="GUI2">
- <span class="boxe2"><svg viewBox="0 0 70 100">
- <polyline points="35,5 65,50 35,95 5,50 35,5 65,50">
- </polyline></svg></span>
- </a>
- </li>
- </ul>
- </div> <!--closes controls div-->
- </noscript>
- <script>printControls('2');</script>
- </div> <!--closes footer div-->
- </div> <!--closes .liner div----->
- </div> <!--closes .casement div-->
- </div> <!--closes .phone div ---->
- </div> <!--closes .main div ----->
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment