Helenrensiyu (Talk | contribs) |
Helenrensiyu (Talk | contribs) |
||
Line 95: | Line 95: | ||
/***************************************************** DEFAULT WIKI SETTINGS ****************************************************/ | /***************************************************** DEFAULT WIKI SETTINGS ****************************************************/ | ||
− | /* Clear the default wiki settings | + | body,h1,h2,h3,h4,h5,h6 {font-family: "Raleway", sans-serif} |
+ | body, html { | ||
+ | height: 100%; | ||
+ | line-height: 1.8; | ||
+ | } | ||
+ | /* Clear the default wiki settings | ||
#home_logo, #sideMenu { display:none; } | #home_logo, #sideMenu { display:none; } | ||
Line 102: | Line 107: | ||
body {background-color:white; } | body {background-color:white; } | ||
#bodyContent h1, #bodyContent h2, #bodyContent h3, #bodyContent h4, #bodyContent h5 { margin-bottom: 0px; } | #bodyContent h1, #bodyContent h2, #bodyContent h3, #bodyContent h4, #bodyContent h5 { margin-bottom: 0px; } | ||
+ | */ | ||
Line 457: | Line 463: | ||
<!-- This tells the browser that your page is responsive --> | <!-- This tells the browser that your page is responsive --> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | <meta name="viewport" content="width=device-width, initial-scale=1"> | ||
− | <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css"> | + | |
− | + | <!-- This is from CSS templates --> | |
− | + | <link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css"> | |
+ | <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Raleway"> | ||
+ | <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"> | ||
+ | <!-- Latest compiled and minified CSS --> | ||
+ | <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css"> | ||
+ | |||
+ | <!-- jQuery library --> | ||
+ | <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script> | ||
+ | |||
+ | <!-- Latest compiled JavaScript --> | ||
+ | <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script> | ||
</head> | </head> | ||
Revision as of 09:29, 3 July 2017