mirror of
https://github.com/php/web-gtk.git
synced 2026-03-23 23:02:14 +01:00
Remove CSS animations (ugh)
This commit is contained in:
committed by
Derick Rethans
parent
541faf1dd6
commit
c256f2e7c8
@@ -293,4 +293,4 @@ position:relative;-webkit-animation-name:animatebottom;-webkit-animation-duratio
|
||||
.w3-text-white-opacity{color:rgba(255,255,255,0.65) !important}
|
||||
.w3-text-black-opacity{color:rgba(0,0,0,0.60) !important}
|
||||
.w3-text-shadow{text-shadow:1px 1px 1px #444;letter-spacing:2px}
|
||||
.w3-text-default-blue{color:##4096CD !important}.w3-default-blue{color:#fff !important;background-color:#4096CD !important}
|
||||
.w3-text-default-blue{color:##4096CD !important}.w3-default-blue{color:#fff !important;background-color:#4096CD !important}
|
||||
|
||||
@@ -10,10 +10,10 @@ defaultheader($header[0],$header[1],$header[2],$header[3]);
|
||||
?>
|
||||
<body>
|
||||
<?php defaulttop(); ?>
|
||||
<header class="w3-container w3-teal w3-animate-opacity">
|
||||
<header class="w3-container w3-teal">
|
||||
<h1><?php echo WELCOME;?></h1>
|
||||
</header>
|
||||
<div class="w3-center w3-animate-opacity">
|
||||
<div class="w3-center">
|
||||
<div class="w3-row"><br/>
|
||||
<article class="w3-col m10 w3-container">
|
||||
<h1><?php echo TITLE1;?></h1>
|
||||
@@ -44,17 +44,17 @@ defaultheader($header[0],$header[1],$header[2],$header[3]);
|
||||
<br/>
|
||||
</article>
|
||||
<aside>
|
||||
<nav class="w3-col m2 w3-light-grey w3-animate-opacity">
|
||||
<nav class="w3-col m2 w3-light-grey">
|
||||
<?php defaultmenuright();?>
|
||||
</nav>
|
||||
</aside>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<footer class="w3-container w3-small w3-teal w3-animate-opacity">
|
||||
<footer class="w3-container w3-small w3-teal">
|
||||
<p><?php echo FOOTER;?></p>
|
||||
</footer>
|
||||
|
||||
<?php
|
||||
defaultfooter();
|
||||
?>
|
||||
?>
|
||||
|
||||
10
download.php
10
download.php
@@ -10,10 +10,10 @@ defaultheader($header[0],$header[1],$header[2],$header[3]);
|
||||
?>
|
||||
<body>
|
||||
<?php defaulttop(); ?>
|
||||
<header class="w3-container w3-teal w3-animate-opacity">
|
||||
<header class="w3-container w3-teal">
|
||||
<h1><?php echo WELCOME;?></h1>
|
||||
</header>
|
||||
<div class="w3-center w3-animate-opacity">
|
||||
<div class="w3-center">
|
||||
<div class="w3-row"><br/>
|
||||
<article class="w3-col m10 w3-container">
|
||||
<h1><?php echo TITLE1;?></h1>
|
||||
@@ -188,16 +188,16 @@ defaultheader($header[0],$header[1],$header[2],$header[3]);
|
||||
<p class="w3-justify"><?php echo TEXT4;?></p>
|
||||
</article>
|
||||
<aside>
|
||||
<nav class="w3-col m2 w3-light-grey w3-animate-opacity">
|
||||
<nav class="w3-col m2 w3-light-grey">
|
||||
<?php defaultmenuright();?>
|
||||
</nav>
|
||||
</aside>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<footer class="w3-container w3-small w3-teal w3-animate-opacity">
|
||||
<footer class="w3-container w3-small w3-teal">
|
||||
<p><?php echo FOOTER;?></p>
|
||||
</footer>
|
||||
<?php
|
||||
defaultfooter();
|
||||
?>
|
||||
?>
|
||||
|
||||
@@ -39,11 +39,11 @@ function defaulttop() {
|
||||
$menu=explode(":",DEFAULTMENU);
|
||||
echo"<header class=\"w3-row \">
|
||||
<div class=\"w3-container w3-default-blue \">
|
||||
<header class=\"w3-container w3-default-blue w3-half w3-animate-opacity \">
|
||||
<header class=\"w3-container w3-default-blue w3-half \">
|
||||
<img src=\"images/logo_phpgtk.png\" height=\"69\" width=\"167\" alt=\"Logo PHP-GTK\" />
|
||||
<h6 >".DEFAULTHEADER1."</h6>
|
||||
</header>
|
||||
<article class=\"w3-container w3-default-blue w3-half w3-animate-opacity\"><p>".DEFAULTHEADER2."</p>
|
||||
<article class=\"w3-container w3-default-blue w3-half\"><p>".DEFAULTHEADER2."</p>
|
||||
</article>
|
||||
</div>
|
||||
<div class=\"w3-topnav w3-medium w3-black \">
|
||||
@@ -85,11 +85,11 @@ echo"
|
||||
|
||||
function defaultfooter() {
|
||||
$copyright=explode("*",COPYRIGHT);
|
||||
echo "<footer class=\"w3-container w3-default-blue w3-small w3-animate-opacity \">
|
||||
echo "<footer class=\"w3-container w3-default-blue w3-small \">
|
||||
<div class=\"w3-left\">$copyright[0]</div>
|
||||
<div class=\"w3-right\">$copyright[1]</div>
|
||||
</footer>
|
||||
</body>
|
||||
</html>";
|
||||
}
|
||||
?>
|
||||
?>
|
||||
|
||||
10
index.php
10
index.php
@@ -10,10 +10,10 @@ defaultheader($header[0],$header[1],$header[2],$header[3]);
|
||||
?>
|
||||
<body>
|
||||
<?php defaulttop(); ?>
|
||||
<header class="w3-container w3-teal w3-animate-opacity">
|
||||
<header class="w3-container w3-teal">
|
||||
<h1><?php echo WELCOME;?></h1>
|
||||
</header>
|
||||
<div class="w3-center w3-animate-opacity">
|
||||
<div class="w3-center">
|
||||
<div class="w3-row"><br/>
|
||||
<article class="w3-col m10 w3-container">
|
||||
<h1><?php echo TITLE1;?></h1>
|
||||
@@ -32,18 +32,18 @@ defaultheader($header[0],$header[1],$header[2],$header[3]);
|
||||
<p class="w3-justify"><?php echo TEXT4;?></p>
|
||||
</article>
|
||||
<aside>
|
||||
<nav class="w3-col m2 w3-light-grey w3-animate-opacity">
|
||||
<nav class="w3-col m2 w3-light-grey">
|
||||
<?php defaultmenuright();?>
|
||||
</nav>
|
||||
</aside>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<footer class="w3-container w3-small w3-teal w3-animate-opacity">
|
||||
<footer class="w3-container w3-small w3-teal">
|
||||
<p><?php echo FOOTER;?></p>
|
||||
</footer>
|
||||
|
||||
|
||||
<?php
|
||||
defaultfooter();
|
||||
?>
|
||||
?>
|
||||
|
||||
10
null.php
10
null.php
@@ -10,10 +10,10 @@ defaultheader($header[0],$header[1],$header[2],$header[3]);
|
||||
?>
|
||||
<body>
|
||||
<?php defaulttop(); ?>
|
||||
<header class="w3-container w3-teal w3-animate-opacity">
|
||||
<header class="w3-container w3-teal">
|
||||
<h1><?php echo WELCOME;?></h1>
|
||||
</header>
|
||||
<div class="w3-center w3-animate-opacity">
|
||||
<div class="w3-center">
|
||||
<div class="w3-row"><br/>
|
||||
<article class="w3-col m10 w3-container">
|
||||
<h1><?php echo TITLE1;?></h1>
|
||||
@@ -21,16 +21,16 @@ defaultheader($header[0],$header[1],$header[2],$header[3]);
|
||||
<br/>
|
||||
</article>
|
||||
<aside>
|
||||
<nav class="w3-col m2 w3-light-grey w3-animate-opacity">
|
||||
<nav class="w3-col m2 w3-light-grey">
|
||||
<?php defaultmenuright();?>
|
||||
</nav>
|
||||
</aside>
|
||||
</div>
|
||||
</div>
|
||||
<footer class="w3-container w3-small w3-teal w3-animate-opacity">
|
||||
<footer class="w3-container w3-small w3-teal">
|
||||
<p><?php echo FOOTER;?></p>
|
||||
</footer>
|
||||
|
||||
<?php
|
||||
defaultfooter();
|
||||
?>
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user