Järjestelmäviesti:Gadget-Tekstileikkeet.css

Wikisanakirjasta

Huomautus: Selaimen välimuisti pitää tyhjentää asetusten tallentamisen jälkeen, jotta muutokset tulisivat voimaan.

  • Firefox ja Safari: Napsauta Shift-näppäin pohjassa Päivitä, tai paina Ctrl-F5 tai Ctrl-R (⌘-R Macilla)
  • Google Chrome: Paina Ctrl-Shift-R (⌘-Shift-R Macilla)
  • Internet Explorer ja Edge: Napsauta Ctrl-näppäin pohjassa Päivitä tai paina Ctrl-F5
  • Opera: Paina Ctrl-F5.
.wl-snippet-val {
    display: none;
}

.wl-editor-inner {
     background-color: skyblue;
    padding: 10px;
    border: 1px solid gray;
    border-radius: 5px;
}

.wl-editor textarea {
    height: 20ex;
    width: 700px;
}

.wl-control {
    visibility: hidden;
}

.wl-snippet-key {
    display: inline-block;
    width: 20em;
    font-family: monospace;
    font-size: 1.5em;
}

.wl-group-name {
    display: inline-block;
    width: 24.2em;
}

.wl-snippet-header, .wl-group-header {
    display: inline-block;
}

.wl-snippet-header:hover, .wl-group-header:hover {
    background-color: #eff;
}

.wl-snippet-header:hover .wl-control,
.wl-group-header:hover .wl-control {
    visibility: visible;
}


.wl-snippet-key, .wl-group-name:hover {
    cursor: move;
}


.wl-snippet-adder, .wl-group-adder {
    list-style: none;
    /*list-style-type: none;*/
    /*margin-left: -1.2em;*/
}

.wl-sortable-placeholder {
    background-color: lightgray;
}

#wl-import-export-data {
    height: 40ex;
}

#wl-import-list {
    border: solid black 2px;
    background-color: lightgray;
    padding: 1em;
}