Advertisement
Guest User

factsheet

a guest
Jan 26th, 2015
197
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 8.08 KB | None | 0 0
  1. div.factSheetContentBlock {
  2.     margin-bottom: 3em;
  3. }
  4.  
  5. .organismNameLabel {
  6.     position: relative;
  7.     left: -0.75em;
  8.     top: -222px;
  9.     padding: 0.125em 1em;
  10.     -moz-box-sizing: border-box;
  11.     -webkit-box-sizing: border-box;
  12.     box-sizing: border-box;
  13.     display: inline-block;
  14.     background: #ff7426;
  15.     color: white;
  16. }
  17.  
  18. .procedureLabel {
  19.     left: 5%;
  20.     top: -2em;
  21.     max-width: 80%;
  22.     position: relative;
  23.     color: #ff7426;
  24.     background: #fff;
  25.     padding: 0.125em 1em;
  26.     -moz-box-sizing: border-box;
  27.     -webkit-box-sizing: border-box;
  28.     box-sizing: border-box;
  29.     display: inline-block;
  30. }
  31.  
  32. div.labelRow {
  33.     max-width: 12em;
  34. }
  35.  
  36. .portraitWithLabel {
  37.     padding-left: 1em;
  38.     float: left;
  39.     width: calc(236px+1em);
  40. }
  41.  
  42. .organismPortrait {
  43.     border: 1px solid rgba(38, 98, 195, 0.2);
  44. }
  45.  
  46. #identification {
  47.     overflow: hidden;
  48. }
  49.  
  50. #idDetails {
  51.     float: left;
  52.     width: calc(100% - 19em);
  53.     margin-left: 2em;
  54.     padding-right: 3em;
  55. }
  56.  
  57. #idDetailsFlex {
  58.     float: left;
  59.     width: calc(100% - 20em);
  60.     /*width: 5em;*/
  61.     margin-left: 2em;
  62.     padding-right: 1em;
  63.     display: -moz-box;
  64.     display: -ms-flexbox;
  65.     display: -webkit-flex;
  66.     display: flex;
  67.     flex-direction: column;
  68. }
  69.  
  70. .detailsRow {
  71.     /*border: 1px solid red;*/
  72.     display: -moz-box;
  73.     display: -ms-flexbox;
  74.     display: -webkit-flex;
  75.     display: flex;
  76.     justify-content: center;
  77. }
  78.  
  79. #tumorModelDetails {
  80. }
  81.  
  82. #lineFullName {
  83.     color: rgba(255, 116, 38, 1);
  84.     font-size: 2em;
  85.     padding: 0.25em 2em 0.25em 2em;
  86.     border-top-left-radius: 0.707em;
  87.     border-top-right-radius: 0.707em;
  88.     -moz-box-sizing: border-box;
  89.     -webkit-box-sizing: border-box;
  90.     box-sizing: border-box;
  91.     display: inline-block;
  92. }
  93.  
  94. #lineFullNameRow {
  95.     margin-bottom: 3em;
  96.     text-align: center;
  97.     border-width: 1px;
  98.     border-top: 7px double rgba(38, 98, 195, 1);
  99.     border-bottom: 7px double rgba(38, 98, 195, 1);
  100. }
  101.  
  102. .factSheet {
  103.     padding: 2em;
  104. }
  105.  
  106. label {
  107.     color: #2662c3;
  108.     padding-right: 0.5em;
  109. }
  110.  
  111. tr.factSheetFact {
  112.     padding-bottom: 0.25em;
  113. }
  114.  
  115. ul.textDescription li {
  116.     margin-bottom: 1em;
  117.     margin-top: 0.5em;
  118. }
  119.  
  120. span.term {
  121.     padding: 0.125em 0.375em 0.125em 0.375em;
  122.     margin: 0.25em 0.5em 0 0;
  123.     border: 1px solid rgba(38, 98, 195, 0.2);
  124.     /*line-height: 2.25em;*/
  125.     white-space: nowrap;
  126. }
  127.  
  128. td.factLabel {
  129.     text-align: right;
  130.     padding-right: 1em;
  131. }
  132.  
  133. td.factLabel, td.factContent {
  134.     padding-bottom: 0.4em;
  135.     padding-top: 0.4em;
  136.     vertical-align: middle !important;
  137. }
  138.  
  139. table.mutationsTableCell, table.mutationsTableAnimal {
  140.     width: 100%;
  141.     border-bottom: 2px solid rgba(89, 135, 209, 1);
  142. }
  143.  
  144.     table.mutationsTableCell th, table.mutationsTableAnimal th {
  145.         border-top: 2px solid rgba(89, 135, 209, 1);
  146.         border-bottom: 1px solid rgba(89, 135, 209, 1);
  147.         padding: 0.5em 1em 0.5em 0.5em;
  148.         color: #5987D1;
  149.     }
  150.  
  151.     table.mutationsTableCell th {
  152.         width: 25%;
  153.     }
  154.  
  155.     table.mutationsTableAnimal th {
  156.         width: 20%;
  157.     }
  158.  
  159.     table.mutationsTableCell td, table.mutationsTableAnimal td {
  160.         vertical-align: top;
  161.         padding: 1em 1em 1em 0.5em;
  162.         border-bottom: 1px solid rgba(89, 135, 209, 0.2);
  163.         border-collapse: collapse;
  164.         border-spacing: 0px;
  165.     }
  166.  
  167. span.geneName {
  168.     font-weight: bold;
  169. }
  170.  
  171. table.mutationsTableAnimal tbody tr:nth-child(even), table.mutationsTableCell tbody tr:nth-child(even), table.mutationsTableAnimal th, table.mutationsTableCell th {
  172.     background-color: rgba(252, 252, 252, 0.25);
  173. }
  174.  
  175. .fadeFromAttention {
  176.     color: #bdbdbd;
  177. }
  178.  
  179. ul.textDescription h4 {
  180.     margin-top: 2em;
  181.     margin-bottom: 0.5em;
  182. }
  183.  
  184. ul.detailsHorizontal li {
  185.     display: inline;
  186.     padding-right: 1em;
  187. }
  188.  
  189. ul.detailsHorizontal {
  190.     margin-top: 0.3em;
  191.     margin-bottom: 0.7em;
  192. }
  193.  
  194. p + p {
  195.     margin: 0em 0em 0.25em 0em;
  196.     text-indent: 1em;
  197. }
  198.  
  199. #listExperimentalLines {
  200.     display: block;
  201.     width: 100%;
  202.     overflow: hidden;
  203. }
  204.  
  205. div.experimentalLine {
  206.     height: 18em;
  207.     box-shadow: -1px -1px 3px 0px #bdbdbd;
  208.     border: 1px solid rgba(0, 0, 0, 0.1);
  209.     background-color: #fff;
  210.     margin: 1em 0em 1em 3px;
  211.     border-radius: 0.5em;
  212.     padding: 1em;
  213.     text-align: center;
  214.     overflow: auto;
  215.     width: 100%;
  216.     position: relative;
  217. }
  218.  
  219. div.NoAccessExperimentalLine {
  220.     box-shadow: -1px -1px 3px 0px #bdbdbd;
  221.     border: 1px solid rgba(0, 0, 0, 0.1);
  222.     background-color: #fff;
  223.     margin: 1em 0em 1em 3px;
  224.     border-radius: 0.5em;
  225.     padding: 1em;
  226.     text-align: center;
  227.     overflow: auto;
  228.     width: 100%;
  229.     position: relative;
  230. }
  231.  
  232. div.experimentalLine:hover {
  233.     box-shadow: -3px -3px 10px 0px #bfd1ed;
  234.     border: 1px solid rgba(0, 71, 185, 0.2);
  235. }
  236.  
  237. div.experimentalLineLink {
  238.     width: 90%;
  239. }
  240.  
  241. div.cardContainerLine {
  242.     float: left;
  243. }
  244.  
  245. ul.experimentalLineDetails {
  246.     text-align: left;
  247.     display: block;
  248.     position: absolute;
  249.     padding-right: 1em;
  250. }
  251.  
  252. @media screen and (min-width: 1711px) {
  253.     div.cardContainerLine {
  254.         width: 33%;
  255.     }
  256.  
  257.     img.organismPortraitOnCard {
  258.         width: 14.625em;
  259.         height: 14.625em;
  260.     }
  261.  
  262.     div.CardPortraitWithLabel {
  263.         width: 15em;
  264.         position: absolute;
  265.         top: 50%;
  266.         margin-top: -9em;
  267.         left: 1em;
  268.     }
  269.  
  270.     ul.experimentalLineDetails {
  271.         left: 17em;
  272.     }
  273. }
  274.  
  275. @media screen and (min-width: 1200px) and (max-width: 1710px) {
  276.     div.cardContainerLine {
  277.         width: 50%;
  278.     }
  279.  
  280.     img.organismportraitoncard {
  281.         width: 14.625em;
  282.         height: 14.625em;
  283.     }
  284.  
  285.     div.CardPortraitWithLabel {
  286.         width: 15em;
  287.         position: absolute;
  288.         top: 50%;
  289.         margin-top: -9em;
  290.         left: 1em;
  291.     }
  292.  
  293.     ul.experimentalLineDetails {
  294.         left: 17em;
  295.     }
  296. }
  297.  
  298. @media screen and (min-width: 700px) and (max-width: 1199px) {
  299.     div.cardContainerLine {
  300.         width: 100%;
  301.     }
  302.  
  303.     img.organismportraitoncard {
  304.         width: 14.625em;
  305.         height: 14.625em;
  306.     }
  307.  
  308.     div.CardPortraitWithLabel {
  309.         width: 15em;
  310.         position: absolute;
  311.         top: 50%;
  312.         margin-top: -9em;
  313.         left: 1em;
  314.     }
  315.  
  316.     ul.experimentalLineDetails {
  317.         left: 17em;
  318.     }
  319. }
  320.  
  321. @media screen and (min-width: 500px) and (max-width: 699px) {
  322.     div.cardContainerLine {
  323.         width: 100%;
  324.     }
  325.  
  326.     img.organismPortraitOnCard {
  327.         width: 7em;
  328.         height: 7em;
  329.     }
  330.  
  331.     div.experimentalLine {
  332.         height: 12em;
  333.     }
  334.  
  335.     div.CardPortraitWithLabel {
  336.         width: 7.5em;
  337.         position: absolute;
  338.         top: 50%;
  339.         margin-top: -6em;
  340.         left: 1em;
  341.     }
  342.  
  343.     ul.experimentalLineDetails {
  344.         left: 9.5em;
  345.     }
  346. }
  347.  
  348. @media screen and (max-width: 499px) {
  349.     div.CardPortraitWithLabel {
  350.         display: none;
  351.         width: 0px;
  352.     }
  353.  
  354.     div.cardContainerLine {
  355.         width: 80%;
  356.     }
  357.  
  358.     ul.experimentalLineDetails {
  359.         /*width: 100%;*/
  360.         left: 1em;
  361.     }
  362.  
  363.     div.experimentalLine {
  364.         height: 12em;
  365.     }
  366. }
  367.  
  368. ul.experimentalLineDetails li {
  369.     margin-bottom: 0.25em;
  370. }
  371.  
  372. div.experimentalLineLink a:link {
  373.     color: #000000;
  374.     text-decoration: none;
  375. }
  376.  
  377. div.experimentalLineLink a:visited {
  378.     color: #000;
  379.     text-decoration: none;
  380. }
  381.  
  382. ol#protocolSteps {
  383.     padding-top: 3em;
  384. }
  385.  
  386. li.experimentStep {
  387.     border-collapse: collapse;
  388.     padding: 1em;
  389.     margin-bottom: 3.5em;
  390.     border: 1px solid rgba(140, 172, 223, 0.25);
  391.     border-radius: 0.25em;
  392. }
  393.  
  394. hr {
  395.     color: rgba(140, 172, 223, 0.5);
  396. }
  397.  
  398. .emphasizedLabel {
  399.     font-weight: bold;
  400. }
  401.  
  402. /*.buttonsBar {
  403.     border: 3px solid;
  404.     box-sizing: border-box;
  405.     border-color:  #2662c3 #fff #fff #fff;
  406. }*/
  407.  
  408. hr.buttonDivider {
  409.     background-color: #2662c3;
  410.     height: 3px;
  411.     margin-bottom: 1em;
  412. }
  413.  
  414. /*div.termContainer {
  415.     width: 100%;
  416.    
  417.     display: -moz-box;
  418.     display: -ms-flexbox;
  419.     display: -webkit-flex;
  420.     display: flex;
  421.     flex-wrap: wrap;
  422. }*/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement