diff --git a/public/designs/templates/default/stylesheets/contentblocks.css b/public/designs/templates/default/stylesheets/contentblocks.css index 1456e24..c6bb602 100644 --- a/public/designs/templates/default/stylesheets/contentblocks.css +++ b/public/designs/templates/default/stylesheets/contentblocks.css @@ -86,7 +86,7 @@ list-style: none; div.recentdocumentsblock div.block_content li a { text-decoration: none; color: #545454; -border-bottom: 1px dotted solid; +border-bottom: 1px dotted #545454; } div.recentdocumentsblock div.block_content li a:hover { diff --git a/public/designs/templates/rightcolumn/images/add.png b/public/designs/templates/rightcolumn/images/add.png new file mode 100644 index 0000000..62a929a Binary files /dev/null and b/public/designs/templates/rightcolumn/images/add.png differ diff --git a/public/designs/templates/rightcolumn/images/bgblue.jpg b/public/designs/templates/rightcolumn/images/bgblue.jpg new file mode 100644 index 0000000..d37b70a Binary files /dev/null and b/public/designs/templates/rightcolumn/images/bgblue.jpg differ diff --git a/public/designs/templates/rightcolumn/images/bgblue.png b/public/designs/templates/rightcolumn/images/bgblue.png new file mode 100644 index 0000000..8e2f803 Binary files /dev/null and b/public/designs/templates/rightcolumn/images/bgblue.png differ diff --git a/public/designs/templates/rightcolumn/images/bggreen.jpg b/public/designs/templates/rightcolumn/images/bggreen.jpg new file mode 100644 index 0000000..7441922 Binary files /dev/null and b/public/designs/templates/rightcolumn/images/bggreen.jpg differ diff --git a/public/designs/templates/rightcolumn/images/bggreen.png b/public/designs/templates/rightcolumn/images/bggreen.png new file mode 100644 index 0000000..bf8bc78 Binary files /dev/null and b/public/designs/templates/rightcolumn/images/bggreen.png differ diff --git a/public/designs/templates/rightcolumn/images/bgorange.jpg b/public/designs/templates/rightcolumn/images/bgorange.jpg new file mode 100644 index 0000000..ac21eb7 Binary files /dev/null and b/public/designs/templates/rightcolumn/images/bgorange.jpg differ diff --git a/public/designs/templates/rightcolumn/images/bgorange.png b/public/designs/templates/rightcolumn/images/bgorange.png new file mode 100644 index 0000000..df393bc Binary files /dev/null and b/public/designs/templates/rightcolumn/images/bgorange.png differ diff --git a/public/designs/templates/rightcolumn/images/bgpurple.jpg b/public/designs/templates/rightcolumn/images/bgpurple.jpg new file mode 100644 index 0000000..bb901e0 Binary files /dev/null and b/public/designs/templates/rightcolumn/images/bgpurple.jpg differ diff --git a/public/designs/templates/rightcolumn/images/bgpurple.png b/public/designs/templates/rightcolumn/images/bgpurple.png new file mode 100644 index 0000000..3745b84 Binary files /dev/null and b/public/designs/templates/rightcolumn/images/bgpurple.png differ diff --git a/public/designs/templates/rightcolumn/images/bgred.jpg b/public/designs/templates/rightcolumn/images/bgred.jpg new file mode 100644 index 0000000..ad9339d Binary files /dev/null and b/public/designs/templates/rightcolumn/images/bgred.jpg differ diff --git a/public/designs/templates/rightcolumn/images/bgred.png b/public/designs/templates/rightcolumn/images/bgred.png new file mode 100644 index 0000000..50c8493 Binary files /dev/null and b/public/designs/templates/rightcolumn/images/bgred.png differ diff --git a/public/designs/templates/rightcolumn/images/editor.png b/public/designs/templates/rightcolumn/images/editor.png new file mode 100644 index 0000000..3155f7e Binary files /dev/null and b/public/designs/templates/rightcolumn/images/editor.png differ diff --git a/public/designs/templates/rightcolumn/images/enterprisesblock.png b/public/designs/templates/rightcolumn/images/enterprisesblock.png new file mode 100644 index 0000000..08d5c5a Binary files /dev/null and b/public/designs/templates/rightcolumn/images/enterprisesblock.png differ diff --git a/public/designs/templates/rightcolumn/images/peopleblock.png b/public/designs/templates/rightcolumn/images/peopleblock.png new file mode 100644 index 0000000..ee1a089 Binary files /dev/null and b/public/designs/templates/rightcolumn/images/peopleblock.png differ diff --git a/public/designs/templates/rightcolumn/rightcolumn.yml b/public/designs/templates/rightcolumn/rightcolumn.yml new file mode 100644 index 0000000..9855c1d --- /dev/null +++ b/public/designs/templates/rightcolumn/rightcolumn.yml @@ -0,0 +1,3 @@ +title: "Right Column Style" +description: "A theme based default with 2 columns" +number_of_boxes: 2 diff --git a/public/designs/templates/rightcolumn/stylesheets/cms.css b/public/designs/templates/rightcolumn/stylesheets/cms.css new file mode 100644 index 0000000..abb8b70 --- /dev/null +++ b/public/designs/templates/rightcolumn/stylesheets/cms.css @@ -0,0 +1,128 @@ + +/************************************ + * listing stuff + ************************************/ +#content .handle, #content .do-reorder UL LI .handle { + display: none; +} +#content .do-reorder LI .handle { + display: inline; + background: gray; + color: white; + padding: 1px 3px; + cursor: move; +} + +ul.page-list li { + list-style: none; +} + +ul.page-list li table, +ul.page-list li td { + border: none; + padding: 3px; +} + +ul.page-list a.page { + font-weight: bold; +} + +ul.page-list a:visited, ul.page-list a:link { + color: #000; +} + +ul.page-list a:hover { + background: #aa9; +} + +#content .page-list .hover { + background: #F1F0DB; +} + +#content .page-list .commands A.delete-page:hover { + color: white; + background: black; +} +#content .page-list .hover-delete { + background: red; + color: #FF8E90; +} +#content .page-list .hover-delete A, +#content .page-list .hover-delete .commands A { + color: #FF8E90; +} +#content .page-list .hover-delete A.page { + color: white; + border-bottom: 0px; +} +#content .page-list .hover-delete UL LI A.page { + color: red; + border-bottom: 0px; +} + +/*********************************** + * from stuff + ***********************************/ +div.comatose_field { +} +div.comatose_field label { + display: block; + font-weight: bold; +} + +div.comatose_field textarea { + width: 90%; +} +div.comatose_field textarea, +div.comatose_field input, +div.comatose_field select { + border: 1px solid gray; +} + +/**************************************** + * revisions page stuff + ****************************************/ + +.older-content { + float: right; +} +.current-content { + float: left; +} + +.revisions { + width: 47%; + border: 1px solid gray; + padding: 0.25em; +} + +.revisions .header { + font-weight: bold; + border-bottom: 1px solid black; + margin-bottom: 10px; + height: 40px; +} + +.revisions .meta { + border-bottom: 1px solid black; + margin-bottom: 10px; +} + +.revisions .footer { + border-top: 1px solid black; + margin-top: 10px; + padding: 0.25em; +} + +.revisions .meta label span { + font-weight: bold; +} + +.revisions .meta label { + font-weight: normal; + display: block; +} + +.collapsed { + display: none; +} diff --git a/public/designs/templates/rightcolumn/stylesheets/contentblocks.css b/public/designs/templates/rightcolumn/stylesheets/contentblocks.css new file mode 100644 index 0000000..c6bb602 --- /dev/null +++ b/public/designs/templates/rightcolumn/stylesheets/contentblocks.css @@ -0,0 +1,104 @@ +ul.enterprises_list_block { +margin: 0px; +padding: 0px; +list-style: none; +} + +ul.enterprises_list_block li a { +display: block; +height: 95px; +width: 80px; +text-decoration: none; +} + +ul.enterprises_list_block li a span { +display: none; +} + +ul.enterprises_list_block li a:hover span { +display: block; +line-height: 95px; +text-align: center; +background: #ffffff; +vertical-align: middle; +} + +ul.enterprises_list_block li { +display: block; +float: left; +height: 95px; +width: 80px; +border: 1px solid #dfdfdf; +background: #ffffff url("../images/enterprisesblock.png") no-repeat; +margin: 2px; +overflow: hidden; +} + + +ul.people_list_block { +margin: 0px; +padding: 0px; +list-style: none; +} + +ul.people_list_block li a { +display: block; +height: 95px; +width: 80px; +text-decoration: none; +} + +ul.people_list_block li a span { +display: none; +} + +ul.people_list_block li a:hover span { +display: block; +line-height: 95px; +text-align: center; +background: #ffffff; +vertical-align: middle; +} + +ul.people_list_block li { +display: block; +float: left; +height: 95px; +width: 80px; +border: 1px solid #dfdfdf; +background: #ffffff url("../images/peopleblock.png") no-repeat; +margin: 2px; +overflow: hidden; +} + +div.block_footer { +clear: both; +} + +/* Artigos */ + +div.recentdocumentsblock ul { +margin: 0px; +padding: 0px; +list-style: none; +} + +div.recentdocumentsblock div.block_content li a { +text-decoration: none; +color: #545454; +border-bottom: 1px dotted #545454; +} + +div.recentdocumentsblock div.block_content li a:hover { +text-decoration: none; +color: #000000; +border: none; +} + +div.recentdocumentsblock div.block_content li { +display: block; +height: 20px; +background: #ffffff url("../images/editor.png") no-repeat; +background-position: 2px 0px; +padding-left: 20px; +} diff --git a/public/designs/templates/rightcolumn/stylesheets/editor.css b/public/designs/templates/rightcolumn/stylesheets/editor.css new file mode 100644 index 0000000..02e2f9f --- /dev/null +++ b/public/designs/templates/rightcolumn/stylesheets/editor.css @@ -0,0 +1,90 @@ +#design_editor_blocksbar { + list-style: none; + position: relative; + width: 760px; + left: 50%; + margin-left: -380px; + padding: 0em; + height: 30px; +} + +#design_editor_blocksbar li { +float: left; +margin: 4px; +} + +#design_editor_blocksbar a { +background: url("../images/add.png") no-repeat; +background-position: 0px 3px; +display: block; +padding: 5px; +padding-left: 28px; +border: 1px outset #545454; +text-decoration: none; +color: black; +font-weight: bold; +} + +#design_editor_blocksbar a:hover { +border: 1px inset #545454; +} + +#design_editor ul.block_list { + list-style: none; + margin: 0px; + padding: 3px; + border: 2px dotted #dfdfdf; +} + +#design_editor ul:hover.block_list { + border: 2px dotted #545454; +} + +#design_editor .box { + border: 2px solid transparent; +} + +#design_editor .hover { + border: 2px dotted red; + background: #ff6; +} + +#design_editor_toolbar { + padding: 5px; +} + +#design_editor_toolbar h3 { + font-size: 10px; + background: #dfdfdf; + margin: 0px; + padding: 1px; + text-align: right; + color: #545454; +} + +#design_editor_toolbar a { + font-size: 10px; + padding: 5px; + background: #dfdfdf; + color: black; +} + +.design_editor_box_toolbar { + text-align: center; + margin: 5px; + background: #dfdfdf; +} + +.design_editor_box_toolbar a { + display: inline; + width: 30px; + font-size: 10px; + padding: 2px; + background: #dfdfdf; +} + +#design_editor_toolbar a:hover, .design_editor_box_toolbar a:hover { + background: #545454; + color: #ffffff; +} + diff --git a/public/designs/templates/rightcolumn/stylesheets/style.css b/public/designs/templates/rightcolumn/stylesheets/style.css new file mode 100644 index 0000000..df2fd65 --- /dev/null +++ b/public/designs/templates/rightcolumn/stylesheets/style.css @@ -0,0 +1,107 @@ +@import url("editor.css"); + +@import url("contentblocks.css"); + +body { + font-family: Verdana, Sans-Serif; + font-size: 14px; +} + +#wrap.category { + background-attachment: fixed; + background: url("../images/bgblue.png") top left no-repeat; +} + +#wrap.category1 { + background-attachment: fixed; + background: url("../images/bgorange.png") top left no-repeat; + } + +#wrap.category2 { + background-attachment: fixed; + background: url("../images/bggreen.png") top left no-repeat; + } + +#wrap.category3 { + background-attachment: fixed; + background: url("../images/bgpurple.png") top left no-repeat; + } + +#wrap.category4 { + background-attachment: fixed; + background: url("../images/bgred.png") top left no-repeat; +} + +#header { +height: 145px; +} + +#boxes { + position: relative; + margin-left: 10px; + margin-right: 10px; + padding: 0em; +} + +#box_2 { + width: 280px; + float: right; +} + +#box_1 { + margin-right: 285px; +} + +#spinner { + z-index: 1000; + position: absolute; + left: 50%; + margin-left: -16px; + top: 200px; +} + +#footer_content { +clear: both; +} + +#footer { + clear: both; + text-align: center; + font-size: smaller; + color: #333; + margin: 0px; + padding: 5px; +} + +/* Notice */ + +div#notice { + z-index: 10000; + position: absolute; + top: 100px; + left: 50%; + margin-left: -200px; + width: 400px; + border: 1px solid black; + background: #efefef; + padding: 0.5em; +} + +div#notice .button { + text-align: center; + margin-top: 1em; + margin-bottom: 0.25em; +} + +div#notice .button a { + border: 1px solid gray; + background: #ddd; + color: black; + padding: 4px; + padding-left: 28px; + background-position: top left; + background-repeat: no-repeat; +} +div#notice .button a:hover { + background-color: #ffd; +} diff --git a/public/designs/templates/rightcolumn/thumbnail.jpg b/public/designs/templates/rightcolumn/thumbnail.jpg new file mode 100644 index 0000000..6909db5 Binary files /dev/null and b/public/designs/templates/rightcolumn/thumbnail.jpg differ -- libgit2 0.21.2