|
|
@ -36,11 +36,10 @@ |
|
|
|
<title>The Antergos Default Greeter Theme</title> |
|
|
|
<title>The Antergos Default Greeter Theme</title> |
|
|
|
|
|
|
|
|
|
|
|
<!--For testing changes made to theme in any web browser--> |
|
|
|
<!--For testing changes made to theme in any web browser--> |
|
|
|
<script type="text/javascript" src="js/mock.js"></script> |
|
|
|
<!--<script type="text/javascript" src="js/mock.js"></script>--> |
|
|
|
|
|
|
|
|
|
|
|
<!-- Bootstrap Core CSS --> |
|
|
|
<!-- Bootstrap Core CSS --> |
|
|
|
<link rel="stylesheet" type="text/css" href="css/bootstrap/bootstrap.min.css"/> |
|
|
|
<link rel="stylesheet" type="text/css" href="css/bootstrap/bootstrap.min.css"/> |
|
|
|
<link rel="stylesheet" type="text/css" href="css/bootstrap/prettify.css"> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- Custom CSS here --> |
|
|
|
<!-- Custom CSS here --> |
|
|
|
<link rel="stylesheet" type="text/css" href="css/bootstrap/theme.css"> |
|
|
|
<link rel="stylesheet" type="text/css" href="css/bootstrap/theme.css"> |
|
|
@ -106,7 +105,7 @@ |
|
|
|
if (localStorage.getItem("bgrandom") == null) { |
|
|
|
if (localStorage.getItem("bgrandom") == null) { |
|
|
|
localStorage.setItem("bgrandom", "1"); |
|
|
|
localStorage.setItem("bgrandom", "1"); |
|
|
|
} |
|
|
|
} |
|
|
|
$('.dropdown-toggle').dropdown(); |
|
|
|
$('.dropdown-toggle').dropdown(); |
|
|
|
}); |
|
|
|
}); |
|
|
|
|
|
|
|
|
|
|
|
function showAlert() { |
|
|
|
function showAlert() { |
|
|
@ -270,7 +269,7 @@ |
|
|
|
</tr> |
|
|
|
</tr> |
|
|
|
</table> |
|
|
|
</table> |
|
|
|
<div id="timerArea" class="timer"> |
|
|
|
<div id="timerArea" class="timer"> |
|
|
|
<i class="fa fa-spinner fa-spin"></i> |
|
|
|
<i class="fa fa-spinner"></i> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<!-- Status Area --> |
|
|
|
<!-- Status Area --> |
|
|
@ -292,8 +291,8 @@ |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<!-- This is a hack to work-around webkit2gtk glitches with drawing on screen. |
|
|
|
<!-- This is a hack to work-around webkit2gtk glitches with drawing on screen. |
|
|
|
The spinner animation makes GTK constantly repaint the screen which prevents |
|
|
|
The spinner animation makes GTK constantly repaint the screen which prevents |
|
|
|
WSOD (White Screen Of Death) --> |
|
|
|
WSOD (White Screen Of Death) |
|
|
|
<i class="fa fa-spinner fa-spin" style="color: transparent"></i> |
|
|
|
<i class="fa fa-spinner fa-spin" style="color: transparent"></i>--> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
|
|