Skip to content

Instantly share code, notes, and snippets.

@bfodeke
Created April 22, 2013 20:28
Show Gist options
  • Save bfodeke/5438246 to your computer and use it in GitHub Desktop.
Save bfodeke/5438246 to your computer and use it in GitHub Desktop.
Classic Style
<style>
/* Billboard
************************************************************/
.view.view-id-billboard{
position: relative;
}
.view.view-id-billboard .views-field-nothing{
position: absolute;
top: 40px;
left: 60px;
color: #fff;
width: 35%;
}
/* User Page
************************************************************/
.page-user .user-profile .field-name-ds-user-picture img{
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
border-radius: 50%;
-webkit-box-shadow: 0 0 10px rgba(0,0,0,.3), inset 0 0 1px rgba(255,255,255,.5);
-moz-box-shadow: 0 0 10px rgba(0,0,0,.3), inset 0 0 1px rgba(255,255,255,.5);
-ms-box-shadow: 0 0 10px rgba(0,0,0,.3), inset 0 0 1px rgba(255,255,255,.5);
-o-box-shadow: 0 0 10px rgba(0,0,0,.3), inset 0 0 1px rgba(255,255,255,.5);
box-shadow: 0 0 10px rgba(0,0,0,.3), inset 0 0 1px rgba(255,255,255,.5);
float:left;
margin-right:28px;
}
.page-user .user-profile .field-name-title-name{
padding-top:125px;
}
.page-user .view-thought-leader-tags .views-row{
float:left;
margin-right:10px;
}
.view-thought-leader-tags .view-content .views-row a {
text-decoration: none;
background: #bc221e;
color: #fff;
padding: 2px 7px;
border-radius: 20px;
}
/* Blog Teaser
************************************************************/
.node-article.node-teaser .left{
width:75%
}
.node-article.node-teaser .right{
width:23%;
}
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment