Template:SMTexas/CSS

From 2014hs.igem.org

(Difference between revisions)
Line 1: Line 1:
-
/* Removing wiki-like stuff */
+
/* http://meyerweb.com/eric/tools/css/reset/  
-
/****************************/
+
  v2.0 | 20110126
-
#contentSub, #search-controls, .firstHeading, #footer-box, #catlinks, #p-logo {
+
  License: none (public domain)
-
    display:none;}
+
*/
-
/* Redesigning the topmenu */
+
html, body, div, span, applet, object, iframe,
-
/***************************/
+
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
 +
a, abbr, acronym, address, big, cite, code,
 +
del, dfn, em, img, ins, kbd, q, s, samp,
 +
small, strike, strong, sub, sup, tt, var,
 +
b, u, i, center,
 +
dl, dt, dd, ol, ul, li,
 +
fieldset, form, label, legend,
 +
table, caption, tbody, tfoot, thead, tr, th, td,
 +
article, aside, canvas, details, embed,
 +
figure, figcaption, footer, header, hgroup,
 +
menu, nav, output, ruby, section, summary,
 +
time, mark, audio, video {
 +
margin: 0;
 +
padding: 0;
 +
border: 0;
 +
font-size: 100%;
 +
font: inherit;
 +
vertical-align: baseline;
 +
}
 +
/* HTML5 display-role reset for older browsers */
 +
article, aside, details, figcaption, figure,
 +
footer, header, hgroup, menu, nav, section {
 +
display: block;
 +
}
body {
body {
-
    margin: 10px 0 0 0;
+
line-height: 1;
-
    padding: 0;}
+
}
-
#top-section {
+
ol, ul {
-
    width: 965px;
+
list-style: none;
-
    height: 0;
+
}
-
    margin: 0 auto;
+
blockquote, q {
-
    padding: 0;
+
quotes: none;
-
    border: none;}
+
}
-
#menubar {
+
blockquote:before, blockquote:after,
-
    font-size: 65%;
+
q:before, q:after {
-
    top: -14px;}
+
content: '';
-
.left-menu:hover {
+
content: none;
-
    background-color: transparent;}
+
}
-
#menubar li a {
+
table {
-
    background-color: transparent;}
+
border-collapse: collapse;
-
#menubar:hover {
+
border-spacing: 0;
-
    color: white;}
+
}
-
#menubar li a {
+
-
    color: transparent;}
+
-
#menubar:hover li a {
+
-
    color: white;}
+
-
#menubar > ul > li:last-child {
+
-
    display:none;}
+

Revision as of 03:33, 6 April 2014

/* http://meyerweb.com/eric/tools/css/reset/

  v2.0 | 20110126
  License: none (public domain)
  • /

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; } /* HTML5 display-role reset for older browsers */ article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; } body { line-height: 1; } ol, ul { list-style: none; } blockquote, q { quotes: none; } blockquote:before, blockquote:after, q:before, q:after { content: ; content: none; } table { border-collapse: collapse; border-spacing: 0; }