Team:Imperial/Templates:custom css

From 2014.igem.org

(Difference between revisions)
Line 18: Line 18:
/* Remove default top header */
/* Remove default top header */
#top-section {
#top-section {
-
     background-color: #69d139;
+
     background-color: rgba(80, 168, 39, 0.1);
     border: none;
     border: none;
     height:20px;
     height:20px;

Revision as of 16:17, 21 July 2014

/* ---------------- WikiMedia Elements / Page Structure---------------- */

  1. content { border: none; }

/* HIDE Search Controls Page title */

  1. p-logo,
  2. search-controls,

.firstHeading {

   display: none;

}

h1, h2, h3, h4, h5, h6 {

 color: #36a9e1;

}

/* Remove default top header */

  1. top-section {
   background-color: rgba(80, 168, 39, 0.1);
   border: none;
   height:20px;
   margin-top: 0;
   margin-bottom: 20px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;

}

  1. top-section:hover {
   background: #50a827;

}

/* Edit and user menu */

  1. menubar {
   top: 0 !important;
   font-size: 0.7em;

}

  1. menubar li,
  2. menubar li a:link {
   text-transform: uppercase;

}

/* Highlight with background colour on hover */

  1. top-section:hover #menubar li a {
   color: #FFF;

}

  1. menubar li a:link,
  2. menubar li a:visited {
   color: #DDD;
   background-color: transparent;

}

  1. menubar li a:hover,
  2. menubar li a:focus {
   color: #a3c4e9;
   text-decoration: none;

}

/* Edit */

  1. menubar.left-menu{

}

  1. menubar.left-menu:hover {
   background-color: transparent;

}


/* User */

  1. menubar.right-menu {

}


/* ? */

  1. catlinks {
   border:none;
   background: #ffffff;

}

/* Wikimedia related links at base of page */


  1. footer-box {
   border:none;
   margin: 30px auto;
   width: 100%;
   background-color: #aeaeae;
   padding: 3em 0 5em 0;

}

  1. footer {
   text-align: center;

}

  1. footer-box #f-poweredbyico,
  2. footer-box #f-copyrightico {
   float: none;
   display: inline-block;
   vertical-align: middle;
   margin-bottom: 10px;

}

  1. footer-box #f-copyrightico {

}

  1. footer-box #f-list {
   float: none;
   display: block;
   width: 100%;
   margin: 0;
   padding: 0;

}


  1. footer-box #f-list li {
   text-transform: uppercase;
   padding: 0 .75em;
   margin: 0;

}

  1. footer-box #f-list li a:link,
  2. footer-box #f-list li a:visited {
   color: #CCC;
   font-size: 0.7em;

}

  1. footer-box #f-list li a:hover,
  2. footer-box #f-list li a:focus {
   color: #36A9E1;
   text-decoration: none;

}