neocities/sass/_tidy.scss
2014-08-29 20:05:19 -07:00

55 lines
No EOL
2 KiB
SCSS

// -----------------------------------------------------------------------
// You wrote quick, liklely bad code. It stays here until you can
// refactor it back into the main code-base and make it suck less
// -----------------------------------------------------------------------
::-webkit-input-placeholder { /* WebKit browsers */
color: #999;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
color: #999;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
color: #999;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
color: #999;
}
textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
color: #000000;
}
#file_criteria li {
padding-bottom: 20px;
}
select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
color: #000000;
}
.page{background:#F6F0E6}
select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
line-height:inherit; height:auto!important}
.scroll-Admin{
background:rgba(255,255,255,.4);
border:1px solid #ccc;
max-height:400px;
overflow:auto;
}
textarea {
margin-bottom: 10px
}
input[type=submit] {
margin-top: 10px;
}
.recaptcha {
background: #fff;
width: 440px;
overflow: auto;
}