diff --git a/README.md b/README.md index 61080a4..9fa37dc 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,7 @@ # RestylingRedmineUI -Restyling della user interface di RedMine per customizzarla all’ ISTI \ No newline at end of file + +Restyling della user interface di RedMine per customizzarla all’ ISTI + + +File presi da /srv/redmine/s2i2s/public/themes diff --git a/isti-theme/images/logo.png b/isti-theme/images/logo.png new file mode 100644 index 0000000..545109b Binary files /dev/null and b/isti-theme/images/logo.png differ diff --git a/isti-theme/stylesheets/application.css b/isti-theme/stylesheets/application.css new file mode 100644 index 0000000..742d7d5 --- /dev/null +++ b/isti-theme/stylesheets/application.css @@ -0,0 +1,35 @@ +/* load the default Redmine stylesheet */ +@import url(../../../stylesheets/application.css); + + + +#top-menu { font-size: 80%; height: 5em; padding-top: 1em; background-color: #00000094; } + +/* add a logo in the header */ +#header { + background: #000 url(../images/logo.png) no-repeat 2px; + background-color: #000; + padding-left: 156px; + min-height: 7em; +} + +/* move the project menu to the right */ +#main-menu { + left: auto; + right: 0px; +} + +#content { + padding-left: 30px; +} + +#projects-index { + column-count: auto; + column-width: 400px; + -webkit-column-count: auto; + -webkit-column-width: 400px; + -webkit-column-gap: 0.5rem; + -moz-column-count: auto; + -moz-column-width: auto; + -moz-column-gap: 0.5rem; +} diff --git a/isti-theme/stylesheets/application.css.save b/isti-theme/stylesheets/application.css.save new file mode 100644 index 0000000..a787194 --- /dev/null +++ b/isti-theme/stylesheets/application.css.save @@ -0,0 +1,26 @@ +/* load the default Redmine stylesheet */ +@import url(../../../stylesheets/application.css); + + + +#top-menu { font-size: 80%; height: 5em; padding-top: 1em; background-color: #00000094; } + +/* add a logo in the header */ +#header { + background: #000 url(../images/logo.png) no-repeat 2px; + background-color: #000; + padding-left: 156px; + min-height: 7em; +} + +/* move the project menu to the right */ +#main-menu { + left: auto; + right: 0px; +} + +#content { + padding-left: 30px; +} + +/srv/redmine/s2i2s/public/themes/isti-theme/stylesheets diff --git a/isti-theme/stylesheets/responsive.css b/isti-theme/stylesheets/responsive.css new file mode 100644 index 0000000..471a084 --- /dev/null +++ b/isti-theme/stylesheets/responsive.css @@ -0,0 +1,10 @@ +/* load the default Redmine stylesheet */ +@import url(../../../stylesheets/responsive.css); + + +/* add a logo in the header */ +#header { + background-color: #000; +} + +