More cleanup and fix custom css on subsites
This commit is contained in:
@@ -2,8 +2,8 @@
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<link href='css/main.css' rel='stylesheet'>
|
||||
<link rel="stylesheet" href="/css/animate.min.css">
|
||||
<link href='../css/main.css' rel='stylesheet'>
|
||||
<link rel="stylesheet" href="../css/animate.min.css">
|
||||
|
||||
<!--Import Google Icon Font-->
|
||||
<link href="http://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
|
||||
@@ -25,26 +25,10 @@
|
||||
<style>
|
||||
body {
|
||||
background-image: url(http://orig08.deviantart.net/19de/f/2008/260/d/1/matrix_by_el_sobreviviente.jpg);
|
||||
background-attachment: fixed;
|
||||
background-size: cover;
|
||||
font-family: 'Arvo', serif !important;
|
||||
color: limegreen !important;
|
||||
}
|
||||
|
||||
.dark {
|
||||
background-color: #121314;
|
||||
padding: inherit;
|
||||
}
|
||||
|
||||
.light {
|
||||
background-color: #1c1c1f;
|
||||
padding: inherit;
|
||||
}
|
||||
|
||||
.container {
|
||||
padding: 25px;
|
||||
}
|
||||
|
||||
h4 {
|
||||
text-align: left;
|
||||
text-decoration: underline;
|
||||
@@ -54,10 +38,6 @@
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
p {
|
||||
text-align: justify;
|
||||
}
|
||||
|
||||
ol {
|
||||
text-align: left;
|
||||
font-size: 15px;
|
||||
@@ -118,16 +98,16 @@ padding-top: 50px;
|
||||
padding-bottom: 50px;">
|
||||
<div class="container">
|
||||
<!--TODO switch to margins rather than <br> tags--->
|
||||
<div class="light">
|
||||
<div class="grey darken-3">
|
||||
<br>
|
||||
<img src="/images/enl/logo.png" style="height: 150px;" class="animated zoomIn">
|
||||
<br>
|
||||
<h3 style="margin-top: -5px;" class="animated fadeIn">Enlightened East Hertfordshire</h3>
|
||||
<div class="divider"></div>
|
||||
<hr>
|
||||
<br>
|
||||
</div>
|
||||
<!---TODO Animated code intro--->
|
||||
<div class="dark">
|
||||
<div class="grey darken-4">
|
||||
<h4>Information: </h4>
|
||||
<p>For too long, the Resistance have considered this area a stronghold, standing unopposed. But they have grown complacent. Soft and arrogant. A storm is coming. A viridescent, emerald storm. Be prepared.
|
||||
<br>
|
||||
@@ -136,7 +116,7 @@ padding-bottom: 50px;">
|
||||
<br> Ensuring the skies stay green, for your protection.</p>
|
||||
|
||||
</div>
|
||||
<div class="light">
|
||||
<div class="grey darken-3">
|
||||
<h4>Nemeses:</h4>
|
||||
<h5>Most Wanted:</h5>
|
||||
<h5 style="text-align: left;"> <span id="smurf" style="text-align: left;">mormor1971</span></h5>
|
||||
@@ -155,15 +135,15 @@ padding-bottom: 50px;">
|
||||
</li>
|
||||
</ol>
|
||||
</div>
|
||||
<div class="dark">
|
||||
<div class="grey darken-4">
|
||||
<h4>Target Area:</h4>
|
||||
<h5 style="color: red" class="animated flash"><ACCESS DENIED. USER UNAUTHORISED.></h5>
|
||||
</div>
|
||||
<div class="light">
|
||||
<div class="grey darken-3">
|
||||
<h4>Comms:</h4>
|
||||
<h5 style="color: red" class="animated flash"><ACCESS DENIED. USER UNAUTHORISED.></h5>
|
||||
</div>
|
||||
<div class="dark">
|
||||
<div class="grey darken-4">
|
||||
<h4>Dossier:</h4>
|
||||
<ul>
|
||||
<li>
|
||||
@@ -182,7 +162,7 @@ padding-bottom: 50px;">
|
||||
<h5 style="text-align: left;"><a href="https://plus.google.com/113100485564146114272">- Enlightened G+</a></h5></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="light">
|
||||
<div class="grey darken-3">
|
||||
<br>
|
||||
<div class="center">
|
||||
<a href="http://materializecss.com/">Materialize CSS by Google</a>
|
||||
|
||||
Reference in New Issue
Block a user