Skip to content

Commit

Permalink
remaining styles
Browse files Browse the repository at this point in the history
  • Loading branch information
benkeen committed Jul 19, 2018
1 parent 548d2f6 commit 99dde0a
Show file tree
Hide file tree
Showing 2 changed files with 68 additions and 35 deletions.
47 changes: 31 additions & 16 deletions themes/default/css/swatch_grey.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,48 +2,63 @@
* Custom styles for the grey swatch.
*/
body {
background-image: url(../images/top_row_grey.jpg);
background-image: url(../images/top_row_grey2x.png);
background-size: 1px 275px;
}

#account_section {
background-image: url(../images/account_section_bg_grey.jpg);
background-color: #000000;
}

a:link, a:visited {
color: #008800;
color: #008800;
}

a:hover {
color: #990000;
color: #990000;
}

.title {
color: #555555;
color: #555555;
}

.subtitle {
color: #4B6C4E;
color: #4B6C4E;
}

.main_tabset li.selected a {
color: green;
color: green;
}

.edit_submission h3 {
color: #4B6C4E;
color: #4B6C4E;
}

body .sortable div.row_content .system_field li {
background-color: #e5e5cb;
background-color: #e5e5cb;
}

.sortable .rows div.row_content .system_field li .scroll-content li {
background-color: #eeeed8;
background-color: #eeeed8;
}

.nav_link_submenu a:link, .nav_link_submenu a:visited {
color: #789078;
color: #789078;
}

.nav_link a:hover, .nav_link_submenu a:hover {
color: #004400;
background-color: #efefef;
color: #004400;
background-color: #efefef;
}

tr.selected_row_color {
background-color: #e5e5cb;
background-color: #e5e5cb;
}

body .ui-widget-header {
background: url(../images/popup_header_bg_grey.png) repeat-x scroll 50% 50%;
background: url(../images/popup_header_bg_grey.png) repeat-x scroll 50% 50%;
}

.inner_tabset .tab_row div.selected {
color: green;
color: green;
}
56 changes: 37 additions & 19 deletions themes/default/css/swatch_purple.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,57 +2,75 @@
* Custom styles for the purple swatch.
*/
body {
background-image: url(../images/top_row_purple.jpg);
background-image: url(../images/top_row_purple2x.png);
background-size: 1px 275px;
}

#account_section {
background-image: url(../images/account_section_bg_purple.jpg);
background-color: #381e5f;
}

a:link, a:visited {
color: #7a48a3;
color: #7a48a3;
}

a:hover {
color: #990000;
color: #990000;
}

.title {
color: #555555;
color: #555555;
}

.subtitle {
color: #555555;
color: #555555;
}

.main_tabset li.selected a {
color: #22003a;
color: #22003a;
}

.edit_submission h3 {
color: #666666;
color: #666666;
}

body .sortable div.row_content .system_field li {
background-color: #ecd9fa;
background-color: #ecd9fa;
}

.sortable .rows div.row_content .system_field li .scroll-content li {
background-color: #f5e8fe;
background-color: #f5e8fe;
}

.nav_link a:hover, body .nav_link_submenu a:hover {
color: #003399;
background-color: #dddddd;
color: #003399;
background-color: #dddddd;
}

.nav_link_submenu a:link, .nav_link_submenu a:visited {
color: #789078;
color: #789078;
}

.sortable_group_header, .sortable_group_footer {
background-color: #eedffa;
background-color: #eedffa;
}

tr.selected_row_color {
background-color: #ecd9fa;
background-color: #ecd9fa;
}

body .ui-widget-header {
background: url(../images/popup_header_bg_grey.png) repeat-x scroll 50% 50%;
background: url(../images/popup_header_bg_grey.png) repeat-x scroll 50% 50%;
}

.inner_tabset .tab_row div.selected {
color: #3c0661;
color: #3c0661;
}

.prevnext_links span a:hover {
background-color: #001d5e;
background-color: #001d5e;
}

.sortable_group_header .sort:hover {
background-color: #dbcce8;
background-color: #dbcce8;
}

0 comments on commit 99dde0a

Please sign in to comment.