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

 
(19 intermediate revisions by one other user not shown)
Line 3: Line 3:
 
     border: none;
 
     border: none;
 
     width: 100%;
 
     width: 100%;
    height: 700px;
+
 
     marign: 0 auto;
+
     margin: 0 auto;
 
     padding: 0 0 0 0;
 
     padding: 0 0 0 0;
 
}
 
}
Line 27: Line 27:
 
hr{
 
hr{
 
   background-color:transparent;
 
   background-color:transparent;
 +
}
 +
 +
#globalWrapper{
 +
  font-size:100%;
 +
}
 +
footer{
 +
  background-color:white;
 +
}
 +
.logo{
 +
  margin-top:1%
 +
}
 +
a:hover{
 +
  text-decoration:none !important;
 
}
 
}

Latest revision as of 19:25, 18 September 2015

  1. content {
   background-color: transparent;
   border: none;
   width: 100%;
   margin: 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;

} hr{

  background-color:transparent;

}

  1. globalWrapper{
  font-size:100%;

} footer{

  background-color:white;

} .logo{

  margin-top:1%

} a:hover{

 text-decoration:none !important;

}