[Midnightbsd-cvs] www [670] trunk: switch to default stylesheet.

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Thu Oct 15 22:40:33 EDT 2015


Revision: 670
          http://svnweb.midnightbsd.org/www/?rev=670
Author:   laffer1
Date:     2015-10-15 22:40:33 -0400 (Thu, 15 Oct 2015)
Log Message:
-----------
switch to default stylesheet.

Modified Paths:
--------------
    trunk/notes/0.1/errata.html
    trunk/notes/0.1/notes.html
    trunk/notes/0.1.1/errata.html
    trunk/notes/0.2/errata.html
    trunk/notes/0.2/notes.html
    trunk/notes/0.3/errata.html

Removed Paths:
-------------
    trunk/css/base.css

Deleted: trunk/css/base.css
===================================================================
--- trunk/css/base.css	2015-10-16 02:37:45 UTC (rev 669)
+++ trunk/css/base.css	2015-10-16 02:40:33 UTC (rev 670)
@@ -1,177 +0,0 @@
-/* 
-   CSS Document for MidnightBSD.org
-   $MidnightBSD$ 
-*/
-
-body {
-    color: black;
-    background-color: white;
-    margin: 0;
-    font: 16px Helvetica, Arial, sans-serif;
-    letter-spacing: 1px;
-    line-height: 1.3em;
-}
-
-h1 {
-    font-size: 1.8em;
-}
-
-h2 {
-    font-size: 1.6em;
-}
-
-h3 {
-    font-size: 1.5em;
-    color: #6dcff6;
-    background-color: transparent;
-}
-
-h4 {
-    font-size: 1.4em;
-}
-
-h5 {
-    font-size: 1.3em;
-}
-
-h6 {
-    font-size: 1.2em;
-}
-
-p {
-    font-size: 1em;
-}
-
-table td {
-    font-size: 1em;
-}
-
-table tr {
-    font-size: 1.3em;
-}
-
-form {
-    font-size: 1em;
-}
-
-a:link {
-    color: blue;
-    background-color: transparent;
-    text-decoration: underline;
-}
-
-a:visited {
-    color: navy;
-    background-color: transparent;
-    text-decoration: underline;
-}
-
-a:active {
-    color: #6dcff6;
-    background-color: transparent;
-    text-decoration: underline;
-}
-
-a:hover {
-    color: #6dcff6;
-    background-color: transparent;
-    text-decoration: underline;
-}
-
-img {
-    border: none;
-}
-
-#header {
-    width: 100%;
-    height: 90px;
-    background-color: #6dcff6;
-    color: white;
-    margin: 0;
-    padding-bottom: 0;
-}
-
-#content {
-    background: white;
-    width: 700px;
-    margin: 0;
-    margin-left: 160px;
-    padding: 20px;
-}
-
-#logo {
-    margin-top: 20px;
-    text-align: left;
-    margin-left: 100px;
-}
-
-#rnav {
-    float: right;
-    top: 0;
-    left: 0;
-}
-
-#topnav {
-    text-align: left;
-    color: white;
-    background: black;
-    font-size: 0.9em;
-    margin: 0;
-    padding: 0;
-    height: 2em;
-    overflow: visible;
-    margin-top: 7px;
-}
-
-#topnavlist {
-    list-style: none;
-    margin: 0;
-    padding: 0;
-    padding-left: 140px;
-    padding-top: 1px;
-    height: 2em;
-}
-
-#topnavlist li {
-    padding: 0 1em 0 1.2em;
-    display: inline;
-    border-left: 1px solid #B4B4B4;
-}
-
-#topnavlist li a {
-    color: white;
-    font-weight: bold;
-    text-decoration: none;
-}
-
-#topnavlist li:first-child {
-    border-left: 0;
-    padding-left: 0;
-}
-
-#footer {
-    width: 100%;
-    background-color: #6dcff6;
-    color: white;
-    margin: 0;
-    padding: 5px;
-    left: 0;
-}
-
-#footertext {
-    margin-left: 175px;
-}
-
- at media screen and (max-width: 900px) {
-    #footertext {
-        margin-left: 0;
-    }
-
-    #content {
-        width: 100%;
-    }
-
-    #logo {
-        margin-left: 0;
-    }
-}
\ No newline at end of file

Modified: trunk/notes/0.1/errata.html
===================================================================
--- trunk/notes/0.1/errata.html	2015-10-16 02:37:45 UTC (rev 669)
+++ trunk/notes/0.1/errata.html	2015-10-16 02:40:33 UTC (rev 670)
@@ -3,7 +3,7 @@
 <head>
     <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"/>
     <title>MidnightBSD :: Documentation :: 0.1-RELEASE Errata</title>
-    <link rel="stylesheet" type="text/css" media="all" href="/css/base.css"/>
+    <link rel="stylesheet" type="text/css" media="all" href="/css/essence.css"/>
 <!-- $MidnightBSD$ -->
     <!-- Begin Cookie Consent plugin by Silktide - http://silktide.com/cookieconsent -->
     <script type="text/javascript">

Modified: trunk/notes/0.1/notes.html
===================================================================
--- trunk/notes/0.1/notes.html	2015-10-16 02:37:45 UTC (rev 669)
+++ trunk/notes/0.1/notes.html	2015-10-16 02:40:33 UTC (rev 670)
@@ -3,7 +3,7 @@
 <head>
     <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"/>
     <title>MidnightBSD :: Documentation :: 0.1-RELEASE Notes</title>
-    <link rel="stylesheet" type="text/css" media="all" href="/css/base.css"/>
+    <link rel="stylesheet" type="text/css" media="all" href="/css/essence.css"/>
     <!-- $MidnightBSD: www/notes/0.1/notes.html,v 1.1 2009/04/05 17:47:03 laffer1 Exp $ -->
     <!-- Begin Cookie Consent plugin by Silktide - http://silktide.com/cookieconsent -->
     <script type="text/javascript">

Modified: trunk/notes/0.1.1/errata.html
===================================================================
--- trunk/notes/0.1.1/errata.html	2015-10-16 02:37:45 UTC (rev 669)
+++ trunk/notes/0.1.1/errata.html	2015-10-16 02:40:33 UTC (rev 670)
@@ -3,7 +3,7 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
 <title>MidnightBSD :: Documentation :: 0.1.1-RELEASE Errata</title>
-<link rel="stylesheet" type="text/css" media="all" href="/css/base.css" />
+<link rel="stylesheet" type="text/css" media="all" href="/css/essence.css" />
 <!-- $MidnightBSD$ -->
     <!-- Begin Cookie Consent plugin by Silktide - http://silktide.com/cookieconsent -->
     <script type="text/javascript">

Modified: trunk/notes/0.2/errata.html
===================================================================
--- trunk/notes/0.2/errata.html	2015-10-16 02:37:45 UTC (rev 669)
+++ trunk/notes/0.2/errata.html	2015-10-16 02:40:33 UTC (rev 670)
@@ -4,7 +4,7 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
 <title>MidnightBSD :: Documentation :: 0.2-RELEASE Errata</title>
-<link rel="stylesheet" type="text/css" media="all" href="/css/base.css" />
+<link rel="stylesheet" type="text/css" media="all" href="/css/essence.css" />
 <!-- $MidnightBSD: www/notes/0.2/errata.html,v 1.1 2009/04/05 18:36:07 laffer1 Exp $ -->
     <!-- Begin Cookie Consent plugin by Silktide - http://silktide.com/cookieconsent -->
     		<script type="text/javascript">

Modified: trunk/notes/0.2/notes.html
===================================================================
--- trunk/notes/0.2/notes.html	2015-10-16 02:37:45 UTC (rev 669)
+++ trunk/notes/0.2/notes.html	2015-10-16 02:40:33 UTC (rev 670)
@@ -4,7 +4,7 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
 <title>MidnightBSD :: Documentation :: 0.2-RELEASE Notes</title>
-<link rel="stylesheet" type="text/css" media="all" href="/css/base.css" />
+<link rel="stylesheet" type="text/css" media="all" href="/css/essence.css" />
 <!-- $MidnightBSD: www/notes/0.2/notes.html,v 1.1 2009/04/05 18:36:07 laffer1 Exp $ -->
 	<!-- Begin Cookie Consent plugin by Silktide - http://silktide.com/cookieconsent -->
 			<script type="text/javascript">

Modified: trunk/notes/0.3/errata.html
===================================================================
--- trunk/notes/0.3/errata.html	2015-10-16 02:37:45 UTC (rev 669)
+++ trunk/notes/0.3/errata.html	2015-10-16 02:40:33 UTC (rev 670)
@@ -3,7 +3,7 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
 <title>MidnightBSD :: Documentation :: 0.3-RELEASE Errata</title>
-<link rel="stylesheet" type="text/css" media="all" href="/css/base.css" />
+<link rel="stylesheet" type="text/css" media="all" href="/css/essence.css" />
     <!-- $MidnightBSD$ -->
     <!-- Begin Cookie Consent plugin by Silktide - http://silktide.com/cookieconsent -->
     <script type="text/javascript">



More information about the Midnightbsd-cvs mailing list