aboutsummaryrefslogtreecommitdiff
path: root/public/w/css/stylehome.css
diff options
context:
space:
mode:
authorvincent-peugnet <v.peugnet@free.fr>2018-10-18 01:08:46 +0200
committervincent-peugnet <v.peugnet@free.fr>2018-10-18 01:08:46 +0200
commit7b2e48276b2a3ceff83c906d38077f8d0479c3df (patch)
tree0fc26bb1cbae5a30583292fbfb2b752fb623a94d /public/w/css/stylehome.css
parent65796d4a2349e71ca05f5f298d6f94ff792d88b2 (diff)
downloadwcms-7b2e48276b2a3ceff83c906d38077f8d0479c3df.tar.gz
wcms-7b2e48276b2a3ceff83c906d38077f8d0479c3df.zip
2.92 new architecture + quickcss class
Diffstat (limited to 'public/w/css/stylehome.css')
-rw-r--r--public/w/css/stylehome.css117
1 files changed, 0 insertions, 117 deletions
diff --git a/public/w/css/stylehome.css b/public/w/css/stylehome.css
deleted file mode 100644
index 98822f0..0000000
--- a/public/w/css/stylehome.css
+++ /dev/null
@@ -1,117 +0,0 @@
-section.home {
- margin-top: 27px;
- display: inline-flex;
- width: 100%;
-}
-
-div#main {
- border: ridge;
- height: fit-content;
- margin: 5px;
- background-color: var(--color3);
-}
-
-div#map {
- border: ridge;
- height: fit-content;
- margin: 5px;
- background-color: var(--color3);
-}
-
-div#options {
- border: ridge;
- margin: 5px;
- background-color: var(--color3);
- width: 15%;
- list-style: none;
- max-width: 200px;
- height: fit-content;
-
-}
-
-fieldset {
- background-color: var(--color1);
- border: outset;
-}
-
-legend {
- font-weight: bold;
-}
-
-div#massedit {
- background-color: var(--color1);
-}
-
-header {
- position: fixed;
- width: 100%;
- border: ridge;
- background-color: var(--color1);
-}
-
-h2 {
- font-size: large;
- margin: 0;
- border: outset;
- background-color: var(--color1);
-}
-
-#options ul {
- list-style: none;
- margin: 0;
- padding: 0;
-}
-
-#home2table {
- background-color: var(--color3);
-}
-
-#home2table tr:hover {
- background-color: var(--color1);
-}
-
-#home2table th {
- background-color: var(--color1);
- border: ridge 1px grey;
-}
-
-
-
-@media (max-width: 600px) {
-
- section.home {
- position: relative;
- display: block;
- margin: unset;
- }
-
- div#options {
- position: relative;
- width: unset;
- }
-
- header {
- position: relative;
- border: none;
- }
-
- table#home2table {
- display: block;
- position: relative;
- width: 100%;
- overflow-x: scroll;
- font-size: 1em;
- }
-
- nav {
- width: unset;
- position: relative;
- display: block;
- }
-
- div#menu {
- display: block;
- }
-
-
-} \ No newline at end of file