diff options
Diffstat (limited to '_source/skins/office2003/reset.css')
| -rw-r--r-- | _source/skins/office2003/reset.css | 85 |
1 files changed, 0 insertions, 85 deletions
diff --git a/_source/skins/office2003/reset.css b/_source/skins/office2003/reset.css deleted file mode 100644 index ae1d355..0000000 --- a/_source/skins/office2003/reset.css +++ /dev/null @@ -1,85 +0,0 @@ -/*
-Copyright (c) 2003-2012, 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;
- float: none;
-
- 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;
-}
-
-.cke_skin_office2003 fieldset
-{
- padding: 10px;
- border: 2px groove #E0DFE3;
-}
|
