Skip to content

Instantly share code, notes, and snippets.

@dkhgh
Last active December 28, 2015 07:29
Show Gist options
  • Save dkhgh/7464649 to your computer and use it in GitHub Desktop.
Save dkhgh/7464649 to your computer and use it in GitHub Desktop.
Learning Spaces overview temporary CSS
#main {
background-color: rgba(80, 150, 150, 0.44);
background-image: url(images/bg.png);
}
.thumbnail {
box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.33);
border-radius: 1px 1px 1px 0px !important;
border: 1px solid rgba(0,0,0,.7) !important;
}
.thumbnail:hover {
border: 1px solid #16a085 !important;
}
.thumbnail-col {
padding: 7px !important;
}
#navbar .navbar-inner {
border: 0px solid rgb(72, 201, 176);
border-bottom-width: 2px;
box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.33);
}
#learning_space_carousel {
padding: 10px 5px 5px 5px;
}
@dkhgh
Copy link
Author

dkhgh commented Nov 14, 2013

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment