Difference between revisions of "Template:NTHU Taiwan/NoUglyDefault"

Line 1: Line 1:
 
body{
 
body{
 
     background-color: initial;
 
     background-color: initial;
 +
}
 +
 +
a{
 +
    padding: initial;
 
}
 
}
  
 
p{
 
p{
     height: 0px;
+
     height: initial;
     margin: 0px;
+
     margin: initial;
 
}
 
}
  
Line 20: Line 24:
 
     padding: 0px;
 
     padding: 0px;
 
     line-height: normal;
 
     line-height: normal;
     font-size: 18px;
+
     font-size: initial;
 
     font-family: initial;
 
     font-family: initial;
 
}
 
}

Revision as of 13:10, 19 August 2018

body{

   background-color: initial;

}

a{

   padding: initial;

}

p{

   height: initial;
   margin: initial;

}

  1. top_title {
   display: none;

}

  1. globalWrapper, #content {
   width: 100%; 
   height: 100%;
   border: 0px;
   background-color: white;
   margin: 0px;
   padding: 0px;
   line-height: normal;
   font-size: initial;
   font-family: initial;

}