diff --git a/public/designs/themes/default/images/bottom.png b/public/designs/themes/default/images/bottom.png new file mode 100644 index 0000000..1a32718 Binary files /dev/null and b/public/designs/themes/default/images/bottom.png differ diff --git a/public/designs/themes/default/images/button.png b/public/designs/themes/default/images/button.png new file mode 100644 index 0000000..f723229 Binary files /dev/null and b/public/designs/themes/default/images/button.png differ diff --git a/public/designs/themes/default/images/h3bg.png b/public/designs/themes/default/images/h3bg.png new file mode 100644 index 0000000..c3c5426 Binary files /dev/null and b/public/designs/themes/default/images/h3bg.png differ diff --git a/public/designs/themes/default/macstyle.yml b/public/designs/themes/default/macstyle.yml new file mode 100644 index 0000000..4ca77f2 --- /dev/null +++ b/public/designs/themes/default/macstyle.yml @@ -0,0 +1,2 @@ +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 new file mode 100644 index 0000000..0b9eb4d --- /dev/null +++ b/public/designs/themes/default/style.css @@ -0,0 +1,88 @@ +/* MacStyle Theme for Blocks */ + +div.block +{ + background: #FFFFFF; + border: 0px; +} + +ul.block_control_list +{ + list-style: none; + margin: 0px; + padding: 0px; +} + +h3.block_header +{ + position: relative; + background: url('images/h3bg.png') repeat-x; + cursor:move; + font-family: Sans-serif; + font-size: 15px; + margin: 0px; + padding: 0px; + overflow: hidden; + color: #545454; + padding-left: 10px; + height: 25px; + vertical-align: top; +} + +a.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.button_block:hover span { +display: inline; +position: absolute; +margin-top: -20px; +} + +a.button_block { +display: block; +float: right; +position: absolute; +width: 20px; +height: 20px; +text-decoration: none; +} + +div.block a.button_block_hide { +right: 25px; +background:url('images/button.png') no-repeat; +background-position: 0px 0px; +} + +div.block a:hover.button_block_hide { +background: url('images/button.png') no-repeat; +background-position: 0px -20px; +} + +div.block a.button_block_remove { +right: 5px; +background: url('images/button.png') no-repeat; +background-position:-20px 0; +} + +div.block a:hover.button_block_remove { +background: url('images/button.png') no-repeat; +background-position:-20px -20px; +} + +div.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 new file mode 100644 index 0000000..2c54e0d Binary files /dev/null and b/public/designs/themes/default/thumbnail.jpg differ diff --git a/public/designs/themes/macstyle/images/bottom.png b/public/designs/themes/macstyle/images/bottom.png deleted file mode 100644 index 1a32718..0000000 Binary files a/public/designs/themes/macstyle/images/bottom.png and /dev/null differ diff --git a/public/designs/themes/macstyle/images/button.png b/public/designs/themes/macstyle/images/button.png deleted file mode 100644 index f723229..0000000 Binary files a/public/designs/themes/macstyle/images/button.png and /dev/null differ diff --git a/public/designs/themes/macstyle/images/h3bg.png b/public/designs/themes/macstyle/images/h3bg.png deleted file mode 100644 index c3c5426..0000000 Binary files a/public/designs/themes/macstyle/images/h3bg.png and /dev/null differ diff --git a/public/designs/themes/macstyle/macstyle.yml b/public/designs/themes/macstyle/macstyle.yml deleted file mode 100644 index 4ca77f2..0000000 --- a/public/designs/themes/macstyle/macstyle.yml +++ /dev/null @@ -1,2 +0,0 @@ -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 deleted file mode 100644 index 0b9eb4d..0000000 --- a/public/designs/themes/macstyle/style.css +++ /dev/null @@ -1,88 +0,0 @@ -/* MacStyle Theme for Blocks */ - -div.block -{ - background: #FFFFFF; - border: 0px; -} - -ul.block_control_list -{ - list-style: none; - margin: 0px; - padding: 0px; -} - -h3.block_header -{ - position: relative; - background: url('images/h3bg.png') repeat-x; - cursor:move; - font-family: Sans-serif; - font-size: 15px; - margin: 0px; - padding: 0px; - overflow: hidden; - color: #545454; - padding-left: 10px; - height: 25px; - vertical-align: top; -} - -a.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.button_block:hover span { -display: inline; -position: absolute; -margin-top: -20px; -} - -a.button_block { -display: block; -float: right; -position: absolute; -width: 20px; -height: 20px; -text-decoration: none; -} - -div.block a.button_block_hide { -right: 25px; -background:url('images/button.png') no-repeat; -background-position: 0px 0px; -} - -div.block a:hover.button_block_hide { -background: url('images/button.png') no-repeat; -background-position: 0px -20px; -} - -div.block a.button_block_remove { -right: 5px; -background: url('images/button.png') no-repeat; -background-position:-20px 0; -} - -div.block a:hover.button_block_remove { -background: url('images/button.png') no-repeat; -background-position:-20px -20px; -} - -div.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 deleted file mode 100644 index 2c54e0d..0000000 Binary files a/public/designs/themes/macstyle/thumbnail.jpg and /dev/null differ -- libgit2 0.21.2