Template:UOttawa Stylesheet

From 2013.igem.org

(Difference between revisions)
 
(38 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,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,301: Line 7,302:
font-size: 14px;
font-size: 14px;
   left: 0px;
   left: 0px;
-
height: 24px;
+
height: 16px;
 +
padding-top: 2px;
background-color: #333;
background-color: #333;
   top: 0px;
   top: 0px;
Line 7,334: Line 7,336:
h1, h2 {margin-bottom: 15px !important;padding: 3px !important;}
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