X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=_source%2Fskins%2Foffice2003%2Freset.css;fp=_source%2Fskins%2Foffice2003%2Freset.css;h=2f19e648003d10a3732386904dc4db4129899f3e;hb=ea7e3453c7b0f023b050aca6d9f83ab372860d91;hp=0000000000000000000000000000000000000000;hpb=b93873b6532ee7515fb0d6f8b73176c44fad28f7;p=ckeditor.git diff --git a/_source/skins/office2003/reset.css b/_source/skins/office2003/reset.css new file mode 100644 index 0000000..2f19e64 --- /dev/null +++ b/_source/skins/office2003/reset.css @@ -0,0 +1,78 @@ +/* +Copyright (c) 2003-2009, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.html or http://ckeditor.com/license +*/ + +/** + * Reset and Default Values + */ +.cke_skin_office2003 *, +.cke_skin_office2003 a:hover, +.cke_skin_office2003 a:link, +.cke_skin_office2003 a:visited, +.cke_skin_office2003 a:active +{ + margin: 0; + padding: 0; + border: 0; + background: transparent; + text-decoration: none; + font: normal normal normal 100% Sans-Serif; + width: auto; + height: auto; + border-collapse: collapse; + text-align: left; + vertical-align: baseline; + white-space: nowrap; + cursor: auto; + color: #000; + + font-size: 11px; + font-family: 'Microsoft Sans Serif' , Tahoma, Arial, Verdana, Sans-Serif; +} + +.cke_skin_office2003 .cke_rtl *, +.cke_skin_office2003 .cke_rtl a:hover, +.cke_skin_office2003 .cke_rtl a:link, +.cke_skin_office2003 .cke_rtl a:visited, +.cke_skin_office2003 .cke_rtl a:active, +.cke_rtl .cke_skin_office2003 *, +.cke_rtl .cke_skin_office2003 a:hover, +.cke_rtl .cke_skin_office2003 a:link, +.cke_rtl .cke_skin_office2003 a:visited, +.cke_rtl .cke_skin_office2003 a:active +{ + text-align: right; +} + +.cke_skin_office2003 iframe +{ + vertical-align: inherit; /** For IE */ +} + +.cke_skin_office2003 textarea +{ + white-space: pre; +} + +.cke_skin_office2003 .cke_browser_gecko textarea +{ + cursor: text; +} + +.cke_skin_office2003 .cke_browser_gecko textarea[disabled] +{ + cursor: default; +} + +.cke_skin_office2003 input[type="text"], +.cke_skin_office2003 input[type="password"] +{ + cursor: text; +} + +.cke_skin_office2003 input[type="text"][disabled], +.cke_skin_office2003 input[type="password"][disabled] +{ + cursor: default; +}