JAL-1518 drop Jalopy from utils directory
[jalview.git] / utils / jalopy / docs / site.css
diff --git a/utils/jalopy/docs/site.css b/utils/jalopy/docs/site.css
deleted file mode 100755 (executable)
index 7a9dee2..0000000
+++ /dev/null
@@ -1,106 +0,0 @@
-#-------------------------------------------------------------------------------
-# Jalview - A Sequence Alignment Editor and Viewer (Version 2.8.2)
-# Copyright (C) 2014 The Jalview Authors
-# 
-# This file is part of Jalview.
-# 
-# Jalview is free software: you can redistribute it and/or
-# modify it under the terms of the GNU General Public License 
-# as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
-#  
-# Jalview is distributed in the hope that it will be useful, but 
-# WITHOUT ANY WARRANTY; without even the implied warranty 
-# of MERCHANTABILITY or FITNESS FOR A PARTICULAR 
-# PURPOSE.  See the GNU General Public License for more details.
-# 
-# You should have received a copy of the GNU General Public License along with Jalview.  If not, see <http://www.gnu.org/licenses/>.
-# The Jalview Authors are detailed in the 'AUTHORS' file.
-#-------------------------------------------------------------------------------
-/**
- $Id$
- */
-A               { color: #00F; }
-A:link                 { text-decoration: none; }
-A:active       { text-decoration: none; }
-A:visited      { text-decoration: none; }
-A:hover                {  text-decoration: underline; }
-
-body    {
-        font-size : 0.9em;
-       font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
-       margin: 20px 20px 20px 20px;
-       padding-bottom:15px;
-        }
-h1{
-       font-weight : bold;
-       font-family : Verdana,Arial,Helvetica,sans-serif;
-}
-
-h2{
-       font-weight : bold;
-       font-family : Verdana,Arial,Helvetica,sans-serif;
-}
-
-h3{
-       font-weight : bold;
-       font-family : Verdana,Arial,Helvetica,sans-serif;
-}
-
-h4{
-       font-weight : bold;
-       font-family : Verdana,Arial,Helvetica,sans-serif;
-}
-
-h5{
-       font-weight : bold;
-       font-family : Verdana,Arial,Helvetica,sans-serif;
-}
-
-hr{
-       border : none;
-       background : #808080;
-       height : 1px;
-}
-
-td,p,div,form,blockquote,ul,ol{
-       font-family : Verdana,Arial,Helvetica,sans-serif;
-}
-
-th{
-       font-family : Verdana,Arial,Helvetica,sans-serif;
-}
-
-.footer{
-       color : #808080;
-       font-size : 9px;
-       font-family : Verdana,Arial,Helvetica,sans-serif;
-}
-
-.sublogo{
-       padding-bottom : 5px;
-       color : #333366;
-       font-size : 9px;
-       font-family : Arial,Helvetica,sans-serif;
-}
-
-.logo{
-       padding-left : 10px;
-       font-weight : bold;
-       font-size : 26pt;
-       font-family : Verdana,Arial,Helvetica,sans-serif;
-}
-
-.navlink:link           { color: #FFF; text-decoration: none; }
-.navlink:active         { color: #FFF; text-decoration: none; }
-.navlink:visited        { color: #FFF; text-decoration: none; }
-.navlink:hover          { color: #FFF; text-decoration: underline; }
-
-.navlink2:link          { color : #000;        text-decoration : none; }
-.navlink2:active        { color : #000;        text-decoration : none; }
-.navlink2:visited       { color : #000;        text-decoration : none; }
-.navlink2:hover         { color : #000;        text-decoration : underline; }
-
-.shade{
-       background-color: ;
-       background : #FDF5E6;
-}