comparison static/css/wmd.css @ 60:8250c977bc50

Moved static files to the root directory.
author Ludovic Chabant <ludovic@chabant.com>
date Tue, 05 Feb 2013 14:49:34 -0800
parents wikked/static/css/wmd.css@59cad6ce1a1c
children
comparison
equal deleted inserted replaced
59:59ecc742ab8e 60:8250c977bc50
1
2 .wmd-panel
3 {
4 margin-left: 25%;
5 margin-right: 25%;
6 width: 50%;
7 min-width: 500px;
8 }
9
10 .wmd-button-bar
11 {
12 width: 100%;
13 background-color: Silver;
14 }
15
16 .wmd-input
17 {
18 height: 300px;
19 width: 100%;
20 background-color: Gainsboro;
21 border: 1px solid DarkGray;
22 }
23
24 .wmd-preview
25 {
26 background-color: #c0e0ff;
27 }
28
29 .wmd-button-row
30 {
31 position: relative;
32 margin-left: 5px;
33 margin-right: 5px;
34 margin-bottom: 5px;
35 margin-top: 10px;
36 padding: 0px;
37 height: 20px;
38 }
39
40 .wmd-spacer
41 {
42 width: 1px;
43 height: 20px;
44 margin-left: 14px;
45
46 position: absolute;
47 background-color: Silver;
48 display: inline-block;
49 list-style: none;
50 }
51
52 .wmd-button {
53 width: 20px;
54 height: 20px;
55 padding-left: 2px;
56 padding-right: 3px;
57 position: absolute;
58 display: inline-block;
59 list-style: none;
60 cursor: pointer;
61 }
62
63 .wmd-button > span {
64 background-image: url(../img/wmd-buttons.png);
65 background-repeat: no-repeat;
66 background-position: 0px 0px;
67 width: 20px;
68 height: 20px;
69 display: inline-block;
70 }
71
72 .wmd-spacer1
73 {
74 left: 50px;
75 }
76 .wmd-spacer2
77 {
78 left: 175px;
79 }
80 .wmd-spacer3
81 {
82 left: 300px;
83 }
84
85
86
87
88 .wmd-prompt-background
89 {
90 background-color: Black;
91 }
92
93 .wmd-prompt-dialog
94 {
95 border: 1px solid #999999;
96 background-color: #F5F5F5;
97 }
98
99 .wmd-prompt-dialog > div {
100 font-size: 0.8em;
101 font-family: arial, helvetica, sans-serif;
102 }
103
104
105 .wmd-prompt-dialog > form > input[type="text"] {
106 border: 1px solid #999999;
107 color: black;
108 }
109
110 .wmd-prompt-dialog > form > input[type="button"]{
111 border: 1px solid #888888;
112 font-family: trebuchet MS, helvetica, sans-serif;
113 font-size: 0.8em;
114 font-weight: bold;
115 }