Difference between revisions of "Team:CityU HK/css"

(Created page with " @import url(http://fonts.googleapis.com/css?family=Fjalla+One); Resets: ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, body, html, p, blockquote, fieldset, input { margin...")
 
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
<html>
 +
<style type="text/css">
  
@import url(http://fonts.googleapis.com/css?family=Fjalla+One);
+
 
 +
/* Removing wiki-like stuff */
 +
/****************************/
 +
#contentSub, #footer-box, #catlinks, #search-controls, #p-logo, .printfooter, .firstHeading,.visualClear {display: none;}
 +
 
 +
#globalWrapper, #content { /*-- changes default wiki settings --*/
 +
width: 100%;
 +
height: auto;
 +
border: 0px;
 +
margin: 0px;
 +
padding: 0px;
 +
background-color: #FFFFFF;
 +
    margin-left: auto;
 +
    margin-right: auto;
 +
}
 +
 
 +
html, body, .wrapper { /*-- changes default wiki settings --*/
 +
width: 98%;
 +
height: auto;
 +
background-color: #edeeef;
 +
    margin-left: auto;
 +
    margin-right: auto;
 +
}
 +
 
 +
/*@import url(http://fonts.googleapis.com/css?family=Fjalla+One);*/
 
/* Resets */
 
/* Resets */
 
ul,
 
ul,
Line 1,771: Line 1,797:
 
   }
 
   }
 
}
 
}
 +
 +
</style>
 +
</html>
 +
{{:Team:CityU_HK/background}}

Latest revision as of 14:17, 26 August 2015