same brapi germplasm-search for get and post
[sgn.git] / mason / secretom / autohandler
blob01b92f3e76d5cc513209be56f5939bf31a2c6081
1 <style type="text/css">
2 #secretom_container .ghosted, #secretom_container .ghosted:visited {
3   color: #999;
6 #secretom_container {
7   text-align: justify;
8   color: #111;
9   line-height: 1.5;
12 #secretom_container img.interest {
13    float: right;
14    border: 1px solid #333;
16 #secretom_container .publication {
17   padding: 0.6em 0;
18   text-align: justify;
21 #secretom_container hr {
22   border: 0;
23   border-top: 2px solid #bbb;
26 #secretom_container label {
27   font-weight: bold;
30 #secretom_container div.captioned_image {
31   border: 1px solid #ccc;
32   border-radius: 8px;
33   -moz-border-radius: 8px;
34   -webkit-border-radius: 8px;
35   margin: 2em auto;
38 #secretom_container div.captioned_image > img {
39   display: block;
40   margin: 1em auto;
43 #secretom_container div.captioned_image > p {
44   font-weight: bold;
45   font-size: 90%;
46   margin: 1em 3em;
47   letter-spacing: 0.4px;
50 #secretom_container div.caption_right > img {
51   float: left;
52   margin: 10px;
54 #secretom_container div.caption_right > p {
55   text-align: left;
56   margin-top: 3em;
59 #secretom_container div.caption_left > img {
60   float: right;
61   margin: 10px 10px 10px 15px;
63 #secretom_container div.caption_left > p {
64   margin: 10px 15px;
65   margin-top: 3em;
67 #secretom_container div.img_float_right {
68   margin: 0 0 10px 20px;
69   float: right;
71 #secretom_container div.img_float_left {
72   margin: 0 20px 10px 0;
73   float: left;
76 #secretom_container .page_introduction > p:first-child {
77   margin-top: 0;
80 #secretom_container #pagetitle > h3{
81   color: #444;
82   font-size: 120%;
83   letter-spacing: 1px;
84   font-weight: normal;
85   text-align: center;
86   margin-bottom: 2em;
88 #secretom_container h1 {
89   clear: both;
90   color: #3a3a3a;
91   font-size: 130%;
92   letter-spacing: 1px;
93   font-weight: normal;
94   margin: 3em 4em 2em 0;
95   border-bottom: 2px solid gray;
96   padding-bottom: 10px;
99 #secretom_container div.goback {
100   text-align: right;
101   text-decoration: underline;
102   margin-right: 14px;
103   margin-bottom: -1em;
105 #secretom_container a.goback {
106   color: #d22;
107   font-size: 90%;
110 #secretom_container p.boxed {
111   background: #f3f3f3;
112   border: 2px solid #bbb;
113   padding: 2em;
114   letter-spacing: 0.8px;
117 #secretom_container ul.objectives {
118   padding-left: 2em;
122 span.secretary {
123   font-weight: bold;
126 #secretary_nav {
127   margin: 3em auto 3em auto;
128   width: 50em;
130 #secretary_nav td {
131   text-align: center;
132   vertical-align: middle;
134 #secretary_nav a {
135   color: #353535;
136   font-weight: bold;
137   border: 1px solid gray;
138   display: block;
139   padding: 0.5em 4em;
141 #secretary_nav a:visited {
142   color: #353535;
144 #secretary_nav a.active {
145   color: black;
146   background: #ccf;
150 #secretary_input {
151   margin: 0 0 2em 0;
152   text-align: left;
154 #secretary_input table {
155   width: 100%;
156   margin-top: 1em;
158 #secretary_input table td {
159         }
160 #secretary_input input.submit {
161   padding: 3px 10px;
162   margin-top: 0.5em;
165 div.examples {
166   text-align: right;
167   margin-bottom: -1em;
170 </style>
172 <div id="secretom_container">
173   <div class="goback"><a class="goback" href="/secretom">secretom main page</a></div>
175   <a href="/secretom">
176     <img style="display: block; margin: 1em auto" src="/documents/img/secretom/secretom_logo_smaller.jpg" alt="secretom logo" />
177   </a>
180 % $m->call_next;
182 </div>