X-Git-Url: https://scm.cri.ensmp.fr/git/ckeditor.git/blobdiff_plain/e11f66eb655db8339a2d9b197b89f6c3b26099e1..579f65bc95a773bc6f8da75f6849ea49f365368b:/skins/ckeditor/_source/skins/v2/reset.css diff --git a/skins/ckeditor/_source/skins/v2/reset.css b/skins/ckeditor/_source/skins/v2/reset.css deleted file mode 100644 index dad15fb..0000000 --- a/skins/ckeditor/_source/skins/v2/reset.css +++ /dev/null @@ -1,84 +0,0 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -/** - * Reset and Default Values - */ -.cke_skin_v2 *, -.cke_skin_v2 a:hover, -.cke_skin_v2 a:link, -.cke_skin_v2 a:visited, -.cke_skin_v2 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_v2 .cke_rtl *, -.cke_skin_v2 .cke_rtl a:hover, -.cke_skin_v2 .cke_rtl a:link, -.cke_skin_v2 .cke_rtl a:visited, -.cke_skin_v2 .cke_rtl a:active, -.cke_rtl .cke_skin_v2 *, -.cke_rtl .cke_skin_v2 a:hover, -.cke_rtl .cke_skin_v2 a:link, -.cke_rtl .cke_skin_v2 a:visited, -.cke_rtl .cke_skin_v2 a:active -{ - text-align: right; -} - -.cke_skin_v2 iframe -{ - vertical-align: inherit; /** For IE */ -} - -.cke_skin_v2 textarea -{ - white-space: pre; -} - -.cke_skin_v2 .cke_browser_gecko textarea -{ - cursor: text; -} - -.cke_skin_v2 .cke_browser_gecko textarea[disabled] -{ - cursor: default; -} - -.cke_skin_v2 input[type="text"], -.cke_skin_v2 input[type="password"] -{ - cursor: text; -} - -.cke_skin_v2 input[type="text"][disabled], -.cke_skin_v2 input[type="password"][disabled] -{ - cursor: default; -} - -.cke_skin_v2 fieldset -{ - padding: 10px; - border: 2px groove #E0DFE3; -}