mirror of
https://github.com/neocities/neocities.git
synced 2025-08-06 01:24:56 +02:00
streamline CSS, remove google font/cdn dep
This commit is contained in:
parent
ab6abc637e
commit
47344e8bdc
186 changed files with 31689 additions and 1655 deletions
55
sass/_tidy.scss
Normal file
55
sass/_tidy.scss
Normal file
|
@ -0,0 +1,55 @@
|
|||
// -----------------------------------------------------------------------
|
||||
// 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;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue