aboutsummaryrefslogtreecommitdiff
path: root/assets
diff options
context:
space:
mode:
authorvincent-peugnet <v.peugnet@free.fr>2019-07-13 11:54:46 +0200
committervincent-peugnet <v.peugnet@free.fr>2019-07-13 11:54:46 +0200
commit33ed4c75fc932cafd701d47d3d58f6e68f5c2e2b (patch)
tree8046d93701fd774b9990462fc99c7b6f7961ddf7 /assets
parentd39bec8e089a55ebd370fbe9f4b5388aafade10d (diff)
downloadwcms-33ed4c75fc932cafd701d47d3d58f6e68f5c2e2b.tar.gz
wcms-33ed4c75fc932cafd701d47d3d58f6e68f5c2e2b.zip
1.2.6 Environnement update
backtopbar always visible + minor fixes
Diffstat (limited to 'assets')
-rw-r--r--assets/css/edit.css74
-rw-r--r--assets/css/home.css23
-rw-r--r--assets/icons/admin.pngbin0 -> 629 bytes
-rw-r--r--assets/icons/download.pngbin0 -> 350 bytes
-rw-r--r--assets/icons/edit.pngbin0 -> 491 bytes
-rw-r--r--assets/icons/font.pngbin0 -> 608 bytes
-rw-r--r--assets/icons/home.pngbin0 -> 484 bytes
-rw-r--r--assets/icons/info.pngbin0 -> 876 bytes
-rw-r--r--assets/icons/media.pngbin0 -> 617 bytes
-rw-r--r--assets/icons/read.pngbin0 -> 574 bytes
-rw-r--r--assets/icons/timeline.pngbin0 -> 311 bytes
-rw-r--r--assets/icons/user.pngbin0 -> 538 bytes
12 files changed, 86 insertions, 11 deletions
diff --git a/assets/css/edit.css b/assets/css/edit.css
index 518eff0..54616ff 100644
--- a/assets/css/edit.css
+++ b/assets/css/edit.css
@@ -9,7 +9,7 @@ div#main {
body {
margin: 0;
height: 100%;
- font-family: monospace;
+ font-family: sans-serif;
font-size: 15px;
}
@@ -96,7 +96,7 @@ body {
.editor #workspace {
display: flex;
- height: calc(100% - 30px);
+ height: calc(100% - 50px);
position: relative;
}
@@ -172,16 +172,17 @@ html {
overflow: hidden;
}
-.editor #topbar {
- height: 30px;
- background-color: #7b97b9;
- line-height: 30px;
+.editor #edittopbar {
+ height: 24px;
+ background-color: #a9a9a9;
+ line-height: 18px;
+ border-bottom: grey solid 1px;
}
.editor div#editmenu {
- height: 30px;
- line-height: 30px;
+ /* height: 25px; */
+ /* line-height: 18px; */
display: flex;
flex-direction: row;
justify-content: space-between;
@@ -230,6 +231,61 @@ a:hover {
color: white;
}
+
+#topbar {
+ background-color: #7b97b9;
+ width: 100%;
+ padding: 3px 0.5%;
+ border-bottom: solid 1px dimgrey;
+}
+
+#topbar form {
+ display: inline;
+}
+
+
+#topbar span#menu {
+ display: inline-block;
+ margin: 0 1%;
+}
+
+#topbar input[type="text"], #topbar input[type="password"] {width: 100px;}
+
+main.font table#fontlist {
+ width: 100%;
+ max-width: 500px;
+}
+
+main.media table#medialist {
+ width: 100%;
+ max-width: 960px;
+}
+
+#topbar a.actualpage {
+ text-decoration: underline;
+}
+
+span#user {
+ float: right;
+}
+
+span#search {
+ float: left;
+}
+
+
+
+
+img.icon {
+ height: 15px;
+}
+
+a:hover img.icon {
+ filter: invert(1);
+}
+
+
+
#fonts select {
height: 150px;
}
@@ -323,7 +379,7 @@ div#thumbnail img {
display: none;
}
- #topbar .text {
+ #edittopbar .text {
display: none;
}
diff --git a/assets/css/home.css b/assets/css/home.css
index cc86a55..121098e 100644
--- a/assets/css/home.css
+++ b/assets/css/home.css
@@ -26,12 +26,17 @@ main.home div#main {
flex-direction: column;
}
+main.home table#home2table label {
+ font-family: monospace;
+ font-size: medium;
+}
+
body {
margin: 0;
height: 100%;
background-color: grey;
- font-family: monospace;
+ font-family: sans-serif;
font-size: 15px;
position: fixed;
display: flex;
@@ -146,7 +151,6 @@ span#search {
#topbar input[type="text"], #topbar input[type="password"] {width: 100px;}
-
main.font table#fontlist {
width: 100%;
max-width: 500px;
@@ -161,6 +165,19 @@ main.media table#medialist {
text-decoration: underline;
}
+
+
+img.icon {
+ height: 15px;
+}
+
+a:hover img.icon {
+ filter: invert(1);
+}
+
+
+
+
main.media table#faviconlist {
width: 100%;
max-width: 640px;
@@ -183,6 +200,8 @@ main.info code, main.info blockquote {
color: white;
background-color: #191919;
width: fit-content;
+ font-family: monospace;
+ font-size: initial;
}
main.info blockquote i {
diff --git a/assets/icons/admin.png b/assets/icons/admin.png
new file mode 100644
index 0000000..2d6713d
--- /dev/null
+++ b/assets/icons/admin.png
Binary files differ
diff --git a/assets/icons/download.png b/assets/icons/download.png
new file mode 100644
index 0000000..a18aeec
--- /dev/null
+++ b/assets/icons/download.png
Binary files differ
diff --git a/assets/icons/edit.png b/assets/icons/edit.png
new file mode 100644
index 0000000..8cda46d
--- /dev/null
+++ b/assets/icons/edit.png
Binary files differ
diff --git a/assets/icons/font.png b/assets/icons/font.png
new file mode 100644
index 0000000..1ef851e
--- /dev/null
+++ b/assets/icons/font.png
Binary files differ
diff --git a/assets/icons/home.png b/assets/icons/home.png
new file mode 100644
index 0000000..4d74cf6
--- /dev/null
+++ b/assets/icons/home.png
Binary files differ
diff --git a/assets/icons/info.png b/assets/icons/info.png
new file mode 100644
index 0000000..bb1fd19
--- /dev/null
+++ b/assets/icons/info.png
Binary files differ
diff --git a/assets/icons/media.png b/assets/icons/media.png
new file mode 100644
index 0000000..b010c47
--- /dev/null
+++ b/assets/icons/media.png
Binary files differ
diff --git a/assets/icons/read.png b/assets/icons/read.png
new file mode 100644
index 0000000..132d980
--- /dev/null
+++ b/assets/icons/read.png
Binary files differ
diff --git a/assets/icons/timeline.png b/assets/icons/timeline.png
new file mode 100644
index 0000000..35bca8c
--- /dev/null
+++ b/assets/icons/timeline.png
Binary files differ
diff --git a/assets/icons/user.png b/assets/icons/user.png
new file mode 100644
index 0000000..7aba547
--- /dev/null
+++ b/assets/icons/user.png
Binary files differ