Difference between revisions of "Team:UC Davis/AresTestPage"

Line 11: Line 11:
 
         /*-------------------------------------------------------------------*/
 
         /*-------------------------------------------------------------------*/
 
/* Random CSS */
 
/* Random CSS */
              body {background-color: rgb(249,245,200);}
+
           
              a.white:link {color:#FFF;}      /* unvisited link */
+
              a.white:visited {color:#FFF;}  /* visited link */
+
              a.white:hover {color:#FFF;}  /* mouse over link */
+
              a.white:active {color:#FFF;}  /* selected link */
+
 
+
              a{color:#909090}
+
              .brightlink {color:#00BA00 !important;
+
 
+
              }
+
              .centertext {text-align: center;
+
              }
+
 
+
              a:visited{color:#909090}
+
              p {border:none;
+
                color:rgba(255,255,255,1);
+
                }
+
              .teampagetext {vertical-align:text-top; display:inline; width:740px; float:left;}
+
              h1 {border-color:white;
+
                  color:white;
+
              }
+
              h2 {color:white;}
+
              h3 {margin-bottom:0px;
+
                  font-size:140%;
+
                  padding:0px;
+
                  color:white;
+
              }
+
              .banner {border-radius:4px;
+
                      background-color: rgba(255,255,255, .6);
+
              }
+
              .genpic { border-radius:4px;
+
                      margin-right:20px;
+
                      margin-bottom:20px;
+
              }
+
              .genpicfloatleft { border-radius:4px;
+
                                margin-right:20px;
+
                                margin-bottom:20px;
+
                                float:left;
+
              }
+
              .genpicfloatright { border-radius:4px;
+
                                  margin-left:20px;
+
                                  float:right;
+
                                  margin-bottom:20px;
+
              }
+
 
+
              .horizontalCenteringDiv { float:left;
+
                                        height:100%;
+
              }
+
 
+
              img.pStatImage {
+
                            width: 300px;
+
                            float: left;
+
 
+
                            top: 0; bottom: 0; left: 0; right: 0;
+
                            margin: auto;
+
              }
+
 
+
              img.leftpic {margin-right:15px;
+
                            float:left;
+
                            vertical-align:top;
+
                            border-radius:4px;
+
                            width:150px;
+
                            border-collapse:separate;
+
 
+
              }
+
              img.rightpic {margin-left:15px;
+
                            float:right;
+
                            vertical-align:top;
+
                            border-radius:4px;
+
                            width:150px;
+
 
+
              }
+
              img.contactimage {
+
                            width:100px;
+
                            border-radius:5px;
+
                            margin-right:10px;
+
                            align:text-top;
+
                            float:left;
+
                            clear:both;
+
              }
+
              .clear {      clear:both;
+
              }
+
 
+
 
/* END Random CSS */
 
/* END Random CSS */
  

Revision as of 20:53, 24 July 2018

UC Davis iGEM 2014