diff options
Diffstat (limited to 'public/css')
-rw-r--r-- | public/css/global/global.css | 3 | ||||
-rw-r--r-- | public/css/old/styleedit.css | 27 | ||||
-rw-r--r-- | public/css/read/003.css | 9 | ||||
-rw-r--r-- | public/css/read/base.css | 8 | ||||
-rw-r--r-- | public/css/read/blanc.css | 9 | ||||
-rw-r--r-- | public/css/read/deux.css | 8 | ||||
-rw-r--r-- | public/css/soft.css | 182 |
7 files changed, 0 insertions, 246 deletions
diff --git a/public/css/global/global.css b/public/css/global/global.css deleted file mode 100644 index 4fe1d10..0000000 --- a/public/css/global/global.css +++ /dev/null @@ -1,3 +0,0 @@ -body { - background-color: white; -}
\ No newline at end of file diff --git a/public/css/old/styleedit.css b/public/css/old/styleedit.css deleted file mode 100644 index 21435fb..0000000 --- a/public/css/old/styleedit.css +++ /dev/null @@ -1,27 +0,0 @@ -.edit { - background-color: greenyellow; -} - -#linklist { - background-color: blanchedalmond; -} - -#submit { - background-color: coral; -} - -#copy { - background-color: darkkhaki; -} - -#html { - background-color: deepskyblue; -} - -#artedit { - background-color: darksalmon; -} - -#editoption { - background-color: blueviolet; -}
\ No newline at end of file diff --git a/public/css/read/003.css b/public/css/read/003.css deleted file mode 100644 index 7dd8f17..0000000 --- a/public/css/read/003.css +++ /dev/null @@ -1,9 +0,0 @@ -body { - font-family: serif; - background-color: white; -} - -span.alert { - background-color: #d00000; - color: white; -}
\ No newline at end of file diff --git a/public/css/read/base.css b/public/css/read/base.css deleted file mode 100644 index 561963a..0000000 --- a/public/css/read/base.css +++ /dev/null @@ -1,8 +0,0 @@ -body { - font-family: sans-serif; -} - -span.alert { - background-color: #d00000; - color: white; -}
\ No newline at end of file diff --git a/public/css/read/blanc.css b/public/css/read/blanc.css deleted file mode 100644 index 7dd8f17..0000000 --- a/public/css/read/blanc.css +++ /dev/null @@ -1,9 +0,0 @@ -body { - font-family: serif; - background-color: white; -} - -span.alert { - background-color: #d00000; - color: white; -}
\ No newline at end of file diff --git a/public/css/read/deux.css b/public/css/read/deux.css deleted file mode 100644 index cd44f4f..0000000 --- a/public/css/read/deux.css +++ /dev/null @@ -1,8 +0,0 @@ -body { - font-family: serif; -} - -span.alert { - background-color: #d00000; - color: white; -}
\ No newline at end of file diff --git a/public/css/soft.css b/public/css/soft.css deleted file mode 100644 index ff65635..0000000 --- a/public/css/soft.css +++ /dev/null @@ -1,182 +0,0 @@ -div#options { - display: inline-block; - float: left; -} - -div#main { - display: inline-block; -} - -body { - margin: 0; - height: 100%; - background-color: #b1b1b1; -} - -.menu { - position: fixed; - right: 0; -} - -.editor div#leftbar { - position: relative; - height: 100%; -} - -.editor .tabs { - flex: 2; - position: relative; - height: 100%; -} - - - -.editor #leftbarpanel, .editor #rightbarpanel { - width: 250px; - display: none; - height: 100%; - overflow-y: auto; -} - -.editor #showleftpanel:checked ~ #leftbarpanel { - display: block; - overflow-y: auto; - height: 100%; -} - -.editor #showrightpanel:checked ~ #rightbarpanel { - display: block; -} - -.editor input.toggle { - display: none; -} - -.editor label.toogle:hover { - color: white; - cursor: pointer; - background-color: #e2e2e2; -} - -.editor label.toogle { - height: 100%; - line-height: 100%; - text-align: center; -} - -.editor #leftbar label.toogle { - float: right; -} - -.editor #rightbar label.toogle { - float: left; -} - - -#rightbarpanel { - display: none; - width: 250px; -} -#rightbar:target #rightbarpanel { - display: inline-block; - overflow-y: scroll; - height: 100%; -} -#rightbar:target #open { - display: none; -} - - - - - - -.editor #workspace { - display: flex; - height: calc(100% - 30px); - position: relative; -} - - -.tabs .tab -{ - float: left; -} - -.tabs .tab .content -{ - position: absolute; - background-color: #dc8ad2; - left: 0px; - width: 100%; - height: calc(100% - 30px); -} - -.checkboxtab -{ - display: none; -} - -.tab label -{ - margin-right: 10px; - border: outset; - background-color: var(--color1); -} - -.checkboxtab:checked ~ label -{ - border: inset; -} - -.checkboxtab:checked ~ .content -{ - z-index: 1; -} - - - -section.editor { - position: fixed; - width: 100%; - height: 100%; -} - - -html { - height: 100%; -} - -.tabs textarea {height: 100%;width: 100%;border: none;resize: none;} - -* { - box-sizing: border-box; -} - -.editor .tabs label { - line-height: 30px; -} - -.editor #topbar { - line-height: 30px; -} - -.editor ul { - list-style: none; - padding: 0; -} - -.editor #leftbar select { - width: 100%; -} - -.editor .panel input { - width: 100%; -} - - -.editor a {color: black;text-decoration: none;} - -.editor a:hover { - color: white; -} |