diff options
author | zsloan | 2015-03-27 20:28:51 +0000 |
---|---|---|
committer | zsloan | 2015-03-27 20:28:51 +0000 |
commit | d0911a04958a04042da02a334ccc528dae79cc17 (patch) | |
tree | 3c48e2e937c1dbeaf00a5697c87ed251afa5c8f1 /web/css/menu.css | |
parent | a840ad18e1fe3db98a359a159e9b9b72367a2839 (diff) | |
download | genenetwork2-d0911a04958a04042da02a334ccc528dae79cc17.tar.gz |
Removed everything from 'web' directory except genofiles and renamed the directory to 'genotype_files'
Diffstat (limited to 'web/css/menu.css')
-rwxr-xr-x | web/css/menu.css | 203 |
1 files changed, 0 insertions, 203 deletions
diff --git a/web/css/menu.css b/web/css/menu.css deleted file mode 100755 index 56b3719b..00000000 --- a/web/css/menu.css +++ /dev/null @@ -1,203 +0,0 @@ -/* --- menu styles --- -note: - not all browsers render styles the same way so try out your style sheet - on different browsers before publishing; -*/ -/* level 0 inner */ -.m0l0iout { - font-family: verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif; - font-size: 12px; - font-weight: Bold; - padding: 4px; - color: #0000DD; -} -.m0l0iover { - font-family: verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif; - font-size: 12px; - font-weight: Bold; - padding: 4px; - color: #FFFFFF; -} - -/* level 0 outer */ -.m0l0oout { - font-size: 12px; - font-weight: Bold; - border : 1px solid #FFFFFF; - background: #ddddff; -} -.m0l0oover { - font-size: 12px; - font-weight: Bold; - border : 1px solid #FFFFFF; - background: #4F8EB6; -} - -/* level 1 inner */ -.m0l1iout { - font-family: verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif; - font-size: 12px; - font-weight: Normal; - text-decoration: none; - padding: 4px; - color: #000082; -} -.m0l1iover { - font-family: verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif; - font-size: 12px; - font-weight: Bold; - text-decoration : none; - padding: 3px; - color: #ffffff; - border : 1px solid #000000; - margin : 2px; - background: #4F8EB6; -} - -/* level 1 outer */ -.m0l1oout { - text-decoration : none; - border : 1px solid #999999; - background: #EEEEEE; -} -.m0l1oover { - text-decoration : none; - border : 1px solid #999999; - background: #EEEEEE; -} - -/* level 2 inner */ -.m0l2iout { - font-family: verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif; - font-size: 12px; - font-weight: Normal; - text-decoration: none; - padding: 4px; - color: #000082; -} - -.m0l2iover { - font-family: verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif; - font-size: 12px; - font-weight: Bold; - text-decoration: none; - padding: 3px; - color: #ffffff; - border : 1px solid #000000; - margin : 2px; - background: #4F8EB6; -} - -/* level 2 outer */ -.m0l2oout { - text-decoration : none; - border : 1px solid #999999; - background: #EEEEEE; -} -.m0l2oover { - text-decoration : none; - border : 1px solid #999999; - background: #EEEEEE; -} - -/* level 3 inner */ -.m0l3iout { - font-family: verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif; - font-size: 12px; - font-weight: Normal; - text-decoration: none; - padding: 4px; - color: #000082; -} - -.m0l3iover { - font-family: verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif; - font-size: 12px; - font-weight: Bold; - text-decoration: none; - padding: 3px; - color: #ffffff; - border : 1px solid #000000; - margin : 2px; - background: #4F8EB6; -} - -/* level 3 outer */ -.m0l3oout { - text-decoration : none; - border : 1px solid #999999; - background: #EEEEEE; -} -.m0l3oover { - text-decoration : none; - border : 1px solid #999999; - background: #EEEEEE; -} - -/* level 4 inner */ -.m0l4iout { - font-family: verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif; - font-size: 12px; - font-weight: Normal; - text-decoration: none; - padding: 4px; - color: #000082; -} - -.m0l4iover { - font-family: verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif; - font-size: 12px; - font-weight: Bold; - text-decoration: none; - padding: 3px; - color: #ffffff; - border : 1px solid #000000; - margin : 2px; - background: #4F8EB6; -} - -/* level 4 outer */ -.m0l4oout { - text-decoration : none; - border : 1px solid #999999; - background: #EEEEEE; -} -.m0l4oover { - text-decoration : none; - border : 1px solid #999999; - background: #EEEEEE; -} - -/* level 5 inner */ -.m0l5iout { - font-family: verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif; - font-size: 12px; - font-weight: Normal; - text-decoration: none; - padding: 4px; - color: #000082; -} - -.m0l5iover { - font-family: verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif; - font-size: 12px; - font-weight: Bold; - text-decoration: none; - padding: 3px; - color: #ffffff; - border : 1px solid #000000; - margin : 2px; - background: #4F8EB6; -} - -/* level 5 outer */ -.m0l5oout { - text-decoration : none; - border : 1px solid #999999; - background: #EEEEEE; -} -.m0l5oover { - text-decoration : none; - border : 1px solid #999999; - background: #EEEEEE; -}
\ No newline at end of file |