1
0
This repository has been archived on 2021-04-26. You can view files and clone it, but cannot push or open issues or pull requests.
gallery3-contrib/css/pear.css
Fredrik Erlandsson f17acfd6c8 Squashed '3.0/themes/pear4gallery3/' changes from b24d37b..11c3c2a
11c3c2a version 3.0
063ad6f move of context menu to top of thumb
0188d22 closes #4, now the form-dialog is just loaded once
508366d annoying "
4047609 fixes #8, support for slideshow duration
5ed2ff0 updated options page
b65bc7b fixes #7, image animation
d6d5319 Removed temporary sidebarToggle
9499b7b Attempt to fix #3, support for a sidebar
13b0419 fixes #5, issues with hovering thumbnails
e0fcc41 Fix for broken slideshow, fixes #6
0bdd3c6 Fix for slideShowImages when album is empty.
ca62330 Fix for broken dialogs
f0d9e34 Copy of gallery.dialog.js from G3.0.0
e4a18f3 Updated jqury version.
7be51a8 Added support for breadcrumbs and sidebar (enable via theme options)
fad0fe4 Hash update
9d3b519 Fix for detail hash Imgage preload
a2cfa32 Fix for IE Support for using 'esc' to hide detailView
41a9863 fix so only Grid mode is supported if album does not contain any images
92c70a1 themeing the exif data
22386c3 Combined viewMode.png and removed some depricated files.
dc10f0a New icons.
cad0376 Fix for height of thumbs.
5c21b24 updated paginator with support for hash
6a13dab Updated theme
b305613 fix for pageheight, with paginator
ae87410 lNavBar fix
751bd86 New ui-theme
9a937a1 first attempt for item-option-overlay
d024eba Fix for setTimeout.
e167b2d JSLint take 2, reoder function reorder
82e0f38 Reindent and JSLint take 1.

git-subtree-dir: 3.0/themes/pear4gallery3
git-subtree-split: 11c3c2ac87
2012-01-10 15:07:23 +01:00

143 lines
2.5 KiB
CSS

body {
overflow: hidden;
}
.g-hover-item {
border: 0px solid #000;
position: absolute !important;
z-index: 11 !important;
display: block;
}
#g-place-holder {
position: relative;
visibility: hidden;
z-index: 1;
}
.gallery-thumb {
float: left;
padding: 3px 5px 7px 5px;
position: relative;
text-align: center;
cursor: pointer;
}
.gallery-album {
display: block;
height: 400px;
overflow: auto;
padding-bottom: 10px;
padding-top: 10px;
}
th, td {
padding: 0;
border-width: 0;
}
.giInfo {
color: #888888;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 9px;
height: 11px;
margin-bottom: 0px;
margin-left: 12px;
margin-right: 0px;
text-align: left;
}
.pear {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #999 !important;
background-color: #000;
}
.giTitle {
font-size: 1.1em;
font-weight: bold;
margin: 0.3em 3px !important;
padding: 0 0;
text-align: left;
height: 1.2em;
overflow: hidden;
}
#gsNavBar div {
font-weight: bold;
}
h2 {
font-size: 1.1em;
font-weight: bold;
}
.center {
text-align: center !important;
}
#g-header {
margin-top: -2px;
position: fixed;
top: 44px;
width: 100%;
z-index: 50;
}
/*Menu*/
.sf-menu li:hover, .sf-menu li.sfHover, .sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
background: none repeat scroll 0 0 #333333;
outline: 0 none;
}
.sf-menu li {
background: none repeat scroll 0 0 #000000;
float: left;
position: relative;
}
.sf-menu li li, .sf-menu li li ul li {
background-color: #000;
}
.sf-menu ul {
background: none repeat scroll 0 0 #000000;
}
.sf-menu, .sf-menu * {
list-style: none outside none;
margin: 0;
padding: 0;
}
a, .g-menu a, #g-dialog a, .g-button, .g-button:hover, .g-button:active, a.ui-state-hover, input.ui-state-hover, button.ui-state-hover {
color: #777777 !important;
cursor: pointer !important;
text-decoration: none;
}
.sf-menu a, .sf-menu a:visited {
color: #555555;
}
.sf-menu a {
border-left: 1px solid #333;
border-top: 1px solid #222;
padding: 0.75em 1em;
text-decoration: none;
display: block;
position: relative;
}
/*
.ui-state-default, .ui-widget-content .ui-state-default {
background: #ccc;
border: 1px solid #C5DBEC;
color: #555
font-weight: bold;
outline: medium none;
}
*/
#g-banner {
background-color: #555;
border-bottom: 1px solid #333333;
min-height: 5em;
padding: 1em 20px;
position: relative;
}
.g-paginator {
padding: 6px 15px 5px;
position: relative;
z-index: 20;
}