Template:UOttawa Stylesheet

From 2013.igem.org

(Difference between revisions)
 
(14 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,176: Line 7,177:
/* line 62, ../sass/micrograph/_micrograph.scss */
/* line 62, ../sass/micrograph/_micrograph.scss */
-
.zebra:nth-child(odd) {
+
div.zebra:nth-child(even) {
   background: #f9f9fb;
   background: #f9f9fb;
   border-top: 1px solid #cccccc;
   border-top: 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,337: Line 7,338:
#groupparts {width: 100% !important;}
#groupparts {width: 100% !important;}
-
#partsTableContainer table {margin-left: auto; margin-right: auto; width: 100%; border: 1px solid #b3b3b3;}
+
#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 th, table.pgrouptable td, table.pgrouptable tr {border: 0 !important; }
table.pgrouptable thead th {background-color: rgb(48, 133, 214);}
table.pgrouptable thead th {background-color: rgb(48, 133, 214);}
table.pgrouptable td {background-color: white;}
table.pgrouptable td {background-color: white;}
table.pgrouptable td {border-bottom: 1px solid #b3b3b3 !important;}
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