aboutsummaryrefslogtreecommitdiff
path: root/public/css/stylew.css
diff options
context:
space:
mode:
authorvincent-peugnet <v.peugnet@free.fr>2018-07-31 18:29:53 +0200
committervincent-peugnet <v.peugnet@free.fr>2018-07-31 18:29:53 +0200
commite9b2ca7c06875069fa03379258625490872cc33d (patch)
tree3af763a303f07c75d63ca9801c98e58fa9052628 /public/css/stylew.css
parentc36f25e76f40c6fdd6e02f92713d9c1241ed0a79 (diff)
downloadwcms-e9b2ca7c06875069fa03379258625490872cc33d.tar.gz
wcms-e9b2ca7c06875069fa03379258625490872cc33d.zip
W 2.4 graphic update table sort engine update
Diffstat (limited to 'public/css/stylew.css')
-rw-r--r--public/css/stylew.css249
1 files changed, 0 insertions, 249 deletions
diff --git a/public/css/stylew.css b/public/css/stylew.css
deleted file mode 100644
index f175036..0000000
--- a/public/css/stylew.css
+++ /dev/null
@@ -1,249 +0,0 @@
-body {
- background-color: #dcdcdceb;
- font-family: helvetica, arial, sans-serif;
- margin: 0px;
- overflow: hidden;
-
-}
-
-h1 {
- font-size: 3em;
- font-variant: all-small-caps;
- margin-top: 0px;
- margin-bottom: 0px;
-}
-
-h2 {
- font-style: italic;
-}
-
-h3 {
- opacity: 0.7;
-}
-
-h6 {
- font-size: 1em;
-}
-
-p{
- font-size: 1em;
-}
-
-em {
- opacity: 0.8;
-}
-
-a{
- text-decoration: none;
-}
-
-a:hover{
- text-decoration: underline;
-}
-
-img {
- width: 90%;
- max-width: 1000px;
-}
-
-form {
- margin-bottom: 0px;
-}
-
-section {
- text-align: justify;
- padding: 3%;
-}
-
-.edit {
- overflow-y: scroll;
- height: 100%;
-
-}
-
-.lecture {
- overflow-wrap: break-word;
- overflow-y: auto;
- height: 100%;
-}
-
-.home {
- overflow-y: scroll;
- height: 100%;
-}
-
-.edit section {
- text-align: left;
- padding-top: 0px;
- padding-bottom: 0px;
- padding-left: 8%;
- padding-right: 8%;
- line-height: 1.2em;
-}
-
-.button, input, textarea, select {
- display: inline-block;
- width: 90%;
- padding-left: 15px;
- padding-right: 15px;
- margin: 5px;
- margin-left: 5%;
- margin-right: 5%;
- height: 30px;
- border-style: unset;
-}
-
-.button {
- text-align: center;
- color: black;
- font-size: 13px;
- padding-top: 7px;
- background-color: #bfbfbf;
- box-sizing: border-box;
- align-items: flex-start;
- text-align: center;
- cursor: default;
- white-space: pre;
- -webkit-rtl-ordering: logical;
- text-rendering: auto;
- color: initial;
- letter-spacing: normal;
- word-spacing: normal;
- text-transform: none;
- text-indent: 0px;
- text-shadow: none;
-}
-
-.button:hover {
-
- text-decoration: none;
-}
-
-article {
- position: relative;
- z-index: 7;
-}
-
-#html{
- height: calc(100% - 95px);
-}
-
-#css{
- height: 250px;
-}
-
-input[type="submit"] {
- background-color: #bfbfbf;
-}
-
-aside {
- position: fixed;
- bottom: 0px;
- right: -300px;
- padding: 7px;
- z-index: 5;
- background: #bfbfbf;
- opacity: 0.3;
- width: 350px;
- overflow-y: scroll;
- max-height: calc(100% - 200px);
-}
-
-aside:hover {
- opacity: 1;
- right: 0px;
-}
-
-nav {
- position: fixed;
- top: 0px;
- right: -6%;
- z-index: 10;
- opacity: 0.3;
- width: 8%;
- text-align: right;
-}
-
-
-
-nav:hover, .edit nav {
- opacity: 1;
- right: 0px;
-}
-
-.alert h4 {
- background-color: red;
- margin: 0px;
-}
-
-table {
- width: 100%;
- margin-top: 20px;
-}
-
-.home tr:hover {
- background-color: #bfbfbf;
-}
-
-.home td:hover {
- background-color: #a7a6a6;
-}
-
-td {
- border: 1px solid #ffffff00;
- padding-top: 3px;
- padding-bottom: 3px;
-}
-
-.submit {
- position: fixed;
- top: 0px;
- left: 0px;
- width: 8%;
-}
-
-.thumbnail {
- max-width: 30px;
-}
-
-.infobulle {
- width: 20%;
- display: none;
-}
-
-.little:hover .infobulle {
- display: inline;
- position: absolute;
- background-color: white;
- border: 1px solid black;
-}
-
-span.infobulle img {
- width: 100%
-}
-
-.grid {
- display: flex;
- flex-wrap: wrap;
-}
-
-.copy {
- position: fixed;
- bottom: 0px;
- left: 0px;
- width: 8%;
-}
-
-.container {
- position: relative;
- width: 100%;
- height: 0;
- padding-bottom: 56.25%;
- }
- .video {
- position: absolute;
- top: 0;
- left: 0;
- width: 100%;
- height: 100%;
- } \ No newline at end of file