More languages
More actions
No edit summary |
m (test done, reverting my changes. It seems you can only apply custom CSS to HTML you add to a page in the source editor, not native HTML.) Tag: Manual revert |
||
(5 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
/* styling for Portal: People's Land of Learning goes here */ | /* styling for Portal: People's Land of Learning goes here */ | ||
/*:root { | |||
--backColor: #e8d8a5; Old colour: #fbdbcd | |||
--textColor: #452923; Old colour: #73464c | |||
--linkColor: #e55d4d; Old colour: #ab5675 | |||
--borderColor: #32373c; Old colour: #1e1e1e | |||
}*/ | |||
h1, h2, h3, h4, h5, h6, .container { | |||
/*headers are white even with container styling, overriding necessary for styling consistency*/ | |||
color: #452923; | |||
} | |||
#temp { | |||
text-align: center; | |||
} | |||
.container { | |||
background-color: #e8d8a5; | |||
margin: auto; | |||
/*Old styling*/ | |||
/*font-family: Georgia, Verdana;*/ | |||
/*font-size: 115%;*/ | |||
/*margin-bottom: 1%;*/ | |||
/*max-width: 70%;*/ | |||
} |
Latest revision as of 18:43, 13 July 2023
/* styling for Portal: People's Land of Learning goes here */
/*:root {
--backColor: #e8d8a5; Old colour: #fbdbcd
--textColor: #452923; Old colour: #73464c
--linkColor: #e55d4d; Old colour: #ab5675
--borderColor: #32373c; Old colour: #1e1e1e
}*/
h1, h2, h3, h4, h5, h6, .container {
/*headers are white even with container styling, overriding necessary for styling consistency*/
color: #452923;
}
#temp {
text-align: center;
}
.container {
background-color: #e8d8a5;
margin: auto;
/*Old styling*/
/*font-family: Georgia, Verdana;*/
/*font-size: 115%;*/
/*margin-bottom: 1%;*/
/*max-width: 70%;*/
}