diff --git a/public/designs/icons/default/style.css b/public/designs/icons/default/style.css index f49847a..28327e7 100644 --- a/public/designs/icons/default/style.css +++ b/public/designs/icons/default/style.css @@ -10,6 +10,6 @@ .button.person { background-image: url(user_icon.png); } .button.product { background-image: url(gnome-other.png); } .button.delete { background-image: url(gtk-delete.png); } -.button.find { background-image: url(gtk-find.png); } +.button.find { background-image: url(noosfero-find.png); } .button.back { background-image: url(gtk-go-back-ltr.png); } .button.next { background-image: url(gtk-media-next-ltr.png); } diff --git a/public/designs/themes/default/images/bottom.png b/public/designs/themes/default/images/bottom.png deleted file mode 100644 index 1a32718..0000000 Binary files a/public/designs/themes/default/images/bottom.png and /dev/null differ diff --git a/public/designs/themes/default/images/button.png b/public/designs/themes/default/images/button.png deleted file mode 100644 index f723229..0000000 Binary files a/public/designs/themes/default/images/button.png and /dev/null differ diff --git a/public/designs/themes/default/images/h3bg.png b/public/designs/themes/default/images/h3bg.png deleted file mode 100644 index c3c5426..0000000 Binary files a/public/designs/themes/default/images/h3bg.png and /dev/null differ diff --git a/public/designs/themes/default/macstyle.yml b/public/designs/themes/default/macstyle.yml deleted file mode 100644 index 4ca77f2..0000000 --- a/public/designs/themes/default/macstyle.yml +++ /dev/null @@ -1,2 +0,0 @@ -title: "i3theme Mac" -description: "A theme with Mac Os style" diff --git a/public/designs/themes/default/style.css b/public/designs/themes/default/style.css deleted file mode 100644 index b18d494..0000000 --- a/public/designs/themes/default/style.css +++ /dev/null @@ -1,96 +0,0 @@ -/* MacStyle Theme for Blocks */ - -.design_block -{ - background: #FFFFFF; - border: 0px; -} - -/* FIXME: esta usando para flutuar */ - -ul.design_block_control_list -{ - list-style: none; - margin: 0px; - padding: 0px; -} - -#design_editor h3.design_block_header { -cursor:move; -} - -.design_block h3 -{ - position: relative; - background: url('images/h3bg.png') repeat-x; - font-family: Sans-serif; - font-size: 15px; - margin: 0px; - padding: 0px; - overflow: hidden; - color: #545454; - padding-left: 10px; - height: 25px; - vertical-align: top; -} - -a.design_button_block span { -display: none; -padding: 1px; -color: #000; -background: #dfdfdf; -font-family: Sans-serif; -font-size: 10px; -font-weight: normal; -border: 1px inset #545454; -} - -a.design_button_block:hover span { -display: block; -position: absolute; -margin-top: -20px; -z-index: 100; -float: left; -} - -.design_block a.design_button_block { - display: block !important; - width: 20px !important; - height: 20px !important; - margin-top: 5px !important; - margin-right: 5px !important; - float: right !important; -} - -.design_block a.button_block_hide { -background:url('images/button.png') no-repeat; -background-position: 0px 0px; -} - -.design_block a:hover.button_block_hide { -background: url('images/button.png') no-repeat; -background-position: 0px -20px; -} - -.design_block a.button_block_remove, -.design_block a.button_block_item_options, -.design_block a.button_block_options { -background: url('images/button.png') no-repeat; -background-position:-20px 0; -} - -.design_block a:hover.button_block_remove, -.design_block a.hover.button_block_item_options, -.design_block a.hover.button_block_options { -background: url('images/button.png') no-repeat; -background-position:-20px -20px; -} - -.design_block_content -{ - margin: 0; - padding: 5px 10px 9px 10px; - background: url(images/bottom.png) repeat-x 0 100%; - overflow: hidden; -} - diff --git a/public/designs/themes/default/thumbnail.jpg b/public/designs/themes/default/thumbnail.jpg deleted file mode 100644 index 2c54e0d..0000000 Binary files a/public/designs/themes/default/thumbnail.jpg and /dev/null differ diff --git a/public/designs/themes/macstyle/images/bottom.png b/public/designs/themes/macstyle/images/bottom.png new file mode 100644 index 0000000..1a32718 Binary files /dev/null and b/public/designs/themes/macstyle/images/bottom.png differ diff --git a/public/designs/themes/macstyle/images/button.png b/public/designs/themes/macstyle/images/button.png new file mode 100644 index 0000000..f723229 Binary files /dev/null and b/public/designs/themes/macstyle/images/button.png differ diff --git a/public/designs/themes/macstyle/images/h3bg.png b/public/designs/themes/macstyle/images/h3bg.png new file mode 100644 index 0000000..c3c5426 Binary files /dev/null and b/public/designs/themes/macstyle/images/h3bg.png differ diff --git a/public/designs/themes/macstyle/macstyle.yml b/public/designs/themes/macstyle/macstyle.yml new file mode 100644 index 0000000..4ca77f2 --- /dev/null +++ b/public/designs/themes/macstyle/macstyle.yml @@ -0,0 +1,2 @@ +title: "i3theme Mac" +description: "A theme with Mac Os style" diff --git a/public/designs/themes/macstyle/style.css b/public/designs/themes/macstyle/style.css new file mode 100644 index 0000000..b18d494 --- /dev/null +++ b/public/designs/themes/macstyle/style.css @@ -0,0 +1,96 @@ +/* MacStyle Theme for Blocks */ + +.design_block +{ + background: #FFFFFF; + border: 0px; +} + +/* FIXME: esta usando para flutuar */ + +ul.design_block_control_list +{ + list-style: none; + margin: 0px; + padding: 0px; +} + +#design_editor h3.design_block_header { +cursor:move; +} + +.design_block h3 +{ + position: relative; + background: url('images/h3bg.png') repeat-x; + font-family: Sans-serif; + font-size: 15px; + margin: 0px; + padding: 0px; + overflow: hidden; + color: #545454; + padding-left: 10px; + height: 25px; + vertical-align: top; +} + +a.design_button_block span { +display: none; +padding: 1px; +color: #000; +background: #dfdfdf; +font-family: Sans-serif; +font-size: 10px; +font-weight: normal; +border: 1px inset #545454; +} + +a.design_button_block:hover span { +display: block; +position: absolute; +margin-top: -20px; +z-index: 100; +float: left; +} + +.design_block a.design_button_block { + display: block !important; + width: 20px !important; + height: 20px !important; + margin-top: 5px !important; + margin-right: 5px !important; + float: right !important; +} + +.design_block a.button_block_hide { +background:url('images/button.png') no-repeat; +background-position: 0px 0px; +} + +.design_block a:hover.button_block_hide { +background: url('images/button.png') no-repeat; +background-position: 0px -20px; +} + +.design_block a.button_block_remove, +.design_block a.button_block_item_options, +.design_block a.button_block_options { +background: url('images/button.png') no-repeat; +background-position:-20px 0; +} + +.design_block a:hover.button_block_remove, +.design_block a.hover.button_block_item_options, +.design_block a.hover.button_block_options { +background: url('images/button.png') no-repeat; +background-position:-20px -20px; +} + +.design_block_content +{ + margin: 0; + padding: 5px 10px 9px 10px; + background: url(images/bottom.png) repeat-x 0 100%; + overflow: hidden; +} + diff --git a/public/designs/themes/macstyle/thumbnail.jpg b/public/designs/themes/macstyle/thumbnail.jpg new file mode 100644 index 0000000..2c54e0d Binary files /dev/null and b/public/designs/themes/macstyle/thumbnail.jpg differ diff --git a/public/stylesheets/button.css b/public/stylesheets/button.css index d41f9de..a8edcfc 100644 --- a/public/stylesheets/button.css +++ b/public/stylesheets/button.css @@ -8,17 +8,14 @@ background-color: transparent; background-repeat: no-repeat; background-position: 0 0; - padding-left: 25px; padding-right: 2px; - float: left; display: block; height: 24px; - } -.button , .button:visited { +.button, .button:visited { color: black; text-decoration: none; border: 1px solid transparent; @@ -29,3 +26,14 @@ background-color: #eee; } +.find, .find:visited { + opacity: 0.7; +} + +.find:hover { + border: 1px solid transparent; + background-color: transparent; + opacity: 1.0; + cursor: pointer; +} + diff --git a/public/stylesheets/common.css b/public/stylesheets/common.css index 52dce6d..e4b7cce 100644 --- a/public/stylesheets/common.css +++ b/public/stylesheets/common.css @@ -8,7 +8,6 @@ cursor: pointer; } #wrap { -height: 100%; margin:0px; } -- libgit2 0.21.2