1 |
85ad3d82
|
Assos Assos
|
|
2 |
b986a83e
|
Florent Torregrosa
|
|
3 |
|
|
|
4 |
85ad3d82
|
Assos Assos
|
|
5 |
|
|
|
6 |
|
|
body
|
7 |
|
|
{
|
8 |
|
|
|
9 |
|
|
font-family: sans-serif, Arial, Verdana, "Trebuchet MS";
|
10 |
|
|
font-size: 12px;
|
11 |
|
|
|
12 |
|
|
|
13 |
|
|
color: #333;
|
14 |
|
|
|
15 |
|
|
|
16 |
|
|
background-color: #fff;
|
17 |
|
|
|
18 |
|
|
margin: 20px;
|
19 |
|
|
}
|
20 |
|
|
|
21 |
|
|
.cke_editable
|
22 |
|
|
{
|
23 |
|
|
font-size: 13px;
|
24 |
d69c481e
|
Florent Torregrosa
|
line-height: 1.6;
|
25 |
b986a83e
|
Florent Torregrosa
|
|
26 |
|
|
|
27 |
|
|
word-wrap: break-word;
|
28 |
85ad3d82
|
Assos Assos
|
}
|
29 |
|
|
|
30 |
|
|
blockquote
|
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;
|
38 |
|
|
}
|
39 |
|
|
|
40 |
|
|
.cke_contents_ltr blockquote
|
41 |
|
|
{
|
42 |
|
|
padding-left: 20px;
|
43 |
|
|
padding-right: 8px;
|
44 |
|
|
border-left-width: 5px;
|
45 |
|
|
}
|
46 |
|
|
|
47 |
|
|
.cke_contents_rtl blockquote
|
48 |
|
|
{
|
49 |
|
|
padding-left: 8px;
|
50 |
|
|
padding-right: 20px;
|
51 |
|
|
border-right-width: 5px;
|
52 |
|
|
}
|
53 |
|
|
|
54 |
|
|
a
|
55 |
|
|
{
|
56 |
|
|
color: #0782C1;
|
57 |
|
|
}
|
58 |
|
|
|
59 |
|
|
ol,ul,dl
|
60 |
|
|
{
|
61 |
|
|
|
62 |
|
|
*margin-right: 0px;
|
63 |
|
|
|
64 |
|
|
padding: 0 40px;
|
65 |
|
|
}
|
66 |
|
|
|
67 |
|
|
h1,h2,h3,h4,h5,h6
|
68 |
|
|
{
|
69 |
|
|
font-weight: normal;
|
70 |
d69c481e
|
Florent Torregrosa
|
line-height: 1.2;
|
71 |
85ad3d82
|
Assos Assos
|
}
|
72 |
|
|
|
73 |
|
|
hr
|
74 |
|
|
{
|
75 |
|
|
border: 0px;
|
76 |
|
|
border-top: 1px solid #ccc;
|
77 |
|
|
}
|
78 |
|
|
|
79 |
d69c481e
|
Florent Torregrosa
|
img.right
|
80 |
|
|
{
|
81 |
|
|
border: 1px solid #ccc;
|
82 |
|
|
float: right;
|
83 |
|
|
margin-left: 15px;
|
84 |
|
|
padding: 5px;
|
85 |
85ad3d82
|
Assos Assos
|
}
|
86 |
|
|
|
87 |
d69c481e
|
Florent Torregrosa
|
img.left
|
88 |
|
|
{
|
89 |
|
|
border: 1px solid #ccc;
|
90 |
|
|
float: left;
|
91 |
|
|
margin-right: 15px;
|
92 |
|
|
padding: 5px;
|
93 |
85ad3d82
|
Assos Assos
|
}
|
94 |
|
|
|
95 |
|
|
pre
|
96 |
|
|
{
|
97 |
|
|
white-space: pre-wrap;
|
98 |
|
|
word-wrap: break-word;
|
99 |
d69c481e
|
Florent Torregrosa
|
-moz-tab-size: 4;
|
100 |
|
|
tab-size: 4;
|
101 |
|
|
}
|
102 |
|
|
|
103 |
|
|
.marker
|
104 |
|
|
{
|
105 |
|
|
background-color: Yellow;
|
106 |
|
|
}
|
107 |
|
|
|
108 |
|
|
span[lang]
|
109 |
|
|
{
|
110 |
|
|
font-style: italic;
|
111 |
|
|
}
|
112 |
|
|
|
113 |
|
|
figure
|
114 |
|
|
{
|
115 |
|
|
text-align: center;
|
116 |
b986a83e
|
Florent Torregrosa
|
outline: solid 1px #ccc;
|
117 |
d69c481e
|
Florent Torregrosa
|
background: rgba(0,0,0,0.05);
|
118 |
|
|
padding: 10px;
|
119 |
|
|
margin: 10px 20px;
|
120 |
|
|
display: inline-block;
|
121 |
|
|
}
|
122 |
|
|
|
123 |
|
|
figure > figcaption
|
124 |
|
|
{
|
125 |
|
|
text-align: center;
|
126 |
|
|
display: block;
|
127 |
85ad3d82
|
Assos Assos
|
}
|
128 |
|
|
|
129 |
d69c481e
|
Florent Torregrosa
|
a > img {
|
130 |
|
|
padding: 1px;
|
131 |
|
|
margin: 1px;
|
132 |
|
|
border: none;
|
133 |
|
|
outline: 1px solid #0782C1;
|
134 |
85ad3d82
|
Assos Assos
|
}
|
135 |
b986a83e
|
Florent Torregrosa
|
|
136 |
|
|
|
137 |
|
|
.code-featured
|
138 |
|
|
{
|
139 |
|
|
border: 5px solid red;
|
140 |
|
|
}
|
141 |
|
|
|
142 |
|
|
.math-featured
|
143 |
|
|
{
|
144 |
|
|
padding: 20px;
|
145 |
|
|
box-shadow: 0 0 2px rgba(200, 0, 0, 1);
|
146 |
|
|
background-color: rgba(255, 0, 0, 0.05);
|
147 |
|
|
margin: 10px;
|
148 |
|
|
}
|
149 |
|
|
|
150 |
|
|
.image-clean
|
151 |
|
|
{
|
152 |
|
|
border: 0;
|
153 |
|
|
background: none;
|
154 |
|
|
padding: 0;
|
155 |
|
|
}
|
156 |
|
|
|
157 |
|
|
.image-clean > figcaption
|
158 |
|
|
{
|
159 |
|
|
font-size: .9em;
|
160 |
|
|
text-align: right;
|
161 |
|
|
}
|
162 |
|
|
|
163 |
|
|
.image-grayscale
|
164 |
|
|
{
|
165 |
|
|
background-color: white;
|
166 |
|
|
color: #666;
|
167 |
|
|
}
|
168 |
|
|
|
169 |
|
|
.image-grayscale img, img.image-grayscale
|
170 |
|
|
{
|
171 |
|
|
filter: grayscale(100%);
|
172 |
|
|
}
|
173 |
|
|
|
174 |
|
|
.embed-240p
|
175 |
|
|
{
|
176 |
|
|
max-width: 426px;
|
177 |
|
|
max-height: 240px;
|
178 |
|
|
margin:0 auto;
|
179 |
|
|
}
|
180 |
|
|
|
181 |
|
|
.embed-360p
|
182 |
|
|
{
|
183 |
|
|
max-width: 640px;
|
184 |
|
|
max-height: 360px;
|
185 |
|
|
margin:0 auto;
|
186 |
|
|
}
|
187 |
|
|
|
188 |
|
|
.embed-480p
|
189 |
|
|
{
|
190 |
|
|
max-width: 854px;
|
191 |
|
|
max-height: 480px;
|
192 |
|
|
margin:0 auto;
|
193 |
|
|
}
|
194 |
|
|
|
195 |
|
|
.embed-720p
|
196 |
|
|
{
|
197 |
|
|
max-width: 1280px;
|
198 |
|
|
max-height: 720px;
|
199 |
|
|
margin:0 auto;
|
200 |
|
|
}
|
201 |
|
|
|
202 |
|
|
.embed-1080p
|
203 |
|
|
{
|
204 |
|
|
max-width: 1920px;
|
205 |
|
|
max-height: 1080px;
|
206 |
|
|
margin:0 auto;
|
207 |
|
|
}
|