diff options
Diffstat (limited to 'themes')
| -rw-r--r-- | themes/cloudy/images/close.png | bin | 0 -> 16183 bytes | |||
| -rw-r--r-- | themes/cloudy/images/open.png | bin | 0 -> 15805 bytes | |||
| -rw-r--r-- | themes/cloudy/jquery/jquery-ui_theme.css | 41 | ||||
| -rw-r--r-- | themes/cloudy/theme.php | 4 | ||||
| -rw-r--r-- | themes/colors/images/close.png | bin | 1208 -> 12763 bytes | |||
| -rw-r--r-- | themes/colors/images/open.png | bin | 1160 -> 12522 bytes | |||
| -rw-r--r-- | themes/colors/jquery/jquery-ui_theme.css | 31 | ||||
| -rw-r--r-- | themes/fab/images/close.png | bin | 0 -> 12763 bytes | |||
| -rw-r--r-- | themes/fab/images/open.png | bin | 0 -> 12522 bytes | |||
| -rw-r--r-- | themes/fab/jquery/jquery-ui_theme.css | 58 | ||||
| -rw-r--r-- | themes/fab/theme.php | 4 | ||||
| -rw-r--r-- | themes/minimal/images/close.png | bin | 0 -> 12763 bytes | |||
| -rw-r--r-- | themes/minimal/images/open.png | bin | 0 -> 12522 bytes | |||
| -rw-r--r-- | themes/minimal/jquery/jquery-ui_theme.css | 40 | ||||
| -rw-r--r-- | themes/minimal/theme.php | 4 | ||||
| -rw-r--r-- | themes/webtrees/jquery/jquery-ui_theme.css | 35 | ||||
| -rw-r--r-- | themes/xenea/jquery/jquery-ui_theme.css | 23 |
17 files changed, 173 insertions, 67 deletions
diff --git a/themes/cloudy/images/close.png b/themes/cloudy/images/close.png Binary files differnew file mode 100644 index 0000000000..389640f7d5 --- /dev/null +++ b/themes/cloudy/images/close.png diff --git a/themes/cloudy/images/open.png b/themes/cloudy/images/open.png Binary files differnew file mode 100644 index 0000000000..245b5035b6 --- /dev/null +++ b/themes/cloudy/images/open.png diff --git a/themes/cloudy/jquery/jquery-ui_theme.css b/themes/cloudy/jquery/jquery-ui_theme.css index 413f896daa..b583d5c6e5 100644 --- a/themes/cloudy/jquery/jquery-ui_theme.css +++ b/themes/cloudy/jquery/jquery-ui_theme.css @@ -17,31 +17,53 @@ .ui-tabs-nav li.ui-tabs-selected:hover { background:#f8f8f8; }
.ui-tabs .ui-tabs-panel { background:#f8f8f8; }
+
+
/* ------- Sidebar ------- */
#sidebar {
+ position: absolute;
+ right: 0px;
+ width: 0px;
margin-left:0px;
- margin-top: 8px;
+ margin-top: 3px;
margin-right: 41px;
background-color: transparent;
height: 500;
}
#sidebar_controls {
- height: 21px;
+ position: absolute;
+ left: -20px;
+ top: 2px;
+ margin: 0;
+ height: 21px;
+ width: 20px;
+ z-index: 10;
+ border: none;
+ background-color: transparent;
+}
+#sidebar_open {
+ padding: 0;
}
#sidebar_open img {
- padding-top: 3px;
+ position: absolute;
+ padding-top: 0px;
padding-bottom: 3px;
margin-left: 0px;
+ height: 20px;
+ width: 20px;
+ background-color: transparent;
}
#sidebar_pin {
- /* display: none; */
+ position: absolute;
+ top: -22px;
padding-top: 3px;
- background: #ffffff;
+ margin-left: 225px;
+ background: transparent;
}
#sidebar_pin img {
- padding-right: 0px;
- padding-left: 0px;
- width: 14px;
+ margin-top: -55px;
+ padding-right: 2px;
+ padding-left: 2px;
}
/* Navigator & Flyout menu Styles --------*/
@@ -49,7 +71,8 @@ color:red;
}
.nav_content {
- width:240px;
+ width: 240px;
+ margin-left: -25px;
background:#eff8f8;
padding-left:5px;
padding-right:5px;
diff --git a/themes/cloudy/theme.php b/themes/cloudy/theme.php index c2c4317b6b..37a18ddebc 100644 --- a/themes/cloudy/theme.php +++ b/themes/cloudy/theme.php @@ -181,8 +181,8 @@ $WT_IMAGES["pin-in"]["other"] = "pin-in.png"; $WT_IMAGES["default_image_M"]["other"] = "silhouette_male.gif"; $WT_IMAGES["default_image_F"]["other"] = "silhouette_female.gif"; $WT_IMAGES["default_image_U"]["other"] = "silhouette_unknown.gif"; -$WT_IMAGES['slide_open']['other'] = "ldarrow.gif"; -$WT_IMAGES['slide_close']['other'] = "rdarrow.gif"; +$WT_IMAGES['slide_open']['other'] = "open.png"; +$WT_IMAGES['slide_close']['other'] = "close.png"; // - lifespan chart arrows $WT_IMAGES["lsltarrow"]["other"] = "lsltarrow.gif"; diff --git a/themes/colors/images/close.png b/themes/colors/images/close.png Binary files differindex 46a754bf4d..a859458087 100644 --- a/themes/colors/images/close.png +++ b/themes/colors/images/close.png diff --git a/themes/colors/images/open.png b/themes/colors/images/open.png Binary files differindex 8ab0c7f0f2..bbae26f3b9 100644 --- a/themes/colors/images/open.png +++ b/themes/colors/images/open.png diff --git a/themes/colors/jquery/jquery-ui_theme.css b/themes/colors/jquery/jquery-ui_theme.css index 07d25570df..3f2aa6c6b3 100644 --- a/themes/colors/jquery/jquery-ui_theme.css +++ b/themes/colors/jquery/jquery-ui_theme.css @@ -13,7 +13,8 @@ color:red;
}
.nav_content {
- width:240px;
+ width: 240px;
+ margin-left: -25px;
padding-left:5px;
padding-right:5px;
padding-top:3px;
@@ -59,7 +60,6 @@ color:red; position: absolute;
right: 0px;
width: 0px;
- height: 710px;
z-index: 50;
margin-left:0px;
margin-top: 10px;
@@ -68,27 +68,36 @@ color:red; }
#sidebar_controls {
position: absolute;
- float: left;
- left: -24px;
- margin: 0;
- height: 24px;
- width: 24px;
+ top: 2px;
+ left: -24px;
+ margin: 0px;
+ height: 0px;
+ width: 0px;
z-index: 10;
border: none;
+ background-color: transparent;
+
+}
+#sidebar_open {
+ padding: 0;
}
#sidebar_open img {
+ position: absolute;
padding: 0;
margin: 0;
height: 24px;
+ background: transparent;
}
-
#sidebar_pin {
- /* display: none; */
+ position: absolute;
+ top: -22px;
padding-top: 3px;
- background: #ffffff;
+ margin-left: 225px;
+ background: transparent;
}
#sidebar_pin img {
- padding-right: 3px;
+ margin-top: -55px;
+ padding-right: 4px;
padding-left: 4px;
}
#sidebarAccordion {
diff --git a/themes/fab/images/close.png b/themes/fab/images/close.png Binary files differnew file mode 100644 index 0000000000..19e56f6b5d --- /dev/null +++ b/themes/fab/images/close.png diff --git a/themes/fab/images/open.png b/themes/fab/images/open.png Binary files differnew file mode 100644 index 0000000000..fbcd89f73a --- /dev/null +++ b/themes/fab/images/open.png diff --git a/themes/fab/jquery/jquery-ui_theme.css b/themes/fab/jquery/jquery-ui_theme.css index b5976c30d1..70287ec37e 100644 --- a/themes/fab/jquery/jquery-ui_theme.css +++ b/themes/fab/jquery/jquery-ui_theme.css @@ -8,19 +8,54 @@ .ui-tabs-nav li.ui-tabs-selected a:hover { font-weight:600; color: black; }
-/* ------- Sidebar ------- */
+/* 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;
+ top: 2px;
+ left: -24px;
+ margin: 0;
+ height: 24px;
+ width: 24px;
+ z-index: 10;
+ border: none;
+ background-color: transparent;
+}
+#sidebar_open {
+ padding: 0;
+}
#sidebar_open img {
- margin-left: 0px;
+ position: absolute;
+ padding: 0;
+ margin: 0;
+ height: 24px;
+ background-color: transparent;
}
#sidebar_pin {
- /* display: none; */
+ position: absolute;
+ top: -22px;
padding-top: 3px;
- background: #ffffff;
+ margin-left: 225px;
+ background: transparent;
}
#sidebar_pin img {
- padding-right: 0px;
- padding-left: 0px;
- width: 14px;
+ margin-top: -55px;
+ padding-right: 4px;
+ padding-left: 4px;
+}
+#sidebarAccordion {
+ /* display: none; */
+ margin-top: -1px;
}
/* Navigator and Flyout menu Styles */
@@ -28,10 +63,11 @@ color:red;
}
.nav_content {
- width:240px;
- padding-left:5px;
- padding-right:5px;
- padding-top:3px;
+ width: 235px;
+ margin-left: -25px;
+ padding-left: 0px;
+ padding-right: 0px;
+ padding-top: 3px;
background-color: white;
}
.flyout {
diff --git a/themes/fab/theme.php b/themes/fab/theme.php index 2b1ec19a9b..1c4b9ef781 100644 --- a/themes/fab/theme.php +++ b/themes/fab/theme.php @@ -173,8 +173,8 @@ $WT_IMAGES["pin-in"]["other"] = "pin-in.png"; $WT_IMAGES["default_image_M"]["other"] = "silhouette_male.gif"; $WT_IMAGES["default_image_F"]["other"] = "silhouette_female.gif"; $WT_IMAGES["default_image_U"]["other"] = "silhouette_unknown.gif"; -$WT_IMAGES['slide_open']['other'] = "ldarrow.gif"; -$WT_IMAGES['slide_close']['other'] = "rdarrow.gif"; +$WT_IMAGES['slide_open']['other'] = "open.png"; +$WT_IMAGES['slide_close']['other'] = "open.png"; //-- Variables for the Fan chart $fanChart = array( diff --git a/themes/minimal/images/close.png b/themes/minimal/images/close.png Binary files differnew file mode 100644 index 0000000000..df3c07efee --- /dev/null +++ b/themes/minimal/images/close.png diff --git a/themes/minimal/images/open.png b/themes/minimal/images/open.png Binary files differnew file mode 100644 index 0000000000..5e3fffefbb --- /dev/null +++ b/themes/minimal/images/open.png diff --git a/themes/minimal/jquery/jquery-ui_theme.css b/themes/minimal/jquery/jquery-ui_theme.css index c4c2b7ed6d..7edd3df2c6 100644 --- a/themes/minimal/jquery/jquery-ui_theme.css +++ b/themes/minimal/jquery/jquery-ui_theme.css @@ -19,37 +19,59 @@ /* ------- Sidebar ------- */
#sidebar {
+ position: absolute;
+ right: 0px;
+ width: 0px;
+ z-index: 50;
margin-left:0px;
- margin-top: 9px;
+ margin-top: 4px;
margin-right: 19px;
background-color: #dddddd;
}
#sidebar_controls {
- height: 22px;
+ position: absolute;
+ left: -20px;
+ top: 2px;
+ margin: 0;
+ height: 18px;
+ width: 20px;
+ z-index: 10;
+ border: none;
+ background-color: transparent;
+}
+#sidebar_open {
+ padding: 0;
}
#sidebar_open img {
+ position: absolute;
padding-top: 3px;
padding-bottom: 3px;
margin-left: 0px;
+ height: 18px;
+ width: 20px;
+ background-color: transparent;
}
+
#sidebar_pin {
- /* display: none; */
+ position: absolute;
+ top: -22px;
padding-top: 3px;
- background: #ffffff;
+ margin-left: 225px;
+ background: transparent;
}
#sidebar_pin img {
- padding-right: 0px;
- padding-left: 0px;
- width: 14px;
+ margin-top: -55px;
+ padding-right: 2px;
+ padding-left: 2px;
}
-
/* Navigator & Flyout menu Styles --------*/
.nam a:hover{
color:black;
}
.nav_content {
- width:240px;
+ width: 235px;
+ margin-left: -25px;
background:#efefef;
padding-left:5px;
padding-right:5px;
diff --git a/themes/minimal/theme.php b/themes/minimal/theme.php index 158c9656dd..4aef8db4d1 100644 --- a/themes/minimal/theme.php +++ b/themes/minimal/theme.php @@ -147,8 +147,8 @@ $WT_IMAGES["pin-in"]["other"] = "pin-in.png"; $WT_IMAGES["default_image_M"]["other"] = "silhouette_male.gif"; $WT_IMAGES["default_image_F"]["other"] = "silhouette_female.gif"; $WT_IMAGES["default_image_U"]["other"] = "silhouette_unknown.gif"; -$WT_IMAGES['slide_open']['other'] = "ldarrow.gif"; -$WT_IMAGES['slide_close']['other'] = "rdarrow.gif"; +$WT_IMAGES['slide_open']['other'] = "open.png"; +$WT_IMAGES['slide_close']['other'] = "close.png"; // - lifespan chart arrows $WT_IMAGES["lsltarrow"]["other"] = "lsltarrow.gif"; diff --git a/themes/webtrees/jquery/jquery-ui_theme.css b/themes/webtrees/jquery/jquery-ui_theme.css index abc692dbef..8f6ad6de8d 100644 --- a/themes/webtrees/jquery/jquery-ui_theme.css +++ b/themes/webtrees/jquery/jquery-ui_theme.css @@ -9,14 +9,15 @@ /* Navigator and Flyout menu Styles */
-.nam a:hover{
-color:red;
+.nam a:hover {
+ color:red;
}
.nav_content {
- width:240px;
- padding-left:5px;
- padding-right:5px;
- padding-top:3px;
+ width: 235px;
+ margin-left: -25px;
+ padding-left: 0px;
+ padding-right: 0px;
+ padding-top: 3px;
background-color: white;
}
.flyout {
@@ -59,7 +60,6 @@ color:red; position: absolute;
right: 0px;
width: 0px;
- /* height: 500px; */
z-index: 50;
margin-left:0px;
margin-top: 10px;
@@ -68,29 +68,34 @@ color:red; }
#sidebar_controls {
position: absolute;
- float: left;
- left: -24px;
+ top: 2px;
+ left: -24px;
margin: 0;
height: 24px;
width: 24px;
z-index: 10;
border: none;
+ background-color: transparent;
+}
+#sidebar_open {
+ padding: 0;
}
#sidebar_open img {
+ position: absolute;
padding: 0;
margin: 0;
height: 24px;
-}
-
-#sidebar_open {
- padding: 0;
+ background-color: transparent;
}
#sidebar_pin {
- /* display: none; */
+ position: absolute;
+ top: -22px;
padding-top: 3px;
- background: #ffffff;
+ margin-left: 225px;
+ background: transparent;
}
#sidebar_pin img {
+ margin-top: -55px;
padding-right: 4px;
padding-left: 4px;
}
diff --git a/themes/xenea/jquery/jquery-ui_theme.css b/themes/xenea/jquery/jquery-ui_theme.css index 7d6e4bb6af..1d92650245 100644 --- a/themes/xenea/jquery/jquery-ui_theme.css +++ b/themes/xenea/jquery/jquery-ui_theme.css @@ -19,6 +19,10 @@ /* ------- Sidebar ------- */
#sidebar {
+ position: absolute;
+ right: 0px;
+ width: 0px;
+ z-index: 50;
margin-left:0px;
margin-top: 4px;
margin-right: 12px;
@@ -26,7 +30,6 @@ }
#sidebar_controls {
position: absolute;
- float: left;
left: -20px;
top: 2px;
margin: 0;
@@ -34,22 +37,29 @@ width: 20px;
z-index: 10;
border: none;
+ background-color: transparent;
+}
+#sidebar_open {
+ padding: 0;
}
#sidebar_open img {
+ position: absolute;
padding-top: 3px;
padding-bottom: 3px;
margin-left: 0px;
height: 18px;
width: 20px;
+ background-color: transparent;
}
-
#sidebar_pin {
- /* display: none; */
- padding-bottom: -2px;
+ position: absolute;
+ top: -22px;
padding-top: 3px;
- background: #ffffff;
+ margin-left: 225px;
+ background: transparent;
}
#sidebar_pin img {
+ margin-top: -55px;
padding-right: 2px;
padding-left: 2px;
}
@@ -61,7 +71,8 @@ color:red;
}
.nav_content {
- width:240px;
+ width: 235px;
+ margin-left: -25px;
background:#eff8f8;
padding-left:5px;
padding-right:5px;
|
