Team:Imperial/Resources/CSS:wiki

From 2014.igem.org

(Difference between revisions)
Line 1: Line 1:
/* ---------------- WikiMedia Elements / Page Structure---------------- */
/* ---------------- WikiMedia Elements / Page Structure---------------- */
 +
#content { border: none; }
#content { border: none; }
Line 8: Line 9:
#search-controls,
#search-controls,
#footer-box,
#footer-box,
-
#catlinks,
 
.firstHeading {
.firstHeading {
     display: none;
     display: none;
Line 19: Line 19:
     margin:0 auto;
     margin:0 auto;
     padding:0;
     padding:0;
-
font-size:16px;
 
}
}
Line 33: Line 32:
body {
body {
-
     background: #f1e8df;
+
     background: #f1e8df;  
-
   
+
}
}
Line 52: Line 50:
     height:20px;
     height:20px;
     margin-top: 0;
     margin-top: 0;
-
     margin-bottom: -20px;
+
     margin-bottom: -15px;
-
width:960px;
+
    width:960px;
   -webkit-transition: all 300ms ease;
   -webkit-transition: all 300ms ease;
   -moz-transition: all 300ms ease;
   -moz-transition: all 300ms ease;
Line 68: Line 66:
#menubar { /* Edit menubar link styles */
#menubar { /* Edit menubar link styles */
     top: 0 !important;
     top: 0 !important;
-
     font-size: 10px;
+
     font-size: 0.7em;
}
}
Line 106: Line 104:
#menubar.right-menu {
#menubar.right-menu {
 +
}
 +
 +
 +
/* ? */
 +
#catlinks {
 +
    border:none;
 +
    background: #ffffff;
 +
}
 +
 +
h1,h2,h3,h4 {
 +
    font-weight: normal;
 +
    letter-spacing: 0 px;
 +
    border-bottom:none;
}
}

Revision as of 09:55, 4 September 2014

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

  1. content { border: none; }

/* HIDE Search Controls Page title, footerbox */

  1. p-logo,
  2. search-controls,
  3. footer-box,

.firstHeading {

   display: none;

}

  1. globalWrapper {
   background-color: #f1e8df;
   width:960px;
   height:auto;
   margin:0 auto;
   padding:0;

}

  1. bodyContent{
   background-color:#f1e8df;
   border:none;
   border-color:none;
   padding:0;
   height:auto;
   width:960px;
   margin:0 auto;

}

body {

   background: #f1e8df; 

}

  1. content{
   border:none;
   padding:0;
   margin:0;
   z-index:1;
   width:100%;
   height:auto;
   background:#f1e8df;

}

  1. top-section { /*styling for default menu bar*/
   background-color: #ffcb6f;
   border: none;
   height:20px;
   margin-top: 0;
   margin-bottom: -15px;
   width:960px;
  -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 { /*changes menu bar colour on hove*/
   background: #ffcb6f;

}


  1. menubar { /* Edit menubar link styles */
   top: 0 !important;
   font-size: 0.7em;

}

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

}


  1. top-section:hover #menubar li a { /* Highlight with background colour on hover */
   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: #f1e8df;
   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;

}

h1,h2,h3,h4 {

   font-weight: normal;
   letter-spacing: 0 px;
   border-bottom:none;

}