Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision f7df215b

Von Hans Peter Schlaepfer vor mehr als 5 Jahren hinzugefügt

  • ID f7df215bd45b67dec893f25049076ac7a3c335b6
  • Vorgänger d2482a05
  • Nachfolger ea48795a

Neues kivitendo Design Aenderungen in js/..

Unterschiede anzeigen:

js/ckeditor/contents.css
5 5

  
6 6
body
7 7
{
8
	/* Font */
9
	font-family: sans-serif, Arial, Verdana, "Trebuchet MS";
10
	font-size: 12px;
8
  /* Font */
9
  font-family: sans-serif, Arial, Verdana, "Trebuchet MS";
10
  font-size: 12px;
11 11

  
12
	/* Text color */
13
	color: #333;
12
  /* Text color */
13
  color: #333;
14 14

  
15
	/* Remove the background color to make it transparent */
16
	background-color: #fff;
15
  /* Remove the background color to make it transparent */
16
  background-color: #fff;
17 17

  
18
	margin: 20px;
18
  margin: 6px;
19 19
}
20 20

  
21 21
.cke_editable
......
29 29

  
30 30
blockquote
31 31
{
32
	font-style: italic;
33
	font-family: Georgia, Times, "Times New Roman", serif;
34
	padding: 2px 0;
35
	border-style: solid;
36
	border-color: #ccc;
37
	border-width: 0;
32
  font-style: italic;
33
  font-family: Georgia, Times, "Times New Roman", serif;
34
  padding: 2px 0;
35
  border-style: solid;
36
  border-color: #ccc;
37
  border-width: 0;
38 38
}
39 39

  
40 40
.cke_contents_ltr blockquote
41 41
{
42
	padding-left: 20px;
43
	padding-right: 8px;
44
	border-left-width: 5px;
42
  padding-left: 20px;
43
  padding-right: 8px;
44
  border-left-width: 5px;
45 45
}
46 46

  
47 47
.cke_contents_rtl blockquote
48 48
{
49
	padding-left: 8px;
50
	padding-right: 20px;
51
	border-right-width: 5px;
49
  padding-left: 8px;
50
  padding-right: 20px;
51
  border-right-width: 5px;
52 52
}
53 53

  
54 54
a
55 55
{
56
	color: #0782C1;
56
  color: #0782C1;
57 57
}
58 58

  
59 59
ol,ul,dl
60 60
{
61
	/* IE7: reset rtl list margin. (#7334) */
62
	*margin-right: 0px;
63
	/* preserved spaces for list items with text direction other than the list. (#6249,#8049)*/
64
	padding: 0 40px;
61
  /* IE7: reset rtl list margin. (#7334) */
62
  *margin-right: 0px;
63
  /* preserved spaces for list items with text direction other than the list. (#6249,#8049)*/
64
  padding: 0 40px;
65 65
}
66 66

  
67 67
h1,h2,h3,h4,h5,h6
68 68
{
69
	font-weight: normal;
70
	line-height: 1.2;
69
  font-weight: normal;
70
  line-height: 1.2;
71 71
}
72 72

  
73 73
hr
74 74
{
75
	border: 0px;
76
	border-top: 1px solid #ccc;
75
  border: 0px;
76
  border-top: 1px solid #ccc;
77 77
}
78 78

  
79 79
img.right
80 80
{
81
	border: 1px solid #ccc;
82
	float: right;
83
	margin-left: 15px;
84
	padding: 5px;
81
  border: 1px solid #ccc;
82
  float: right;
83
  margin-left: 15px;
84
  padding: 5px;
85 85
}
86 86

  
87 87
img.left
88 88
{
89
	border: 1px solid #ccc;
90
	float: left;
91
	margin-right: 15px;
92
	padding: 5px;
89
  border: 1px solid #ccc;
90
  float: left;
91
  margin-right: 15px;
92
  padding: 5px;
93 93
}
94 94

  
95 95
pre
96 96
{
97
	white-space: pre-wrap; /* CSS 2.1 */
98
	word-wrap: break-word; /* IE7 */
99
	-moz-tab-size: 4;
100
	tab-size: 4;
97
  white-space: pre-wrap; /* CSS 2.1 */
98
  word-wrap: break-word; /* IE7 */
99
  -moz-tab-size: 4;
100
  tab-size: 4;
101 101
}
102 102

  
103 103
.marker
104 104
{
105
	background-color: Yellow;
105
  background-color: Yellow;
106 106
}
107 107

  
108 108
span[lang]
109 109
{
110
	font-style: italic;
110
  font-style: italic;
111 111
}
112 112

  
113 113
figure
114 114
{
115
	text-align: center;
116
	border: solid 1px #ccc;
117
	border-radius: 2px;
118
	background: rgba(0,0,0,0.05);
119
	padding: 10px;
120
	margin: 10px 20px;
121
	display: inline-block;
115
  text-align: center;
116
  border: solid 1px #ccc;
117
  border-radius: 2px;
118
  background: rgba(0,0,0,0.05);
119
  padding: 10px;
120
  margin: 10px 20px;
121
  display: inline-block;
122 122
}
123 123

  
124 124
figure > figcaption
125 125
{
126
	text-align: center;
127
	display: block; /* For IE8 */
126
  text-align: center;
127
  display: block; /* For IE8 */
128 128
}
129 129

  
130 130
a > img {
131
	padding: 1px;
132
	margin: 1px;
133
	border: none;
134
	outline: 1px solid #0782C1;
131
  padding: 1px;
132
  margin: 1px;
133
  border: none;
134
  outline: 1px solid #0782C1;
135 135
}
136 136

  
137 137
/* Widget Styles */

Auch abrufbar als: Unified diff