Page Menu
Home
In-Portal Phabricator
Search
Configure Global Search
Log In
Files
F726687
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
Sun, Jan 5, 10:32 PM
Size
2 KB
Mime Type
text/x-diff
Expires
Tue, Jan 7, 10:32 PM (1 d, 6 h ago)
Engine
blob
Format
Raw Data
Handle
536786
Attached To
rTADV Themes.Advanced
advanced
View Options
Index: branches/1.3.x/platform/inc/styles.js
===================================================================
--- branches/1.3.x/platform/inc/styles.js (nonexistent)
+++ branches/1.3.x/platform/inc/styles.js (revision 16128)
@@ -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.3.x/platform/inc/styles.js
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+LF
\ No newline at end of property
Index: branches/1.3.x/_install/theme.xml
===================================================================
--- branches/1.3.x/_install/theme.xml (revision 16127)
+++ branches/1.3.x/_install/theme.xml (revision 16128)
@@ -1,6 +1,6 @@
-<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>
<image_resize_rules></image_resize_rules>
-</theme>
\ No newline at end of file
+</theme>
Index: branches/1.3.x
===================================================================
--- branches/1.3.x (revision 16127)
+++ branches/1.3.x (revision 16128)
Property changes on: branches/1.3.x
___________________________________________________________________
Modified: svn:mergeinfo
## -0,0 +0,1 ##
Merged /themes/advanced/branches/1.2.x:r16063-16127
Event Timeline
Log In to Comment