Code Monkey home page Code Monkey logo

ckeditor-light-theme's People

Contributors

shine-neko avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

ckeditor-light-theme's Issues

css changes

I was looking for a simple and nice ckeditor theme and I founded your one. Thanks :)

Here some overrides that I made to make it looks as below, if you like it feel free to implement the following changes in your theme.

schermata 2015-11-06 alle 12 40 52

.cke_inner, .cke_wysiwyg_frame {
    border-top-left-radius: 5px !important;
    border-top-right-radius: 5px !important;
    border-bottom-left-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
}

.cke_top {
    background: #f6f6f6 !important;  
    border-top: none !important;

    border-top-left-radius: 5px !important;
    border-top-right-radius: 5px !important;

    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.cke_bottom {
    background: #f6f6f6 !important;
    border-top: 1px solid #efefef !important;

    border-bottom-left-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
}

.cke_source {
    padding: 13px 15px !important;
    box-sizing: border-box !important;
}

a.cke_button_on {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    background-color: rgba(0,0,0,0.1) !important;
    border-radius: 4px !important;
}

PS: Why don't you submit your theme to the ckeditor team?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.