Zamiana skryptu edytora z editArea na CodeMirror.
[redakcja.git] / project / static / css / master.css
1 body {
2     margin: 0;
3     font: 100%/1.5 Georgia, Verdana, sans-serif;
4 }
5
6 #breadcrumbs {
7     padding: 5px 10px;
8     background-color: #CDCDCD;
9     border-bottom: 1px solid #858585;
10 }
11
12 ul {
13     margin: 20px;
14     padding: 0;
15 }
16
17 li {
18     margin: 0;
19     padding: 0;
20     list-style: none;
21 }
22
23 a {
24     text-decoration: none;
25 }
26
27 a:hover {
28     text-decoration: underline;
29 }
30
31 li a {
32     display: block;
33     padding: 5px 20px;
34     width: 480px;
35 }
36
37 li a:hover {
38     background-color: #BCD6E9;
39 }
40
41 #tabs {
42     border-bottom: 1px solid #858585;
43     background-color: #B7B7B7;
44 }
45
46 #tabs a {
47     display: block;
48     border-right: 1px solid #858585;
49     float: left;
50     padding: 5px 10px;
51 }
52
53 #tabs a.active {
54     background-color: #909090;
55 }
56
57 .theme-begin {
58     display: none;
59 }
60
61 label {
62     display: block;
63 }
64
65 #text_id {
66     width: 480px;
67     height: 480px;
68 }
69
70 #file-text {
71     padding: 5px 10px;
72     overflow-x: hidden;
73     overflow-y: scroll;
74     width: 480px;
75     height: 480px;
76     border: 1px solid #999;
77 }
78
79 #images {
80     float: left;
81     width: 49%;
82     height: 480px;
83     border: 1px solid #999;
84 /*    padding: 5px 10px;*/
85     overflow-y: scroll;
86     overflow-x: hidden;
87 }
88
89 .errorlist {
90     color: red;
91     margin: 0 20px 0 0;
92     padding: 0;
93     float: left;
94 }
95
96 .errorlist:before {
97     content: '';
98     clear: both;
99 }
100
101 p { 
102     margin: 0;
103 }