Team:NYU Gallatin/Templates/Styles

From 2012.igem.org

(Difference between revisions)
m
Line 225: Line 225:
a:focus {
a:focus {
   text-decoration: underline;
   text-decoration: underline;
-
}
 
-
h1,
 
-
h2,
 
-
h3,
 
-
h4,
 
-
h5,
 
-
h6 {
 
-
  margin: 1.0em 0 0.5em;
 
-
  font-weight: inherit;
 
-
}
 
-
h1 {
 
-
  font-size: 1.357em;
 
-
  color: #000;
 
-
}
 
-
h2 {
 
-
  font-size: 1.143em;
 
-
}
 
-
p {
 
-
  margin: 0 0 1.2em;
 
-
}
 
-
del {
 
-
  text-decoration: line-through;
 
}
}
tr.odd {
tr.odd {
Line 254: Line 232:
   outline: 0;
   outline: 0;
}
}
-
code,
 
-
pre,
 
-
kbd,
 
-
samp,
 
-
 
/* ------------------ Fonts ------------------ */
/* ------------------ Fonts ------------------ */
Line 264: Line 237:
#header,
#header,
#footer-wrapper,
#footer-wrapper,
-
#skip-link,
 
ul.contextual-links,
ul.contextual-links,
ul.links,
ul.links,
Line 823: Line 795:
   text-align: left;
   text-align: left;
   padding: 0;
   padding: 0;
-
   width: 250px;
+
   width: 1000px;
-
   height: 690px;
+
   height: 80px;
   overflow: hidden;
   overflow: hidden;
-
   position: fixed;
+
   position: relative;
-
   left: 0;
+
   left: 50px;
-
  top: 50px;
+
   z-index: 9999;
   z-index: 9999;
-
 
 
}
}
#main-menu-links {
#main-menu-links {
Line 836: Line 806:
}
}
#main-menu-links li {
#main-menu-links li {
-
   display: block;
+
   display: inline-block;
-
  clear: both;
+
   list-style: none;
   list-style: none;
   padding: 0;
   padding: 0;
Line 1,209: Line 1,178:
   color: black;
   color: black;
   text-decoration: underline;
   text-decoration: underline;
 +
}
 +
 +
li {
 +
  list-style-image: none;
 +
  list-style-type: square;
 +
}
 +
 +
li li {
 +
  list-style-image: none;
 +
  list-style-type: circle;
}
}
</style></nowiki>
</style></nowiki>
</head>
</head>
</html>
</html>

Revision as of 05:43, 2 October 2012