Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision a85900cb

Von Hans Peter Schlaepfer vor etwa 6 Jahren hinzugefügt

  • ID a85900cb68a578d89090043534ae79664a4070a9
  • Vorgänger 72c4037d
  • Nachfolger e7c11f83

Preview design 4.0

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
22 22
{
23
	font-size: 13px;
24
	line-height: 1.6;
23
  font-size: 13px;
24
  line-height: 1.4;
25 25
}
26 26

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

  
37 37
.cke_contents_ltr blockquote
38 38
{
39
	padding-left: 20px;
40
	padding-right: 8px;
41
	border-left-width: 5px;
39
  padding-left: 20px;
40
  padding-right: 8px;
41
  border-left-width: 5px;
42 42
}
43 43

  
44 44
.cke_contents_rtl blockquote
45 45
{
46
	padding-left: 8px;
47
	padding-right: 20px;
48
	border-right-width: 5px;
46
  padding-left: 8px;
47
  padding-right: 20px;
48
  border-right-width: 5px;
49 49
}
50 50

  
51 51
a
52 52
{
53
	color: #0782C1;
53
  color: #0782C1;
54 54
}
55 55

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

  
64 64
h1,h2,h3,h4,h5,h6
65 65
{
66
	font-weight: normal;
67
	line-height: 1.2;
66
  font-weight: normal;
67
  line-height: 1.2;
68 68
}
69 69

  
70 70
hr
71 71
{
72
	border: 0px;
73
	border-top: 1px solid #ccc;
72
  border: 0px;
73
  border-top: 1px solid #ccc;
74 74
}
75 75

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

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

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

  
100 100
.marker
101 101
{
102
	background-color: Yellow;
102
  background-color: Yellow;
103 103
}
104 104

  
105 105
span[lang]
106 106
{
107
	font-style: italic;
107
  font-style: italic;
108 108
}
109 109

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

  
121 121
figure > figcaption
122 122
{
123
	text-align: center;
124
	display: block; /* For IE8 */
123
  text-align: center;
124
  display: block; /* For IE8 */
125 125
}
126 126

  
127 127
a > img {
128
	padding: 1px;
129
	margin: 1px;
130
	border: none;
131
	outline: 1px solid #0782C1;
128
  padding: 1px;
129
  margin: 1px;
130
  border: none;
131
  outline: 1px solid #0782C1;
132 132
}

Auch abrufbar als: Unified diff