summaryrefslogtreecommitdiff
path: root/themes/colors/jquery
diff options
context:
space:
mode:
authorVeit Olschinski <veit@olschinski.de>2010-04-05 10:29:41 +0000
committerVeit Olschinski <veit@olschinski.de>2010-04-05 10:29:41 +0000
commit5bc7b36708d272081ffd2df5658ddf12275447dd (patch)
tree7884d88bd634f62d94e0239c911305ac4349dba8 /themes/colors/jquery
parent5dbb23df7f03aeb32c6c5a3fa6139dd479f9c0b4 (diff)
downloadwebtrees-5bc7b36708d272081ffd2df5658ddf12275447dd.tar.gz
webtrees-5bc7b36708d272081ffd2df5658ddf12275447dd.tar.bz2
webtrees-5bc7b36708d272081ffd2df5658ddf12275447dd.zip
Diffstat (limited to 'themes/colors/jquery')
-rw-r--r--themes/colors/jquery/jquery-ui_theme.css166
-rw-r--r--themes/colors/jquery/jquery-ui_theme_rtl.css86
2 files changed, 252 insertions, 0 deletions
diff --git a/themes/colors/jquery/jquery-ui_theme.css b/themes/colors/jquery/jquery-ui_theme.css
new file mode 100644
index 0000000000..b06046ec96
--- /dev/null
+++ b/themes/colors/jquery/jquery-ui_theme.css
@@ -0,0 +1,166 @@
+/* jquery css THEME adjustments */
+
+/* Tabs --------------------------------*/
+.ui-widget-content a:hover { color: red; }
+
+.ui-tabs-nav li.ui-tabs-selected { background: #f8f8f8; }
+.ui-tabs-nav li.ui-tabs-selected a { font-weight:600; color: black; }
+.ui-tabs-nav li.ui-tabs-selected a:hover { font-weight:600; color: black; }
+
+
+.static_tab_content {
+ border-style:none solid solid solid;
+ border-color: #c8c8c8
+}
+
+.static_tab_ltr {
+ float: right;
+ margin-right: 1px;
+ width: 15px;
+ height: 27px;
+ border-color: #cccccc;
+}
+.static_tab_content_ltr {
+ position: absolute;
+ z-index: 100;
+ right: 11px;
+ margin-top:-2px;
+
+}
+.static_tab_rtl { display: none; }
+
+
+/* Navigator and Flyout menu Styles */
+.nam a:hover{
+color:red;
+}
+.nav_content {
+ width:240px;
+ padding-left:5px;
+ padding-right:5px;
+ padding-top:3px;
+ background-color: white;
+}
+.flyout {
+ color:#000000;
+ text-align: left;
+ margin-top: -20px;
+ right: 210px;
+ padding: 3px;
+}
+.flyout2 {
+ color:#000000;
+ text-align: left;
+ margin-top: -2px;
+ left: 70px;
+ padding: 3px;
+}
+.flyout2 a:hover{
+ color:#ff0000;
+}
+.flyout4 {
+ color:#000000;
+ text-align: left;
+ margin-top: 0px;
+ margin-left: 0px;
+ padding: 3px;
+}
+#flyout3, #flyout3 a, #phusb, #pwife, #shusb, #swife, #spouse {
+ background:none;
+ border:none;
+ text-decoration:none;
+ text-align: left;
+ margin-top: 0px;
+ left: 0px;
+ padding: 0px;
+}
+/* End of Flyout Menu styles*/
+
+/* Sidebar --------------------------------*/
+#sidebar {
+ position: absolute;
+ right: 0px;
+ width: 0px;
+ height: 500px;
+ z-index: 50;
+ margin-left:0px;
+ margin-top: 10px;
+ margin-right: 12px;
+ background-color: #dddddd;
+}
+#sidebar_controls {
+ position: absolute;
+ float: left;
+ left: -24px;
+ margin: 0;
+ height: 24px;
+ width: 24px;
+ z-index: 10;
+ border: none;
+}
+#sidebar_open img {
+ padding: 0;
+ margin: 0;
+ height: 24px;
+}
+
+#sidebar_open {
+ padding: 0;
+}
+#sidebarAccordion {
+ /* display: none; */
+ margin-top: -1px;
+}
+#sidebar_pin {
+ display: none;
+ padding: 1px;
+}
+.sb_indi_surname_li, .sb_fam_surname_li {
+ list-style-image: url('images/plus.gif');
+ white-space: nowrap;
+}
+.sb_desc_indi_li {
+ list-style-type: none;
+ white-space: nowrap;
+}
+.desc_tree_div {
+ display: none;
+}
+.desc_tree_div ul {
+ padding: 0px;
+ margin-left: 10px;
+ margin-top: 0px;
+ margin-right: 0px;
+}
+#sb_desc_content {
+ width: 100%;
+}
+#sb_desc_content ul {
+ padding: 0px;
+ margin: 0px;
+}
+.name_tree_div {
+ display: none;
+}
+.name_tree_div li, .name_tree_div_visible li {
+ list-style: none;
+ margin: 0px;
+ padding: 0px;
+ white-space: nowrap;
+}
+
+.name_tree_div ul, .name_tree_div_visible ul {
+ padding: 0px;
+ margin: 0px;
+}
+
+#sb_clippings_content li {
+ list-style: none;
+ margin: 0px;
+ padding: 0px;
+ white-space: nowrap;
+}
+#sb_clippings_content ul {
+ padding: 0px;
+ margin: 0px;
+}
diff --git a/themes/colors/jquery/jquery-ui_theme_rtl.css b/themes/colors/jquery/jquery-ui_theme_rtl.css
new file mode 100644
index 0000000000..cec9c2bb7a
--- /dev/null
+++ b/themes/colors/jquery/jquery-ui_theme_rtl.css
@@ -0,0 +1,86 @@
+/* jquery css THEME adjustments for RTL */
+
+/* Tabs --------------------------------*/
+.ui-tabs { direction: rtl; }
+.ui-tabs .ui-tabs-nav li.ui-tabs-selected,
+.ui-tabs .ui-tabs-nav li.ui-state-default {float: right; }
+.ui-tabs .ui-tabs-nav li a { float: right; }
+
+
+.static_tab_rtl {
+ float: left;
+ margin-left: 1px;
+ border-color: #cccccc;
+}
+.static_tab_content_rtl {
+ position: absolute;
+ z-index: 100;
+ left: 0px;
+ background: #eff8f8;
+ margin-top:-2px;
+ margin-left:12px;
+}
+
+
+.static_tab_rtl { display: none; }
+
+/* ----- Sidebar (rtl) ----- */
+#sidebar {
+ position: absolute;
+ left: 1px;
+ width: 0px;
+ height: 450px;
+ z-index: 50;
+ margin-top: 10px;
+ margin-left: 12px;
+ background-color: #dddddd;
+}
+#sidebar_controls {
+ position: absolute;
+ float: right;
+ right: -22px;
+ margin-top: 0px;
+ margin-right: 5px;
+ height: 21px;
+ width: 16px;
+ z-index: 10;
+}
+#sidebar_open img {
+ padding-top: 2px;
+ padding-bottom: 3px;
+ margin-right: 1px;
+ height: 15px;
+ background-color: #ffffff;
+}
+
+/*
+#sidebar_controls {
+ height: 21px;
+}
+#sidebar_open img {
+ padding-top: 3px;
+ padding-bottom: 3px;
+}
+*/
+
+/* Navigator & Flyout menu Styles ------*/
+.flyoutrtl {
+ color:#000000;
+ text-align: right;
+ margin-top: -20px;
+ left: 210px;
+ padding: 3px;
+}
+.flyout2rtl {
+ color:#000000;
+ text-align: right;
+ margin-top: -2px;
+ right: 64px;
+ padding: 3px;
+}
+.flyout2rtl a:hover{
+ color:red;
+}
+#flyout3 {
+ text-align: right;
+} \ No newline at end of file