mirror of
https://github.com/neocities/neocities.git
synced 2025-04-25 01:32:36 +02:00
42 lines
No EOL
1.7 KiB
SCSS
42 lines
No EOL
1.7 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
|
|
// -----------------------------------------------------------------------
|
|
|
|
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;
|
|
} |