Skip to content

Instantly share code, notes, and snippets.

@ericaschroder
Created February 24, 2012 04:06
Show Gist options
  • Save ericaschroder/1897405 to your computer and use it in GitHub Desktop.
Save ericaschroder/1897405 to your computer and use it in GitHub Desktop.
/* Custom CSS for Mechanical Bulls */
a.videobutton:visited {
color: #FFFFFF;
}
.videobutton {
-moz-box-shadow:inset 0px 1px 0px 0px #f29c93;
-webkit-box-shadow:inset 0px 1px 0px 0px #f29c93;
box-shadow:inset 0px 1px 0px 0px #f29c93;
background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fe1a00), color-stop(1, #ce0100) );
background:-moz-linear-gradient( center top, #fe1a00 5%, #ce0100 100% );
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fe1a00', endColorstr='#ce0100');
background-color:#fe1a00;
-moz-border-radius:6px;
-webkit-border-radius:6px;
border-radius:6px;
border:1px solid #d83526;
display:inline-block;
color:#FFFFFF;
font-family:arial;
font-size:16px;
font-weight:bold;
text-align: center;
padding:6px 24px;
text-decoration:none;
text-shadow:1px 1px 0px #b23e35;
}
.videobutton:hover {
background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ce0100), color-stop(1, #fe1a00) );
background:-moz-linear-gradient( center top, #ce0100 5%, #fe1a00 100% );
color: #DDDDDD;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ce0100', endColorstr='#fe1a00');
background-color:#ce0100;
}
.videobutton:active {
position:relative;
top:1px;
}
/* This imageless css button was generated by CSSButtonGenerator.com */
.views-field-field-video {
width: 150px;
}
.views-view-grid .col-first {
width: 33%;
}
#branding {
float: left;
height: 20px;
margin: 0 0 40px;
width: 40%;
.taxonomy-term-oops {
.term-oops {
-moz-transition: all 0.5s ease-in-out;
-webkit-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}
.term-oops:nth-of-type(1) {
-moz-transform: rotate(540deg);
-webkit-transform: rotate(540deg);
transform: rotate(540deg);
}
.term-oops:nth-of-type(2) {
-moz-transform: rotate(530deg);
-webkit-transform: rotate(530deg);
transform: rotate(530deg);
}
.term-oops:nth-of-type(3) {
-moz-transform: rotate(725deg);
-webkit-transform: rotate(725deg);
transform: rotate(725deg);
}
.term-oops:hover {
-moz-transform: rotate(0deg);
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
-moz-transition: all 0.5s ease-in-out;
-webkit-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment