Team:UI-Indonesia/css/stylesheet

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; }
-
 
+
/* HIDE SEEARCH CONTROLS AND PAGE TITLE */
-
/* HIDE SEARCH CONTROLS AND PAGE TITLE */
+
#p-logo,
#p-logo,
#search-controls,
#search-controls,
Line 18: Line 17:
#top-section {
#top-section {
     background-image:url('https://static.igem.org/mediawiki/2014/4/4f/UI-Indonesia_Image_TopSectionBG.png');
     background-image:url('https://static.igem.org/mediawiki/2014/4/4f/UI-Indonesia_Image_TopSectionBG.png');
-
background-size: 100% auto;
+
    background-size: 100% auto;
     border: none;
     border: none;
     height:20px;
     height:20px;
Line 27: Line 26:
   -ms-transition: all 300ms ease;
   -ms-transition: all 300ms ease;
   -o-transition: all 300ms ease;
   -o-transition: all 300ms ease;
-
    transition: all 300ms ease;
+
  transition: all 300ms ease;
}
}
Line 61: Line 60:
     text-decoration: none;
     text-decoration: none;
}
}
-
 
/* EDIT */
/* EDIT */
Line 75: Line 73:
#menubar.right-menu {
#menubar.right-menu {
 +
}
 +
 +
/* ? */
 +
#catlinks {
 +
    border:none;
 +
    background: #ffffff;
}
}
Line 94: Line 98:
background-color: transparent;
background-color: transparent;
}
}
-
 
/* HIDING FOOTER BOX */
/* HIDING FOOTER BOX */

Revision as of 18:19, 20 July 2014

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

  1. content { border: none; }

/* HIDE SEEARCH CONTROLS AND PAGE TITLE */

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

.firstHeading {

   display: none;

}

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

 color: #f83031;

}

/* REMOVE DEFAULT TOP HEADER */

  1. top-section {
   background-image:url('https://static.igem.org/mediawiki/2014/4/4f/UI-Indonesia_Image_TopSectionBG.png');
   background-size: 100% auto;
   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: #ffffff;

}

/* 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: #e80607;

}

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

}

  1. menubar li a:hover,
  2. menubar li a:focus {
   color: #e80607;
   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;

}


/* CHANGING WHITE BACKGROUND */

  1. globalWrapper, #content { /*-- changes default wiki settings --*/

width: 100%; height: 100%; border: 0px; background-color: transparent; margin: 0px; padding: 0px; }

html, body, .wrapper { /*-- changes default wiki settings --*/ width: 100%; height: 100%; background-color: transparent; }

/* HIDING FOOTER BOX */

  1. footer-box{display:none;}
  2. catlinks{display:none;}