Skip to content

Instantly share code, notes, and snippets.

@bmoredrew
Last active August 29, 2015 14:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bmoredrew/5ae50c8bcbf0c85ac219 to your computer and use it in GitHub Desktop.
Save bmoredrew/5ae50c8bcbf0c85ac219 to your computer and use it in GitHub Desktop.
.with-background .onecolumn-container, .with-background .twocolumn-container .left-column, .with-background .twocolumn-container .right-column .supporter-pic, .with-background .admin-panel, .with-background .action-panel, .with-background .point-pic-right, .with-background .box {
background: #d4c89e;
background: rgba(212,200,158,0.8);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#CCFFFFFF, endColorstr=#CCFFFFFF);
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#CCFFFFFF, endColorstr=#CCFFFFFF)";
}
/* edited version: */
.with-background .onecolumn-container, .with-background .twocolumn-container .left-column, .with-background .twocolumn-container .right-column .supporter-pic, .with-background .admin-panel, .with-background .action-panel, .with-background .point-pic-right, .with-background .box {
background: #fff;
background: rgba(255,255,255);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#CCFFFFFF, endColorstr=#CCFFFFFF);
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#CCFFFFFF, endColorstr=#CCFFFFFF)";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment