]> git.openstreetmap.org Git - osqa.git/blob - forum/skins/default/media/js/wmd/wmd.css
updates for the wmd
[osqa.git] / forum / skins / default / media / js / wmd / wmd.css
1 body 
2
3         background-color: White
4 }
5
6 .wmd-panel
7 {
8         width: 50%;
9         min-width: 500px;
10 }
11
12 #wmd-editor
13 {
14         background-color: Aquamarine;
15 }
16
17 #wmd-button-bar 
18 {
19         width: 100%;
20         background-color: #ffffff;
21 }
22
23 #wmd-input 
24
25         height: 500px;
26         width: 100%;
27         background-color: Gainsboro;
28         border: 1px solid DarkGray;
29 }
30
31 #wmd-preview 
32
33         background-color: LightSkyBlue; 
34 }
35
36 #wmd-output 
37
38         background-color: Pink;
39 }
40
41 #wmd-button-row 
42 {
43         position: relative; 
44         margin-left: 5px;
45         margin-right: 5px;
46         margin-bottom: 5px;
47         margin-top: 10px;
48         padding: 0px;  
49         height: 20px;
50     background-color:#ffffff;
51 }
52
53 .wmd-spacer
54 {
55         width: 1px; 
56         height: 20px; 
57         margin-left: 14px;
58         
59         position: absolute;
60     background-color:#aaaaaa;
61     /*border-color:#aaaaaa;
62     border-style:solid;*/
63         display: inline-block;
64         list-style: none;
65 }
66
67 .wmd-button
68 {
69         width: 20px; 
70         height: 20px; 
71         margin-left: 5px;
72         margin-right: 5px;
73     background-color:#ffffff;
74         position: absolute;
75         background-image: url(images/wmd-buttons.png);
76         background-repeat: no-repeat;
77         background-position: 0px 0px;
78         display: inline-block; 
79         list-style: none;
80 }
81
82 .wmd-button > a
83 {
84         width: 20px; 
85         height: 20px; 
86         margin-left: 5px;
87         margin-right: 5px;
88
89         position: absolute;
90         display: inline-block; 
91 }
92
93
94 /* sprite button slicing style information */
95 #wmd-button-bar #wmd-bold-button    {left: 0px;   background-position: 0px 0;}
96 #wmd-button-bar #wmd-italic-button  {left: 25px;  background-position: -20px 0;}
97 #wmd-button-bar #wmd-spacer1        {left: 50px;}
98 #wmd-button-bar #wmd-link-button    {left: 75px;  background-position: -40px 0;}
99 #wmd-button-bar #wmd-quote-button   {left: 100px;  background-position: -60px 0;}
100 #wmd-button-bar #wmd-code-button    {left: 125px;  background-position: -80px 0;}
101 #wmd-button-bar #wmd-image-button   {left: 150px;  background-position: -100px 0;}
102 #wmd-button-bar #wmd-spacer2        {left: 175px;}
103 #wmd-button-bar #wmd-olist-button   {left: 200px;  background-position: -120px 0;}
104 #wmd-button-bar #wmd-ulist-button   {left: 225px; background-position: -140px 0;}
105 #wmd-button-bar #wmd-heading-button {left: 250px; background-position: -160px 0;}
106 #wmd-button-bar #wmd-hr-button      {left: 275px; background-position: -180px 0;}
107 #wmd-button-bar #wmd-spacer3        {left: 300px;}
108 #wmd-button-bar #wmd-undo-button    {left: 325px; background-position: -200px 0;}
109 #wmd-button-bar #wmd-redo-button    {left: 350px; background-position: -220px 0;}
110 #wmd-button-bar #wmd-help-button    {right: 0px; background-position: -240px 0;}
111
112
113 .wmd-prompt-background
114 {
115         background-color: Black;
116 }
117
118 .wmd-prompt-dialog
119 {
120         border: 1px solid #999999;
121         background-color: #F5F5F5;
122 }
123
124 .wmd-prompt-dialog > div {
125         font-size: 0.8em;
126         font-family: arial, helvetica, sans-serif;
127 }
128
129
130 .wmd-prompt-dialog > form > input[type="text"] {
131         border: 1px solid #999999;
132         color: black;
133 }
134
135 .wmd-prompt-dialog > form > input[type="button"]{
136         border: 1px solid #888888;
137         font-family: trebuchet MS, helvetica, sans-serif;
138         font-size: 0.8em;
139         font-weight: bold;
140 }