Difference between revisions of "Template:Virginia/css/index"

(Created page with "Override iGEM wiki settings, removing everything but the top navbar.: #sideMenu, #top_title { display: none; } #content { width: 100vw; padding: 0px; border: non...")
 
 
(45 intermediate revisions by 2 users not shown)
Line 1: Line 1:
/* Override iGEM wiki settings, removing everything but the top navbar. */
+
/**
#sideMenu,
+
* This page and wiki was built with the help of igem-wikibrick, a tool created by Virginia iGEM 2018
#top_title {
+
* @version v0.1.11
  display: none; }
+
* @link https://github.com/Virginia-iGEM/igem-wikibrick
 
+
* @license MIT
#content {
+
*/
  width: 100vw;
+
@import url(https://fonts.googleapis.com/css?family=Lato:400,700,700italic,900,900italic,500italic,500,400italic);@-ms-viewport{width:device-width}a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,main,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,var,video{margin:0;padding:0;border:0;font:inherit;vertical-align:baseline}ul{border:0;font:inherit;vertical-align:baseline}.category-gallery div a:hover p,article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}*,::after,::before{box-sizing:inherit}html,pre{-ms-overflow-style:scrollbar}html{box-sizing:border-box;touch-action:manipulation;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-webkit-tap-highlight-color:transparent}body{line-height:1;font-family:sans-serif}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote::after,blockquote::before,q::after,q::before{content:none}table{border-collapse:collapse;border-spacing:0}hr{box-sizing:content-box;height:0;overflow:visible}code,kbd,pre,samp{font-family:monospace,monospace}pre{overflow:auto}a{background-color:transparent;-webkit-text-decoration-skip:objects}abbr[title]{border-bottom:none;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}svg:not(:root){overflow:hidden}button{border-radius:0}button:focus{outline:1px dotted;outline:5px auto -webkit-focus-ring-color}button,input,optgroup,select,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}input[type=date],input[type=datetime-local],input[type=month],input[type=time]{-webkit-appearance:listbox}textarea{resize:vertical;overflow:auto}button,input{overflow:visible}button,select{text-transform:none}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}[tabindex="-1"]:focus{outline:0!important}fieldset{min-width:0}legend{max-width:100%;white-space:normal;color:inherit;display:block}progress{vertical-align:baseline}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}#sideMenu,#top_title,[hidden],template{display:none}#content{width:100vw;padding:0;border:0;color:#000;margin-left:auto;margin-right:auto;background-color:#fff;position:relative}#globalWrapper{font-size:inherit;padding-bottom:0}#top_menu_under{height:0}ul{list-style-image:none;padding:0}#mw-content-text>p{width:0;height:0}#igem-navbar-placeholder{height:14px;position:fixed;display:block;background-color:#383838;border-bottom:solid #000 2px;color:#fff;z-index:9999;width:100%;font-size:.75em;margin:0;padding:0}#igem-navbar-placeholder p,ul{margin:0}.MathJax nobr>span.math>span{border-left-width:0!important}.category-gallery{padding:3% 5%;background-color:#fff;overflow:hidden}.category-gallery::after{clear:both;content:"";display:block}.category-gallery div{width:calc(50% - 30px);float:left;margin-left:20px;position:relative}@media only screen and (min-width:1000px){.category-gallery div{width:calc(16.66667% - 35px);float:left;margin-left:30px}}.category-gallery div a{position:relative;display:block;overflow:hidden;overflow-y:scroll;overflow-x:hidden}.category-gallery div a p,.petri-dish{display:none;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.category-gallery div a p{font-size:2em;position:absolute;top:50%;left:50%;margin-top:-.5em;margin-left:-.25em;z-index:9;transition:all .2s;text-align:center}.category-gallery div a:hover img{image-orientation:from-image;opacity:.1}.category-gallery div a img{border-radius:50%;image-orientation:from-image;margin-bottom:25px;min-width:90%;min-height:90%;transition:opacity ease-in-out .2s,background-color ease-in-out .7s}.petri-dish{border-radius:50%;background-color:#4484ce}
  padding: 0px;
+
  border: none;
+
  color: black;
+
  margin-left: auto;
+
  margin-right: auto;
+
  background-color: #fff;
+
  position: relative; }
+
 
+
#globalWrapper {
+
  font-size: inherit;
+
  padding-bottom: 0; }
+
 
+
#top_menu_under {
+
  height: 0px; }
+
 
+
ul {
+
  list-style-image: none;
+
  /* removes the iGEM wiki bullets */ }
+
 
+
/* Begin actual Virginia iGEm 2018 Code */
+
/* UVA Colors */
+
/* Cherenkov Colors
+
$dark-background-color:#282828;
+
$light-background-color:#C3C3D8;
+
$accent-color: #BFFBF9;
+
$text-light: #E8F9F9;
+
$text-dark: #001C4E;
+
$link-color: #3DD4DF;
+
*/
+
/* Passion Fruit Colors
+
$dark-background-color:#4F1832;
+
$light-background-color:#FAF4E0;
+
$accent-color: #F5287F;
+
$text-light: #FFF0EF;
+
$text-dark: #1E0811;
+
$link-color: #FBB645;
+
*/
+
.category-gallery div img {
+
  border-radius: 50%; }
+
 
+
body {
+
  margin: 0px; }
+
 
+
header {
+
  border-bottom: 3px solid #E57200;
+
  padding: 25px;
+
  background-color: #232D4B;
+
  color: #ffffff; }
+
  header ul.nav::after {
+
    clear: both;
+
    content: "";
+
    display: block; }
+
  header ul.nav li {
+
    width: calc(11.11111% - 11.11111px);
+
    float: left;
+
    margin-left: 10px;
+
    list-style: none;
+
    text-align: center;
+
    border: 2px solid #232D4B;
+
    border-radius: 4px; }
+
    header ul.nav li:hover {
+
      background-color: #ffbf80;
+
      border-color: #ffbf80;
+
      color: #666666; }
+
 
+
.content {
+
  padding: 20px 20px;
+
  background-color: #ffffff;
+
  color: #666666;
+
  border-left: 10rem solid #ebebeb;
+
  border-right: 10rem solid #ebebeb; }
+
 
+
footer {
+
  background-color: #232D4B;
+
  border-top: 3px solid #E57200;
+
  color: #ffffff;
+
  padding: 25px; }
+
  footer::after {
+
    clear: both;
+
    content: "";
+
    display: block; }
+
  footer div {
+
    width: calc(33.33333% - 26.66667px);
+
    float: left;
+
    margin-left: 20px;
+
    text-align: center; }
+
 
+
a:link {
+
  color: #EB5F0C; }
+
 
+
.interactive {
+
  padding: 50px;
+
  border-bottom: 3px solid #E57200;
+
  background-color: #232D4B;
+
  color: #ffffff;
+
  height: 600px; }
+
 
+
.category-gallery::after {
+
  clear: both;
+
  content: "";
+
  display: block; }
+
 
+
.category-gallery div {
+
  width: calc(50% - 30px);
+
  float: left;
+
  margin-left: 20px;
+
  text-align: center; }
+
  @media only screen and (min-width: 1000px) {
+
    .category-gallery div {
+
      width: calc(16.66667% - 35px);
+
      float: left;
+
      margin-left: 30px; } }
+
  .category-gallery div img {
+
    border: 10px solid transparent;
+
    margin-bottom: 25px;
+
    width: 90%;
+
    height: 90%;
+
    opacity: 0.9; }
+
    .category-gallery div img:hover {
+
      border-color: #f1f1f1; }
+

Latest revision as of 19:43, 17 July 2018

/**

* This page and wiki was built with the help of igem-wikibrick, a tool created by Virginia iGEM 2018
* @version v0.1.11
* @link https://github.com/Virginia-iGEM/igem-wikibrick
* @license MIT
*/

@import url(https://fonts.googleapis.com/css?family=Lato:400,700,700italic,900,900italic,500italic,500,400italic);@-ms-viewport{width:device-width}a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,main,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,var,video{margin:0;padding:0;border:0;font:inherit;vertical-align:baseline}ul{border:0;font:inherit;vertical-align:baseline}.category-gallery div a:hover p,article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}*,::after,::before{box-sizing:inherit}html,pre{-ms-overflow-style:scrollbar}html{box-sizing:border-box;touch-action:manipulation;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-webkit-tap-highlight-color:transparent}body{line-height:1;font-family:sans-serif}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote::after,blockquote::before,q::after,q::before{content:none}table{border-collapse:collapse;border-spacing:0}hr{box-sizing:content-box;height:0;overflow:visible}code,kbd,pre,samp{font-family:monospace,monospace}pre{overflow:auto}a{background-color:transparent;-webkit-text-decoration-skip:objects}abbr[title]{border-bottom:none;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}svg:not(:root){overflow:hidden}button{border-radius:0}button:focus{outline:1px dotted;outline:5px auto -webkit-focus-ring-color}button,input,optgroup,select,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}input[type=date],input[type=datetime-local],input[type=month],input[type=time]{-webkit-appearance:listbox}textarea{resize:vertical;overflow:auto}button,input{overflow:visible}button,select{text-transform:none}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}[tabindex="-1"]:focus{outline:0!important}fieldset{min-width:0}legend{max-width:100%;white-space:normal;color:inherit;display:block}progress{vertical-align:baseline}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}#sideMenu,#top_title,[hidden],template{display:none}#content{width:100vw;padding:0;border:0;color:#000;margin-left:auto;margin-right:auto;background-color:#fff;position:relative}#globalWrapper{font-size:inherit;padding-bottom:0}#top_menu_under{height:0}ul{list-style-image:none;padding:0}#mw-content-text>p{width:0;height:0}#igem-navbar-placeholder{height:14px;position:fixed;display:block;background-color:#383838;border-bottom:solid #000 2px;color:#fff;z-index:9999;width:100%;font-size:.75em;margin:0;padding:0}#igem-navbar-placeholder p,ul{margin:0}.MathJax nobr>span.math>span{border-left-width:0!important}.category-gallery{padding:3% 5%;background-color:#fff;overflow:hidden}.category-gallery::after{clear:both;content:"";display:block}.category-gallery div{width:calc(50% - 30px);float:left;margin-left:20px;position:relative}@media only screen and (min-width:1000px){.category-gallery div{width:calc(16.66667% - 35px);float:left;margin-left:30px}}.category-gallery div a{position:relative;display:block;overflow:hidden;overflow-y:scroll;overflow-x:hidden}.category-gallery div a p,.petri-dish{display:none;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.category-gallery div a p{font-size:2em;position:absolute;top:50%;left:50%;margin-top:-.5em;margin-left:-.25em;z-index:9;transition:all .2s;text-align:center}.category-gallery div a:hover img{image-orientation:from-image;opacity:.1}.category-gallery div a img{border-radius:50%;image-orientation:from-image;margin-bottom:25px;min-width:90%;min-height:90%;transition:opacity ease-in-out .2s,background-color ease-in-out .7s}.petri-dish{border-radius:50%;background-color:#4484ce}