Daniel 7 years ago
parent
commit
214aba4ed2
6 changed files with 27 additions and 26 deletions
  1. 1 1
      compnor.php
  2. 3 2
      index.php
  3. 2 2
      stylesheets/sass/_box.scss
  4. 2 1
      stylesheets/sass/_colors.scss
  5. 5 5
      stylesheets/sass/screen.scss
  6. 14 15
      stylesheets/screen.css

+ 1 - 1
compnor.php

@@ -28,7 +28,7 @@
             </div>
             <div class="body">
                 <ul class="top-menu">
-                    <li class="fixed"><a href="index.php"><span class="fa fa-empire"></span></a></li>
+                    <li class="fixed" title="Home"><a href="index.php"><span class="fa fa-empire"></span></a></li>
                     <li class="fixed" title="IRMS"><a href="#"><span class="fa fa-database"></span></a></li>
                     <li class="fixed" title="COMMCENT"><a href="#"><span class="fa fa-comments"></span></a></li>
                     <li class="fixed" title="Star Wars Combine"><a href="#" class="swc-link">SWC</a></li>

+ 3 - 2
index.php

@@ -28,7 +28,7 @@
             </div>
             <div class="body">
                 <ul class="top-menu">
-                    <li class="fixed"><a href="index.php"><span class="fa fa-empire"></span></a></li>
+                    <li class="fixed" title="Home"><a href="index.php"><span class="fa fa-empire"></span></a></li>
                     <li class="fixed" title="COMMCENT"><a href="#"><span class="fa fa-comments"></span></a></li>
                     <li class="fixed" title="Star Wars Combine"><a href="#" class="swc-link">SWC</a></li>
                     <li><a href="compnor.php">COMPNOR</a></li>
@@ -119,7 +119,8 @@
             <div class="box box-right col-full">
                 <div class="title">Coruscant</div>
                 <div class="body">
-                    <p>Weather & Co</p>
+                    <p>Weather &amp; Co</p>
+                    <p><span class="fa fa-cloud fa-lg"></span> Blah blah</p>
                 </div>
             </div>
         </div>

+ 2 - 2
stylesheets/sass/_box.scss

@@ -13,7 +13,7 @@
     font-family: $fSerif;
     font-variant: small-caps;
 
-    text-shadow: 1px 1px 2px $cBoxHeading;
+    text-shadow: 1px 1px 2px transparentize($cBoxHeading, .2);
     color: $cBoxHeading;
   }
 
@@ -62,4 +62,4 @@
   .body {
     text-align: left;
   }
-}
+}

+ 2 - 1
stylesheets/sass/_colors.scss

@@ -6,9 +6,10 @@
   $cMainText: #ccc;
   $cContentBG: #222;
 
-  //$cMenuOutline: darken(orange, 10%); COMPNOR
+  // $cMenuOutline: darken(red, 10%); //COMPNOR
   //$cMenuOutline: SteelBlue;
   $cMenuOutline: Silver;
+  //$cMenuOutline: gold;
   $cMenuBG: #333;
   $cMenuHover: #444;
   $cBoxHeading: #111;

+ 5 - 5
stylesheets/sass/screen.scss

@@ -76,8 +76,8 @@ body {
 #title-bar {
   margin: 20px;
 
-  background: radial_gradient(transparent, transparentize($cMainBG, .2) 60%, $cMainBG 70%) no-repeat center, url("../bg-navy.png") no-repeat center;
-  background-size: 853px, auto;
+  background: radial_gradient(transparent, transparentize($cMainBG, .2) 60%, $cMainBG 70%) no-repeat center, url("../bg-army.png") no-repeat center;
+  // background-size: 853px, auto;
 
 
   a.logo {
@@ -112,7 +112,7 @@ body {
 
       font-size: smaller;
 
-      text-shadow: 1px 1px 2px #444;
+      text-shadow: 1px 1px 2px transparentize(#444, .2);
       color: $cBoxHeading;
     }
 
@@ -129,7 +129,7 @@ body {
       font-variant: small-caps;*/
       font-size: smaller;
 
-      text-shadow: 1px 1px 2px #444;
+      text-shadow: 1px 1px 2px transparentize(#444, .2);
       color: $cBoxHeading;
       float: right;
     }
@@ -244,7 +244,7 @@ body {
       font-family: $fSerif;
       font-variant: small-caps;
 
-      text-shadow: 1px 1px 2px $cBoxHeading;
+      text-shadow: 1px 1px 2px transparentize($cBoxHeading, .2);
       color: $cBoxHeading;
     }
   }

+ 14 - 15
stylesheets/screen.css

@@ -3,7 +3,7 @@
  * Import this file using the following HTML or equivalent:
  * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
 @import url(https://fonts.googleapis.com/css?family=Noto+Sans:400,400italic,700|Vollkorn);
-/* line 5, C:/Ruby23/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
+/* line 5, ../../../../../home/daniel/.gem/ruby/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
 html, body, div, span, applet, object, iframe,
 h1, h2, h3, h4, h5, h6, p, blockquote, pre,
 a, abbr, acronym, address, big, cite, code,
@@ -25,45 +25,45 @@ time, mark, audio, video {
   vertical-align: baseline;
 }
 
-/* line 22, C:/Ruby23/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
+/* line 22, ../../../../../home/daniel/.gem/ruby/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
 html {
   line-height: 1;
 }
 
-/* line 24, C:/Ruby23/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
+/* line 24, ../../../../../home/daniel/.gem/ruby/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
 ol, ul {
   list-style: none;
 }
 
-/* line 26, C:/Ruby23/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
+/* line 26, ../../../../../home/daniel/.gem/ruby/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
 table {
   border-collapse: collapse;
   border-spacing: 0;
 }
 
-/* line 28, C:/Ruby23/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
+/* line 28, ../../../../../home/daniel/.gem/ruby/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
 caption, th, td {
   text-align: left;
   font-weight: normal;
   vertical-align: middle;
 }
 
-/* line 30, C:/Ruby23/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
+/* line 30, ../../../../../home/daniel/.gem/ruby/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
 q, blockquote {
   quotes: none;
 }
-/* line 103, C:/Ruby23/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
+/* line 103, ../../../../../home/daniel/.gem/ruby/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
 q:before, q:after, blockquote:before, blockquote:after {
   content: "";
   content: none;
 }
 
-/* line 32, C:/Ruby23/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
+/* line 32, ../../../../../home/daniel/.gem/ruby/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
 a img {
   border: none;
 }
 
-/* line 116, C:/Ruby23/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
+/* line 116, ../../../../../home/daniel/.gem/ruby/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
 article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
   display: block;
 }
@@ -222,7 +222,7 @@ body {
   line-height: 32px;
   font-family: Vollkorn, serif;
   font-variant: small-caps;
-  text-shadow: 1px 1px 2px #111;
+  text-shadow: 1px 1px 2px rgba(17, 17, 17, 0.8);
   color: #111;
 }
 /* line 20, sass/_box.scss */
@@ -278,8 +278,7 @@ body {
 /* line 76, sass/screen.scss */
 #title-bar {
   margin: 20px;
-  background: radial-gradient(rgba(0, 0, 0, 0), rgba(17, 17, 17, 0.8) 60%, #111111 70%) no-repeat center, url("../bg-navy.png") no-repeat center;
-  background-size: 853px, auto;
+  background: radial-gradient(rgba(0, 0, 0, 0), rgba(17, 17, 17, 0.8) 60%, #111111 70%) no-repeat center, url("../bg-army.png") no-repeat center;
 }
 /* line 83, sass/screen.scss */
 #title-bar a.logo {
@@ -313,7 +312,7 @@ body {
   height: 0;
   line-height: 22px;
   font-size: smaller;
-  text-shadow: 1px 1px 2px #444;
+  text-shadow: 1px 1px 2px rgba(68, 68, 68, 0.8);
   color: #111;
 }
 /* line 119, sass/screen.scss */
@@ -328,7 +327,7 @@ body {
   /*font-family: $fSerif;
   font-variant: small-caps;*/
   font-size: smaller;
-  text-shadow: 1px 1px 2px #444;
+  text-shadow: 1px 1px 2px rgba(68, 68, 68, 0.8);
   color: #111;
   float: right;
 }
@@ -440,7 +439,7 @@ body {
   line-height: 32px;
   font-family: Vollkorn, serif;
   font-variant: small-caps;
-  text-shadow: 1px 1px 2px #111;
+  text-shadow: 1px 1px 2px rgba(17, 17, 17, 0.8);
   color: #111;
 }
 /* line 252, sass/screen.scss */