/* Common elements */ span.version_type{ padding: 0.05em; border 0.1em solid #444444; border-radius: 0.2em; font-size: 85%; font-family: monospace; font-weight: bold; } /* Projects main page */ div#right_column div#advanced_search{ margin: 0.6em 0.1em 0.5em 0.1em; 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 div#image_reel{ text-align: center; width: 80%; margin: 1em auto 1em auto; border: 0.3em solid #000000; border-radius: 0.3em; padding: 0.5em; background-color: #556655; overflow-x: auto; } div#main_column div#image_reel table{ margin: 0 auto 0 auto; } div#main_column div#image_reel img{ display: inline-block; border: 0.1em solid #000000; border-radius: 0.1em; background-color: #000000; vertical-align: middle; max-height: 6em; max-width: 6em; } 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{ transition: all .3s ease-in-out; } div#right_column div.url{ vertical-align: middle; font-size: 70%; margin-bottom: 0.3em; } div#right_column div.url img{ width: 2em; height: 2em; vertical-align: middle; } div#right_column img#img_license{ max-height: 2.3em; text-align: center; } 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; }