Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 1

/**********************************/

/* THREE COLUMN LAYOUT */


/* (Sidebar:Main Content:Sidebar) */
/**********************************/

body.layout-first-main-last #sidebar-first {
margin: 40px 20px 0 0; /* LTR */
width: 240px;
}

body.layout-first-main-last #content-wrapper {
margin: 40px 0 0;
width: 700px;
}

body.layout-first-main-last #content-wrapper #content-inner {


}

body.layout-first-main-last #content-wrapper #sidebar-last {


background-color: #F4F7E7;
margin: 0;
padding: 0 0 0 20px; /* LTR */
width: 220px;
}

body.full-node.layout-first-main-last #sidebar-last {
margin: 0;
}

Checkeditor-cofing.js

config.toolbar_DrupalFiltered = [
['Source'],
['Cut','Copy','Paste','-','SpellChecker'],
['Undo','Redo','-','SelectAll'],
['Image','Flash','Table','HorizontalRule','Smiley','SpecialChar'],
'/',
['Format','Font'],
['FontSize','TextColor','BGColor'],
['Bold','Italic','Underline','Strike','-','Subscript','Superscript'],
['NumberedList','BulletedList','-','Outdent','Indent','Blockquote'],
['JustifyLeft','JustifyCenter','JustifyRight','JustifyBlock'],
['Link','Unlink'],
];

You might also like