aboutsummaryrefslogtreecommitdiff
path: root/public/rsc/css/styleadmin.css
diff options
context:
space:
mode:
authorvincent-peugnet <v.peugnet@free.fr>2018-11-11 17:19:26 +0100
committervincent-peugnet <v.peugnet@free.fr>2018-11-11 17:19:26 +0100
commitd7f3313ff4514e38c9f53439cd1a1287e56e45f7 (patch)
treeabff39ab11cb317f5fcd2db558da1c59bdae9239 /public/rsc/css/styleadmin.css
parent2f363e8fa26ab849539e64ff7caa21bd164e8979 (diff)
downloadwcms-d7f3313ff4514e38c9f53439cd1a1287e56e45f7.tar.gz
wcms-d7f3313ff4514e38c9f53439cd1a1287e56e45f7.zip
reboot folder
Diffstat (limited to 'public/rsc/css/styleadmin.css')
-rw-r--r--public/rsc/css/styleadmin.css80
1 files changed, 0 insertions, 80 deletions
diff --git a/public/rsc/css/styleadmin.css b/public/rsc/css/styleadmin.css
deleted file mode 100644
index a3fcc5c..0000000
--- a/public/rsc/css/styleadmin.css
+++ /dev/null
@@ -1,80 +0,0 @@
-section {
- margin-bottom: 100px;
-}
-
-article {
- border: 1px var(--color4) solid;
- margin: 2px;
- padding: 2px;
- border: ridge;
- max-width: 500px;
- background-color: var(--color3);
-}
-
-h1 {
- border: ridge;
- background-color: var(--color1);
-}
-
-h2 {
- margin-top: 0;
- margin-bottom: 5px;
-}
-
-
-form {
- display: inline-grid;
- width: 98%;
- margin: 1%;
-}
-
-textarea#cssarea {
- height: 400px;
-}
-
-label {
- font-weight: bold;
- font-style: italic;
-}
-
-summary {
- background-color: var(--color1);
- border: outset;
- font-weight: bold;
-}
-
-summary:focus {
- outline: none;
-}
-
-details {
- background-color: var(--color1);
- border: 1px var(--color4) solid;
-}
-
-
-
-@media (max-width: 600px) {
- nav {
- width: unset;
- position: relative;
- display: block;
- }
-
- div#menu {
- display: block;
- }
-}
-
-
-@media (max-width: 600px) {
- nav {
- width: unset;
- position: relative;
- display: block;
- }
-
- div#menu {
- display: block;
- }
-} \ No newline at end of file