X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=samples%2Fsample.css;h=8cc2eb9bb2f353c925e2fae64cc12f3ec474283e;hb=aedb6521c23a81ccb889827a7ccc7b42eb93d14f;hp=0d78c1d9e4aed6e50da23ddd3635b5f954dc6f85;hpb=4625dba05116026713fee9008dd93306be0d1553;p=ckeditor.git diff --git a/samples/sample.css b/samples/sample.css index 0d78c1d..8cc2eb9 100644 --- a/samples/sample.css +++ b/samples/sample.css @@ -1,11 +1,11 @@ /* -Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license */ html, body, h1, h2, h3, h4, h5, h6, div, span, blockquote, p, address, form, fieldset, img, ul, ol, dl, dt, dd, li, hr, table, td, th, strong, em, sup, sub, dfn, ins, del, q, cite, var, samp, code, kbd, tt, pre { - line-height: 1.5em; + line-height: 1.5; } body @@ -40,27 +40,50 @@ code border-radius: 3px; } -.new +abbr { - background: #FF7E00; - border: 1px solid #DA8028; - color: #fff; + border-bottom: 1px dotted #555; + cursor: pointer; +} + +.new, .beta +{ + text-transform: uppercase; font-size: 10px; font-weight: bold; padding: 1px 4px; - text-shadow: 0 1px 0 #C97626; - text-transform: uppercase; - margin: 0 0 0 3px; + margin: 0 0 0 5px; + color: #fff; + float: right; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; +} + +.new +{ + background: #FF7E00; + border: 1px solid #DA8028; + text-shadow: 0 1px 0 #C97626; -moz-box-shadow: 0 2px 3px 0 #FFA54E inset; -webkit-box-shadow: 0 2px 3px 0 #FFA54E inset; box-shadow: 0 2px 3px 0 #FFA54E inset; } +.beta +{ + background: #18C0DF; + border: 1px solid #19AAD8; + text-shadow: 0 1px 0 #048CAD; + font-style: italic; + + -moz-box-shadow: 0 2px 3px 0 #50D4FD inset; + -webkit-box-shadow: 0 2px 3px 0 #50D4FD inset; + box-shadow: 0 2px 3px 0 #50D4FD inset; +} + h1.samples { color: #0782C1;