2009-01-02 20:09:28 +00:00
|
|
|
/**
|
|
|
|
|
* Gallery 3 Default Admin Theme Screen Styles
|
|
|
|
|
*
|
|
|
|
|
* Extends themes/default/css/screen.css
|
|
|
|
|
*/
|
2009-01-02 07:09:25 +00:00
|
|
|
|
2009-01-02 20:09:28 +00:00
|
|
|
/** *******************************************************************
|
|
|
|
|
* Reusable content blocks
|
|
|
|
|
**********************************************************************/
|
|
|
|
|
|
2008-12-15 01:48:34 +00:00
|
|
|
.gBlock {
|
2008-12-19 01:54:53 +00:00
|
|
|
border: 1px solid #e7e7e7;
|
|
|
|
|
margin-bottom: 1em;
|
2009-01-02 07:09:25 +00:00
|
|
|
padding: 1em .4em;
|
2008-12-15 01:48:34 +00:00
|
|
|
}
|
2009-01-02 07:09:25 +00:00
|
|
|
|
2009-01-02 20:09:28 +00:00
|
|
|
.gBlockContent {
|
2009-01-03 01:26:22 +00:00
|
|
|
padding: 0 1em 1em 1em;
|
2008-12-15 01:48:34 +00:00
|
|
|
}
|
2009-01-02 07:09:25 +00:00
|
|
|
|
2009-01-02 20:09:28 +00:00
|
|
|
/** *******************************************************************
|
|
|
|
|
* Page layout containers
|
|
|
|
|
**********************************************************************/
|
2009-01-10 22:39:24 +00:00
|
|
|
.gView {
|
|
|
|
|
min-width: 974px !important;
|
|
|
|
|
}
|
2009-01-02 20:09:28 +00:00
|
|
|
|
|
|
|
|
#gHeader {
|
2009-01-02 22:06:12 +00:00
|
|
|
background-color: #e8e8e8;
|
2009-01-02 20:09:28 +00:00
|
|
|
border-bottom: 1px solid #ccc;
|
2009-01-10 18:34:25 +00:00
|
|
|
margin-top: 0;
|
2009-01-02 20:09:28 +00:00
|
|
|
padding: 0 20px;
|
2009-01-02 07:09:25 +00:00
|
|
|
}
|
|
|
|
|
|
2009-01-02 20:09:28 +00:00
|
|
|
#gContent {
|
|
|
|
|
font-size: 1.1em;
|
2009-01-10 22:39:24 +00:00
|
|
|
width: 96%;
|
2009-01-02 07:09:25 +00:00
|
|
|
}
|
|
|
|
|
|
2009-01-02 20:09:28 +00:00
|
|
|
/** *******************************************************************
|
|
|
|
|
* Content blocks in specific layout containers
|
|
|
|
|
*********************************************************************/
|
|
|
|
|
|
|
|
|
|
#gHeader #gLogo {
|
|
|
|
|
float: left;
|
2009-01-10 18:34:25 +00:00
|
|
|
margin: -22px 10px 0 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#gHeader #gLoginMenu {
|
|
|
|
|
float: none;
|
|
|
|
|
margin: 0;
|
|
|
|
|
padding: 5px 0 10px 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#gHeader #gLoginMenu {
|
|
|
|
|
text-align: right;
|
2008-12-15 01:48:34 +00:00
|
|
|
}
|
2008-12-19 06:10:45 +00:00
|
|
|
|
2009-01-02 20:09:28 +00:00
|
|
|
#gHeader #gSiteAdminMenu {
|
|
|
|
|
float: left;
|
2008-12-19 06:10:45 +00:00
|
|
|
font-size: 1.2em;
|
|
|
|
|
}
|
|
|
|
|
|
2009-01-02 20:09:28 +00:00
|
|
|
#gHeader #gSiteAdminMenu ul {
|
2008-12-19 06:10:45 +00:00
|
|
|
margin-bottom: 0;
|
|
|
|
|
}
|
2009-01-02 07:09:25 +00:00
|
|
|
|
2009-01-02 20:09:28 +00:00
|
|
|
#gContent .gBlock h2 {
|
2009-01-03 01:26:22 +00:00
|
|
|
background-color: #e8e8e8;
|
2009-01-02 20:09:28 +00:00
|
|
|
margin: -.8em -.3em 0 -.3em;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#gSidebar .gBlock h2 {
|
|
|
|
|
margin: -.9em -.4em 0 -.3em;
|
|
|
|
|
cursor: move;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#gPhotoStream .gBlockContent {
|
2009-01-02 21:21:54 +00:00
|
|
|
overflow: auto;
|
2009-01-02 07:09:25 +00:00
|
|
|
}
|
|
|
|
|
|
2009-01-10 19:33:01 +00:00
|
|
|
#gSiteStatus {
|
|
|
|
|
margin-bottom: 0;
|
|
|
|
|
}
|
|
|
|
|
|
2009-01-02 07:09:25 +00:00
|
|
|
/** *******************************************************************
|
2009-01-02 20:09:28 +00:00
|
|
|
* Browser hacks
|
2009-01-02 07:09:25 +00:00
|
|
|
*********************************************************************/
|
|
|
|
|
|
2009-01-09 08:08:22 +00:00
|
|
|
#gHeader:after,
|
|
|
|
|
#gAdminCommentsMenu:after {
|
2009-01-02 07:09:25 +00:00
|
|
|
clear: both;
|
|
|
|
|
content: ".";
|
|
|
|
|
display: block;
|
|
|
|
|
height: 0;
|
|
|
|
|
visibility: hidden;
|
|
|
|
|
}
|
2009-01-09 07:33:22 +00:00
|
|
|
|
2009-01-11 22:49:54 +00:00
|
|
|
/* stuff that needs a home */
|
|
|
|
|
#gAdminThemes .theme_block {
|
|
|
|
|
background: white;
|
|
|
|
|
}
|
|
|
|
|
#gAdminThemes .active {
|
|
|
|
|
padding: 10px;
|
|
|
|
|
}
|
|
|
|
|
#gAdminThemes .available .theme_block:hover {
|
|
|
|
|
background: #eee;
|
|
|
|
|
}
|
|
|
|
|
#gAdminThemes .available div {
|
|
|
|
|
padding: 10px;
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
}
|
|
|
|
|
#gAdminThemes .available div {
|
|
|
|
|
width: 250px;
|
|
|
|
|
float: left;
|
|
|
|
|
}
|
|
|
|
|
#gAdminGraphics tr {
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
}
|
|
|
|
|
#gAdminGraphics tr.selected {
|
|
|
|
|
background-color: #cfc !important;
|
|
|
|
|
cursor: default;
|
|
|
|
|
}
|
|
|
|
|
#gAdminGraphics tr:hover {
|
|
|
|
|
background-color: #eee;
|
2009-01-09 07:33:22 +00:00
|
|
|
}
|