css_injector.admin.inc |
css_injector.admin.inc |
|
css_injector.admin.inc
Administrative interface for CSS Injector. |
css_injector.css |
css_injector.css |
|
form input.css-inject-edit,
form input.css-inject-delete {
padding-left: 35px;
background-position: 12px center;
background-repeat: no-repeat;
}
form input.css-inject-edit {
background-image: url('text-editor.png');
}
form… |
css_injector.info |
css_injector.info |
|
name = CSS Injector
description = Adds CSS to the page output based on configurable rules.
core = 7.x
files[] = css_injector.admin.inc
files[] = css_injector.install
files[] = css_injector.module
files[] = css_injector.test
configure =… |
css_injector.install |
css_injector.install |
|
Install, update and uninstall functions for the css_injector module. |
css_injector.module |
css_injector.module |
|
Allows administrators to inject CSS into the page output based on
configurable rules. Useful for adding simple CSS tweaks without modifying
a site's official theme. |
css_injector.test |
css_injector.test |
|
Tests for css_injector. |
LICENSE.txt |
LICENSE.txt |
|
GNU GENERAL PUBLIC LICENSE
Version 2, June 1991
Copyright (C) 1989, 1991 Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
Everyone is permitted to copy and distribute verbatim… |
README.txt |
README.txt |
|
CSS Injector
============
Allows administrators to inject CSS into the page output based on configurable
rules. It's useful for adding simple CSS tweaks without modifying a site's
official theme -- for example, a 'nighttime' color… |
syntax_highlighter.css |
syntax_highlighter.css |
|
.ace-editor {
display: none;
}
.has-js .ace-editor {
display: block;
position: relative;
width: 100%;
height: 300px;
margin-bottom: 15px;
margin-top: -10px;
border: 1px #bbb solid;
}
.has-js .form-item-css-text .form-textarea-wrapper{
… |