1textarea#wiki__text {
2    font-family: Consolas,"Andale Mono WT","Andale Mono","Bitstream Vera Sans Mono","Nimbus Mono L",Monaco,"Courier New",monospace;
3    font-size: 15px;
4    width: 100%;
5}
6
7/* Preview */
8div.preview {
9    -moz-border-bottom-colors: none;
10    -moz-border-left-colors: none;
11    -moz-border-right-colors: none;
12    -moz-border-top-colors: none;
13    background-color: #f5f5f5;
14    border-bottom-color: #000;
15    border-bottom-style: dashed;
16    border-bottom-width: 1px;
17    border-image-repeat: stretch stretch;
18    border-image-source: none;
19    border-image-width: 1 1 1 1;
20    border-left-color: #000;
21    border-left-style: dashed;
22    border-left-width: 1px;
23    border-right-color: #000;
24    border-right-style: dashed;
25    border-right-width: 1px;
26    border-top-color: #000;
27    border-top-style: dashed;
28    border-top-width: 1px;
29    padding: 4px;
30}
31
32/** The input summary when editing a page is 50px fix **/
33#wiki__editbar input {
34    max-width: 100%;
35}
36#wiki__editbar #size__ctl {
37    margin-bottom: 0.5rem;
38}
39#wiki__editbar .editButtons {
40    margin-bottom: 0.5rem;
41}
42#wiki__editbar .summary {
43    margin-bottom: 0.5rem;
44}
45#dw__editform .license {
46    margin-bottom: 0.5rem;
47}
48#wiki__editbar button {
49    display: inline-block;
50    font-weight: 400;
51    line-height: 1.5;
52    text-align: center;
53    text-decoration: none;
54    vertical-align: middle;
55    cursor: pointer;
56    -webkit-user-select: none;
57    -moz-user-select: none;
58    user-select: none;
59    border: 1px solid transparent;
60    padding: 0.375rem 0.75rem;
61    font-size: 1rem;
62    border-radius: 0.25rem;
63    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
64}
65
66.toolbar {
67    margin-bottom: 1rem;
68}
69.toolbar button.toolbutton, .picker button.toolbutton, .picker button.pickerbutton  {
70    all: unset;
71    background-color: buttonface;
72    padding: 0.2rem 0.5rem;
73    vertical-align: middle;
74    border: 1px solid #ccc;
75    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
76}
77.toolbar button.toolbutton:last-child {
78    border-top-right-radius: 4px;
79    border-bottom-right-radius: 4px;
80}
81
82.toolbar button.toolbutton:first-child {
83    border-top-left-radius: 4px;
84    border-bottom-left-radius: 4px;
85}
86
87/**
88 The icon in the menu are tagged with a11
89 Are hidden in overflow, that's how it works
90 (taken from screen.css)
91*/
92.a11y {
93    position: absolute !important;
94    left: -99999em !important;
95    top: auto !important;
96    width: 1px !important;
97    height: 1px !important;
98    /** hidden **/
99    overflow: hidden !important;
100}
101[dir=rtl] .a11y {
102    left: auto !important;
103    right: -99999em !important;
104}
105
106/** From screen.css */
107#link__wiz {
108    position: absolute;
109    background-color: #fff;
110    color: #000;
111    z-index: 20;
112    overflow: hidden;
113}
114
115#link__wiz .ui-dialog-content {
116    padding-left: 0;
117    padding-right: 0;
118}
119