summaryrefslogtreecommitdiff
path: root/public/javascripts/tiny_mce/themes/advanced/skins/default/content.css
diff options
context:
space:
mode:
authorerdgeist <erdgeist@erdgeist.org>2026-06-27 22:52:50 +0200
committererdgeist <erdgeist@erdgeist.org>2026-06-27 22:52:50 +0200
commit9a19a0494ef51cdac9a78e24d517ca48ba44c453 (patch)
tree8eaae12d8047a40e29d3ea7ff3116b5c869e04bd /public/javascripts/tiny_mce/themes/advanced/skins/default/content.css
parent85a01e35274b8d4d4165a7b26bd7986e211246bb (diff)
parent1853082fcd8c067390c246f9daa01a9b47387497 (diff)
Migration from Rails 2.3.5 to Rails 8.1 successful.
Merging dev branch.
Diffstat (limited to 'public/javascripts/tiny_mce/themes/advanced/skins/default/content.css')
-rw-r--r--public/javascripts/tiny_mce/themes/advanced/skins/default/content.css32
1 files changed, 0 insertions, 32 deletions
diff --git a/public/javascripts/tiny_mce/themes/advanced/skins/default/content.css b/public/javascripts/tiny_mce/themes/advanced/skins/default/content.css
deleted file mode 100644
index 19da194..0000000
--- a/public/javascripts/tiny_mce/themes/advanced/skins/default/content.css
+++ /dev/null
@@ -1,32 +0,0 @@
1body, td, pre {color:#000; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px; margin:8px;}
2body {background:#FFF;}
3body.mceForceColors {background:#FFF; color:#000;}
4h1 {font-size: 2em}
5h2 {font-size: 1.5em}
6h3 {font-size: 1.17em}
7h4 {font-size: 1em}
8h5 {font-size: .83em}
9h6 {font-size: .75em}
10.mceItemTable, .mceItemTable td, .mceItemTable th, .mceItemTable caption, .mceItemVisualAid {border: 1px dashed #BBB;}
11a.mceItemAnchor {width:12px; line-height:6px; overflow:hidden; padding-left:12px; background:url(img/items.gif) no-repeat bottom left;}
12img.mceItemAnchor {width:12px; height:12px; background:url(img/items.gif) no-repeat;}
13img {border:0;}
14table {cursor:default}
15table td, table th {cursor:text}
16ins {border-bottom:1px solid green; text-decoration: none; color:green}
17del {color:red; text-decoration:line-through}
18cite {border-bottom:1px dashed blue}
19acronym {border-bottom:1px dotted #CCC; cursor:help}
20abbr, html\:abbr {border-bottom:1px dashed #CCC; cursor:help}
21
22/* IE */
23* html body {
24scrollbar-3dlight-color:#F0F0EE;
25scrollbar-arrow-color:#676662;
26scrollbar-base-color:#F0F0EE;
27scrollbar-darkshadow-color:#DDD;
28scrollbar-face-color:#E0E0DD;
29scrollbar-highlight-color:#F0F0EE;
30scrollbar-shadow-color:#F0F0EE;
31scrollbar-track-color:#F5F5F5;
32}