Show spam aliases #
This commit is contained in:
BIN
data/web/rc/program/resources/blank.gif
Normal file
BIN
data/web/rc/program/resources/blank.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 54 B |
BIN
data/web/rc/program/resources/blank.tiff
Normal file
BIN
data/web/rc/program/resources/blank.tiff
Normal file
Binary file not shown.
BIN
data/web/rc/program/resources/blank.webp
Normal file
BIN
data/web/rc/program/resources/blank.webp
Normal file
Binary file not shown.
After Width: | Height: | Size: 86 B |
BIN
data/web/rc/program/resources/blocked.gif
Normal file
BIN
data/web/rc/program/resources/blocked.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 118 B |
BIN
data/web/rc/program/resources/dummy.pdf
Normal file
BIN
data/web/rc/program/resources/dummy.pdf
Normal file
Binary file not shown.
90
data/web/rc/program/resources/tinymce/browser.css
Normal file
90
data/web/rc/program/resources/tinymce/browser.css
Normal file
@@ -0,0 +1,90 @@
|
||||
/* This file contains the CSS data for media file selector of TinyMCE */
|
||||
#image-selector-list {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
right: 152px;
|
||||
height: 100%;
|
||||
overflow-x: hidden;
|
||||
overflow-y: auto;
|
||||
}
|
||||
|
||||
#image-selector-form {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
bottom: 0;
|
||||
right: 0;
|
||||
width: 150px;
|
||||
border: 0;
|
||||
border: 1px solid #FFF;
|
||||
border-left: 1px solid #DDD;
|
||||
text-align: center;
|
||||
padding-top: 10px;
|
||||
}
|
||||
|
||||
#image-upload-button {
|
||||
width: 80%;
|
||||
height: 30px;
|
||||
}
|
||||
|
||||
#image-upload-button span {
|
||||
position: absolute;
|
||||
width: 100%;
|
||||
text-align: center;
|
||||
line-height: 30px;
|
||||
}
|
||||
|
||||
#image-selector-list li {
|
||||
line-height: 80px;
|
||||
padding: 2px 0 2px 3px;
|
||||
cursor: pointer;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
|
||||
#image-selector-list li:hover,
|
||||
#image-selector-list li:focus {
|
||||
background-color: #F0F0F0;
|
||||
}
|
||||
|
||||
#image-selector-list ul li img {
|
||||
vertical-align: middle;
|
||||
max-height: 80px;
|
||||
}
|
||||
|
||||
#image-selector-list ul li span.name {
|
||||
vertical-align: middle;
|
||||
font-weight: bold;
|
||||
padding-left: 10px;
|
||||
}
|
||||
|
||||
#image-selector-list ul li span.img {
|
||||
height: 80px;
|
||||
width: 80px;
|
||||
text-align: center;
|
||||
display: inline-block;
|
||||
overflow: hidden;
|
||||
line-height: 80px;
|
||||
}
|
||||
|
||||
#image-selector-form.droptarget.hover,
|
||||
#image-selector-form.droptarget.active {
|
||||
border: 1px solid #019bc6;
|
||||
box-shadow: 0 0 3px 2px rgba(71,135,177, 0.5);
|
||||
-moz-box-shadow: 0 0 3px 2px rgba(71,135,177, 0.5);
|
||||
-webkit-box-shadow: 0 0 3px 2px rgba(71,135,177, 0.5);
|
||||
}
|
||||
|
||||
#image-selector-form.droptarget.hover {
|
||||
background-color: #d9ecf4;
|
||||
box-shadow: 0 0 5px 2px rgba(71,135,177, 0.9);
|
||||
-moz-box-shadow: 0 0 5px 2px rgba(71,135,177, 0.9);
|
||||
-webkit-box-shadow: 0 0 5px 2px rgba(71,135,177, 0.9);
|
||||
}
|
||||
|
||||
div.mce-abs-end div.hint {
|
||||
line-height: 50px;
|
||||
padding-left: 10px;
|
||||
color: #999;
|
||||
text-shadow: 0 1px 1px #FFF;
|
||||
}
|
24
data/web/rc/program/resources/tinymce/content.css
Normal file
24
data/web/rc/program/resources/tinymce/content.css
Normal file
@@ -0,0 +1,24 @@
|
||||
/* This file contains the CSS data for the editable area(iframe) of TinyMCE */
|
||||
|
||||
body, td, pre {
|
||||
font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
body {
|
||||
background-color: #FFFFFF;
|
||||
margin: 4px;
|
||||
}
|
||||
|
||||
div.pre {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
font-family: monospace;
|
||||
}
|
||||
|
||||
blockquote
|
||||
{
|
||||
border-left: #1010ff 2px solid;
|
||||
margin: 0;
|
||||
padding: 0 0.4em;
|
||||
}
|
BIN
data/web/rc/program/resources/tinymce/video.png
Normal file
BIN
data/web/rc/program/resources/tinymce/video.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 463 B |
Reference in New Issue
Block a user