mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 08:34:29 +01:00
some docu about pixelegg template
This commit is contained in:
parent
c37722da4c
commit
aa80f5a59f
170
pixelegg/description.txt
Executable file
170
pixelegg/description.txt
Executable file
@ -0,0 +1,170 @@
|
||||
/**
|
||||
* EGroupware: Stylite Pixelegg template
|
||||
*
|
||||
*
|
||||
* Please do NOT change css-files directly, instead change less-files and compile them!
|
||||
*
|
||||
* @link http://www.egroupware.org
|
||||
* @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
|
||||
* @author Stefan Reinhardt <stefan.reinhardt@pixelegg.de>
|
||||
* @package pixelegg
|
||||
* @version $Id$
|
||||
*/
|
||||
|
||||
|
||||
This descripes the structure of the less files.
|
||||
|
||||
/**************************
|
||||
* this files joins the less files via less compiler
|
||||
* output = pixelegg.css (used in egw)
|
||||
*/
|
||||
/pixelegg/css/pixelegg.less
|
||||
|
||||
|
||||
|
||||
##### generell Parts ######
|
||||
|
||||
/**************************
|
||||
* copy of (egw)etemplate2.css to override
|
||||
*/
|
||||
/pixelegg/less/etemplate2.less";
|
||||
|
||||
/**************************
|
||||
* copy of (egw)jquery-ui.css to overide
|
||||
*/
|
||||
/pixelegg/less/jquery-ui.less";
|
||||
|
||||
|
||||
/**************************
|
||||
* copy of (egw)magicsuggest.css to override
|
||||
*/
|
||||
/pixelegg/less/magicsuggest.less";
|
||||
|
||||
|
||||
/pixelegg/layout_chosen.less
|
||||
/pixelegg/less/et2_table.less";
|
||||
|
||||
|
||||
##### pixelegg Parts ######
|
||||
##### Definitions ######
|
||||
|
||||
/**************************
|
||||
* Main definitions for color, font, mixins etc..
|
||||
***************************/
|
||||
/pixelegg/less/def_design_pattern_color_font_shadow.less
|
||||
|
||||
/**************************
|
||||
* Definitions for dialogs
|
||||
***************************/
|
||||
/pixelegg/less/def_messages.less
|
||||
|
||||
/**************************
|
||||
* is included
|
||||
* Def Buttons: border, color, dimension, shadow, padding, margin, cursor
|
||||
***************************/
|
||||
/pixelegg/less/def_buttons.less
|
||||
|
||||
|
||||
##### Layout / GRid ######
|
||||
|
||||
/**************************
|
||||
* Main:
|
||||
***************************/
|
||||
/pixelegg/less/layout_raster.less";
|
||||
|
||||
/*################## Main ####################*/
|
||||
/*# # Header Part #*/
|
||||
/*# # Topmenu #*/
|
||||
/*# # #*/
|
||||
/*# # #*/
|
||||
/*# # #*/
|
||||
/*# # #*/
|
||||
/*# Sidebar ############################### #*/
|
||||
/*# # #*/
|
||||
/*# Menu # #*/
|
||||
/*# # #*/
|
||||
/*# Items # APP Specific #*/
|
||||
/*# # #*/
|
||||
/*# Icon # #*/
|
||||
/*# # #*/
|
||||
/*##############################################*/
|
||||
/*# Footer #*/
|
||||
|
||||
/**************************
|
||||
* Table, th, tr, td, :color, border, width, background
|
||||
***************************/
|
||||
/pixelegg/less/layout_table.less";
|
||||
|
||||
/**************************
|
||||
* Choosen: color, padding, margin
|
||||
***************************/
|
||||
/pixelegg/less/layout_chosen.less
|
||||
|
||||
|
||||
/**************************
|
||||
* Defines all messages
|
||||
***************************/
|
||||
/pixelegg/less/layout_messages.less
|
||||
|
||||
/**************************
|
||||
* Copy of (egw)tradionell.css
|
||||
* For HTML Tags
|
||||
* Body, Headline, p, Select, Input, div,
|
||||
***************************/
|
||||
/pixelegg/less/layout_content_elements.less
|
||||
|
||||
|
||||
/**************************
|
||||
* Login Page ...pixelegg style
|
||||
***************************/
|
||||
/pixelegg/less/layout_loginPage.less
|
||||
|
||||
/**************************
|
||||
* Footer Stuff
|
||||
***************************/
|
||||
/pixelegg/less/layout_footer.less
|
||||
|
||||
/*##############################################*/
|
||||
/*# Footer (copyright, etc) #*/
|
||||
/*##############################################*/
|
||||
|
||||
/**************************
|
||||
* Define all the popup dialogs
|
||||
***************************/
|
||||
/pixelegg/less/layout_dialog.less
|
||||
|
||||
/*###########################################
|
||||
# #
|
||||
# dialog-header #
|
||||
#############################################
|
||||
# #
|
||||
# #
|
||||
# #
|
||||
# #
|
||||
# #
|
||||
# main + tabs #
|
||||
# #
|
||||
# #
|
||||
#############################################
|
||||
# dialog-operators #
|
||||
#############################################
|
||||
# #
|
||||
# buttons #
|
||||
# #
|
||||
# #
|
||||
##############################################*/
|
||||
|
||||
/**************************
|
||||
* not edited yet
|
||||
***************************/
|
||||
/pixelegg/less/print.less
|
||||
|
||||
|
||||
|
||||
### not in use (yet) ###########
|
||||
/pixelegg/less/def_icons.less
|
||||
|
||||
### obsolete ############################
|
||||
/pixelegg/less/layout_nextmatch.less
|
||||
/pixelegg/less/def_messages.less
|
||||
/pixelegg/less/layout_buttons_global.less
|
23
pixelegg/manual.txt
Executable file
23
pixelegg/manual.txt
Executable file
@ -0,0 +1,23 @@
|
||||
/**
|
||||
* EGroupware: Stylite Pixelegg template
|
||||
*
|
||||
*
|
||||
* Please do NOT change css-files directly, instead change less-files and compile them!
|
||||
*
|
||||
* @link http://www.egroupware.org
|
||||
* @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
|
||||
* @author Stefan Reinhardt <stefan.reinhardt@pixelegg.de>
|
||||
* @package pixelegg
|
||||
* @version $Id$
|
||||
*/
|
||||
|
||||
|
||||
1. Install IDE with less compiler
|
||||
|
||||
2. Edit any .less file in folder /less/
|
||||
|
||||
3. compile .less to .css + compile /css/pixelegg.less to .css (Important)
|
||||
|
||||
--
|
||||
|
||||
Reload page
|
Loading…
Reference in New Issue
Block a user