Page Menu
Home
In-Portal Phabricator
Search
Configure Global Search
Log In
Files
F802507
advanced
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
Mon, Feb 24, 12:57 PM
Size
2 KB
Mime Type
text/x-diff
Expires
Wed, Feb 26, 12:57 PM (1 d, 14 h)
Engine
blob
Format
Raw Data
Handle
575419
Attached To
rTADV Themes.Advanced
advanced
View Options
Index: branches/1.2.x/platform/inc/styles.js
===================================================================
--- branches/1.2.x/platform/inc/styles.js (nonexistent)
+++ branches/1.2.x/platform/inc/styles.js (revision 16083)
@@ -0,0 +1,48 @@
+// 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'
+ }
+ }
+ ]
+);
Property changes on: branches/1.2.x/platform/inc/styles.js
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+LF
\ No newline at end of property
Index: branches/1.2.x/_install/theme.xml
===================================================================
--- branches/1.2.x/_install/theme.xml (revision 16082)
+++ branches/1.2.x/_install/theme.xml (revision 16083)
@@ -1,5 +1,5 @@
-<theme>
+<theme stylesheet_file="platform/inc/styles.css">
<default_design>platform/designs/general</default_design>
<form_design>platform/designs/form</form_design>
<form_thankyou>platform/thankyou</form_thankyou>
-</theme>
\ No newline at end of file
+</theme>
Event Timeline
Log In to Comment