aboutsummaryrefslogtreecommitdiff
path: root/public/css/stylem.css
diff options
context:
space:
mode:
authorvincent-peugnet <v.peugnet@free.fr>2018-05-24 19:03:42 +0200
committervincent-peugnet <v.peugnet@free.fr>2018-05-24 19:03:42 +0200
commitacc42674db6482ee6d432c4a9c174ed7dfcea063 (patch)
tree5caa9871eaa04e6756ad78a0d9797ccba3407004 /public/css/stylem.css
parenta511593da994da9ba3fc47adcdb32fe63ac73b5e (diff)
downloadwcms-acc42674db6482ee6d432c4a9c174ed7dfcea063.tar.gz
wcms-acc42674db6482ee6d432c4a9c174ed7dfcea063.zip
W 2.2
Diffstat (limited to 'public/css/stylem.css')
-rw-r--r--public/css/stylem.css51
1 files changed, 0 insertions, 51 deletions
diff --git a/public/css/stylem.css b/public/css/stylem.css
deleted file mode 100644
index 4e18678..0000000
--- a/public/css/stylem.css
+++ /dev/null
@@ -1,51 +0,0 @@
-
-
-.infobulle {
- display: none;
-}
-
-.little:hover .infobulle {
- display: inline-block;
- position: relative;
- background-color: white;
- z-index: 5;
- top: 5px;
- width: 300px;
- font-family: monospace;
- font-size: 0.9em;
- line-height: 1.1em;
-}
-
-span.infobulle img {
- width: 100%;
-}
-
-.grid {
- display: flex;
- flex-wrap: wrap;
- padding: 4%;
- margin-right: 120px;
-
-}
-
-.little {
- width: 100px;
- height: 150px;
- margin: 10px;
- background-color: white;
-
-}
-
-.infobulle input[type="text"] {
- font-family: monospace;
- font-size: 0.9em;
- margin: 3px;
-}
-
-img.thumbnail {
- width: 100%;
-}
-
-section.gest {
- padding-bottom: 300px;
-} \ No newline at end of file