Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file removed images/square.png
Binary file not shown.
22 changes: 22 additions & 0 deletions images/square.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
112 changes: 43 additions & 69 deletions index.php
Original file line number Diff line number Diff line change
Expand Up @@ -1041,23 +1041,8 @@ function replaceNewUpdater()
margin-top: 50px;
}

/*button {*/
/*background-color: #21AE8A;*/
/*color: white;*/
/*font-size: 12px;*/
/*text-transform: uppercase;*/
/*border: none;*/
/*width: 80px;*/
/*height: 27px;*/
/*box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.14);*/
/*border-radius: 3px;*/
/*font-family: Montserrat;*/
/*font-weight: 600;*/
/*}*/

button.right {
background-color: #21AE8A;

color: white;
border-radius: 5px;
height: 40px;
Expand All @@ -1067,6 +1052,8 @@ function replaceNewUpdater()
text-transform: uppercase;
margin-top: 20px;
border: none;
font-family: "Montserrat", SemiBold;
font-weight:600;
}

button:disabled {
Expand Down Expand Up @@ -1160,7 +1147,7 @@ function replaceNewUpdater()
color: #8C8C8C;
font-size: 20px;
text-align: center;
margin-bottom: 94px;
margin-bottom: 50px;
cursor: pointer;
}

Expand All @@ -1182,9 +1169,9 @@ function replaceNewUpdater()
}

#steps {
width: 70%;
width: 64%;
margin: auto;
padding-bottom: 54px;
padding-bottom: 27px;
}

#first-step {
Expand Down Expand Up @@ -1215,7 +1202,7 @@ function replaceNewUpdater()
.step-image svg {
width: 50%;
padding-top: 32%;
padding-left: 25%;
padding-left: 24%;
}

.active {
Expand Down Expand Up @@ -1281,24 +1268,28 @@ function replaceNewUpdater()

ul li {
color: #8A9798;
font-size: 12px;
font-family: "Source Sans Pro", Light;
margin-bottom: 8px;
display: flex;
font-size: 14px;
}

#pointsList span {
font-family: 'Source Sans Pro', Light;
}

li.final {
color: #4B8CCA;
font-family: Montserrat, Regular;
font-family: Montserrat, Sans-Serif;
font-size: 24px;
letter-spacing: 2px;
letter-spacing: 0.3px;
margin-bottom: 9px;
}

li.migrate {
color: #253746;
font-family: 'Montserrat', SemiBold;
font-family: Montserrat, SemiBold;
font-size: 18px;
letter-spacing: 0.3px;
margin-bottom: 20px;
}

Expand Down Expand Up @@ -1339,27 +1330,11 @@ function replaceNewUpdater()
box-shadow: none;
}

/*#left {*/
/*!*float: left;*!*/
/*!*width: 60%;*!*/
/*margin-top: 28px;*/
/*}*/

/*#right {*/
/*overflow: hidden*/
/*}*/


#sqr {
width: 193px;
height: 155px;
/*border: 2px dashed #4B8CCA;*/
/*margin-top: 35px;*/
/*background: #F5F8FC;*/
background-image: url(images/square.png);
width:225px;
height:180px;
background-image: url(images/square.svg);
background-repeat: no-repeat;
margin-top: 28px;

}

#triangle_down {
Expand All @@ -1381,6 +1356,7 @@ function replaceNewUpdater()
font-size: 12px;
font-weight: 600;
cursor: pointer;
font-family: "Montserrat", SemiBold;
}

#database-upgrade.right {
Expand All @@ -1389,12 +1365,6 @@ function replaceNewUpdater()
padding: 1px 10px;
}

/*.rotate {*/
/*-moz-transition: all 1s linear;*/
/*-webkit-transition: all 1s linear;*/
/*transition: all 1s linear;*/

/*}*/
.rotate {
-moz-transition: all 1.5s ease-out;
-webkit-transition: all 1.5s ease-out;
Expand Down Expand Up @@ -1425,14 +1395,6 @@ function replaceNewUpdater()
margin: 0 auto;
}

/*.arrow-down {*/
/*width: 0;*/
/*height: 0;*/
/*border-left: 8px solid transparent;*/
/*border-right: 8px solid transparent;*/
/*border-top: 8px solid #fff;*/
/*margin: 0 auto;*/
/*}*/
.listItems {
background-image: url('images/check.svg');
background-repeat: no-repeat;
Expand All @@ -1451,16 +1413,17 @@ function replaceNewUpdater()
color: rgb(75, 140, 202);
font-weight: 500;
font-size: 10px;
margin-left: 22px;
margin-top: 9px;
margin-left: 23px;
margin-top: 29px;
font-family: "Source Sans Pro", Regular;
}

p.messages {
text-align: center;
color: #253746;
margin-top: 10px;
font-size: 12px;
margin-top: 35px;
font-size: 14px;
font-family: 'Source Sans Pro', Light;
}

p.price {
Expand All @@ -1475,8 +1438,9 @@ function replaceNewUpdater()
p.subscribers {
text-align: center;
margin-top: 14px;
font-size: 10px;
font-family: 'Montserrat', Regular;
margin-bottom: 10px;
font-size: 12px;
font-family: 'Source Sans Pro', Regular;
}

#wrap {
Expand All @@ -1489,6 +1453,7 @@ function replaceNewUpdater()
margin-top: 3px;
margin-right: 50px;
padding: 20px 15px;
width: 498px;
}

#right {
Expand All @@ -1502,13 +1467,19 @@ function replaceNewUpdater()
}
p.paidSupport {
color: #8A9798;
font-size: 13px;
margin-top: 10px;
font-size: 14px;
margin-top: 14px;
font-family: 'Source Sans Pro', Light;

}
a.support {
color: #4b8cca;
text-decoration: none;
}
svg.performUpdate {
padding-top: 39%;
padding-left: 28%;
}

</style>
</head>
Expand Down Expand Up @@ -1599,7 +1570,7 @@ function replaceNewUpdater()
</g>
</svg>

<h1 style="font-family: 'Montserrat', Regular;font-size: 18px;">Updating phpList to the latest
<h1 style="font-family: 'Montserrat', Regular;font-size: 18px;cursor:auto;">Updating phpList to the latest
version</h1>
</div>
<div id="steps">
Expand Down Expand Up @@ -1694,7 +1665,7 @@ function replaceNewUpdater()
<div class="step last-step">
<div class="step-image">
<svg xmlns="http://www.w3.org/2000/svg" width="22.512" height="16.01"
viewBox="0 0 22.512 16.01">
viewBox="0 0 22.512 16.01" class="performUpdate">
<path id="Path_219" data-name="Path 219"
d="M16100.607-997.888c-2.889,2.889-14.332,14.2-14.332,14.2l-6.68-6.679"
transform="translate(-16078.847 998.638)" fill="none" stroke="#253746"
Expand Down Expand Up @@ -1779,13 +1750,12 @@ function replaceNewUpdater()
</div>
<div id="right">
<div id="sqr">
<div class="container">
<div class="container" style="margin-left: 22px;">
<p class="greatValue">Great value</p>
<br>
<p class="messages">9000 messages</p><br>
<p class="price">Price $1</p>
<p class="subscribers">3000 Subscribers</p>
<br>
<input type="button" onclick="window.open('https://phplist.com/chooseplan')" value="Book"
style="width: 90px;height: 30px; border: 1px dashed #21AE8A; background: #fff; margin: 0 auto;"
class="book"/>
Expand All @@ -1798,14 +1768,18 @@ class="book"/>
</div><!-- .inner -->
</div><!-- .outer -->

<!-- Load jquery-3.3.1.min.js file -->
<script type="text/javascript" src="../admin/js/jquery-3.3.1.min.js"></script>

<!-- script for slideToggle -->
<script type="text/javascript">
$('.outer button').on("click", function () {
$('.inner').slideToggle(1000, function () {
$('.inner p').show(100);
});
});
</script>
<!-- Arrow transition -->
<script type="text/javascript">
$(".rotate").click(function () {
$(this).toggleClass("down");
Expand Down