Changes

no edit summary
Line 2: Line 2:  
<br>
 
<br>
 
<div style="float:right">__TOC__</div>
 
<div style="float:right">__TOC__</div>
 +
{{#css:
 +
 +
.btn {
 +
  display: inline-block;
 +
  margin-bottom: 0;
 +
  font-weight: 400;
 +
  text-align: center;
 +
  white-space: nowrap;
 +
  vertical-align: middle;
 +
  -ms-touch-action: manipulation;
 +
  touch-action: manipulation;
 +
  cursor: pointer;
 +
  background-image: none;
 +
  border: 1px solid transparent;
 +
  padding: 8px 12px;
 +
  font-size: 14px;
 +
  line-height: 1.42857143;
 +
  border-radius: 10px;
 +
        width: auto; 
 +
        height: auto;
 +
        background-color: rgb(63,42,86);
 +
        border: 1px solid rgb(108,77,133);
 +
        transition: 1s ease;
 +
            }
 +
.btn a {
 +
        color: rgb(225,225,225);
 +
        text-decoration: none;
 +
            }
 +
 +
.btn a.external {
 +
        color: rgb(225,225,225);
 +
        text-decoration: none;
 +
            }
 +
 +
.btn a.external:visited {
 +
color: rgb(225,225,225);
 +
        text-decoration: none;
 +
            }
 +
 +
.btn a.external:hover {
 +
color: rgb(225,225,225);
 +
        text-decoration: underline;
 +
            }
 +
 +
.btn:hover {
 +
  background-color: rgb(78,91,115);
 +
        transition: 1s ease;
 +
        text-decoration: underline;
 +
            }
 +
 +
}}
 
= Content and Design Guidelines =
 
= Content and Design Guidelines =
   Line 56: Line 107:  
*Links to the event presentation(s)
 
*Links to the event presentation(s)
 
<p>Note: You may need or want the lobby to reflect the look and feel of the event's visual branding (ex: promotional material). If there are additional visuals, logos, etc. that should be included in the event's visual design, make sure to let us know and send us the source files along with the content submission template (optional). </p>
 
<p>Note: You may need or want the lobby to reflect the look and feel of the event's visual branding (ex: promotional material). If there are additional visuals, logos, etc. that should be included in the event's visual design, make sure to let us know and send us the source files along with the content submission template (optional). </p>
 +
 +
<div class="btn">[https://wiki.gccollab.ca/images/5/53/VExpo_Content_Submission_Template_Lobby.docx|<span style="color: Snow">'''vExpo Lobby Content Submission Template''' (Word)</span>]</div>
 +
 
|}
 
|}