Skip to content

Commit

Permalink
Item9577: add watermarks for protected styles
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.foswiki.org/trunk@8808 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
ArthurClemens authored and ArthurClemens committed Aug 28, 2010
1 parent 1ad83f7 commit bae458f
Show file tree
Hide file tree
Showing 8 changed files with 25 additions and 24 deletions.
5 changes: 4 additions & 1 deletion TinyMCEPlugin/lib/Foswiki/Plugins/TinyMCEPlugin/MANIFEST
Expand Up @@ -674,7 +674,10 @@ pub/System/TinyMCEPlugin/tinymce/readme.md 0644
#pub/System/TinyMCEPlugin/tinymce/tools/templates/js/shCore.js 0644
#pub/System/TinyMCEPlugin/tinymce/tools/templates/member.xsl 0644
pub/System/TinyMCEPlugin/unlink.gif 0644
pub/System/TinyMCEPlugin/verbatim.gif 0644
pub/System/TinyMCEPlugin/watermark_literal.gif 0644
pub/System/TinyMCEPlugin/watermark_protect_forever.gif 0644
pub/System/TinyMCEPlugin/watermark_protect_on_save.gif 0644
pub/System/TinyMCEPlugin/watermark_verbatim.gif 0644
pub/System/TinyMCEPlugin/wikiringlogo20x20.png 0644
pub/System/TinyMCEPlugin/wysiwyg_src.css 0644
pub/System/TinyMCEPlugin/wysiwyg.css 0644
Expand Down
Binary file removed TinyMCEPlugin/pub/System/TinyMCEPlugin/verbatim.gif
Binary file not shown.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
44 changes: 21 additions & 23 deletions TinyMCEPlugin/pub/System/TinyMCEPlugin/wysiwyg_src.css
@@ -1,34 +1,32 @@
.WYSIWYG_LINK {
color:blue;
text-decoration:underline;
color:blue;
text-decoration:underline;
}
.WYSIWYG_PROTECTED,
.WYSIWYG_STICKY,
.WYSIWYG_LITERAL,
.TMLverbatim,
.WYSIWYG_TT {
font-family: "Bitstream Vera Sans Mono","Andale Mono",Courier,monospace;
font-size:94%;
}

.WYSIWYG_PROTECTED {
font-family:"Courier New", courier, monaco, monospace;
color:#7A4707;
white-space:pre;
background-image:url("watermark_protect_on_save.gif");
color:#7A4707;
white-space:pre;
}

.WYSIWYG_STICKY {
font-family:"Courier New", courier, monaco, monospace;
color:#FF4707;
white-space:pre;
background-image:url("watermark_protect_forever.gif");
color:#FF4707;
white-space:pre;
}

.WYSIWYG_LITERAL {
font-family:"Courier New", courier, monaco, monospace;
font-size: 12pt;
color:#606060;
background-image:url("watermark_literal.gif");
color:#606060;
}

.TMLverbatim {
font-family:"Courier New", courier, monaco, monospace;
font-size: 12pt;
background-image:url(verbatim.gif);
white-space:pre nowrap;
background-image:url("watermark_verbatim.gif");
white-space:pre nowrap;
}
.WYSIWYG_TT {}

.WYSIWYG_TT {
font-family:"Courier New", courier, monaco, monospace;
font-size: 12pt;
}

0 comments on commit bae458f

Please sign in to comment.