Template:UOttawa Stylesheet

From 2013.igem.org

(Difference between revisions)
 
(65 intermediate revisions not shown)
Line 111: Line 111:
   position: relative;
   position: relative;
   -webkit-font-smoothing: antialiased;
   -webkit-font-smoothing: antialiased;
 +
margin-bottom: 20px;
}
}
@media only screen and (max-width: 767px) {
@media only screen and (max-width: 767px) {
Line 7,125: Line 7,126:
   position: fixed;
   position: fixed;
   right: 24px;
   right: 24px;
-
   top: 30px;
+
   top: 24px;
   text-align: center;
   text-align: center;
   z-index: 15;
   z-index: 15;
Line 7,159: Line 7,160:
/* line 46, ../sass/micrograph/_micrograph.scss */
/* line 46, ../sass/micrograph/_micrograph.scss */
#mspacer {
#mspacer {
-
   height: 74px;
+
   height: 80px;
}
}
Line 7,176: Line 7,177:
/* line 62, ../sass/micrograph/_micrograph.scss */
/* line 62, ../sass/micrograph/_micrograph.scss */
-
.zebra:nth-child(even) {
+
div.zebra:nth-child(even) {
-
   background: #f5f5f8;
+
   background: #f9f9fb;
   border-top: 1px solid #cccccc;
   border-top: 1px solid #cccccc;
   border-bottom: 1px solid #cccccc;
   border-bottom: 1px solid #cccccc;
Line 7,184: Line 7,185:
/* line 68, ../sass/micrograph/_micrograph.scss */
/* line 68, ../sass/micrograph/_micrograph.scss */
.island {
.island {
-
   margin-bottom: 10px;
+
   margin-bottom: 20px;
}
}
Line 7,299: Line 7,300:
border: 0;
border: 0;
   position: fixed;
   position: fixed;
 +
font-size: 14px;
   left: 0px;
   left: 0px;
-
height: 22px;
+
height: 16px;
 +
padding-top: 2px;
background-color: #333;
background-color: #333;
   top: 0px;
   top: 0px;
   width: 100%;
   width: 100%;
z-index: 10000;
z-index: 10000;
 +
}
 +
 +
#mobile {display: none}
 +
#mobile .row div { background-color: rgba(255, 255, 255, .8); }
 +
 +
@media only screen and (max-width: 939px), only screen and (max-device-width: 939px) {
 +
  #top-section { display: none !important; }
 +
  #mg-menubar {
 +
position: relative;
 +
left: 0px; right: 0px; top: 10px;
 +
margin: 10px;
 +
}
 +
#mspacer {display: none; }
 +
#desktop { display: none !important; }
 +
#mobile {display: block; }
}
}
Line 7,310: Line 7,328:
top: 0px;
top: 0px;
}
}
 +
 +
.left-menu {padding-left: 10px;}
 +
.left-menu, .left-menu:hover, .left-menu a, .left-menu a:hover {background: transparent; color:white;}
#menubar * {
#menubar * {
-
background-color: transparent;
+
background-color: transparent;}
 +
 
 +
h1, h2 {margin-bottom: 15px !important;padding: 3px !important;}
 +
 
 +
#groupparts {width: 100% !important;}
 +
#partsTableContainer table {margin-left: auto; margin-right: auto; width: 100%; border: 1px solid #c3c3c3;}
 +
table.pgrouptable th, table.pgrouptable td, table.pgrouptable tr {border: 0 !important; }
 +
table.pgrouptable thead th {background-color: rgb(48, 133, 214);}
 +
table.pgrouptable td {background-color: white;}
 +
table.pgrouptable td {border-bottom: 1px solid #b3b3b3 !important;}
 +
 
 +
.refList li {
 +
margin-left: 40px;
 +
text-indent: -40px;
 +
}
 +
 
 +
ul { font-size: 1rem; }
 +
 
 +
.bulleted li {
 +
list-style: disc;
 +
margin-left: 35px;
 +
}
 +
 
</style>
</style>
</html>
</html>

Latest revision as of 03:18, 28 September 2013