Difference between revisions of "Team:Imperial College/Resources/CSS:wiki"

(Replaced content with "---------------- WikiMedia Elements / Page Structure----------------: ")
Line 1: Line 1:
 
/* ---------------- WikiMedia Elements / Page Structure---------------- */
 
/* ---------------- WikiMedia Elements / Page Structure---------------- */
#content { border: none; }
 
 
/* HIDE
 
Search Controls
 
Page title, footerbox */
 
#p-logo,
 
#search-controls,
 
#footer-box,
 
#catlinks,
 
.firstHeading {
 
    display: none;
 
}
 
 
#globalWrapper {
 
background-color: #fff;
 
    width:960px;
 
    height:auto;
 
    margin:0 auto;
 
    padding:0;
 
font-size:14px;
 
}
 
 
#bodyContent{
 
    background-color:#fff;
 
    border:none;
 
    border-color:none;
 
    padding:0;
 
    height:auto;
 
    width:960px;
 
    margin:0 auto;
 
}
 
 
body {
 
    position: relative;
 
}
 
 
.row {
 
    background-color: #fff;
 
}
 
.navbar  {
 
    margin-top: 16px;
 
    position: fixed;
 
    font-size: 13px;
 
    background-color: #fff;
 
    margin-bottom: 0;
 
}
 
 
.navbar-right li {
 
    font-family: "Avenir",sans-serif;
 
    color: #2800D7;
 
}
 
 
.navbar-nav > li > a {
 
    padding-left: 10px;
 
    padding-right: 10px;
 
}
 
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav> .active > a:hover {
 
    background-color: #fff;
 
    color:#2800D7;
 
}
 
 
.navbar-default .navbar-nav > .active {
 
    background-color: #fff;
 
 
}
 
 
.navbar-default .navbar-brand {
 
    font-weight: bold;
 
    color: #2800D7;
 
    /*background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #fa1e64),color-stop(100%, #2800D7));
 
    -webkit-background-clip: text;
 
    -webkit-text-fill-color: transparent;*/
 
}
 
 
.navbar-default .navbar-brand:hover {
 
    font-weight: bold;
 
    color: #fa1e64;
 
    /*background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #fa1e64),color-stop(100%, #2800D7));
 
    -webkit-background-clip: text;
 
    -webkit-text-fill-color: transparent;*/
 
}
 
 
 
#content{
 
    border:none;
 
    padding:0;
 
    margin:0;
 
    z-index:1;
 
    width:100%;
 
    height:auto;
 
    background:#fff;
 
}
 
 
#top-section { /*styling for default menu bar*/
 
    background-color: #ffcb6f;
 
    border: none;
 
    height:20px;
 
    margin-top: 0;
 
    margin-bottom: -30px;
 
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;
 
}
 
 
#top-section:hover { /*changes menu bar colour on hove*/
 
    background: #ffcb6f;
 
}
 
 
 
#menubar { /* Edit menubar link styles */
 
    top: 0 !important;
 
    font-size: 10px;
 
}
 
 
#menubar li,
 
#menubar li a:link {
 
    text-transform: uppercase;
 
}
 
 
 
#top-section:hover #menubar li a { /* Highlight with background colour on hover */
 
    color: #FFF;
 
}
 
 
#menubar li a:link,
 
#menubar li a:visited {
 
    color: #fff;
 
    background-color: transparent;
 
}
 
 
#menubar li a:hover,
 
#menubar li a:focus {
 
    color: #f1e8df;
 
    text-decoration: none;
 
}
 
 
/* Edit */
 
#menubar.left-menu{
 
 
}
 
 
#menubar.left-menu:hover {
 
    background-color: transparent;
 
}
 
 
 
/* User */
 
#menubar.right-menu {
 
 
}
 

Revision as of 16:45, 12 July 2016

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