Page Menu
Home
In-Portal Phabricator
Search
Configure Global Search
Log In
Files
F1173250
styles.js
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Tue, Sep 30, 9:28 PM
Size
1 KB
Mime Type
text/plain
Expires
Thu, Oct 2, 9:28 PM (1 d, 21 h)
Engine
blob
Format
Raw Data
Handle
760467
Attached To
rTADV Themes.Advanced
styles.js
View Options
// The set of styles for the Styles combo
CKEDITOR
.
stylesSet
.
add
(
'portal'
,
[
// Block Styles
{
name
:
'Alex Blue Title'
,
element
:
'h3'
,
styles
:
{
'color'
:
'Blue'
}
},
{
name
:
'Red Title'
,
element
:
'h3'
,
styles
:
{
'color'
:
'Red'
}
},
// Inline Styles
{
name
:
'Marker: Yellow'
,
element
:
'span'
,
styles
:
{
'background-color'
:
'Yellow'
}
},
{
name
:
'Marker: Green'
,
element
:
'span'
,
styles
:
{
'background-color'
:
'Lime'
}
},
{
name
:
'Big'
,
element
:
'big'
},
{
name
:
'Small'
,
element
:
'small'
},
{
name
:
'Typewriter'
,
element
:
'tt'
},
{
name
:
'Computer Code'
,
element
:
'code'
},
{
name
:
'Keyboard Phrase'
,
element
:
'kbd'
},
{
name
:
'Sample Text'
,
element
:
'samp'
},
{
name
:
'Variable'
,
element
:
'var'
},
{
name
:
'Deleted Text'
,
element
:
'del'
},
{
name
:
'Inserted Text'
,
element
:
'ins'
},
{
name
:
'Cited Work'
,
element
:
'cite'
},
{
name
:
'Inline Quotation'
,
element
:
'q'
},
// Object Styles
{
name
:
'Image on Left'
,
element
:
'img'
,
attributes
:
{
'style'
:
'padding: 5px; margin-right: 5px'
,
'border'
:
'2'
,
'align'
:
'left'
}
},
{
name
:
'Image on Right'
,
element
:
'img'
,
attributes
:
{
'style'
:
'padding: 5px; margin-right: 5px'
,
'border'
:
'2'
,
'align'
:
'right'
}
}
]
);
Event Timeline
Log In to Comment