Team:Hong Kong-CUHK/css/common.css

From 2014.igem.org

(Difference between revisions)
m
m
 
(5 intermediate revisions not shown)
Line 6: Line 6:
}
}
#globalWrapper {
#globalWrapper {
-
     background-color: rgb(255, 255, 255);
+
     background-color: rgba(255, 255, 255, 0);
     width: 100%;
     width: 100%;
     height: auto;
     height: auto;
Line 64: Line 64:
     width: 100%;
     width: 100%;
     height: auto;
     height: auto;
-
     background: #ffffff;
+
     background: transparent;
}
}
.firstHeading {
.firstHeading {
Line 71: Line 71:
}
}
#bodyContent {
#bodyContent {
-
     background-color: white;
+
     background-color: transparent;
     border: none;
     border: none;
     border-color: none;
     border-color: none;
Line 77: Line 77:
     height: auto;
     height: auto;
     width: 100%;
     width: 100%;
-
     margin: 0 auto;
+
     margin-top: -20px;
}
}
#footer-box {
#footer-box {
Line 105: Line 105:
     font-family: Arial, Helvetica, sans-serif;
     font-family: Arial, Helvetica, sans-serif;
}
}
-
/* Headers */
 
-
h1, h2, h3, h4 {
 
-
    font-weight: normal;
 
-
    letter-spacing: 0 px;
 
-
    border-bottom: none;
 
-
}
 
-
h2 {
 
-
    font-size: 25px;
 
-
    line-height: 26px;
 
-
    border-bottom: 1px solid;
 
-
    font-weight: bold;
 
-
}
 
-
h3, h4 {
 
-
    font-size: 20px;
 
-
    line-height: 21px;
 
-
    font-weight: bold;
 
-
}
 
-
h4 {
 
-
    font-size: 18px;
 
-
    line-height: 19px;
 
-
    font-weight: bold;
 
-
}
 
/* a */
/* a */
Line 152: Line 130:
     padding: 5px;
     padding: 5px;
     border: solid 1px #D4D4D4;
     border: solid 1px #D4D4D4;
-
}
 
-
 
-
.row {
 
-
    width: 100%;
 
-
    margin-left: 0px;
 
-
    margin-right: 0px;
 
}
}
#onofflogo {
#onofflogo {

Latest revision as of 15:15, 16 October 2014

/* Wiki styles */

div.thumb div a img {

   background-color: white;
   padding: 6px 0px;

}

  1. globalWrapper {
   background-color: rgba(255, 255, 255, 0);
   width: 100%;
   height: auto;
   margin: 0 auto;
   padding: 0;

}

  1. top-section {
   position: fixed;
   margin: 0;
   padding: 0;
   top: 0;
   height: auto;
   width: 100%;
   border: none;
   z-index: 3;

}

  1. p-logo {
   display: none;

}

  1. menubar {
   display: none;
   margin: 0;
   width: 550px;
   height: 20px;
   top: 0px;
   color: white;
   background-color: rgb(46, 43, 52);
   text-decoration: none;
   font-size: 12px;
   z-index: 0;

}

  1. menubar ul {
   line-height: 20px;

}

  1. menubar a {
   color: white;
   text-decoration: none;
   background: transparent;
   z-index: 3;

} .left-menu {

   float: left;
   z-index: 3;

} .right-menu {

   float: right;
   z-index: 3;

} .right-menu a {} #search-controls {

   display: none;

}

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

} .firstHeading {

   display: none;
   border: none;

}

  1. bodyContent {
   background-color: transparent;
   border: none;
   border-color: none;
   padding: 0;
   height: auto;
   width: 100%;
   margin-top: -20px;

}

  1. footer-box {
   position: relative;
   width: 100%;
   border: none;
   bottom: -190px;
   color: rgb(255, 255, 255);
   background: rgb(193, 185, 184);
   margin: 0;
   padding: 0;
   font-color: rgb(255, 255, 255);

}

  1. footer-box a {
   color: rgb(255, 255, 255);

}

  1. catlinks {
   display: none;

} /* Body */

body {

   color: rgb(30, 39, 43);
   background: white;

} body, input {

   font-family: Arial, Helvetica, sans-serif;

}

/* a */

a {

   text-decoration: none;
   color: #559DD5;

} a:visited {

   color: #559DD5;

} a:hover {

   text-decoration: none;

} /* Images */

img.alignleft {

   margin: 5px 20px 20px 0;
   float: left;

} img.aligntop {

   margin: 5px 0 20px 0;

} img.pic {

   padding: 5px;
   border: solid 1px #D4D4D4;

}

  1. onofflogo {
   width: 15px;
   margin-top: 0px;
   z-index: 999;
   position: absolute;
   top: 0;
   right: 0;

}