mirror of
https://github.com/neocities/neocities.git
synced 2025-04-25 01:32:36 +02:00
Layout update to admin panel, converting over bootstrap classes to brass tacks. Fixes margin, padding and broken floats. Put list of usernames into a fixed height scrollable window so as to make the page shorter.
36 lines
1.5 KiB
CSS
36 lines
1.5 KiB
CSS
::-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;
|
|
}
|