Skip to content

Instantly share code, notes, and snippets.

@scfrisby
Created January 16, 2011 22:14
Show Gist options
  • Save scfrisby/782202 to your computer and use it in GitHub Desktop.
Save scfrisby/782202 to your computer and use it in GitHub Desktop.
Yammer Prettification
html {
background-color: #DEDEDE;
}
body {
background-image: none;
}
#yammer-header {
display: none;
}
a.more-button {
background-image: none;
background-color: #eee;
}
body.home-controller.not-ie.yam-js {
background-image: none;
padding-top: 5px;
}
button.new-btn.new-btn-alt.new-small-btn {
position: relative;
top: -1px;
}
img.thumbnail-img {
width: 47px;
height: 47px;
}
div.thread-replies-pointer {
background-color: #f8f8f8;
}
body.topics-controller.not-ie.yam-js {
background-image: none;
}
body.links-controller.not-ie {
background-image: none;
}
img.thumb {
width: 46px;
height: 46px;
}
a.enhanced-tooltip {
color: #f1f1f1;
margin-left: 5px;
font-size: 28px;
font-weight: bold;
font-family: "Helvetica";
}
div.page-content.rounded-bottom.three-column-layout {
background-color: #f8f8f8;
border-color: #888;
}
#network-header {
background-color: #3B5998;
color: #888;
padding: 16px 45px;
border-color: #fff;
position: relative;
left: -1px;
border-radius: 0;
border-width: 0;
box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset;
-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 60px rgba(0, 0, 0, 0.1) inset;
-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset;
}
input.global-search-input {
background-color: #627AAD;
}
#global-search {
position: relative;
}
input.global-search-input:focus {
border-color: #fff;
}
input.global-search-input:focus, input.global-search-input:hover {
border-color: #fff ;
}
ul#secondary-feed-navigator {
display: block ;
}
a.nav-more-link {
display: none;
}
body.home-controller.not-ie.yam-js.yj-component {
background-color: #dedede;
}
input.water-marked.sidebar.email {
width: 159px;
}
.three-column-layout {
left: -1px;
position: relative;
width: 1038px;
}
.three-column-layout #column-two {
width: 555px;
}
a.more-button {
background-image: none ;
background-color: transparent;
color: #666;
text-transform: uppercase;
letter-spacing: .2em;
font-weight: normal;
border-width: 1px 0 0 0;
-webkit-border-radius: 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment