lib/cytoplasm.rb in cytoplasm-0.2.6 vs lib/cytoplasm.rb in cytoplasm-0.2.7
- old
+ new
@@ -34,11 +34,11 @@
:align => "right",
:background => "transparent",
:font => "light"
}
},
- :content => {
+ :section => {
:margin => "0px",
:padding => "20px"
},
:footer => {
:margin => "0px",
@@ -57,13 +57,13 @@
:bold => "Verdana"
},
:sizes => {
:small => "12px",
:normal => "14px",
- :huge => "48px",
- :heading_factor => "1.8"
- }
+ :huge => "48px"
+ },
+ :heading_factor => "1.8"
},
:colors => {
:global => {
:background => "green",
:text => "black",
@@ -71,18 +71,32 @@
},
:header => {
:background => "transparent",
:text => "white"
},
- :content => {
+ :section => {
:background => "white",
- :text => "inherit"
+ :text => "black"
},
:footer => {
:background => "transparent",
:text => "white"
},
+ :links => {
+ :unvisited => {
+ :text => "blue"
+ },
+ :visited => {
+ :text => "purple"
+ },
+ :hover => {
+ :text => "red"
+ },
+ :active => {
+ :text => "yellow"
+ }
+ },
:plugins => {
:cytoTable => {
:background => "#eeeeee",
:border => "1px solid #cccccc",
:text => "inherit"
@@ -120,19 +134,20 @@
],
:js => [
'less-1.3.1.min.js',
'cytoplasm.js',
'jquery.ba-throttle-debounce.min.js',
- 'jquery.color.js',
+ 'jquery.color-2.1.0.min.js',
'cytoAjax',
'cytoSelect',
'cytoRadio',
'cytoSlider',
'cytoUpload',
'cytoColorPicker',
'cytoField',
'cytoTable',
- 'cytoLogo'
+ 'cytoLogo',
+ 'cytoMenu'
]
};
def initialize
load_vars_from("config/cytoplasm-config.yml")
\ No newline at end of file