Difference between revisions of "Team:SUSTech Shenzhen/css/global-css"

Line 1: Line 1:
 +
body h1, body h2, body h3, body h4, body h5 {
 +
    font-family: 'Raleway', inherit;
 +
}
 +
 
.nav input {
 
.nav input {
 
     background-color: rgb(8,25,45);
 
     background-color: rgb(8,25,45);

Revision as of 16:10, 10 October 2016

body h1, body h2, body h3, body h4, body h5 {

   font-family: 'Raleway', inherit;

}

.nav input {

   background-color: rgb(8,25,45);

}

.nav button {

   display: none;

}

  1. top-section {
   width: 100%;
   height: 0;
   border: none;

}

  1. top-section #p-logo {
   display: none;

}

  1. top-section #search-controls {
   display: none;
   border: none;

}

  1. content {
   width: 100%;
   background: none;
   padding-bottom: 0;
   font-size: initial;

}

  1. footer-box {
   display:none;

}

  1. catlinks {
   display:none;

}

.firstHeading {

   display:none;

}

  1. content {
   padding: 0;
   border-left: none;
   border-right: none;

}

  1. contentSub {
   margin: 0;

}

  1. globalWrapper {
   margin: 0px; padding: 0px; width: auto; font-size: 127%; position: relative;

}

  1. top-section {
   margin-top:0;
   margin-left:0;
   height: 0px;
   /* height: 1px !important; */
   position: relative;
   z-index: 100;
   border: 0px;
   border: 0px !important;
   position: fixed;
   top: 0px;

}

  1. menubar ul {
   margin-bottom: 0;
   font-size: x-small;

}

  1. menubar {
   font-size: initial;
   top: -3px;

}

.left-menu li:last {

   display: none;

}

  1. menubar li {
   margin-bottom: initial;

}

  1. menubar a:visited {
   color: initial;

}

  1. bodyContent h1, #bodyContent h2 {
   margin-bottom: 10px;

}


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

   padding-top: initial;
   padding-bottom: initial;
   border-bottom: none;
   margin-bottom: 10px;

}

  1. bodyContent a[href ^="mailto:"], .link-mailto {
   background: none;
   padding-right: inherit;

}

.printfooter {

   display: none;

}


  1. bodyContent a[href ^="https://"],

.link-https {

   background: none;
   padding-right: 0;

}

  1. bodyContent a[href ^="mailto:"],

.link-mailto {

   background: none;
   padding-right: 0;

}

  1. bodyContent a[href ^="news://"] {
   background: none;
   padding-right: 0;

}

  1. bodyContent a[href ^="ftp://"],

.link-ftp {

   background: none;
   padding-right: 0;

}

  1. bodyContent a[href ^="irc://"],

.link-irc {

   background: none;
   padding-right: 0;

} /* disable interwiki styling */

  1. bodyContent a.extiw,
  2. bodyContent a.extiw:active {
   color: default;
   background: none;
   padding: 0;

}

.right-menu, .right-menu li > a {

   color: transparent;
   background: transparent;

} .right-menu:hover a {

   color: white;
   background-color: #606060;

}

a.new:visited, #p-personal a.new:visited {

   color: #002bd8;

}

@media (min-width: 500px) {

   .pull-right-sm {
       float: right !important;
   }

}