Hgcollins.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
p {font-size: 16pt; font-family:serif;} | p { | ||
font-size: 16pt; | |||
font-family:serif; | |||
} | |||
.center {text-align: center;} | .center {text-align: center;} | ||
Line 6: | Line 9: | ||
::selection {background: #f4bceb; | ::selection {background: #f4bceb; | ||
} | |||
.fitWide img{ | |||
max-width: 100%; | |||
height: auto; | |||
} | |||
.fitHigh img{ | |||
max-height: 100%; | |||
width: auto; | |||
} | |||
.fadeout{ | |||
opacity: 1; | |||
transition: opacity .5s; | |||
} | |||
.fadeout:hover{ | |||
opacity: 0; | |||
} | } | ||
/* <noinclude>[[Category:StyleSheets]]</noinclude> */ | /* <noinclude>[[Category:StyleSheets]]</noinclude> */ |
Revision as of 01:46, 11 January 2022
p {
font-size: 16pt; font-family:serif;
}
.center {text-align: center;}
.hg-headline {font-size:50px; font-weight: 700; font-family: sans-serif; -webkit-text-stroke: 2px #000000; color: #f4bceb;}
- selection {background: #f4bceb;
}
.fitWide img{ max-width: 100%; height: auto; } .fitHigh img{ max-height: 100%; width: auto; } .fadeout{ opacity: 1; transition: opacity .5s; } .fadeout:hover{ opacity: 0; }
/* */