mirror of
https://github.com/neocities/neocities.git
synced 2025-08-06 09:34:57 +02:00
Initial work on new page editor
This commit is contained in:
parent
52fdd1065a
commit
91817cb98b
2 changed files with 83 additions and 51 deletions
|
@ -1309,4 +1309,58 @@ a.tag:hover {
|
|||
font-size: 10px;
|
||||
vertical-align: .1em;
|
||||
margin-left: .1em;
|
||||
}
|
||||
.interior .header-Outro.editor {
|
||||
padding-top: 0px;
|
||||
overflow: hidden;
|
||||
position: fixed;
|
||||
width: 100%;
|
||||
margin-top: 22px;
|
||||
font-size: 15px;
|
||||
|
||||
a, a:visited {
|
||||
color: white;
|
||||
}
|
||||
.breadcrumbs {
|
||||
float: left;
|
||||
margin: 4px 0;
|
||||
.filename {
|
||||
font-weight: bold;
|
||||
}
|
||||
}
|
||||
.row.content {
|
||||
padding: 15px 20px;
|
||||
max-width: none;
|
||||
margin: 0;
|
||||
}
|
||||
.tools {
|
||||
color: #8099A7;
|
||||
float: right;
|
||||
|
||||
.theme {
|
||||
font-size: .9em;
|
||||
display: inline;
|
||||
|
||||
select#theme {
|
||||
vertical-align: baseline;
|
||||
background: #25333c;
|
||||
color: #8099A7;
|
||||
}
|
||||
}
|
||||
#saveButton {
|
||||
margin-top: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
.row.editor {
|
||||
float: left;
|
||||
width: 100%;
|
||||
overflow: scroll;
|
||||
position: absolute;
|
||||
top: 105px;
|
||||
bottom: 0;
|
||||
margin: 0;
|
||||
.col {
|
||||
padding: 0;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue