WeLoveCSS Logo
Home Profile Members Search Rules Help New Posts



WeLoveCSS > PROGRAMMING LANGUAGES > Scripting and Server Side > CSS Editor script

Reply
  Thread Tools Display Modes
Old 4th August 12, 11:42 PM   #1
XCVIII
WLC Member
 
Join Date: Aug 2012
Posts: 1
Default CSS Editor script

I am working on a hobby project right now that has has 4 separate .css files.
I have set it up so that I can edit the .css files directly online via my site through an online text editor and save the changes.

Now I would like to know if there are any editors out there that I could incorporate in my site to allow me to edit the css parameters (font family, size, color etc) via text field/drop down menus instead.

Example:

Right now I can edit the css code for the sites menu in a text editor that I can access my sites back-end.


#menu td{
background-color:#FF00FF;
font-family: "Tahoma", verdana, helvetica, arial, sans-serif;
color: #FF00FF;
font-weight: italic;
text-align: left;
border-left: 4px solid #00FF00;
border-bottom: 1px solid #00FF00;
border-top: 3px solid #00FF00;
border-right: 1px solid #00FF00;
}

#text box{
background-color:#FF0000;
font-family: "Arial", verdana, helvetica, arial, sans-serif;
color: #FF00FF;
font-weight: bold;
text-align: left;
border-left: 1px solid #F0FF00;
border-bottom: 1px solid #00FF00;
border-top: 1px solid #00FF00;
border-right: 1px solid #F0FF00;
}


Are there any html/php/java editor out there that could make it easier for me to edit my css parameters so that I can pick the font family, size for #menu td via a drop down menu and chose the font color for #text box via a color map/picker for example? Or is the only "site editor" for my sites css the one I am using right now (i.e. text editor) ?
XCVIII is offline   Reply With Quote
Old 5th August 12, 02:26 PM   #2
meesa
WLC Mod
 
meesa's Avatar
 
Join Date: Jul 2009
Location: Milky Way Galaxy
Posts: 3,138
Default Re: CSS Editor script

As far as I know, there is not. However, you really don't want that: to have a font drop-down list would just limit your options, as right now you can put in any font. (But stick to the standard fonts that everybody has) And if there were to be a size drop down, you'd either find yourself limited, or still just typing in numbers.
__________________
Praise be to the Lord God for the ability to learn, the capability to analyze, and the time to help users on this forum.
meesa is offline   Reply With Quote
Reply


Thread Tools
Display Modes
Linear Mode Linear Mode

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 05:28 PM.



Home | Advertise | Contact Us | Top
Home | Advertise | Contact Us | Top

Copyright© 2006 WeLoveCSS.com. All Rights Reserved.
Powered by vBulletin Version 3.8.4 Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.