Team:UNC-Chapel Hill/practicemenu

From 2014.igem.org

(Difference between revisions)
Line 400: Line 400:
-
/*sitemap styling*/
 
-
 
-
#sitemap1 {background:none;
 
-
            width:100%;
 
-
            }
 
-
 
-
#sitemap1 td {background:none;
 
-
            vertical-align:top;
 
-
            border: none;
 
-
            min-width:80px;
 
-
            }
 
-
 
-
#sitemap1 a:link {
 
-
            color:#ffffff;
 
-
            text-decoration:none;
 
-
            }
 
-
#sitemap1 a:visited {
 
-
            color:#ffffff;
 
-
            text-decoration:none;
 
-
            }
 
-
#sitemap1 a:hover {
 
-
            color:#ffffff;
 
-
            text-decoration:none;
 
-
            }
 
-
 
-
/*end sitemap style*/
 
-
 
-
 
-
/*showbox styling*/
 
-
 
-
      .showbox tr:first-child td { 
 
-
          border-top: 1px;
 
-
          padding-top: 1px
 
-
      }
 
-
      .showbox tr:last-child td {
 
-
          border-bottom: 1px;
 
-
          padding-bottom: 1px
 
-
      }
 
-
      .showbox tr td:first-child {
 
-
          border-left: 1px;
 
-
          padding-left: 1px;
 
-
      }
 
-
      .showbox tr td:last-child {
 
-
          border-right: 1px;
 
-
          padding-right: 1px;
 
-
      }
 
-
 
-
      .showbox {
 
-
          background:none;
 
-
          color:#ffffff;
 
-
          vertical-align:baseline;
 
-
          border-collapse:collapse;
 
-
          }
 
-
      .showbox td {
 
-
          background:none;
 
-
          border:1px solid rgba(65,65,65,.64);
 
-
          padding:10px;
 
-
          width:50%;
 
-
          }
 
-
      .showbox p {
 
-
          text-align:top;
 
-
          color:#ffffff;
 
-
          margin:0px;
 
-
          }
 
-
      .showbox img {
 
-
          height:120px;
 
-
          width:120px;
 
-
          float:left;
 
-
          border-radius:4px;
 
-
          margin-right:10px;
 
-
          }
 
-
 
-
      .showbox1 tr:first-child td { 
 
-
          border-top: 1px;
 
-
          padding-top: 1px;
 
-
      }
 
-
      .showbox1 tr:last-child td {
 
-
          border-bottom: 1px;
 
-
          padding-bottom: 1px
 
-
      }
 
-
      .showbox1 tr td:first-child {
 
-
          border-left: 1px;
 
-
          padding-left: 1px;
 
-
      }
 
-
      .showbox1 tr td:last-child {
 
-
          border-right: 1px;
 
-
          padding-right: 1px;
 
-
      }
 
-
 
-
      .showbox1 {
 
-
          background:none;
 
-
          color:#ffffff;
 
-
          vertical-align:baseline;
 
-
          border-collapse:collapse;
 
-
          }
 
-
      .showbox1 td {
 
-
          background:none;
 
-
          border:1px solid rgba(65,65,65,.64);
 
-
          padding:10px;
 
-
          width:50%;
 
-
          }
 
-
      .showbox1 p {
 
-
          text-align:top;
 
-
          color:#ffffff;
 
-
          margin:0px;
 
-
          }
 
-
      .showbox1 img {
 
-
          height:120px;
 
-
          width:120px;
 
-
          float:left;
 
-
          border-radius:4px;
 
-
          margin-right:10px;
 
-
          }
 
-
 
-
 
-
      a:hover {
 
-
          text-decoration:none;
 
-
          }
 
-
 
-
  /*end showboxstyling */ 
 
            
            

Revision as of 14:43, 4 August 2014