Important: The GCConnex decommission will not affect GCCollab or GCWiki. Thank you and happy collaborating!
Difference between revisions of "Template:GCOnboardStyles"
Jump to navigation
Jump to search
(Created page with "{{#css: *{ box-sizing: border-box; } .titlebar { background-size: 100% 100%; background-position: 0px 0px; background-image: linear-gradient(122deg, #004D71 72%, #CFDE...") |
|||
| (9 intermediate revisions by the same user not shown) | |||
| Line 2: | Line 2: | ||
*{ | *{ | ||
box-sizing: border-box; | box-sizing: border-box; | ||
| + | } | ||
| + | |||
| + | .toc | ||
| + | { | ||
| + | display: none; | ||
} | } | ||
.titlebar { | .titlebar { | ||
| Line 11: | Line 16: | ||
.menubar a:visited { | .menubar a:visited { | ||
| − | color: # | + | color: #000000; |
} | } | ||
| Line 68: | Line 73: | ||
border: none; | border: none; | ||
font-weight: 700; | font-weight: 700; | ||
| + | margin-top: 0px !important; | ||
} | } | ||
| Line 93: | Line 99: | ||
color: #000000; | color: #000000; | ||
font-size: 30px; | font-size: 30px; | ||
| − | margin-top: | + | margin-top: 30px; |
| − | margin-bottom: | + | margin-bottom: 20px; |
border: none; | border: none; | ||
font-weight: 700; | font-weight: 700; | ||
| Line 127: | Line 133: | ||
color: black; | color: black; | ||
font-size: 20px; | font-size: 20px; | ||
| − | + | font-weight: 500; | |
} | } | ||
| Line 156: | Line 162: | ||
justify-content: stretch; | justify-content: stretch; | ||
} | } | ||
| + | .cardColumn2 { | ||
| + | flex-basis: 50%; | ||
| + | padding: 10px; | ||
| + | display: flex; | ||
| + | align-items: stretch; | ||
| + | justify-items: stretch; | ||
| + | justify-content: stretch; | ||
| + | } | ||
| + | .card img | ||
| + | { | ||
| + | height:auto; | ||
| + | width: 100%; | ||
| + | margin: 0px; | ||
| + | padding: 0px; | ||
| + | } | ||
.card { | .card { | ||
| Line 167: | Line 188: | ||
display: flex; | display: flex; | ||
flex-flow: row wrap; | flex-flow: row wrap; | ||
| + | margin-top: 30px; | ||
} | } | ||
.cardContainer:after { | .cardContainer:after { | ||
| Line 172: | Line 194: | ||
display: table; | display: table; | ||
clear: both; | clear: both; | ||
| + | } | ||
| + | |||
| + | .linkbutton { | ||
| + | background-color: #F0A1A6; | ||
| + | padding: 10px; | ||
| + | margin-top: 15px; | ||
| + | border-radius: 5px; | ||
| + | display: inline-block; | ||
| + | } | ||
| + | |||
| + | .linkbutton a { | ||
| + | color: black; | ||
} | } | ||
/* For smaller screen sizes */ | /* For smaller screen sizes */ | ||