Last active
December 28, 2015 07:29
-
-
Save dkhgh/7464649 to your computer and use it in GitHub Desktop.
Learning Spaces overview temporary CSS
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
see: http://defacto.site44.com/LearningSpaces/LearningSpaces.htm