Difference between revisions of "Template:SJTU-Software/mainCss"

(Created page with "#content { background-color: transparent; border: none; width: 100%; height: 700px; marign: 0 auto; padding: 0 0 0 0; } html, body, div, span, applet,...")
 
Line 24: Line 24:
 
.firstHeading {
 
.firstHeading {
 
     display: none;
 
     display: none;
 +
}
 +
.mw-content-ltr ul, .mw-content-rtl .mw-content-ltr ul {
 +
    margin: 0 0 0 1.6em auto;
 +
    padding: 0;
 
}
 
}

Revision as of 07:16, 12 September 2015

  1. content {
   background-color: transparent;
   border: none;
   width: 100%;
   height: 700px;
   marign: 0 auto;
   padding: 0 0 0 0;

} 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, font, 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 {

   background: transparent;
   border: 0;
   margin: 0;
   padding: 0;
   vertical-align: baseline;

} h1 {

   font-size: 2em;
   margin: 0.67em 0;

} h1, h2, h3, h4, h5, h6 {

   clear: both;
   font-weight: normal;

} .firstHeading {

   display: none;

} .mw-content-ltr ul, .mw-content-rtl .mw-content-ltr ul {

   margin: 0 0 0 1.6em auto;
   padding: 0;

}