2008-11-03 05:53:20 +00:00
|
|
|
/**
|
2009-11-01 22:15:06 -07:00
|
|
|
* Gallery 3 Wind Theme Screen Styles
|
2008-11-03 05:53:20 +00:00
|
|
|
*
|
2008-11-23 04:34:19 +00:00
|
|
|
* @requires YUI reset, font, grids CSS
|
2008-11-03 05:53:20 +00:00
|
|
|
*
|
|
|
|
|
* Sheet organization:
|
2009-10-27 22:50:57 -06:00
|
|
|
* 1) Font sizes, base HTML elements
|
2009-10-07 00:21:23 -06:00
|
|
|
* 2) Reusable content blocks
|
|
|
|
|
* 3) Page layout containers
|
|
|
|
|
* 4) Content blocks in specific layout containers
|
|
|
|
|
* 5) Navigation and menus
|
2009-10-25 16:53:54 -06:00
|
|
|
* 6) jQuery and jQuery UI
|
|
|
|
|
* 7) Right-to-left language styles
|
2009-10-22 22:28:55 -06:00
|
|
|
*
|
2009-10-25 23:58:54 -06:00
|
|
|
* @todo Review g-buttonset and it's usage here and admin_wind
|
2008-11-03 05:53:20 +00:00
|
|
|
*/
|
|
|
|
|
|
2008-11-23 04:34:19 +00:00
|
|
|
/** *******************************************************************
|
2009-10-27 22:50:57 -06:00
|
|
|
* 1) Font sizes, base HTML elements
|
2008-12-30 00:50:23 +00:00
|
|
|
**********************************************************************/
|
2008-11-13 03:39:18 +00:00
|
|
|
|
2008-11-03 05:53:20 +00:00
|
|
|
body, html {
|
|
|
|
|
background-color: #ccc;
|
2008-11-23 04:34:19 +00:00
|
|
|
font-family: 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
|
2008-11-03 05:53:20 +00:00
|
|
|
}
|
|
|
|
|
|
2008-11-21 01:56:33 +00:00
|
|
|
p {
|
|
|
|
|
margin-bottom: 1em;
|
|
|
|
|
}
|
|
|
|
|
|
2008-12-30 00:50:23 +00:00
|
|
|
em {
|
|
|
|
|
font-style: oblique;
|
|
|
|
|
}
|
|
|
|
|
|
2009-06-25 00:06:59 -06:00
|
|
|
h1, h2, h3, h4, h5, strong, th {
|
2008-11-21 08:35:53 +00:00
|
|
|
font-weight: bold;
|
|
|
|
|
}
|
2008-11-13 03:39:18 +00:00
|
|
|
|
2008-11-03 05:53:20 +00:00
|
|
|
h1 {
|
2009-01-02 07:09:25 +00:00
|
|
|
font-size: 1.7em;
|
2008-11-21 08:35:53 +00:00
|
|
|
}
|
|
|
|
|
|
2009-10-26 23:36:46 -06:00
|
|
|
#g-dialog h1 {
|
2009-06-25 00:06:59 -06:00
|
|
|
font-size: 1.1em;
|
|
|
|
|
}
|
|
|
|
|
|
2008-11-21 08:35:53 +00:00
|
|
|
h2 {
|
2009-01-02 07:09:25 +00:00
|
|
|
font-size: 1.4em;
|
|
|
|
|
}
|
|
|
|
|
|
2009-10-04 00:27:22 -06:00
|
|
|
#g-sidebar .g-block h2 {
|
2009-01-02 07:09:25 +00:00
|
|
|
font-size: 1.2em;
|
2008-11-21 08:35:53 +00:00
|
|
|
}
|
|
|
|
|
|
2009-10-04 00:27:22 -06:00
|
|
|
#g-sidebar .g-block li {
|
2009-06-28 17:53:20 -06:00
|
|
|
margin-bottom: .6em;
|
|
|
|
|
}
|
|
|
|
|
|
2009-10-27 22:50:57 -06:00
|
|
|
#g-content,
|
|
|
|
|
#g-site-menu,
|
2008-11-21 08:35:53 +00:00
|
|
|
h3 {
|
2009-01-02 07:09:25 +00:00
|
|
|
font-size: 1.2em;
|
2008-11-03 05:53:20 +00:00
|
|
|
}
|
2008-11-10 02:16:09 +00:00
|
|
|
|
2009-10-27 22:50:57 -06:00
|
|
|
#g-sidebar,
|
|
|
|
|
.g-breadcrumbs {
|
|
|
|
|
font-size: .9em;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#g-banner,
|
2009-10-27 22:53:52 -06:00
|
|
|
#g-footer,
|
|
|
|
|
.g-message {
|
2009-10-27 22:50:57 -06:00
|
|
|
font-size: .8em;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#g-content #g-album-grid .g-item {
|
|
|
|
|
font-size: .7em;
|
|
|
|
|
}
|
|
|
|
|
|
2008-11-21 08:35:53 +00:00
|
|
|
/* Links ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
|
2008-11-21 01:56:33 +00:00
|
|
|
|
2009-02-05 01:10:34 +00:00
|
|
|
a,
|
2009-10-04 00:27:22 -06:00
|
|
|
.g-menu a,
|
2009-09-30 22:49:36 -06:00
|
|
|
#g-dialog a,
|
2009-09-30 08:04:49 -06:00
|
|
|
.g-button,
|
|
|
|
|
.g-button:hover,
|
|
|
|
|
.g-button:active,
|
2009-08-31 23:51:27 -06:00
|
|
|
a.ui-state-hover,
|
|
|
|
|
input.ui-state-hover,
|
|
|
|
|
button.ui-state-hover {
|
|
|
|
|
color: #5382bf !important;
|
|
|
|
|
cursor: pointer !important;
|
2008-11-07 07:31:58 +00:00
|
|
|
text-decoration: none;
|
2008-12-26 04:27:39 +00:00
|
|
|
-moz-outline-style: none;
|
2008-11-03 05:53:20 +00:00
|
|
|
}
|
2008-11-13 03:39:18 +00:00
|
|
|
|
2009-02-05 01:10:34 +00:00
|
|
|
a:hover,
|
2009-09-30 22:49:36 -06:00
|
|
|
#g-dialog a:hover {
|
2008-11-07 07:31:58 +00:00
|
|
|
text-decoration: underline;
|
2008-11-03 05:53:20 +00:00
|
|
|
}
|
|
|
|
|
|
2009-10-04 00:27:22 -06:00
|
|
|
.g-menu a:hover {
|
2009-05-30 16:02:27 -06:00
|
|
|
text-decoration: none;
|
|
|
|
|
}
|
|
|
|
|
|
2009-10-04 00:27:22 -06:00
|
|
|
#g-dialog #g-action-status li {
|
2009-09-09 16:18:00 -07:00
|
|
|
width: 400px;
|
|
|
|
|
white-space: normal;
|
|
|
|
|
padding-left: 32px;
|
|
|
|
|
}
|
|
|
|
|
|
2008-11-21 08:35:53 +00:00
|
|
|
/* Tables ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
|
2008-11-13 03:39:18 +00:00
|
|
|
|
2009-01-02 21:21:54 +00:00
|
|
|
table {
|
2009-01-11 22:49:54 +00:00
|
|
|
width: 100%;
|
2009-01-02 21:21:54 +00:00
|
|
|
}
|
|
|
|
|
|
2009-10-04 00:27:22 -06:00
|
|
|
#g-content table {
|
2009-01-11 22:49:54 +00:00
|
|
|
margin: 1em 0;
|
2009-01-02 21:21:54 +00:00
|
|
|
}
|
|
|
|
|
|
2009-01-06 08:33:39 +00:00
|
|
|
caption,
|
2009-01-02 21:21:54 +00:00
|
|
|
th {
|
2008-11-07 07:31:58 +00:00
|
|
|
text-align: left;
|
2008-11-03 05:53:20 +00:00
|
|
|
}
|
2008-11-13 03:39:18 +00:00
|
|
|
|
2009-01-06 08:33:39 +00:00
|
|
|
th,
|
2009-01-02 21:21:54 +00:00
|
|
|
td {
|
2009-02-06 02:10:00 +00:00
|
|
|
border: none;
|
|
|
|
|
border-bottom: 1px solid #ccc;
|
|
|
|
|
padding: .5em;
|
2009-01-02 21:21:54 +00:00
|
|
|
vertical-align: top;
|
2008-11-03 05:53:20 +00:00
|
|
|
}
|
|
|
|
|
|
2008-12-30 00:50:23 +00:00
|
|
|
/** *******************************************************************
|
2009-10-07 00:21:23 -06:00
|
|
|
* 2) Reusable content blocks
|
2008-12-30 00:50:23 +00:00
|
|
|
*********************************************************************/
|
|
|
|
|
|
2009-10-04 00:27:22 -06:00
|
|
|
.g-block h2 {
|
2009-01-03 01:11:20 +00:00
|
|
|
background-color: #e8e8e8;
|
|
|
|
|
padding: .3em .8em;
|
2008-12-13 23:38:49 +00:00
|
|
|
}
|
|
|
|
|
|
2009-10-04 00:27:22 -06:00
|
|
|
.g-block-content {
|
2009-01-03 01:11:20 +00:00
|
|
|
margin-top: 1em;
|
2008-11-23 04:34:19 +00:00
|
|
|
}
|
|
|
|
|
|
2008-12-30 00:50:23 +00:00
|
|
|
/*** ******************************************************************
|
2009-10-07 00:21:23 -06:00
|
|
|
* 3) Page layout containers
|
2008-12-30 00:50:23 +00:00
|
|
|
*********************************************************************/
|
2008-11-03 05:53:20 +00:00
|
|
|
|
2008-11-21 08:35:53 +00:00
|
|
|
/* View container ~~~~~~~~~~~~~~~~~~~~~~~~ */
|
2008-11-13 03:39:18 +00:00
|
|
|
|
2009-10-04 00:27:22 -06:00
|
|
|
.g-view {
|
2008-11-03 05:53:20 +00:00
|
|
|
background-color: #fff;
|
|
|
|
|
border: 1px solid #ccc;
|
2008-12-13 23:38:49 +00:00
|
|
|
border-bottom: none;
|
2008-11-03 05:53:20 +00:00
|
|
|
}
|
|
|
|
|
|
2008-11-21 08:35:53 +00:00
|
|
|
/* Layout containers ~~~~~~~~~~~~~~~~~~~~~ */
|
2008-11-03 05:53:20 +00:00
|
|
|
|
2009-10-04 00:27:22 -06:00
|
|
|
#g-header {
|
2009-07-26 10:54:21 -06:00
|
|
|
margin-bottom: 1em;
|
|
|
|
|
}
|
|
|
|
|
|
2009-10-04 00:27:22 -06:00
|
|
|
#g-banner {
|
2009-06-22 13:25:55 -07:00
|
|
|
background-color: #e8e8e8;
|
2009-07-26 10:54:21 -06:00
|
|
|
border-bottom: 1px solid #ccc;
|
2009-08-31 23:25:42 -06:00
|
|
|
min-height: 5em;
|
2009-07-26 10:54:21 -06:00
|
|
|
padding: 1em 20px;
|
|
|
|
|
position: relative;
|
2008-11-03 05:53:20 +00:00
|
|
|
}
|
|
|
|
|
|
2009-10-04 00:27:22 -06:00
|
|
|
#g-content {
|
2008-12-13 23:38:49 +00:00
|
|
|
padding-left: 20px;
|
2009-07-26 10:54:21 -06:00
|
|
|
position: relative;
|
2009-01-03 19:09:32 +00:00
|
|
|
width: 696px;
|
2008-11-03 05:53:20 +00:00
|
|
|
}
|
|
|
|
|
|
2009-10-04 00:27:22 -06:00
|
|
|
#g-sidebar {
|
2008-12-13 23:02:16 +00:00
|
|
|
padding: 0 20px;
|
2008-11-21 08:35:53 +00:00
|
|
|
width: 220px;
|
2008-11-03 05:53:20 +00:00
|
|
|
}
|
|
|
|
|
|
2009-10-04 00:27:22 -06:00
|
|
|
#g-footer {
|
2009-06-22 13:25:55 -07:00
|
|
|
background-color: #e8e8e8;
|
2008-11-03 05:53:20 +00:00
|
|
|
border-top: 1px solid #ccc;
|
2008-12-13 23:02:16 +00:00
|
|
|
margin-top: 20px;
|
|
|
|
|
padding: 10px 20px;
|
2008-11-03 05:53:20 +00:00
|
|
|
}
|
|
|
|
|
|
2008-12-30 00:50:23 +00:00
|
|
|
/** *******************************************************************
|
2009-10-07 00:21:23 -06:00
|
|
|
* 4) Content blocks in specific layout containers
|
2008-12-30 00:50:23 +00:00
|
|
|
*********************************************************************/
|
2008-11-10 07:47:08 +00:00
|
|
|
|
2008-12-30 00:50:23 +00:00
|
|
|
/* Header ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
|
2008-11-13 03:39:18 +00:00
|
|
|
|
2009-10-04 00:27:22 -06:00
|
|
|
#g-banner #g-quick-search-form {
|
2009-02-06 06:34:47 +00:00
|
|
|
clear: right;
|
2008-12-30 00:50:23 +00:00
|
|
|
float: right;
|
2009-07-26 10:54:21 -06:00
|
|
|
margin-top: 1em;
|
2009-02-06 06:34:47 +00:00
|
|
|
}
|
|
|
|
|
|
2009-10-04 00:27:22 -06:00
|
|
|
#g-banner #g-quick-search-form input[type='text'] {
|
2009-02-06 06:34:47 +00:00
|
|
|
width: 17em;
|
2008-11-03 05:53:20 +00:00
|
|
|
}
|
|
|
|
|
|
2009-10-04 00:27:22 -06:00
|
|
|
#g-content .g-block h2 {
|
2009-01-03 01:11:20 +00:00
|
|
|
background-color: transparent;
|
|
|
|
|
padding-left: 0;
|
|
|
|
|
}
|
|
|
|
|
|
2009-10-04 00:27:22 -06:00
|
|
|
#g-sidebar .g-block-content {
|
2009-01-11 22:49:54 +00:00
|
|
|
padding-left: 1em;
|
2009-01-03 01:11:20 +00:00
|
|
|
}
|
|
|
|
|
|
2009-01-01 22:54:35 +00:00
|
|
|
/* Album content ~~~~~~~~~~~~~~~~~~~~~~~~~ */
|
|
|
|
|
|
2009-10-04 00:27:22 -06:00
|
|
|
#g-content #g-album-grid {
|
2009-01-01 22:54:35 +00:00
|
|
|
margin: 1em 0;
|
2009-08-08 01:14:22 -06:00
|
|
|
position: relative;
|
|
|
|
|
z-index: 1;
|
2008-11-03 05:53:20 +00:00
|
|
|
}
|
2008-11-13 03:39:18 +00:00
|
|
|
|
2009-10-04 00:27:22 -06:00
|
|
|
#g-content #g-album-grid .g-item {
|
2009-08-08 01:14:22 -06:00
|
|
|
background-color: #fff;
|
|
|
|
|
border: 1px solid #fff;
|
2008-11-07 07:31:58 +00:00
|
|
|
float: left;
|
2009-08-08 01:14:22 -06:00
|
|
|
padding: .6em 8px;
|
2009-07-11 00:40:57 -06:00
|
|
|
position: relative;
|
2008-11-09 20:07:47 +00:00
|
|
|
text-align: center;
|
2008-12-28 07:33:09 +00:00
|
|
|
width: 213px;
|
2009-08-08 01:14:22 -06:00
|
|
|
z-index: 1;
|
2008-11-03 05:53:20 +00:00
|
|
|
}
|
2008-11-13 03:39:18 +00:00
|
|
|
|
2009-10-04 00:27:22 -06:00
|
|
|
#g-content #g-album-grid .g-item h2 {
|
2008-11-10 02:16:09 +00:00
|
|
|
margin: 5px 0;
|
|
|
|
|
}
|
2008-11-13 03:39:18 +00:00
|
|
|
|
2009-10-04 00:27:22 -06:00
|
|
|
#g-content .g-photo h2,
|
|
|
|
|
#g-content .g-item .g-metadata {
|
2009-08-08 01:14:22 -06:00
|
|
|
display: none;
|
2009-09-26 15:44:34 -06:00
|
|
|
margin-bottom: .6em;
|
2009-08-08 01:14:22 -06:00
|
|
|
}
|
|
|
|
|
|
2009-10-04 00:27:22 -06:00
|
|
|
#g-content #g-album-grid .g-album {
|
2008-12-28 07:33:09 +00:00
|
|
|
background-color: #e8e8e8;
|
2008-11-03 05:53:20 +00:00
|
|
|
}
|
2008-11-13 03:39:18 +00:00
|
|
|
|
2009-10-04 00:27:22 -06:00
|
|
|
#g-content #g-album-grid .g-album h2 span {
|
2009-08-09 12:46:17 -06:00
|
|
|
background: transparent url('../images/ico-album.png') no-repeat top left;
|
2009-05-22 00:12:37 +00:00
|
|
|
display: inline-block;
|
|
|
|
|
height: 16px;
|
|
|
|
|
margin-right: 5px;
|
|
|
|
|
width: 16px;
|
|
|
|
|
}
|
|
|
|
|
|
2009-10-04 00:27:22 -06:00
|
|
|
#g-content #g-album-grid .g-hover-item {
|
2009-08-08 01:14:22 -06:00
|
|
|
border: 1px solid #000;
|
2009-09-26 15:44:34 -06:00
|
|
|
position: absolute !important;
|
|
|
|
|
z-index: 1000 !important;
|
2009-08-08 01:14:22 -06:00
|
|
|
}
|
|
|
|
|
|
2009-10-04 00:27:22 -06:00
|
|
|
#g-content .g-hover-item h2,
|
|
|
|
|
#g-content .g-hover-item .g-metadata {
|
2009-08-08 01:14:22 -06:00
|
|
|
display: block;
|
|
|
|
|
}
|
|
|
|
|
|
2009-10-04 00:27:22 -06:00
|
|
|
#g-content #g-album-grid #g-place-holder {
|
2009-09-26 15:44:34 -06:00
|
|
|
position: relative;
|
|
|
|
|
visibility: hidden;
|
|
|
|
|
z-index: 1;
|
|
|
|
|
}
|
|
|
|
|
|
2008-12-30 00:50:23 +00:00
|
|
|
/* Individual photo content ~~~~~~~~~~~~~~ */
|
2008-11-03 05:53:20 +00:00
|
|
|
|
2009-10-04 00:27:22 -06:00
|
|
|
#g-content #g-item {
|
2009-08-09 23:32:53 -06:00
|
|
|
position: relative;
|
2009-10-07 00:21:23 -06:00
|
|
|
width: 100%;
|
2009-02-22 02:09:48 +00:00
|
|
|
}
|
|
|
|
|
|
2009-10-04 00:27:22 -06:00
|
|
|
#g-content #g-photo {
|
2009-07-11 00:40:57 -06:00
|
|
|
position: relative;
|
2009-03-31 05:14:40 +00:00
|
|
|
}
|
|
|
|
|
|
2009-10-04 00:27:22 -06:00
|
|
|
#g-content #g-item .g-fullsize-link img {
|
2009-02-22 02:09:48 +00:00
|
|
|
display: block;
|
2009-10-09 12:07:27 -06:00
|
|
|
margin: 1em auto;
|
2009-02-22 02:09:48 +00:00
|
|
|
}
|
|
|
|
|
|
2008-12-30 00:50:23 +00:00
|
|
|
/* Footer content ~~~~~~~~~~~~~~~~~~~~~~~~ */
|
2008-12-25 19:59:15 +00:00
|
|
|
|
2009-10-04 00:27:22 -06:00
|
|
|
#g-footer #g-credits li {
|
2009-05-30 23:20:18 -06:00
|
|
|
padding-right: 1.2em;
|
2008-11-28 09:46:29 +00:00
|
|
|
}
|
|
|
|
|
|
2009-10-04 00:27:22 -06:00
|
|
|
#g-content #g-search-results {
|
2009-02-13 03:21:19 +00:00
|
|
|
margin-top: 1em;
|
|
|
|
|
padding-top: 1em;
|
|
|
|
|
}
|
|
|
|
|
|
2009-11-06 22:19:01 -08:00
|
|
|
/* In-line editing ~~~~~~~~~~~~~~~~~~~~~~ */
|
2009-11-07 00:05:49 -08:00
|
|
|
#g-in-place-edit-message {
|
2009-11-05 21:35:40 -08:00
|
|
|
background-color: #FFF;
|
|
|
|
|
}
|
|
|
|
|
|
2008-11-23 04:34:19 +00:00
|
|
|
/** *******************************************************************
|
2008-12-30 00:50:23 +00:00
|
|
|
* 5) Navigation and menus
|
|
|
|
|
*********************************************************************/
|
2008-12-29 06:12:00 +00:00
|
|
|
|
2008-11-21 08:35:53 +00:00
|
|
|
/* Login menu ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
|
2008-11-07 07:31:58 +00:00
|
|
|
|
2009-10-04 00:27:22 -06:00
|
|
|
#g-banner #g-login-menu {
|
2009-03-12 04:46:14 +00:00
|
|
|
color: #999;
|
2009-11-01 19:11:58 -07:00
|
|
|
float: right;
|
2008-11-29 21:30:30 +00:00
|
|
|
}
|
|
|
|
|
|
2009-10-22 22:28:55 -06:00
|
|
|
#g-banner #g-login-menu li {
|
|
|
|
|
padding-left: 1.2em;
|
|
|
|
|
}
|
|
|
|
|
|
2008-11-21 08:35:53 +00:00
|
|
|
/* Site Menu ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
|
2008-11-07 07:31:58 +00:00
|
|
|
|
2009-10-04 00:27:22 -06:00
|
|
|
#g-site-menu {
|
2009-07-26 10:54:21 -06:00
|
|
|
bottom: 0;
|
|
|
|
|
left: 140px;
|
|
|
|
|
position: absolute;
|
2008-11-07 07:31:58 +00:00
|
|
|
}
|
2008-11-13 03:39:18 +00:00
|
|
|
|
2009-10-04 00:27:22 -06:00
|
|
|
#g-site-menu ul {
|
2009-07-26 10:54:21 -06:00
|
|
|
margin-bottom: 0 !important;
|
2008-12-05 06:06:02 +00:00
|
|
|
}
|
|
|
|
|
|
2009-10-25 16:53:54 -06:00
|
|
|
/* Context Menu ~~~~~~~~~~~~~~~~~~~~~~~~~ */
|
2009-07-11 00:40:57 -06:00
|
|
|
|
2009-10-04 00:27:22 -06:00
|
|
|
.g-context-menu {
|
2009-09-26 15:44:34 -06:00
|
|
|
background-color: #fff;
|
2009-07-11 00:40:57 -06:00
|
|
|
bottom: 0;
|
2009-07-11 23:14:26 -06:00
|
|
|
left: 0;
|
2009-09-26 15:44:34 -06:00
|
|
|
position: absolute;
|
2009-08-09 23:32:53 -06:00
|
|
|
}
|
|
|
|
|
|
2009-10-04 00:27:22 -06:00
|
|
|
.g-item .g-context-menu {
|
2009-08-09 23:32:53 -06:00
|
|
|
display: none;
|
2009-08-09 12:46:17 -06:00
|
|
|
margin-top: 2em;
|
2009-07-11 23:14:26 -06:00
|
|
|
width: 100%;
|
2009-07-11 00:40:57 -06:00
|
|
|
}
|
|
|
|
|
|
2009-10-04 00:27:22 -06:00
|
|
|
#g-item .g-context-menu ul {
|
2009-08-09 23:32:53 -06:00
|
|
|
display: none;
|
|
|
|
|
}
|
|
|
|
|
|
2009-10-04 00:27:22 -06:00
|
|
|
.g-context-menu li {
|
2009-07-11 23:14:26 -06:00
|
|
|
border-left: none;
|
|
|
|
|
border-right: none;
|
2009-07-12 22:41:57 -06:00
|
|
|
border-bottom: none;
|
|
|
|
|
}
|
|
|
|
|
|
2009-10-04 00:27:22 -06:00
|
|
|
.g-context-menu li a {
|
2009-08-11 00:33:15 -06:00
|
|
|
display: block;
|
2009-08-08 13:20:00 -06:00
|
|
|
line-height: 1.6em;
|
2009-07-11 00:40:57 -06:00
|
|
|
}
|
|
|
|
|
|
2009-10-04 00:27:22 -06:00
|
|
|
.g-hover-item .g-context-menu {
|
2009-08-08 01:14:22 -06:00
|
|
|
display: block;
|
|
|
|
|
}
|
|
|
|
|
|
2009-10-04 00:27:22 -06:00
|
|
|
.g-hover-item .g-context-menu li {
|
2009-08-08 01:14:22 -06:00
|
|
|
text-align: left;
|
|
|
|
|
}
|
|
|
|
|
|
2009-10-04 00:27:22 -06:00
|
|
|
.g-hover-item .g-context-menu a:hover {
|
2009-07-11 23:14:26 -06:00
|
|
|
text-decoration: none;
|
|
|
|
|
}
|
2009-07-12 16:07:16 -06:00
|
|
|
|
2009-07-11 00:40:57 -06:00
|
|
|
/* View Menu ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
|
|
|
|
|
|
2009-10-04 00:27:22 -06:00
|
|
|
#g-view-menu {
|
2009-02-12 04:25:43 +00:00
|
|
|
margin-bottom: 1em;
|
|
|
|
|
}
|
|
|
|
|
|
2009-10-04 00:27:22 -06:00
|
|
|
#g-view-menu a {
|
2008-12-13 23:38:49 +00:00
|
|
|
background-repeat: no-repeat;
|
2009-02-12 04:25:43 +00:00
|
|
|
background-position: 50% 50%;
|
|
|
|
|
height: 28px !important;
|
|
|
|
|
width: 43px !important;
|
2008-12-09 06:40:20 +00:00
|
|
|
}
|
|
|
|
|
|
2009-10-04 00:27:22 -06:00
|
|
|
#g-view-menu #g-slideshow-link {
|
2008-12-13 23:38:49 +00:00
|
|
|
background-image: url('../images/ico-view-slideshow.png');
|
2008-12-09 06:40:20 +00:00
|
|
|
}
|
|
|
|
|
|
2009-10-04 00:27:22 -06:00
|
|
|
#g-view-menu .g-fullsize-link {
|
2008-12-13 23:38:49 +00:00
|
|
|
background-image: url('../images/ico-view-fullsize.png');
|
2008-12-05 06:06:02 +00:00
|
|
|
}
|
|
|
|
|
|
2009-10-04 00:27:22 -06:00
|
|
|
#g-view-menu #g-comments-link {
|
2009-01-03 19:09:32 +00:00
|
|
|
background-image: url('../images/ico-view-comments.png');
|
|
|
|
|
}
|
|
|
|
|
|
2009-10-04 00:27:22 -06:00
|
|
|
#g-view-menu #g-print-digibug-link {
|
2009-06-24 18:02:36 -07:00
|
|
|
background-image: url('../images/ico-print.png');
|
|
|
|
|
}
|
|
|
|
|
|
2008-11-23 04:34:19 +00:00
|
|
|
/** *******************************************************************
|
2009-10-07 00:21:23 -06:00
|
|
|
* 6) jQuery and jQuery UI
|
2008-11-25 02:17:53 +00:00
|
|
|
*********************************************************************/
|
|
|
|
|
|
2009-07-01 00:35:33 -06:00
|
|
|
/* Superfish menu overrides ~~~~~~~~~~~~~~ */
|
|
|
|
|
|
2009-10-25 19:01:15 -06:00
|
|
|
.sf-menu li li,
|
|
|
|
|
.sf-menu li li ul li {
|
2009-07-01 00:35:33 -06:00
|
|
|
background-color: #bdd2ff;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.sf-menu li:hover {
|
|
|
|
|
background-color: #dfe9ff;
|
|
|
|
|
}
|
|
|
|
|
|
2009-10-25 16:53:54 -06:00
|
|
|
/** *******************************************************************
|
2009-11-01 23:02:09 -07:00
|
|
|
* 7) Right to left language styles
|
2009-10-25 16:53:54 -06:00
|
|
|
*********************************************************************/
|
2009-06-24 23:48:28 -06:00
|
|
|
|
2009-11-01 19:11:58 -07:00
|
|
|
.rtl #g-header #g-login-menu,
|
|
|
|
|
.rtl #g-header #g-quick-search-form {
|
|
|
|
|
clear: left;
|
|
|
|
|
float: left;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.rtl #g-header #g-login-menu li {
|
|
|
|
|
margin-left: 0;
|
|
|
|
|
padding-left: 0;
|
|
|
|
|
padding-right: 1.2em;
|
|
|
|
|
}
|
|
|
|
|
|
2009-10-28 00:15:08 -06:00
|
|
|
.rtl #g-site-menu {
|
|
|
|
|
left: auto;
|
|
|
|
|
right: 150px;
|
2009-06-25 08:14:34 -07:00
|
|
|
}
|