Skip to content

Instantly share code, notes, and snippets.

@theeluwin
Created May 16, 2016 08:52
Show Gist options
  • Select an option

  • Save theeluwin/668237f323e917767b2c0e506eee4803 to your computer and use it in GitHub Desktop.

Select an option

Save theeluwin/668237f323e917767b2c0e506eee4803 to your computer and use it in GitHub Desktop.
@charset "utf-8";
input[type="text"], input[type="email"], input[type="password"], input[type="search"], input[type="number"], select, textarea {
-webkit-appearance: none;
-moz-appearance: none;
}
select {
appearance: none;
-webkit-appearance: none;
-moz-appearance: checkbox-container;
border-style: none;
text-overflow: "";
}
select::-ms-expand {
display: none;
}
p {
word-break: break-all;
line-height: 1.5em;
}
.un-float {
float: none !important;
}
.un-padding {
padding: 0 !important;
}
.un-margin {
margin: 0 !important;
}
.auto {
margin-left: auto !important;
margin-right: auto !important;
}
.absolute {
position: absolute !important;
}
.relative {
position: relative !important;
}
.fixed {
position: fixed;
}
.none {
display: none !important;
}
.block {
display: block !important;
}
.inline {
display: inline-block !important;
}
.inline-list {
*zoom: 1;
}
.inline-list:before, .inline-list:after {
display: table;
content: "";
line-height: 0;
}
.inline-list:after {
clear: both;
}
.inline-list > * {
float: left;
}
.pull-left {
float: left !important;
}
.pull-right {
float: right !important;
}
.text-left {
text-align: left !important;
}
.text-center {
text-align: center !important;
}
.text-right {
text-align: right !important;
}
.font-light {
font-weight: 100;
}
.font-normal {
font-weight: 300;
}
.font-bold {
font-weight: 400;
}
.font-bolder {
font-weight: 500;
}
.bold {
font-weight: bold !important;
}
.top {
vertical-align: top !important;
}
.middle {
vertical-align: middle !important;
}
.bottom {
vertical-align: bottom !important;
}
.pointer {
cursor: pointer !important;
}
.ellipsis {
text-overflow: ellipsis !important;
white-space: nowrap !important;
overflow: hidden !important;
}
.placeholder, *:-ms-input-placeholder {
color: #AAAAAA;
}
.image-anchor {
display: inline-block;
line-height: 0;
}
.image-loader {
position: absolute;
top: -120000px;
left: -120000px;
opacity: 0;
}
.linebreak {
white-space: pre-wrap;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment