123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244 |
- .tripal-info-box {
- width: 100%;
- padding-bottom: 10px;
- }
- .tripal-info-box-nosidebar {
- width: 100%;
- padding-bottom: 10px;
- }
- .tripal-table {
- width: 100%;
- }
- .tripal-table th,
- .tripal-table td {
- vertical-align:text-top;
- padding-left: 10px;
- padding-right: 10px;
- padding-top: 5px;
- padding-bottom: 5px;
- }
- .tripal-table-horz {
- border-top: 1px solid #999999;
- border-bottom: 1px solid #999999;
- }
- /* settings for vertical tables (headers across left-side) */
- table.tripal-table-vert .tripal-table-even-row th {
- background-color: #EEEEEE;
- font-weight: none;
- text-align: right;
- }
- table.tripal-table-vert .tripal-table-odd-row th {
- background-color: #FFFFFF;
- text-align: right;
- }
- table.tripal-table-vert .tripal-table-even-row {
- background-color: #EEEEEE;
- border-top: 1px solid #CCCCCC;
- border-bottom: 1px solid #CCCCCC;
- }
- table.tripal-table-vert .tripal-table-odd-row {
- background-color: #FFFFFF;
- border-top: 1px solid #CCCCCC;
- border-bottom: 1px solid #CCCCCC;
- }
- /* settings for horizontal tables (headers across top) */
- table.tripal-table-horz th {
- background-color: #EEEEFF;
- font-weight: none;
- text-align: left;
- }
- table.tripal-table-horz .tripal-table-even-row {
- background-color: #FFFFFF;
- font-weight: none;
- text-align: left;
- border-top: 1px solid #CCCCCC;
- border-bottom: 1px solid #CCCCCC;
- }
- table.tripal-table-horz .tripal-table-odd-row {
- background-color: #EEEEEE;
- text-align: left;
- border-top: 1px solid #CCCCCC;
- border-bottom: 1px solid #CCCCCC;
- }
- .tripal-info-box-title {
- font-size: 1.5em;
- padding-bottom: 15px;
- }
- .tripal-info-box-title-nosidebar {
- font-size: 1.5em;
- padding-bottom: 15px;
- }
- .tripal-info-box-desc {
- /* padding-bottom: 15px; */
- }
- /* hide the title when inside of a block on a panel */
- .pane-block .tripal-info-box-title {
- visibility: hidden;
- padding: 0;
- margin: 0;
- height: 0px;
- }
- /* Ajax loader */
- #tripal_ajaxLoading {
- position: fixed;
- top: 40%;
- left: 40%;
- padding: 15px;
- border: 1px solid #000000;
- background-color: #EEEEEE;
- opacity: 0.75;
- -moz-opacity: 0.75;
- z-index: 10;
- }
- #tripal_ajaxLoading #loadingText {
- font-weight: bold;
- font-size: 1.5em;
- color: #000000;
- }
- /* Restrict the list of checkboxes in a 300px window */
- .form-checkboxes {
- height: auto;
- max-height: 300px;
- overflow: auto;
- }
- /* no results message */
- .tripal-no-results {
- font-style: italic;
- padding: 10px;
- background-color: #FFEEEE;
- }
- /**
- * Tripal Contents container: contains both the details
- * section and the resources sidebar
- */
- .tripal_contents {
- width: 100%;
- }
- /**
- * Resources Sidebar
- */
- .tripal_toc {
- float: right;
- background-color: #EEEEEE;
- -moz-border-radius: 15px;
- -webkit-border-radius: 15px;
- -khtml-border-radius: 15px;
- border-radius: 15px;
- -moz-box-shadow: 3px 3px 4px #888888;
- -webkit-box-shadow: 3px 3px 4px #888888;
- box-shadow: 3px 3px 4px #888888;
- padding: 20px;
- min-height: 500px;
- border-style:solid;
- border-width:1px;
- }
- .tripal_toc ul {
- margin: 0 !important;
- padding: 0 0 0.25em 1em !important;
- }
- .tripal_toc_title {
- font-size: 1.5em;
- line-height: 110%;
- padding-bottom: 10px;
- }
- .tripal_toc_desc {
- }
- /**
- * Details Section
- */
- .tripal_details {
- float: left;
- background-color: #FFFFFF;
- -moz-border-radius: 15px;
- -webkit-border-radius: 15px;
- -khtml-border-radius: 15px;
- border-radius: 15px;
- -moz-box-shadow: 3px 3px 4px #888888;
- -webkit-box-shadow: 3px 3px 4px #888888;
- box-shadow: 3px 3px 4px #888888;
- padding: 20px;
- min-height: 500px;
- margin-right: 10px;
- margin-bottom: 10px;
- border-style:solid;
- border-width:1px;
-
- overflow:auto;
- }
- .tripal_details_full {
- float: left;
- background-color: #FFFFFF;
- -moz-border-radius: 15px;
- -webkit-border-radius: 15px;
- -khtml-border-radius: 15px;
- border-radius: 15px;
- -moz-box-shadow: 3px 3px 4px #888888;
- -webkit-box-shadow: 3px 3px 4px #888888;
- box-shadow: 3px 3px 4px #888888;
- padding: 20px;
- min-height: 500px;
- margin-right: 10px;
- margin-bottom: 10px;
- border-style:solid;
- border-width:1px;
-
- overflow:auto;
- }
- /**
- * Tables
- */
- .tripal-subtable {
- border-collapse:collapse;
- border: 0px solid black;
- width: auto;
- }
- .tripal-subtable td {
- padding: 0px 5px 5px 0px;
- border: 0px solid black;
- }
- .tripal-notice {
- color: red;
- }
- /**
- * Teaser
- */
- .tripal-teaser {
- clear_both;
- margin-bottom: 10px;
- }
- .tripal-teaser-title {
- font-weight: bold;
- margin-bottom: 5px;
- }
- .tripal-teaser-text {
- text-align: justify;
- text-justify:inter-word;
- }
- .tripal-teaser-img {
- width: 100px;
- height: 100px;
- float: left;
- padding-right: 10px;
- padding-bottom: 5px;
- }
|