Important: The GCConnex decommission will not affect GCCollab or GCWiki. Thank you and happy collaborating!
Difference between revisions of "About vExpo/vExpo Knowledge Base/Kiosk"
Jump to navigation
Jump to search
(Created page with " {{#css: .container-horizontal{ display: flex; flex-direction: row; align-items: center; justify-content: space-between; } .container-horizontal a{ margin: 1em...") |
|||
| (4 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
| + | [[FR:À_propos_de_vExpo/Base_de_connaissances_sur_vExpo/Kiosque]] | ||
| + | |||
| + | {{#css: | ||
| + | |||
| + | .btn { | ||
| + | border: none; | ||
| + | background-color: #FFFFFF; | ||
| + | padding: 14px 28px; | ||
| + | font-size: 12px; | ||
| + | cursor: pointer; | ||
| + | display: inline-block; | ||
| + | } | ||
| + | |||
| + | .btn:hover {background: #ff9800;} | ||
| + | |||
| + | .cta {color: #eee;} | ||
| + | |||
| + | |||
| + | p{ | ||
| + | font-family: "Noto sans", sans-serif !important; | ||
| + | font-size: 1.0em; | ||
| + | } | ||
| + | |||
| + | li{ | ||
| + | font-family: "Noto sans", sans-serif !important; | ||
| + | font-size: 1.0em; | ||
| + | } | ||
| + | |||
| + | .wrap { | ||
| + | height: 100%; | ||
| + | display: flex; | ||
| + | align-items: center; | ||
| + | justify-content: center; | ||
| + | } | ||
| + | |||
| + | .button { | ||
| + | width: 270px; | ||
| + | height: 30px; | ||
| + | font-family: 'Roboto', sans-serif; | ||
| + | font-size: 13px; | ||
| + | letter-spacing: 2.5px; | ||
| + | font-weight: 500; | ||
| + | color: #FFFFFF; | ||
| + | background-color: #FFFFFF; | ||
| + | border: none; | ||
| + | border-radius: 45px; | ||
| + | box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1); | ||
| + | transition: all 0.3s ease 0s; | ||
| + | cursor: pointer; | ||
| + | outline: none; | ||
| + | padding-top: 15px; | ||
| + | padding-left: 15px; | ||
| + | margin-right: 100px; | ||
| + | text-transform: uppercase; | ||
| + | } | ||
| + | |||
| + | .button:hover { | ||
| + | background-color: #adadad; | ||
| + | box-shadow: 0px 15px 20px rgba(4, 97, 123, 0.4); | ||
| + | color: #FFFFFF; | ||
| + | transform: translateY(-7px); | ||
| + | } | ||
| + | |||
| + | .checkbox { | ||
| + | list-style: none; | ||
| + | } | ||
| + | }} | ||
| + | <p class="button"><strong>[[About_vExpo/vExpo_Knowledge_Base|<span>'''< Back to Knowledge Base'''</span>]]</strong></p> | ||
| + | |||
| + | <div style="text-align: center"; justify-content: space-evenly> | ||
| + | <div style="column-count:2"> | ||
| + | [[File:CREATEkiosk.png|center|550px]] | ||
| + | [[File:EDITkiosk.png|center|550px]] | ||
| + | </div> | ||
{{#css: | {{#css: | ||
| Line 19: | Line 93: | ||
font-weight: 600; | font-weight: 600; | ||
} | } | ||
| + | |||
| + | .imagelink a{ | ||
| + | display: flex; | ||
| + | flex-direction: column-reverse; | ||
| + | align-items: center; | ||
| + | color: white!important; | ||
| + | } | ||
| + | .imagelink a:before{ | ||
| + | content:'Testing Things'; | ||
| + | margin: 1em; | ||
| + | background-color: rgb(105,82,130); | ||
| + | border-radius: 12px; | ||
| + | padding: 0.5em 5em!important; | ||
| + | color: white!important; | ||
| + | text-align: center; | ||
| + | background-image: none!important; | ||
| + | font-size: 1.6em; | ||
| + | font-weight: 600; | ||
| + | } | ||
| + | |||
| + | .imagelink.host a:before{content:'Event Host';} | ||
| + | .imagelink.owner a:before{content:'Kiosk Owner';} | ||
| + | |||
}} | }} | ||
| − | <div class="container-horizontal">[ | + | <div class="container-horizontal"> [https://wiki.gccollab.ca/About_vExpo/vExpo_Knowledge_Base/Kiosk/Create Create][https://wiki.gccollab.ca/About_vExpo/vExpo_Knowledge_Base/Kiosk/Edit Edit]</div> |
<div style="column-count:2"> <div style="text-align: center"> | <div style="column-count:2"> <div style="text-align: center"> | ||

