Участник:Зелёный Кошак/edittools.css

Материал из Википедии — свободной энциклопедии
Страница персонального оформления. У этого CSS-кода есть документация: Участник:Зелёный Кошак/edittools.Связанный JS-файл: Участник:Зелёный Кошак/edittools.js.
После сохранения очистите кэш браузера.
/*
/* <source lang="css">  */
 /* Edittools + Editbuttons */
.editt {height:5em;} /* js edittools */
#edittools-table, #mw-upload-table {width:100%!important}

.editOptions {text-align:left!important}
#wpTextbox1 {margin-bottom:12px}

     /* Upload table */
    .mw-label {width:15%!important}
    .mw-input {width:85%!important}

/* Tabbed edittools */

    #switcher { font-family: sans-serif }
    #switcher div { padding: 0px 3px; top: 1px; position: relative; z-index: 3; margin: 0 0.3em 0 0; overflow-y: visible; background: #ffffff; border: 1px solid #aaaaaa; display: inline-block; margin-right: 2px; margin-left: 2px; font-size: 95%; cursor: pointer}
    #switcher div.selected { padding: 3px 3px 0px 3px; font-weight: normal; border: 1px solid #fabd23; border-bottom: none; top: 2px; margin-right: 2px; margin-left: 2px; background-color: #ffffff; text-decoration: none}
    #switcher div.fixed { padding: 2px 3px 0px 3px; font-weight: bold; border: 1px solid #009933; border-bottom: dotted 1px #009933; top: 1px; margin-right: 2px; margin-left: 2px }
    #switcher div u { text-decoration:none }
    #switcher div.swoff { font-weight: bold; float:right; text-decoration: underline; color: blue; border: none }
    #switcher div.swon { font-weight: bold; float:right; text-decoration: underline; color: blue }
    #switcher div#pageHelp { padding-left: 10pt; border: none; font-weight: bold; float:right; text-decoration: underline; color: blue }
    #editpage-specialchars {margin-top: 15px;}
    #editpage-specialchars table { width: 100%; border-width:1px 1px 0 1px;border-style:solid;border-color:#dbdfe6;}
    #editpage-specialchars table tr { z-index: 0 }
    #editpage-specialchars table tr td:first-child { width: 9em }
    #editpage-specialchars table tr.first { height: 9ex }
    #editpage-specialchars table tr.visible { display: table-row }
    #editpage-specialchars table tr.hidden { display: none }
*/