]> git.openstreetmap.org Git - osqa.git/blob - forum/skins/default/media/js/wmd/wmd.css
c71ba6e431c6f358a02f3c1b2c0a3c6cf455a00a
[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         display: inline-block;
62         list-style: none;
63 }
64
65 .wmd-button
66 {
67         width: 20px; 
68         height: 20px; 
69         margin-left: 5px;
70         margin-right: 5px;
71     background-color:#ffffff;
72         position: absolute;
73         background-image: url(images/wmd-buttons.png);
74         background-repeat: no-repeat;
75         background-position: 0px 0px;
76         display: inline-block; 
77         list-style: none;
78 }
79
80 .wmd-button > a
81 {
82         width: 20px; 
83         height: 20px; 
84         margin-left: 5px;
85         margin-right: 5px;
86
87         position: absolute;
88         display: inline-block; 
89 }
90
91
92 /* sprite button slicing style information */
93 #wmd-button-bar #wmd-bold-button    {left: 0px;   background-position: 0px 0;}
94 #wmd-button-bar #wmd-italic-button  {left: 25px;  background-position: -20px 0;}
95 #wmd-button-bar #wmd-spacer1        {left: 50px;}
96 #wmd-button-bar #wmd-link-button    {left: 75px;  background-position: -40px 0;}
97 #wmd-button-bar #wmd-quote-button   {left: 100px;  background-position: -60px 0;}
98 #wmd-button-bar #wmd-code-button    {left: 125px;  background-position: -80px 0;}
99 #wmd-button-bar #wmd-image-button   {left: 150px;  background-position: -100px 0;}
100 #wmd-button-bar #wmd-spacer2        {left: 175px;}
101 #wmd-button-bar #wmd-olist-button   {left: 200px;  background-position: -120px 0;}
102 #wmd-button-bar #wmd-ulist-button   {left: 225px; background-position: -140px 0;}
103 #wmd-button-bar #wmd-heading-button {left: 250px; background-position: -160px 0;}
104 #wmd-button-bar #wmd-hr-button      {left: 275px; background-position: -180px 0;}
105 #wmd-button-bar #wmd-spacer3        {left: 300px;}
106 #wmd-button-bar #wmd-undo-button    {left: 325px; background-position: -200px 0;}
107 #wmd-button-bar #wmd-redo-button    {left: 350px; background-position: -220px 0;}
108 #wmd-button-bar #wmd-help-button    {right: 0px; background-position: -240px 0;}
109
110
111 .wmd-prompt-background
112 {
113         background-color: Black;
114 }
115
116 .wmd-prompt-dialog
117 {
118         border: 1px solid #999999;
119         background-color: #F5F5F5;
120 }
121
122 .wmd-prompt-dialog > div {
123         font-size: 0.8em;
124         font-family: arial, helvetica, sans-serif;
125 }
126
127
128 .wmd-prompt-dialog > form > input[type="text"] {
129         border: 1px solid #999999;
130         color: black;
131 }
132
133 .wmd-prompt-dialog > form > input[type="button"]{
134         border: 1px solid #888888;
135         font-family: trebuchet MS, helvetica, sans-serif;
136         font-size: 0.8em;
137         font-weight: bold;
138 }