JAL-1645 Version-Rel Version 2.9 Year-Rel 2015 Licensing glob
[jalview.git] / examples / css / style.css
index 7550b31..e9ea707 100644 (file)
@@ -1,3 +1,21 @@
+/**
+ * Jalview - A Sequence Alignment Editor and Viewer (Version 2.9)
+ * Copyright (C) 2015 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.
+ */
 @import url(http://fonts.googleapis.com/css?family=Lato);
 @import url(http://fonts.googleapis.com/css?family=Oswald);
 
@@ -247,11 +265,32 @@ CONTENT
   height: auto;
   width: 710px;
   padding-top:23px;
-  padding-bottom:23px;
+  padding-bottom:12px;
   overflow-x:auto; 
   overflow-y:hidden; 
 }
-
+#content h1
+{
+       padding-top:29px;
+       font-size: 15pt;
+       font-style: bold;
+}
+#content h2
+{
+       padding-top:27px;
+       font-size: 13pt;
+       font-style: bold;
+}
+#content h3
+{
+       padding-top:25px;
+       font-size: 12pt;
+       font-style: bold italic;
+}
+#content pre
+{
+       font-family: monospace;
+}
 #sideNav
 {
 width:200px;
@@ -259,8 +298,15 @@ float:left;
 padding-top:29px;
 margin-right:50px;
 }
-
-
+#content ul
+{
+       list-style-type: disc;
+}
+#content li
+{
+       margin-left: 11px;
+       padding-bottom:11px;
+}
        
 #sideNav li
 {
@@ -355,6 +401,20 @@ background: url("../images/train-arrow-3-normal.png") no-repeat scroll 0 0 trans
     padding-left: 5px;
 }
 
+#content .borderTable td
+{
+       border: 1px solid black;
+}
+#content .borderTable tr
+{
+       border-bottom: 2px solid black;
+}
+
+td
+{
+    vertical-align: middle;
+}
+
 /********************************
 FOOTER
 ***********************************/
@@ -369,6 +429,12 @@ height:140px;
 padding-top:10px;
 clear:both;
 }
+#innerFooter a
+{
+       color: #EEEEEE;
+       visited: #DDDDDD;
+       
+}
 
 #innerFooter
 {
@@ -388,4 +454,4 @@ float:left;
 {
 float:right;
 width:555px;
-}
\ No newline at end of file
+}