ckeditor/plugins/wsc/dialogs/wsc.css
changeset 0 44d330dccc59
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/ckeditor/plugins/wsc/dialogs/wsc.css	Thu Dec 15 18:10:20 2016 +0300
     1.3 @@ -0,0 +1,82 @@
     1.4 +/*
     1.5 +Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
     1.6 +For licensing, see LICENSE.html or http://ckeditor.com/license
     1.7 +*/
     1.8 +
     1.9 +html, body
    1.10 +{
    1.11 +	background-color: transparent;
    1.12 +	margin: 0px;
    1.13 +	padding: 0px;
    1.14 +}
    1.15 +
    1.16 +body
    1.17 +{
    1.18 +	padding: 10px;
    1.19 +}
    1.20 +
    1.21 +body, td, input, select, textarea
    1.22 +{
    1.23 +	font-size: 11px;
    1.24 +	font-family: 'Microsoft Sans Serif' , Arial, Helvetica, Verdana;
    1.25 +}
    1.26 +
    1.27 +.midtext
    1.28 +{
    1.29 +	padding:0px;
    1.30 +	margin:10px;
    1.31 +}
    1.32 +
    1.33 +.midtext p
    1.34 +{
    1.35 +	padding:0px;
    1.36 +	margin:10px;
    1.37 +}
    1.38 +
    1.39 +.Button
    1.40 +{
    1.41 +	border: #737357 1px solid;
    1.42 +	color: #3b3b1f;
    1.43 +	background-color: #c7c78f;
    1.44 +}
    1.45 +
    1.46 +.PopupTabArea
    1.47 +{
    1.48 +	color: #737357;
    1.49 +	background-color: #e3e3c7;
    1.50 +}
    1.51 +
    1.52 +.PopupTitleBorder
    1.53 +{
    1.54 +	border-bottom: #d5d59d 1px solid;
    1.55 +}
    1.56 +.PopupTabEmptyArea
    1.57 +{
    1.58 +	padding-left: 10px;
    1.59 +	border-bottom: #d5d59d 1px solid;
    1.60 +}
    1.61 +
    1.62 +.PopupTab, .PopupTabSelected
    1.63 +{
    1.64 +	border-right: #d5d59d 1px solid;
    1.65 +	border-top: #d5d59d 1px solid;
    1.66 +	border-left: #d5d59d 1px solid;
    1.67 +	padding: 3px 5px 3px 5px;
    1.68 +	color: #737357;
    1.69 +}
    1.70 +
    1.71 +.PopupTab
    1.72 +{
    1.73 +	margin-top: 1px;
    1.74 +	border-bottom: #d5d59d 1px solid;
    1.75 +	cursor: pointer;
    1.76 +}
    1.77 +
    1.78 +.PopupTabSelected
    1.79 +{
    1.80 +	font-weight: bold;
    1.81 +	cursor: default;
    1.82 +	padding-top: 4px;
    1.83 +	border-bottom: #f1f1e3 1px solid;
    1.84 +	background-color: #f1f1e3;
    1.85 +}