/* Common elements */ span.version_type{ padding: 0.05em; border 0.1em solid #444444; border-radius: 0.2em; } /* Projects main page */ div#right_column div#advanced_search{ transition: all .3s ease-in-out; overflow: hidden; height: 0; } /* Project view page */ div#content{ display: table; } div#content-row{ display: table-row; } div.content_cell{ display: table-cell; padding: 1em; vertical-align: top; } div#content_cell_main{ width: 80%; } div#content_cell_right{ width: 20%; } div#main_column{ padding: 1em; } div#main_column div.iframe_container{ width: 100%; text-align: center; } div#main_column iframe.project_embed{ background-color: #ffffff; border-radius: 0.8em; border: 0.1em solid #110022; max-width: 90%; max-height: 70em; } div#right_column{ padding: 1em; transition: all .3s ease-in-out; } div#right_column div.url{ vertical-align: middle; } div#right_column div.url img{ width: 2em; height: 2em; vertical-align: middle; } div#right_column img#img_license{ max-height: 1.3em; } div#license{ display: none; opacity: 0; position: fixed; transition: opacity .4s ease-in-out; top: 3em; left: 5em; right: 5em; bottom: 2em; } div#license h3 img.pointer{ /* Close icon*/ float: right; height: 0.5em; width: 0.5em; margin-right: 1.2em; margin-top: 0.2em; } div#license div.entry{ height: 30%; margin: 0 0.5em 0.5em 0.5em; overflow-y: scroll; } div#license div.entry h4{ margin: 0; } div#license div.entry div.license_text{ margin: 0; }