X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=utils%2Fjalopy%2Fdocs%2Fsite.css;fp=utils%2Fjalopy%2Fdocs%2Fsite.css;h=c5adfa8f8513e97bcd8726fd8c42a927e23da58c;hb=865a855a4ca87eadb3e5ff284ed32ed307d9c34b;hp=87ac57572a06eb3dff417948e6a2fd8e61d9c498;hpb=03915ab617c8d969292429aab786e22d074d046c;p=jalview.git diff --git a/utils/jalopy/docs/site.css b/utils/jalopy/docs/site.css index 87ac575..c5adfa8 100755 --- a/utils/jalopy/docs/site.css +++ b/utils/jalopy/docs/site.css @@ -1,88 +1,106 @@ -/** - $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; -} \ No newline at end of file +#------------------------------------------------------------------------------- +# Jalview - A Sequence Alignment Editor and Viewer (Version 2.8.0b1) +# 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 . +# 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; +}