Skip to content

Instantly share code, notes, and snippets.

@mxrguspxrt
Last active August 29, 2015 14:14
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 mxrguspxrt/2d2548ed0d2845c69ea3 to your computer and use it in GitHub Desktop.
Save mxrguspxrt/2d2548ed0d2845c69ea3 to your computer and use it in GitHub Desktop.
.menu a {
display: block;
}
.form-control {
margin-bottom: 20px;
width: 100%;
}
.form-control .fa {
color: #cfcfcf;
}
.inspect {
background-color: rgba(255, 0, 0, 0.5);
border: 1px solid #00ff00;
}
.screenw100 {
width: 100vw;
}
.screenh100 {
height: 100vh;
}
.m10 {
margin: 10px;
}
.p10 {
padding: 10px;
}
.wauto {
width: auto;
}
.w100 {
width: 100%;
}
.w90 {
width: 90%;
}
.w80 {
width: 80%;
}
.w70 {
width: 70%;
}
.w60 {
width: 60%;
}
.w50 {
width: 50%;
}
.w40 {
width: 40%;
}
.w30 {
width: 30%;
}
.w20 {
width: 30%;
}
.w10 {
width: 30%;
}
.h100 {
height: 100%;
}
.h90 {
height: 90%;
}
.h80 {
height: 80%;
}
.h20 {
height: 20%;
}
.h10 {
height: 10%;
}
.absolute {
position: absolute;
}
.xycenter {
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.xleft {
left: 0;
}
.xcenter {
left: 50%;
transform: translateX(-50%);
}
.xright {
right: 0;
}
.ytop {
top: 0;
}
.ycenter {
top: 50%;
transform: translateY(-50%);
}
.ybottom {
bottom: 0;
}
.textright {
text-align: right;
}
.textleft {
text-align: left;
}
.textcenter {
text-align: center;
}
.text1 {
font-size: 1em;
}
.text2 {
font-size: 1.5em;
}
.text3 {
font-size: 2em;
}
.text4 {
font-size: 2.5em;
}
.error {
color: #da1010;
}
.bgblack {
background-color: #000000;
color: #ffffff;
}
.bgwhite {
background-color: #ffffff;
color: #000000;
}
.alpha50 {
filter: alpha(opacity=0.5);
opacity: 0.5;
}
.alpha90 {
filter: alpha(opacity=0.9);
opacity: 0.9;
}
.space10 {
padding: 5%;
}
.grid div {
float: left;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment