X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=examples%2Fcss%2Fstyle.css;h=3184fde80b91bbe9cf860f207bd4e74ff7d686a8;hb=ad15cff29620f960119f80176f1fd443da9f6763;hp=4dbb1a392eb0b9d380f52d0919d8134562bf9d3a;hpb=66830878ef77fb7030de00ab6e302ef9936f0a3b;p=jalview.git diff --git a/examples/css/style.css b/examples/css/style.css index 4dbb1a3..3184fde 100644 --- a/examples/css/style.css +++ b/examples/css/style.css @@ -1,3 +1,21 @@ +/** + * Jalview - A Sequence Alignment Editor and Viewer ($$Version-Rel$$) + * Copyright (C) $$Year-Rel$$ 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. + */ @import url(http://fonts.googleapis.com/css?family=Lato); @import url(http://fonts.googleapis.com/css?family=Oswald); @@ -411,6 +429,12 @@ height:140px; padding-top:10px; clear:both; } +#innerFooter a +{ + color: #EEEEEE; + visited: #DDDDDD; + +} #innerFooter { @@ -430,4 +454,4 @@ float:left; { float:right; width:555px; -} \ No newline at end of file +}