-
Notifications
You must be signed in to change notification settings - Fork 1
/
wysiwyg_teaser.css
56 lines (54 loc) · 1.28 KB
/
wysiwyg_teaser.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
/**
* extendedWYSIWYG
*
* @author Ralf Hertsch <[email protected]>
* @link https://addons.phpmanufaktur.de/extendedWYSIWYG
* @copyright 2012 phpManufaktur by Ralf Hertsch
* @license MIT License (MIT) http://www.opensource.org/licenses/MIT
*/
#wysiwyg_teaser {
float: right;
width: 200px;
height: auto;
margin: 0 0 10px 10px;
padding: 10px;
font-family: Verdana, Arial, sans-serif;
font-size: 9px;
font-weight: normal;
color: #363636;
background-color: transparent;
border: 1px solid #363636;
}
#wysiwyg_teaser a {
color: #da256d;
background-color: transparent;
}
#wysiwyg_teaser a:link,
#wysiwyg_teaser a:visited {
text-decoration: none;
}
#wysiwyg_teaser a:hover,
#wysiwyg_teaser a:active {
text-decoration: underline;
}
.wysiwyg_teaser_title {
font-size: 13px;
font-weight: bold;
color: #363636;
background-color: transparent;
margin: 0;
padding: 0;
}
.wysiwyg_teaser_link {
text-align: right;
}
#wysiwyg_teaser a.wysiwyg_teaser_link_content {
color: #363636;
background-color: transparent;
}
#wysiwyg_teaser a:link.wysiwyg_teaser_link_content,
#wysiwyg_teaser a:visited.wysiwyg_teaser_link_content,
#wysiwyg_teaser a:hover.wysiwyg_teaser_link_content,
#wysiwyg_teaser a:active.wysiwyg_teaser_link_content {
text-decoration: none;
}