Important: The GCConnex decommission will not affect GCCollab or GCWiki. Thank you and happy collaborating!
Difference between revisions of "User:Samuel.Burke/sandbox"
Jump to navigation
Jump to search
| Line 113: | Line 113: | ||
background-color: rgb(0,0,128); | background-color: rgb(0,0,128); | ||
color: rgb(255,255,255); | color: rgb(255,255,255); | ||
| − | }} | + | } |
| + | |||
| + | .searchBar a{ | ||
| + | color: rgb(255,255,255); | ||
| + | } | ||
| + | } | ||
Revision as of 13:36, 23 June 2020
Welcome to the GCcollab Wiki!
The GCcollab Wiki is a public wiki hosted by the Government of Canada to facilitate collaboration and knowledge sharing.
Search for one of the 5,115 pages in 246 categories
Featured Communities
|
|
|
| Federal Youth Network | FlexGC | Canada's Free Agents |
Want to feature your wiki page or project? Send an image and brief description of your project to our inbox!
About the platform
{{#css:
.res-img img{
max-width:100%;
height:auto;
}
.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: 6px 12px;
font-size: 14px;
line-height: 1.42857143;
border-radius: 4px;
width: 230px;
color: rgba(242, 109, 33, 1);
background-color: rgba(242, 109, 33, 0.1);
border-color: rgba(242, 109, 33, 1);
text-decoration: none;
}
.btn:hover {
color: rgba(255, 255, 255, 1);
background-color: rgba(242, 109, 33, 1);
text-decoration: none;
}
.mainpage_row { display: flex; flex-direction: row; flex-flow: row wrap; justify-content: space-between; padding: 0; margin: 0 -5px 0 -5px; }
.mainpage_box { flex: 1; margin: 5px; min-width: 210px; border: 1px solid #CCC; padding: 10px 10px 10px 10px; box-shadow: 0 2px 2px rgba(0,0,0,0.1); }
.mainpage_box h2 {
color: rgb(109,82,139);
}
.searchBar {
background-color: rgb(0,0,128);
color: rgb(255,255,255);
}
.searchBar a{
color: rgb(255,255,255);
} }

