You've already forked joomla_test
first commit
This commit is contained in:
18
administrator/templates/hathor/css/boldtext.css
Normal file
18
administrator/templates/hathor/css/boldtext.css
Normal file
@ -0,0 +1,18 @@
|
||||
@charset "UTF-8";
|
||||
|
||||
/**
|
||||
* @package Joomla.Administrator
|
||||
* @subpackage templates.hathor
|
||||
* @copyright Copyright (C) 2005 - 2013 Open Source Matters, Inc. All rights reserved.
|
||||
* @license GNU General Public License version 2 or later; see LICENSE.txt
|
||||
* @since 1.6
|
||||
*
|
||||
* Changes to use bold text as the default
|
||||
*/
|
||||
|
||||
/**
|
||||
* Default to bold text
|
||||
*/
|
||||
body {
|
||||
font-weight: bold;
|
||||
}
|
1768
administrator/templates/hathor/css/colour_blue.css
Normal file
1768
administrator/templates/hathor/css/colour_blue.css
Normal file
File diff suppressed because it is too large
Load Diff
374
administrator/templates/hathor/css/colour_blue_rtl.css
Normal file
374
administrator/templates/hathor/css/colour_blue_rtl.css
Normal file
@ -0,0 +1,374 @@
|
||||
@charset "UTF-8";
|
||||
|
||||
/**
|
||||
* @package Joomla.Administrator
|
||||
* @subpackage templates.hathor
|
||||
* @copyright Copyright (C) 2005 - 2013 Open Source Matters, Inc. All rights reserved.
|
||||
* @license GNU General Public License version 2 or later; see LICENSE.txt
|
||||
* @since 1.6
|
||||
*
|
||||
* RTL CSS file for the color standard
|
||||
*/
|
||||
|
||||
/**
|
||||
* Overall Styles
|
||||
*/
|
||||
#header {
|
||||
background: #ffffff url(../images/j_logo.png) no-repeat top right;
|
||||
}
|
||||
|
||||
#element-box {
|
||||
border-left: 1px solid #738498;
|
||||
border-right: 1px solid #738498;
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* Various Styles
|
||||
*/
|
||||
|
||||
div.checkin-tick {
|
||||
background: url(../images/admin/tick.png) 20px 50% no-repeat;
|
||||
}
|
||||
|
||||
/**
|
||||
* Subheader, toolbar, page title
|
||||
*/
|
||||
|
||||
div.toolbar-box {
|
||||
border-left: 1px solid #738498;
|
||||
border-right: 1px solid #738498;
|
||||
}
|
||||
|
||||
div.toolbar-list li.divider {
|
||||
border-left: 1px dotted #e5d9c3;
|
||||
border-right: none;
|
||||
}
|
||||
|
||||
div.toolbar-list a:hover {
|
||||
border-right: 1px solid #e5d9c3;
|
||||
border-left: 1px solid #738498;
|
||||
}
|
||||
|
||||
/**
|
||||
* Pane Slider pane Toggler styles
|
||||
*/
|
||||
.pane-toggler span {
|
||||
background: transparent url(../images/j_arrow_left.png) right 50% no-repeat;
|
||||
}
|
||||
|
||||
.pane-toggler-down span {
|
||||
background: transparent url(../images/j_arrow_down.png) right 50% no-repeat;
|
||||
}
|
||||
|
||||
/**
|
||||
* Cpanel Settings
|
||||
*/
|
||||
|
||||
#cpanel div.icon a:hover,
|
||||
#cpanel div.icon a:focus {
|
||||
border-right: 1px solid #e5d9c3;
|
||||
border-left: 1px solid #738498;
|
||||
}
|
||||
|
||||
fieldset#filter-bar {
|
||||
border-left: none;
|
||||
border-right: none;
|
||||
}
|
||||
|
||||
/**
|
||||
* Admintable Styles
|
||||
*/
|
||||
|
||||
table.admintable td.key,table.admintable td.paramlist_key {
|
||||
border-left: 1px solid #738498;
|
||||
border-right: none;
|
||||
}
|
||||
|
||||
table.paramlist td.paramlist_description {
|
||||
border-left: 1px solid #738498;
|
||||
border-right: none;
|
||||
}
|
||||
|
||||
/**
|
||||
* Admin Form Styles
|
||||
*/
|
||||
table.adminform tr {
|
||||
border-left: 1px solid #738498;
|
||||
border-right: none;
|
||||
}
|
||||
|
||||
/**
|
||||
* Adminlist Table layout
|
||||
*/
|
||||
|
||||
table.adminlist.modal {
|
||||
border-right: 1px solid #738498;
|
||||
border-left: 1px solid #738498;
|
||||
}
|
||||
|
||||
/* Table row styles */
|
||||
|
||||
table.adminlist tbody tr td,
|
||||
table.adminlist tbody tr th {
|
||||
border-left: 1px solid #738498;
|
||||
border-right: none;
|
||||
}
|
||||
|
||||
table.adminlist tbody tr td:last-child {
|
||||
border-left: none;
|
||||
}
|
||||
|
||||
/**
|
||||
* Saving order icon styling in admin tables
|
||||
*/
|
||||
a.saveorder {
|
||||
background: url(../images/admin/filesave.png) no-repeat;
|
||||
}
|
||||
|
||||
a.saveorder.inactive {
|
||||
background-position: 0 -16px;
|
||||
}
|
||||
|
||||
/**
|
||||
* Button styling
|
||||
*/
|
||||
|
||||
/* Button 1 Type */
|
||||
|
||||
/* Use this if you add images to the buttons such as directional arrows */
|
||||
|
||||
.button1 a {
|
||||
/* add padding if you are using the directional images */
|
||||
/* padding: 0 6px 0 30px; */
|
||||
}
|
||||
|
||||
/* Button 2 Type */
|
||||
|
||||
.button2-right .prev {
|
||||
background-image: url(../images/j_button2_prev.png);
|
||||
background-position: right center;
|
||||
}
|
||||
|
||||
.button2-right.off .prev {
|
||||
background: url(../images/j_button2_prev_off.png) no-repeat;
|
||||
}
|
||||
|
||||
.button2-right .start {
|
||||
background-image: url(../images/j_button2_first.png);
|
||||
background-position: right center;
|
||||
}
|
||||
|
||||
.button2-left .next {
|
||||
background-image: url(../images/j_button2_next.png);
|
||||
background-position: left center;
|
||||
}
|
||||
|
||||
.button2-left.off .next { /* @TODO check the x position */
|
||||
background: url(../images/j_button2_next_off.png) 100% 0 no-repeat;
|
||||
}
|
||||
|
||||
.button2-left .end {
|
||||
background-image: url(../images/j_arrow_left.png);
|
||||
background-position: left center;
|
||||
}
|
||||
|
||||
.button2-left.off .end { /* @TODO check the x position */
|
||||
background: url(../images/j_button2_last_off.png) 100% 0 no-repeat;
|
||||
}
|
||||
|
||||
.button2-left .image {
|
||||
background: url(../images/j_button2_image.png) 100% 0 no-repeat;
|
||||
}
|
||||
|
||||
.button2-left .readmore {
|
||||
background: url(../images/j_button2_readmore.png) 100% 0 no-repeat;
|
||||
}
|
||||
|
||||
.button2-left .pagebreak {
|
||||
background: url(../images/j_button2_pagebreak.png) 100% 0 no-repeat;
|
||||
}
|
||||
|
||||
/**
|
||||
* Tooltips
|
||||
*/
|
||||
|
||||
/**
|
||||
* System Standard Messages
|
||||
*/
|
||||
#system-message dd.message ul {
|
||||
background: #C3D2E5 url(../images/notice-info.png) 99.5% center no-repeat;
|
||||
}
|
||||
|
||||
/**
|
||||
* System Error Messages
|
||||
*/
|
||||
#system-message dd.error ul {
|
||||
background: #E6C0C0 url(../images/notice-alert.png) 99.5% top no-repeat;
|
||||
}
|
||||
|
||||
/**
|
||||
* System Notice Messages
|
||||
*/
|
||||
#system-message dd.notice ul {
|
||||
background: #EFE7B8 url(../images/notice-note.png) 99%.5 top no-repeat;
|
||||
}
|
||||
|
||||
/**
|
||||
* JGrid styles
|
||||
*/
|
||||
|
||||
/**
|
||||
* Menu Icons
|
||||
* These icons are used on the Administrator menu
|
||||
* The classes are constructed dynamically when the menu is generated
|
||||
*/
|
||||
|
||||
|
||||
/**
|
||||
* Toolbar icons
|
||||
* These icons are used for the toolbar buttons
|
||||
* The classes are constructed dynamically when the toolbar is created
|
||||
*/
|
||||
|
||||
/**
|
||||
* Quick Icons
|
||||
* Also knows as Header Icons
|
||||
* These are used for the Quick Icons on the Control Panel
|
||||
* The same classes are also assigned the Component Title
|
||||
*/
|
||||
|
||||
/**
|
||||
* General styles
|
||||
*/
|
||||
|
||||
.helpFrame {
|
||||
border-right: 0 solid #738498;
|
||||
border-left: none;
|
||||
border-top: none;
|
||||
}
|
||||
|
||||
/* -- ACL STYLES relocated from com_users/media/grid.css ----------- */
|
||||
|
||||
/* -- ACL PANEL STYLES ----------- */
|
||||
|
||||
|
||||
/* All Tabs */
|
||||
|
||||
table.aclsummary-table td.col2,
|
||||
table.aclsummary-table th.col2,
|
||||
table.aclsummary-table td.col3,
|
||||
table.aclsummary-table th.col3,
|
||||
table.aclsummary-table td.col4,
|
||||
table.aclsummary-table th.col4,
|
||||
table.aclsummary-table td.col5,
|
||||
table.aclsummary-table th.col5,
|
||||
table.aclsummary-table td.col6,
|
||||
table.aclsummary-table th.col6
|
||||
table.aclmodify-table td.col2,
|
||||
table.aclmodify-table th.col2 {
|
||||
border-right: 1px solid #738498;
|
||||
border-left: none;
|
||||
}
|
||||
|
||||
/* Icons */
|
||||
|
||||
ul.acllegend li.acl-allowed {
|
||||
background:url(../images/admin/icon-16-allow.png) no-repeat right;
|
||||
}
|
||||
ul.acllegend li.acl-denied {
|
||||
background:url(../images/admin/icon-16-deny.png) no-repeat right;
|
||||
}
|
||||
|
||||
table#acl-config th.acl-groups {
|
||||
border-left: 1px solid #738498;
|
||||
}
|
||||
|
||||
table#acl-config th.acl-groups {
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
.acl-action {
|
||||
margin: auto 0;
|
||||
}
|
||||
|
||||
/* Icons */
|
||||
|
||||
span.icon-16-unset {
|
||||
background: url(../images/admin/icon-16-denyinactive.png) no-repeat right;
|
||||
}
|
||||
|
||||
span.icon-16-allowed {
|
||||
background: url(../images/admin/icon-16-allow.png) no-repeat right;
|
||||
}
|
||||
|
||||
span.icon-16-denied {
|
||||
background: url(../images/admin/icon-16-deny.png) no-repeat right;
|
||||
}
|
||||
|
||||
span.icon-16-locked {
|
||||
background: url(../images/admin/checked_out.png) no-repeat right;
|
||||
}
|
||||
|
||||
/**
|
||||
* Mod_rewrite Warning
|
||||
*/
|
||||
#jform_sef_rewrite-lbl {
|
||||
background: url(../images/admin/icon-16-notice-note.png) left top no-repeat;
|
||||
}
|
||||
|
||||
/**
|
||||
* Modal S-Box overrides
|
||||
*/
|
||||
|
||||
#sbox-window {
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
/**
|
||||
* Permission Rules
|
||||
*/
|
||||
|
||||
#permissions-sliders ul#rules table.group-rules td
|
||||
{
|
||||
border-left: solid 1px #738498;
|
||||
border-right: solid 0 #738498;
|
||||
}
|
||||
|
||||
#permissions-sliders ul#rules table.group-rules th
|
||||
{
|
||||
border-left: solid 1px #738498;
|
||||
border-right: solid 0 #738498;
|
||||
}
|
||||
|
||||
/**
|
||||
* Menu Styling
|
||||
*/
|
||||
|
||||
#menu ul li.node {
|
||||
background-image: url(../images/j_arrow_left.png);
|
||||
background-repeat: no-repeat;
|
||||
background-position: left 50%;
|
||||
}
|
||||
|
||||
#menu a {
|
||||
background-position: right 50%;
|
||||
}
|
||||
|
||||
#menu li {
|
||||
border-left: 1px solid #738498;
|
||||
border-right: 0 solid #738498;
|
||||
}
|
||||
|
||||
#menu li li li a:focus {
|
||||
border-right: 1px solid #fafafa;
|
||||
}
|
||||
|
||||
/* Installer Database */
|
||||
#installer-database p.warning {
|
||||
background-position: center right;
|
||||
}
|
||||
|
||||
#installer-database p.nowarning {
|
||||
background-position: center right;
|
||||
}
|
1768
administrator/templates/hathor/css/colour_brown.css
Normal file
1768
administrator/templates/hathor/css/colour_brown.css
Normal file
File diff suppressed because it is too large
Load Diff
316
administrator/templates/hathor/css/colour_brown_rtl.css
Normal file
316
administrator/templates/hathor/css/colour_brown_rtl.css
Normal file
@ -0,0 +1,316 @@
|
||||
@charset "UTF-8";
|
||||
|
||||
/**
|
||||
* @package Joomla.Administrator
|
||||
* @subpackage templates.hathor
|
||||
* @copyright Copyright (C) 2005 - 2013 Open Source Matters, Inc. All rights reserved.
|
||||
* @license GNU General Public License version 2 or later; see LICENSE.txt
|
||||
* @since 1.6
|
||||
*
|
||||
* RTL CSS file for the color standard
|
||||
*/
|
||||
|
||||
/**
|
||||
* Overall Styles
|
||||
*/
|
||||
#header {
|
||||
background: #ffffff url(../images/j_logo.png) no-repeat top right;
|
||||
}
|
||||
|
||||
/**
|
||||
* Various Styles
|
||||
*/
|
||||
div.checkin-tick {
|
||||
background: url(../images/admin/tick.png) 20px 50% no-repeat;
|
||||
}
|
||||
|
||||
/**
|
||||
* Pane Slider pane Toggler styles
|
||||
*/
|
||||
.pane-toggler span {
|
||||
background: transparent url(../images/j_arrow_left.png) right 50% no-repeat;
|
||||
}
|
||||
|
||||
.pane-toggler-down span {
|
||||
background: transparent url(../images/j_arrow_down.png) right 50% no-repeat;
|
||||
}
|
||||
|
||||
/**
|
||||
* Cpanel Settings
|
||||
*/
|
||||
fieldset#filter-bar {
|
||||
border-left: none;
|
||||
border-right: none;
|
||||
}
|
||||
|
||||
/**
|
||||
* Admintable Styles
|
||||
*/
|
||||
|
||||
table.admintable td.key,table.admintable td.paramlist_key {
|
||||
border-left: 1px solid #e9e9e9;
|
||||
border-right: none;
|
||||
}
|
||||
|
||||
table.paramlist td.paramlist_description {
|
||||
border-left: 1px solid #e9e9e9;
|
||||
border-right: none;
|
||||
}
|
||||
|
||||
/**
|
||||
* Admin Form Styles
|
||||
*/
|
||||
table.adminform tr {
|
||||
border-left: 1px solid #000000;
|
||||
border-right: none;
|
||||
}
|
||||
|
||||
/**
|
||||
* Adminlist Table layout
|
||||
*/
|
||||
|
||||
table.adminlist.modal {
|
||||
border-right: 1px solid #000000;
|
||||
border-left: 1px solid #000000;
|
||||
}
|
||||
|
||||
/* Table row styles */
|
||||
table.adminlist tbody tr td:last-child {
|
||||
border-left: none;
|
||||
}
|
||||
|
||||
/**
|
||||
* Saving order icon styling in admin tables
|
||||
*/
|
||||
a.saveorder {
|
||||
background: url(../images/admin/filesave.png) no-repeat;
|
||||
}
|
||||
|
||||
a.saveorder.inactive {
|
||||
background-position: 0 -16px;
|
||||
}
|
||||
|
||||
/**
|
||||
* Button styling
|
||||
*/
|
||||
|
||||
/* Button 1 Type */
|
||||
|
||||
/* Use this if you add images to the buttons such as directional arrows */
|
||||
|
||||
.button1 a {
|
||||
/* add padding if you are using the directional images */
|
||||
/* padding: 0 6px 0 30px; */
|
||||
}
|
||||
|
||||
/* Button 2 Type */
|
||||
|
||||
.button2-right .prev {
|
||||
background-image: url(../images/j_button2_prev.png);
|
||||
background-position: right center;
|
||||
}
|
||||
|
||||
.button2-right.off .prev {
|
||||
background: url(../images/j_button2_prev_off.png) no-repeat;
|
||||
}
|
||||
|
||||
.button2-right .start {
|
||||
background-image: url(../images/j_button2_first.png);
|
||||
background-position: right center;
|
||||
}
|
||||
|
||||
.button2-left .next {
|
||||
background-image: url(../images/j_button2_next.png);
|
||||
background-position: left center;
|
||||
}
|
||||
|
||||
.button2-left.off .next { /* @TODO check the x position */
|
||||
background: url(../images/j_button2_next_off.png) 100% 0 no-repeat;
|
||||
}
|
||||
|
||||
.button2-left .end {
|
||||
background-image: url(../images/j_arrow_left.png);
|
||||
background-position: left center;
|
||||
}
|
||||
|
||||
.button2-left.off .end { /* @TODO check the x position */
|
||||
background: url(../images/j_button2_last_off.png) 100% 0 no-repeat;
|
||||
}
|
||||
|
||||
.button2-left .image {
|
||||
background: url(../images/j_button2_image.png) 100% 0 no-repeat;
|
||||
}
|
||||
|
||||
.button2-left .readmore {
|
||||
background: url(../images/j_button2_readmore.png) 100% 0 no-repeat;
|
||||
}
|
||||
|
||||
.button2-left .pagebreak {
|
||||
background: url(../images/j_button2_pagebreak.png) 100% 0 no-repeat;
|
||||
}
|
||||
|
||||
/**
|
||||
* Tooltips
|
||||
*/
|
||||
|
||||
|
||||
/**
|
||||
* System Standard Messages
|
||||
*/
|
||||
#system-message dd.message ul {
|
||||
background: #C3D2E5 url(../images/notice-info.png) 99.5% center no-repeat;
|
||||
}
|
||||
|
||||
/**
|
||||
* System Error Messages
|
||||
*/
|
||||
#system-message dd.error ul {
|
||||
background: #E6C0C0 url(../images/notice-alert.png) 99.5% top no-repeat;
|
||||
}
|
||||
|
||||
/**
|
||||
* System Notice Messages
|
||||
*/
|
||||
#system-message dd.notice ul {
|
||||
background: #EFE7B8 url(../images/notice-note.png) 99%.5 top no-repeat;
|
||||
}
|
||||
|
||||
/**
|
||||
* JGrid styles
|
||||
*/
|
||||
|
||||
/**
|
||||
* Menu Icons
|
||||
* These icons are used on the Administrator menu
|
||||
* The classes are constructed dynamically when the menu is generated
|
||||
*/
|
||||
|
||||
|
||||
/**
|
||||
* Toolbar icons
|
||||
* These icons are used for the toolbar buttons
|
||||
* The classes are constructed dynamically when the toolbar is created
|
||||
*/
|
||||
|
||||
/**
|
||||
* Quick Icons
|
||||
* Also knows as Header Icons
|
||||
* These are used for the Quick Icons on the Control Panel
|
||||
* The same classes are also assigned the Component Title
|
||||
*/
|
||||
|
||||
/**
|
||||
* General styles
|
||||
*/
|
||||
|
||||
.helpFrame {
|
||||
border-right: 0 solid #222;
|
||||
border-left: none;
|
||||
border-top: none;
|
||||
}
|
||||
|
||||
/* -- ACL STYLES relocated from com_users/media/grid.css ----------- */
|
||||
|
||||
/* -- ACL PANEL STYLES ----------- */
|
||||
|
||||
|
||||
/* All Tabs */
|
||||
|
||||
table.aclsummary-table td.col2,
|
||||
table.aclsummary-table th.col2,
|
||||
table.aclsummary-table td.col3,
|
||||
table.aclsummary-table th.col3,
|
||||
table.aclsummary-table td.col4,
|
||||
table.aclsummary-table th.col4,
|
||||
table.aclsummary-table td.col5,
|
||||
table.aclsummary-table th.col5,
|
||||
table.aclsummary-table td.col6,
|
||||
table.aclsummary-table th.col6
|
||||
table.aclmodify-table td.col2,
|
||||
table.aclmodify-table th.col2 {
|
||||
border-right: 1px solid #cbcbcb;
|
||||
border-left: none;
|
||||
}
|
||||
|
||||
/* Icons */
|
||||
|
||||
ul.acllegend li.acl-allowed {
|
||||
background: url(../images/admin/icon-16-allow.png) no-repeat right;
|
||||
}
|
||||
ul.acllegend li.acl-denied {
|
||||
background: url(../images/admin/icon-16-deny.png) no-repeat right;
|
||||
}
|
||||
|
||||
table#acl-config th.acl-groups {
|
||||
border-left: 1px solid #000000;
|
||||
}
|
||||
|
||||
table#acl-config th.acl-groups {
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
.acl-action {
|
||||
margin: auto 0;
|
||||
}
|
||||
|
||||
/* Icons */
|
||||
|
||||
span.icon-16-unset {
|
||||
background: url(../images/admin/icon-16-denyinactive.png) no-repeat right;
|
||||
}
|
||||
|
||||
span.icon-16-allowed {
|
||||
background: url(../images/admin/icon-16-allow.png) no-repeat right;
|
||||
}
|
||||
|
||||
span.icon-16-denied {
|
||||
background: url(../images/admin/icon-16-deny.png) no-repeat right;
|
||||
}
|
||||
|
||||
span.icon-16-locked {
|
||||
background: url(../images/admin/checked_out.png) no-repeat right;
|
||||
}
|
||||
|
||||
/**
|
||||
* Mod_rewrite Warning
|
||||
*/
|
||||
#jform_sef_rewrite-lbl {
|
||||
background: url(../images/admin/icon-16-notice-note.png) left top no-repeat;
|
||||
}
|
||||
|
||||
/**
|
||||
* Permission Rules
|
||||
*/
|
||||
|
||||
#permissions-sliders ul#rules table.group-rules td {
|
||||
border-left: solid 1px #000000;
|
||||
border-right: solid 0 #000000;
|
||||
}
|
||||
|
||||
#permissions-sliders ul#rules table.group-rules th {
|
||||
border-left: solid 1px #000000;
|
||||
border-right: solid 0 #000000;
|
||||
}
|
||||
|
||||
/**
|
||||
* Menu Styling
|
||||
*/
|
||||
|
||||
#menu ul li.node {
|
||||
background-image: url(../images/j_arrow_left.png);
|
||||
background-repeat: no-repeat;
|
||||
background-position: left 50%;
|
||||
}
|
||||
|
||||
#menu a {
|
||||
background-position: right 50%;
|
||||
}
|
||||
|
||||
/* Installer Database */
|
||||
#installer-database p.warning {
|
||||
background-position: center right;
|
||||
}
|
||||
|
||||
#installer-database p.nowarning {
|
||||
background-position: center right;
|
||||
}
|
2131
administrator/templates/hathor/css/colour_highcontrast.css
Normal file
2131
administrator/templates/hathor/css/colour_highcontrast.css
Normal file
File diff suppressed because it is too large
Load Diff
422
administrator/templates/hathor/css/colour_highcontrast_rtl.css
Normal file
422
administrator/templates/hathor/css/colour_highcontrast_rtl.css
Normal file
@ -0,0 +1,422 @@
|
||||
@charset "UTF-8";
|
||||
|
||||
/**
|
||||
* @package Joomla.Administrator
|
||||
* @subpackage templates.hathor
|
||||
* @copyright Copyright (C) 2005 - 2013 Open Source Matters, Inc. All rights reserved.
|
||||
* @license GNU General Public License version 2 or later; see LICENSE.txt
|
||||
* @since 1.6
|
||||
*
|
||||
* RTL CSS file for the color standard
|
||||
*/
|
||||
|
||||
/**
|
||||
* Overall Styles
|
||||
*/
|
||||
#header {
|
||||
background: #ffffff url(../images/j_logo.png) no-repeat top right;
|
||||
}
|
||||
|
||||
#element-box {
|
||||
border-left: 1px solid #1b3f7c;
|
||||
border-right: 1px solid #1b3f7c;
|
||||
}
|
||||
|
||||
/**
|
||||
* Various Styles
|
||||
*/
|
||||
|
||||
div.checkin-tick {
|
||||
background: url(../images/admin/tick.png) 20px 50% no-repeat;
|
||||
}
|
||||
|
||||
/**
|
||||
* Subheader, toolbar, page title
|
||||
*/
|
||||
|
||||
div.toolbar-box {
|
||||
border-left: 1px solid #10254a;
|
||||
border-right: 1px solid #10254a;
|
||||
}
|
||||
|
||||
div.toolbar-list li.divider {
|
||||
border-left:1px dotted #1b3f7c;
|
||||
border-right:none;
|
||||
}
|
||||
|
||||
div.toolbar-list a:hover {
|
||||
border-right: 1px solid #000000;
|
||||
border-left: 1px solid #1b3f7c;
|
||||
}
|
||||
|
||||
/**
|
||||
* Pane Slider pane Toggler styles
|
||||
*/
|
||||
.pane-toggler span {
|
||||
background: transparent url(../images/j_arrow_left.png) right 50% no-repeat;
|
||||
}
|
||||
|
||||
.pane-toggler-down span {
|
||||
background: transparent url(../images/j_arrow_down.png) right 50% no-repeat;
|
||||
}
|
||||
|
||||
/**
|
||||
* Cpanel Settings
|
||||
*/
|
||||
|
||||
#cpanel div.icon a:hover,
|
||||
#cpanel div.icon a:focus {
|
||||
border-right: 1px solid #000000;
|
||||
border-left: 1px solid #1b3f7c;
|
||||
}
|
||||
|
||||
|
||||
fieldset#filter-bar {
|
||||
border-left: none;
|
||||
border-right: none;
|
||||
}
|
||||
|
||||
/**
|
||||
* Admintable Styles
|
||||
*/
|
||||
|
||||
table.admintable td.key,table.admintable td.paramlist_key {
|
||||
border-left: 1px solid #10254a;
|
||||
border-right: none;
|
||||
}
|
||||
|
||||
table.paramlist td.paramlist_description {
|
||||
border-left: 1px solid #10254a;
|
||||
border-right: none;
|
||||
}
|
||||
|
||||
/**
|
||||
* Admin Form Styles
|
||||
*/
|
||||
table.adminform tr {
|
||||
border-left: 1px solid #1b3f7c;
|
||||
border-right: none;
|
||||
}
|
||||
|
||||
/**
|
||||
* Adminlist Table layout
|
||||
*/
|
||||
|
||||
table.adminlist.modal {
|
||||
border-right: 1px solid #1b3f7c;
|
||||
border-left: 1px solid #1b3f7c;
|
||||
}
|
||||
|
||||
|
||||
/* Table row styles */
|
||||
|
||||
table.adminlist tbody tr td,
|
||||
table.adminlist tbody tr th {
|
||||
border-left: 1px solid #1b3f7c;
|
||||
border-right: none;
|
||||
}
|
||||
|
||||
table.adminlist tbody tr td:last-child {
|
||||
border-left: none;
|
||||
}
|
||||
|
||||
/**
|
||||
* Saving order icon styling in admin tables
|
||||
*/
|
||||
a.saveorder {
|
||||
background: url(../images/admin/filesave.png) no-repeat;
|
||||
}
|
||||
|
||||
a.saveorder.inactive {
|
||||
background-position: 0 -16px;
|
||||
}
|
||||
|
||||
/**
|
||||
* Button styling
|
||||
*/
|
||||
|
||||
/* Button 1 Type */
|
||||
|
||||
/* Use this if you add images to the buttons such as directional arrows */
|
||||
|
||||
.button1 a {
|
||||
/* add padding if you are using the directional images */
|
||||
/* padding: 0 6px 0 30px; */
|
||||
}
|
||||
|
||||
/* Button 2 Type */
|
||||
|
||||
.button2-right .prev {
|
||||
background-image: url(../images/j_button2_prev.png);
|
||||
background-position: right center;
|
||||
}
|
||||
|
||||
.button2-right.off .prev {
|
||||
background: url(../images/j_button2_prev_off.png) no-repeat;
|
||||
}
|
||||
|
||||
.button2-right .start {
|
||||
background-image: url(../images/j_button2_first.png);
|
||||
background-position: right center;
|
||||
}
|
||||
|
||||
.button2-left .next {
|
||||
background-image: url(../images/j_button2_next.png);
|
||||
background-position: left center;
|
||||
}
|
||||
|
||||
.button2-left.off .next { /* @TODO check the x position */
|
||||
background: url(../images/j_button2_next_off.png) 100% 0 no-repeat;
|
||||
}
|
||||
|
||||
.button2-left .end {
|
||||
background-image: url(../images/j_arrow_left.png);
|
||||
background-position: left center;
|
||||
}
|
||||
|
||||
.button2-left.off .end { /* @TODO check the x position */
|
||||
background: url(../images/j_button2_last_off.png) 100% 0 no-repeat;
|
||||
}
|
||||
|
||||
.button2-left .image {
|
||||
background: url(../images/j_button2_image.png) 100% 0 no-repeat;
|
||||
}
|
||||
|
||||
.button2-left .readmore {
|
||||
background: url(../images/j_button2_readmore.png) 100% 0 no-repeat;
|
||||
}
|
||||
|
||||
.button2-left .pagebreak {
|
||||
background: url(../images/j_button2_pagebreak.png) 100% 0 no-repeat;
|
||||
}
|
||||
|
||||
/**
|
||||
* Tooltips
|
||||
*/
|
||||
|
||||
|
||||
/**
|
||||
* System Standard Messages
|
||||
*/
|
||||
#system-message dd.message ul {
|
||||
background: #10254a url(../images/notice-info.png) 99.5% center no-repeat;
|
||||
}
|
||||
|
||||
/**
|
||||
* System Error Messages
|
||||
*/
|
||||
#system-message dd.error ul {
|
||||
background: #1c4181 url(../images/notice-alert.png) 99.5% top no-repeat;
|
||||
}
|
||||
|
||||
/**
|
||||
* System Notice Messages
|
||||
*/
|
||||
#system-message dd.notice ul {
|
||||
background: #10254a url(../images/notice-note.png) 99%.5 top no-repeat;
|
||||
}
|
||||
|
||||
/**
|
||||
* JGrid styles
|
||||
*/
|
||||
|
||||
/**
|
||||
* Menu Icons
|
||||
* These icons are used on the Administrator menu
|
||||
* The classes are constructed dynamically when the menu is generated
|
||||
*/
|
||||
|
||||
|
||||
/**
|
||||
* Toolbar icons
|
||||
* These icons are used for the toolbar buttons
|
||||
* The classes are constructed dynamically when the toolbar is created
|
||||
*/
|
||||
|
||||
/**
|
||||
* Quick Icons
|
||||
* Also knows as Header Icons
|
||||
* These are used for the Quick Icons on the Control Panel
|
||||
* The same classes are also assigned the Component Title
|
||||
*/
|
||||
|
||||
/**
|
||||
* General styles
|
||||
*/
|
||||
|
||||
.helpFrame {
|
||||
border-right: 0 solid #1b3f7c;
|
||||
border-left: none;
|
||||
border-top: none;
|
||||
}
|
||||
|
||||
/* -- ACL STYLES relocated from com_users/media/grid.css ----------- */
|
||||
|
||||
/* -- ACL PANEL STYLES ----------- */
|
||||
|
||||
|
||||
/* All Tabs */
|
||||
|
||||
table.aclsummary-table td.col2,
|
||||
table.aclsummary-table th.col2,
|
||||
table.aclsummary-table td.col3,
|
||||
table.aclsummary-table th.col3,
|
||||
table.aclsummary-table td.col4,
|
||||
table.aclsummary-table th.col4,
|
||||
table.aclsummary-table td.col5,
|
||||
table.aclsummary-table th.col5,
|
||||
table.aclmodify-table td.col2,
|
||||
table.aclmodify-table th.col2 {
|
||||
border-right: 1px solid #cbcbcb;
|
||||
border-left: none;
|
||||
}
|
||||
|
||||
/* Icons */
|
||||
|
||||
ul.acllegend li.acl-allowed {
|
||||
background:url(../images/admin/icon-16-allow.png) no-repeat right;
|
||||
}
|
||||
ul.acllegend li.acl-denied {
|
||||
background:url(../images/admin/icon-16-deny.png) no-repeat right;
|
||||
}
|
||||
|
||||
table#acl-config th.acl-groups {
|
||||
border-left: 1px solid #c7c8b2;
|
||||
}
|
||||
|
||||
table#acl-config th.acl-groups {
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
.acl-action {
|
||||
margin: auto 0;
|
||||
}
|
||||
|
||||
/* Icons */
|
||||
|
||||
span.icon-16-unset {
|
||||
background: url(../images/admin/icon-16-denyinactive.png) no-repeat right;
|
||||
}
|
||||
|
||||
span.icon-16-allowed {
|
||||
background: url(../images/admin/icon-16-allow.png) no-repeat right;
|
||||
}
|
||||
|
||||
span.icon-16-denied {
|
||||
background: url(../images/admin/icon-16-deny.png) no-repeat right;
|
||||
}
|
||||
|
||||
span.icon-16-locked {
|
||||
background: url(../images/admin/checked_out.png) no-repeat right;
|
||||
}
|
||||
|
||||
/**
|
||||
* Mod_rewrite Warning
|
||||
*/
|
||||
#jform_sef_rewrite-lbl {
|
||||
background: url(../images/admin/icon-16-notice-note.png) left top no-repeat;
|
||||
}
|
||||
|
||||
/**
|
||||
* Modal S-Box overrides
|
||||
*/
|
||||
|
||||
#sbox-window {
|
||||
text-align:right;
|
||||
}
|
||||
|
||||
/* *
|
||||
* Permission Rules
|
||||
*/
|
||||
|
||||
#permissions-sliders ul#rules table.group-rules td {
|
||||
border-left:solid 1px #1b3f7c;
|
||||
border-right:solid 0 #1b3f7c;
|
||||
}
|
||||
|
||||
#permissions-sliders ul#rules table.group-rules th {
|
||||
border-left:solid 1px #1b3f7c;
|
||||
border-right:solid 0 #1b3f7c;
|
||||
}
|
||||
|
||||
/**
|
||||
* Menu Styling
|
||||
*/
|
||||
|
||||
#menu ul li.node {
|
||||
background-image: url(../images/j_arrow_left.png);
|
||||
background-repeat: no-repeat;
|
||||
background-position: left 50%;
|
||||
}
|
||||
|
||||
#menu a {
|
||||
background-position: right 50%;
|
||||
}
|
||||
|
||||
#menu li {
|
||||
border-left: 1px solid #000000;
|
||||
}
|
||||
|
||||
#menu li a:hover, #menu li a:active, #menu li a:focus {
|
||||
border-left: 1px solid #1b3f7c;
|
||||
border-right: 1px solid #000000;
|
||||
}
|
||||
|
||||
#menu li.disabled a:hover,#menu li.disabled a:focus,#menu li.disabled a
|
||||
{
|
||||
border-right: 1px solid #10254a;
|
||||
border-left: 1px solid #10254a;
|
||||
}
|
||||
|
||||
#menu li:hover ul,#menu li.sfhover ul {
|
||||
/* lists nested under hovered list items */
|
||||
border-right: 1px solid #122b56;
|
||||
border-left: 1px solid #122b56;
|
||||
}
|
||||
|
||||
#menu li li:hover ul,#menu li li.sfhover ul {
|
||||
border-right: 1px solid #122b56;
|
||||
border-left: 1px solid #122b56;
|
||||
}
|
||||
|
||||
/**
|
||||
* Styling parents
|
||||
*/
|
||||
|
||||
/* 1 level - sfhover */
|
||||
#menu li.sfhover a {
|
||||
border-left: 1px solid #1b3f7c;
|
||||
border-right: 1px solid #000000;
|
||||
}
|
||||
|
||||
/* 2 level - hover */
|
||||
#menu li.sfhover li.sfhover a,#menu li li a:focus {
|
||||
border-left: 1px solid #1b3f7c;
|
||||
border-right: 1px solid #000000;
|
||||
}
|
||||
|
||||
/* 3 level - hover */
|
||||
#menu li.sfhover li.sfhover li.sfhover a,#menu li li li a:focus {
|
||||
border-left: 1px solid #1b3f7c;
|
||||
border-right: 1px solid #000000;
|
||||
}
|
||||
|
||||
/* bring back the focus elements into view */
|
||||
#menu li li a:focus {
|
||||
border-left: 1px solid #1b3f7c;
|
||||
border-right: 1px solid #000000;
|
||||
}
|
||||
|
||||
#menu li li li a:focus {
|
||||
border-left: 1px solid #1b3f7c;
|
||||
border-right: 1px solid #000000;
|
||||
}
|
||||
|
||||
/* Installer Database */
|
||||
#installer-database p.warning {
|
||||
background-position: center right;
|
||||
}
|
||||
|
||||
#installer-database p.nowarning {
|
||||
background-position: center right;
|
||||
}
|
1768
administrator/templates/hathor/css/colour_standard.css
Normal file
1768
administrator/templates/hathor/css/colour_standard.css
Normal file
File diff suppressed because it is too large
Load Diff
370
administrator/templates/hathor/css/colour_standard_rtl.css
Normal file
370
administrator/templates/hathor/css/colour_standard_rtl.css
Normal file
@ -0,0 +1,370 @@
|
||||
@charset "UTF-8";
|
||||
|
||||
/**
|
||||
* @package Joomla.Administrator
|
||||
* @subpackage templates.hathor
|
||||
* @copyright Copyright (C) 2005 - 2013 Open Source Matters, Inc. All rights reserved.
|
||||
* @license GNU General Public License version 2 or later; see LICENSE.txt
|
||||
* @since 1.6
|
||||
*
|
||||
* RTL CSS file for the color standard
|
||||
*/
|
||||
|
||||
/**
|
||||
* Overall Styles
|
||||
*/
|
||||
#header {
|
||||
background: #ffffff url(../images/j_logo.png) no-repeat top right;
|
||||
}
|
||||
|
||||
#element-box {
|
||||
border-left: 1px solid #c7c8b2;
|
||||
border-right: 1px solid #c7c8b2;
|
||||
}
|
||||
|
||||
/**
|
||||
* Various Styles
|
||||
*/
|
||||
|
||||
div.checkin-tick {
|
||||
background: url(../images/admin/tick.png) 20px 50% no-repeat;
|
||||
}
|
||||
|
||||
/**
|
||||
* Subheader, toolbar, page title
|
||||
*/
|
||||
div.toolbar-box {
|
||||
border-left: 1px solid #c7c8b2;
|
||||
border-right: 1px solid #c7c8b2;
|
||||
}
|
||||
|
||||
div.toolbar-list li.divider {
|
||||
border-left:1px dotted #e3e4ca;
|
||||
border-right:none;
|
||||
}
|
||||
|
||||
div.toolbar-list a:hover {
|
||||
border-right: 1px solid #e3e4ca;
|
||||
border-left: 1px solid #c7c8b2;
|
||||
}
|
||||
|
||||
/**
|
||||
* Pane Slider pane Toggler styles
|
||||
*/
|
||||
.pane-toggler span {
|
||||
background: transparent url(../images/j_arrow_left.png) right 50% no-repeat;
|
||||
}
|
||||
|
||||
.pane-toggler-down span {
|
||||
background: transparent url(../images/j_arrow_down.png) right 50%
|
||||
no-repeat;
|
||||
}
|
||||
|
||||
/**
|
||||
* Cpanel Settings
|
||||
*/
|
||||
#cpanel div.icon a:hover,
|
||||
#cpanel div.icon a:focus {
|
||||
border-right: 1px solid #e3e4ca;
|
||||
border-left: 1px solid #c7c8b2;
|
||||
}
|
||||
|
||||
fieldset#filter-bar {
|
||||
border-left: none;
|
||||
border-right: none;
|
||||
}
|
||||
|
||||
/**
|
||||
* Admintable Styles
|
||||
*/
|
||||
table.admintable td.key,table.admintable td.paramlist_key {
|
||||
border-left: 1px solid #c7c8b2;
|
||||
border-right: none;
|
||||
}
|
||||
|
||||
table.paramlist td.paramlist_description {
|
||||
border-left: 1px solid #c7c8b2;
|
||||
border-right: none;
|
||||
}
|
||||
|
||||
/**
|
||||
* Admin Form Styles
|
||||
*/
|
||||
table.adminform tr {
|
||||
border-left: 1px solid #c7c8b2;
|
||||
border-right: none;
|
||||
}
|
||||
|
||||
/**
|
||||
* Adminlist Table layout
|
||||
*/
|
||||
|
||||
table.adminlist.modal {
|
||||
border-right: 1px solid #c7c8b2;
|
||||
border-left: 1px solid #c7c8b2;
|
||||
}
|
||||
|
||||
|
||||
/* Table row styles */
|
||||
|
||||
table.adminlist tbody tr td,
|
||||
table.adminlist tbody tr th {
|
||||
border-left: 1px solid #c7c8b2;
|
||||
border-right: none;
|
||||
}
|
||||
|
||||
table.adminlist tbody tr td:last-child {
|
||||
border-left: none;
|
||||
}
|
||||
|
||||
/**
|
||||
* Saving order icon styling in admin tables
|
||||
*/
|
||||
a.saveorder {
|
||||
background: url(../images/admin/filesave.png) no-repeat;
|
||||
}
|
||||
|
||||
a.saveorder.inactive {
|
||||
background-position: 0 -16px;
|
||||
}
|
||||
|
||||
/**
|
||||
* Button styling
|
||||
*/
|
||||
|
||||
/* Button 1 Type */
|
||||
|
||||
/* Use this if you add images to the buttons such as directional arrows */
|
||||
|
||||
.button1 a {
|
||||
/* add padding if you are using the directional images */
|
||||
/* padding: 0 6px 0 30px; */
|
||||
}
|
||||
|
||||
/* Button 2 Type */
|
||||
|
||||
.button2-right .prev {
|
||||
background-image: url(../images/j_button2_prev.png);
|
||||
background-position: right center;
|
||||
}
|
||||
|
||||
.button2-right.off .prev {
|
||||
background: url(../images/j_button2_prev_off.png) no-repeat;
|
||||
}
|
||||
|
||||
.button2-right .start {
|
||||
background-image: url(../images/j_button2_first.png);
|
||||
background-position: right center;
|
||||
}
|
||||
|
||||
.button2-left .next {
|
||||
background-image: url(../images/j_button2_next.png);
|
||||
background-position: left center;
|
||||
}
|
||||
|
||||
.button2-left.off .next { /* @TODO check the x position */
|
||||
background: url(../images/j_button2_next_off.png) 100% 0 no-repeat;
|
||||
}
|
||||
|
||||
.button2-left .end {
|
||||
background-image: url(../images/j_arrow_left.png);
|
||||
background-position: left center;
|
||||
}
|
||||
|
||||
.button2-left.off .end { /* @TODO check the x position */
|
||||
background: url(../images/j_button2_last_off.png) 100% 0 no-repeat;
|
||||
}
|
||||
|
||||
.button2-left .image {
|
||||
background: url(../images/j_button2_image.png) 100% 0 no-repeat;
|
||||
}
|
||||
|
||||
.button2-left .readmore {
|
||||
background: url(../images/j_button2_readmore.png) 100% 0 no-repeat;
|
||||
}
|
||||
|
||||
.button2-left .pagebreak {
|
||||
background: url(../images/j_button2_pagebreak.png) 100% 0 no-repeat;
|
||||
}
|
||||
|
||||
/**
|
||||
* Tooltips
|
||||
*/
|
||||
|
||||
/**
|
||||
* System Standard Messages
|
||||
*/
|
||||
#system-message dd.message ul {
|
||||
background: #C3D2E5 url(../images/notice-info.png) 99.5% center no-repeat;
|
||||
}
|
||||
|
||||
/**
|
||||
* System Error Messages
|
||||
*/
|
||||
#system-message dd.error ul {
|
||||
background: #E6C0C0 url(../images/notice-alert.png) 99.5% top no-repeat;
|
||||
}
|
||||
|
||||
/**
|
||||
* System Notice Messages
|
||||
*/
|
||||
#system-message dd.notice ul {
|
||||
background: #EFE7B8 url(../images/notice-note.png) 99%.5 top no-repeat;
|
||||
}
|
||||
|
||||
/**
|
||||
* JGrid styles
|
||||
*/
|
||||
|
||||
/**
|
||||
* Menu Icons
|
||||
* These icons are used on the Administrator menu
|
||||
* The classes are constructed dynamically when the menu is generated
|
||||
*/
|
||||
|
||||
|
||||
/**
|
||||
* Toolbar icons
|
||||
* These icons are used for the toolbar buttons
|
||||
* The classes are constructed dynamically when the toolbar is created
|
||||
*/
|
||||
|
||||
/**
|
||||
* Quick Icons
|
||||
* Also knows as Header Icons
|
||||
* These are used for the Quick Icons on the Control Panel
|
||||
* The same classes are also assigned the Component Title
|
||||
*/
|
||||
|
||||
/**
|
||||
* General styles
|
||||
*/
|
||||
|
||||
.helpFrame {
|
||||
border-right: 0 solid #c7c8b2;
|
||||
border-left: none;
|
||||
border-top: none;
|
||||
}
|
||||
|
||||
/* -- ACL STYLES relocated from com_users/media/grid.css ----------- */
|
||||
|
||||
/* -- ACL PANEL STYLES ----------- */
|
||||
|
||||
|
||||
/* All Tabs */
|
||||
|
||||
table.aclsummary-table td.col2,
|
||||
table.aclsummary-table th.col2,
|
||||
table.aclsummary-table td.col3,
|
||||
table.aclsummary-table th.col3,
|
||||
table.aclsummary-table td.col4,
|
||||
table.aclsummary-table th.col4,
|
||||
table.aclsummary-table td.col5,
|
||||
table.aclsummary-table th.col5,
|
||||
table.aclsummary-table td.col6,
|
||||
table.aclsummary-table th.col6
|
||||
table.aclmodify-table td.col2,
|
||||
table.aclmodify-table th.col2 {
|
||||
border-right: 1px solid #c7c8b2;
|
||||
border-left: none;
|
||||
}
|
||||
|
||||
/* Icons */
|
||||
|
||||
ul.acllegend li.acl-allowed {
|
||||
background:url(../images/admin/icon-16-allow.png) no-repeat right;
|
||||
}
|
||||
ul.acllegend li.acl-denied {
|
||||
background:url(../images/admin/icon-16-deny.png) no-repeat right;
|
||||
}
|
||||
|
||||
table#acl-config th.acl-groups {
|
||||
border-left: 1px solid #c7c8b2;
|
||||
}
|
||||
|
||||
table#acl-config th.acl-groups {
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
.acl-action {
|
||||
margin: auto 0;
|
||||
}
|
||||
|
||||
/* Icons */
|
||||
|
||||
span.icon-16-unset {
|
||||
background: url(../images/admin/icon-16-denyinactive.png) no-repeat right;
|
||||
}
|
||||
|
||||
span.icon-16-allowed {
|
||||
background: url(../images/admin/icon-16-allow.png) no-repeat right;
|
||||
}
|
||||
|
||||
span.icon-16-denied {
|
||||
background: url(../images/admin/icon-16-deny.png) no-repeat right;
|
||||
}
|
||||
|
||||
span.icon-16-locked {
|
||||
background: url(../images/admin/checked_out.png) no-repeat right;
|
||||
}
|
||||
|
||||
/**
|
||||
* Mod_rewrite Warning
|
||||
*/
|
||||
#jform_sef_rewrite-lbl {
|
||||
background: url(../images/admin/icon-16-notice-note.png) left top no-repeat;
|
||||
}
|
||||
|
||||
/**
|
||||
* Modal S-Box overrides
|
||||
*/
|
||||
|
||||
#sbox-window {
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
/**
|
||||
* Permission Rules
|
||||
*/
|
||||
|
||||
#permissions-sliders ul#rules table.group-rules td {
|
||||
border-left: solid 1px #c7c8b2;
|
||||
border-right: solid 0 #c7c8b2;
|
||||
}
|
||||
|
||||
#permissions-sliders ul#rules table.group-rules th {
|
||||
border-left: solid 1px #c7c8b2;
|
||||
border-right: solid 0 #c7c8b2;
|
||||
}
|
||||
|
||||
/**
|
||||
* Menu Styling
|
||||
*/
|
||||
|
||||
#menu ul li.node {
|
||||
background-image: url(../images/j_arrow_left.png);
|
||||
background-repeat: no-repeat;
|
||||
background-position: left 50%;
|
||||
}
|
||||
|
||||
#menu a {
|
||||
background-position: right 50%;
|
||||
}
|
||||
|
||||
#menu li {
|
||||
border-left: 1px solid #c7c8b2;
|
||||
border-right: 0 solid #c7c8b2;
|
||||
}
|
||||
|
||||
#menu li li li a:focus {
|
||||
border-right: 1px solid #fafafa;
|
||||
}
|
||||
|
||||
/* Installer Database */
|
||||
#installer-database p.warning {
|
||||
background-position: center right;
|
||||
}
|
||||
|
||||
#installer-database p.nowarning {
|
||||
background-position: center right;
|
||||
}
|
74
administrator/templates/hathor/css/error.css
Normal file
74
administrator/templates/hathor/css/error.css
Normal file
@ -0,0 +1,74 @@
|
||||
/**
|
||||
* @copyright Copyright (C) 2005 - 2013 Open Source Matters, Inc. All rights reserved.
|
||||
* @license GNU General Public License version 2 or later; see LICENSE.txt
|
||||
*/
|
||||
|
||||
.outline {
|
||||
border: 1px solid #cccccc;
|
||||
background: #ffffff;
|
||||
padding: 2px;
|
||||
}
|
||||
|
||||
body {
|
||||
height: 100%;
|
||||
padding: 0;
|
||||
font-family: Arial, Helvetica, Sans Serif;
|
||||
font-size: 11px;
|
||||
color: #2c2c2c;
|
||||
background: #ffffff;
|
||||
width: 80%;
|
||||
min-width: 400px;
|
||||
margin: 15px auto;
|
||||
}
|
||||
|
||||
div {
|
||||
background-color: #f9fade;
|
||||
padding: 8px;
|
||||
border: solid 1px #c7c8b2;
|
||||
margin-top: 13px;
|
||||
margin-bottom: 25px;
|
||||
}
|
||||
|
||||
.frame {
|
||||
background-color: #f9fade;
|
||||
padding: 8px;
|
||||
border: solid 1px #c7c8b2;
|
||||
margin-top: 13px;
|
||||
margin-bottom: 25px;
|
||||
}
|
||||
|
||||
.table {
|
||||
border-collapse: collapse;
|
||||
margin-top: 13px;
|
||||
}
|
||||
|
||||
a {
|
||||
border: 1px solid #c7c8b2;
|
||||
-moz-border-radius: 3px;
|
||||
-webkit-border-radius: 3px;
|
||||
border-radius: 3px;
|
||||
background-color: #ffffff;
|
||||
color: #2c2c2c;
|
||||
padding: 3px 20px;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
a:hover, a:focus, a:active {
|
||||
background-color: #e3e4ca;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
td {
|
||||
padding: 3px;
|
||||
padding-left: 5px;
|
||||
padding-right: 5px;
|
||||
border: solid 1px #c7c8b2;
|
||||
font-size: 10px;
|
||||
}
|
||||
|
||||
.type {
|
||||
background-color: #cc0000;
|
||||
color: #ffffff;
|
||||
font-weight: bold;
|
||||
padding: 3px;
|
||||
}
|
121
administrator/templates/hathor/css/ie7.css
Normal file
121
administrator/templates/hathor/css/ie7.css
Normal file
@ -0,0 +1,121 @@
|
||||
@charset "UTF-8";
|
||||
|
||||
/**
|
||||
* @package Joomla.Administrator
|
||||
* @subpackage templates.hathor
|
||||
* @copyright Copyright (C) 2005 - 2013 Open Source Matters, Inc. All rights reserved.
|
||||
* @license GNU General Public License version 2 or later; see LICENSE.txt
|
||||
* @since 1.6
|
||||
*
|
||||
* CSS file for IE7
|
||||
*/
|
||||
|
||||
/**
|
||||
* Special Styles for Internet Explorer 7
|
||||
*/
|
||||
|
||||
input {
|
||||
border-width: expression(this.type == "radio" ? '0px' : this.type == "checkbox" ? '0px' : '1px');
|
||||
}
|
||||
|
||||
div.toolbar-box {
|
||||
height: 65px;
|
||||
}
|
||||
|
||||
div.toolbar-list span {
|
||||
margin: 0;
|
||||
position: relative
|
||||
}
|
||||
|
||||
div.toolbar-list a {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
div#subheader {
|
||||
height: 2em;
|
||||
}
|
||||
|
||||
#login-page .pagetitle h2 {
|
||||
margin: 0px;
|
||||
padding: 0px;
|
||||
}
|
||||
|
||||
*:first-child+html .clearfix {
|
||||
min-height: 1px;
|
||||
}
|
||||
|
||||
.menu-links li,
|
||||
.menu-links li label {
|
||||
height: 2em;
|
||||
}
|
||||
|
||||
div.article-edit,
|
||||
div.category-edit {
|
||||
zoom: 1;
|
||||
}
|
||||
|
||||
div.pane-sliders,
|
||||
div.panel,
|
||||
div.pane-slider,
|
||||
div.rules-section,
|
||||
div.mypanel,
|
||||
div.containerpg,
|
||||
div.pagination,
|
||||
div.upload-queue {
|
||||
zoom: 1;
|
||||
}
|
||||
|
||||
div.width-20 fieldset.adminform,
|
||||
div.width-30 fieldset.adminform,
|
||||
div.width-35 fieldset.adminform,
|
||||
div.width-40 fieldset.adminform,
|
||||
div.width-45 fieldset.adminform,
|
||||
div.width-50 fieldset.adminform,
|
||||
div.width-55 fieldset.adminform,
|
||||
div.width-60 fieldset.adminform,
|
||||
div.width-65 fieldset.adminform,
|
||||
div.width-70 fieldset.adminform,
|
||||
div.width-80 fieldset.adminform,
|
||||
div.width-100 fieldset.adminform {
|
||||
zoom: 1;
|
||||
margin-bottom:10px;
|
||||
}
|
||||
|
||||
div.toggle-editor {
|
||||
margin-top: -5px;
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
|
||||
table.adminlist {
|
||||
border-bottom-width: 1px;
|
||||
}
|
||||
|
||||
div.current dd {
|
||||
width: 100%;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
#permissions-sliders ul#rules table.group-rules caption span {
|
||||
height: 0;
|
||||
overflow: hidden;
|
||||
position: absolute;
|
||||
padding:0;
|
||||
margin:0;
|
||||
}
|
||||
|
||||
div.current ul.menu-links {
|
||||
zoom: 1;
|
||||
width: 25%;
|
||||
margin: 0;
|
||||
padding:0;
|
||||
list-style-position: inside;
|
||||
}
|
||||
|
||||
div#position-icon.pane-sliders div.pane-down div.icon-wrapper {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
fieldset.panelform fieldset.checkboxes.impunlimited {
|
||||
float: none;
|
||||
width: 170px;
|
||||
}
|
21
administrator/templates/hathor/css/ie8.css
Normal file
21
administrator/templates/hathor/css/ie8.css
Normal file
@ -0,0 +1,21 @@
|
||||
@charset "UTF-8";
|
||||
|
||||
/**
|
||||
* @package Joomla.Administrator
|
||||
* @subpackage templates.hathor
|
||||
* @copyright Copyright (C) 2005 - 2013 Open Source Matters, Inc. All rights reserved.
|
||||
* @license GNU General Public License version 2 or later; see LICENSE.txt
|
||||
* @since 1.6
|
||||
*
|
||||
* CSS file for IE8
|
||||
*/
|
||||
|
||||
/**
|
||||
* Special Styles for Internet Explorer 8
|
||||
*/
|
||||
|
||||
/* Accessibility: css in template.css for slider keyboard
|
||||
* has to be reversed here or the mouse does not work for ie */
|
||||
.pane-toggler + div.pane-slider {
|
||||
/*display: block;*/
|
||||
}
|
1
administrator/templates/hathor/css/index.html
Normal file
1
administrator/templates/hathor/css/index.html
Normal file
@ -0,0 +1 @@
|
||||
<!DOCTYPE html><title></title>
|
3332
administrator/templates/hathor/css/template.css
Normal file
3332
administrator/templates/hathor/css/template.css
Normal file
File diff suppressed because it is too large
Load Diff
1297
administrator/templates/hathor/css/template_rtl.css
Normal file
1297
administrator/templates/hathor/css/template_rtl.css
Normal file
File diff suppressed because it is too large
Load Diff
297
administrator/templates/hathor/css/theme.css
Normal file
297
administrator/templates/hathor/css/theme.css
Normal file
@ -0,0 +1,297 @@
|
||||
@charset "UTF-8";
|
||||
|
||||
/**
|
||||
* @package Joomla.Administrator
|
||||
* @subpackage templates.hathor
|
||||
* @copyright Copyright (C) 2005 - 2013 Open Source Matters, Inc. All rights reserved.
|
||||
* @license GNU General Public License version 2 or later; see LICENSE.txt
|
||||
* @since 1.6
|
||||
*/
|
||||
|
||||
/* ThemeOfficeMenu Style Sheet */
|
||||
|
||||
.ThemeOfficeMenu,
|
||||
.ThemeOfficeSubMenuTable {
|
||||
font-family: Arial, Verdana, sans-serif;
|
||||
font-size: 13px;
|
||||
padding: 0;
|
||||
white-space: nowrap;
|
||||
cursor: default;
|
||||
height: 25px;
|
||||
}
|
||||
|
||||
.ThemeOfficeSubMenu {
|
||||
position: absolute;
|
||||
visibility: hidden;
|
||||
/*
|
||||
Netscape/Mozilla renders borders by increasing
|
||||
their z-index. The following line is necessary
|
||||
to cover any borders underneath
|
||||
*/
|
||||
z-index: 100;
|
||||
border: 0;
|
||||
padding: 0;
|
||||
overflow: visible;
|
||||
border: 1px solid #8C867B;
|
||||
filter:progid:DXImageTransform.Microsoft.Shadow(color=#BDC3BD, Direction=135, Strength=4);
|
||||
}
|
||||
|
||||
.ThemeOfficeSubMenuTable {
|
||||
overflow: visible;
|
||||
}
|
||||
|
||||
.ThemeOfficeMainItem,
|
||||
.ThemeOfficeMainItemHover,
|
||||
.ThemeOfficeMainItemActive,
|
||||
.ThemeOfficeMenuItem,
|
||||
.ThemeOfficeMenuItemHover,
|
||||
.ThemeOfficeMenuItemActive {
|
||||
border: 0;
|
||||
cursor: default;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.ThemeOfficeMainItem {
|
||||
/*background-color: #EFEBDE;*/
|
||||
}
|
||||
|
||||
.ThemeOfficeMainItemHover,
|
||||
.ThemeOfficeMainItemActive {
|
||||
background-color: #e7eddf;
|
||||
}
|
||||
|
||||
.ThemeOfficeMenuItem {
|
||||
background-color: #F1F3F5;
|
||||
}
|
||||
|
||||
.ThemeOfficeMenuItemHover,
|
||||
.ThemeOfficeMenuItemActive {
|
||||
background-color: #e7eddf;
|
||||
}
|
||||
|
||||
|
||||
/* horizontal main menu */
|
||||
|
||||
.ThemeOfficeMainItem {
|
||||
padding: 4px 1px 4px 1px;
|
||||
border: 0;
|
||||
}
|
||||
|
||||
td.ThemeOfficeMainItemHover,
|
||||
td.ThemeOfficeMainItemActive {
|
||||
padding: 0;
|
||||
border-right: 1px solid #6d9d2e;
|
||||
border-left: 1px solid #6d9d2e;
|
||||
}
|
||||
|
||||
.ThemeOfficeMainFolderLeft,
|
||||
.ThemeOfficeMainItemLeft,
|
||||
.ThemeOfficeMainFolderText,
|
||||
.ThemeOfficeMainItemText,
|
||||
.ThemeOfficeMainFolderRight,
|
||||
.ThemeOfficeMainItemRight {
|
||||
background-color: inherit;
|
||||
}
|
||||
|
||||
/* vertical main menu sub components */
|
||||
|
||||
td.ThemeOfficeMainFolderLeft,
|
||||
td.ThemeOfficeMainItemLeft {
|
||||
padding-top: 2px;
|
||||
padding-bottom: 2px;
|
||||
padding-left: 0;
|
||||
padding-right: 2px;
|
||||
|
||||
border-top: 1px solid #6d9d2e;
|
||||
border-bottom: 1px solid #6d9d2e;
|
||||
border-left: 1px solid #6d9d2e;
|
||||
|
||||
background-color: inherit;
|
||||
}
|
||||
|
||||
td.ThemeOfficeMainFolderText,
|
||||
td.ThemeOfficeMainItemText {
|
||||
padding-top: 2px;
|
||||
padding-bottom: 2px;
|
||||
padding-left: 5px;
|
||||
padding-right: 5px;
|
||||
|
||||
border-top: 1px solid #6d9d2e;
|
||||
border-bottom: 1px solid #6d9d2e;
|
||||
|
||||
background-color: inherit;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
td.ThemeOfficeMainFolderRight,
|
||||
td.ThemeOfficeMainItemRight {
|
||||
padding-top: 2px;
|
||||
padding-bottom: 2px;
|
||||
padding-left: 0;
|
||||
padding-right: 0;
|
||||
|
||||
border-top: 1px solid #6d9d2e;
|
||||
border-bottom: 1px solid #6d9d2e;
|
||||
border-right: 1px solid #6d9d2e;
|
||||
|
||||
background-color: inherit;
|
||||
}
|
||||
|
||||
tr.ThemeOfficeMainItem td.ThemeOfficeMainFolderLeft,
|
||||
tr.ThemeOfficeMainItem td.ThemeOfficeMainItemLeft {
|
||||
padding-top: 3px;
|
||||
padding-bottom: 3px;
|
||||
padding-left: 1px;
|
||||
padding-right: 2px;
|
||||
white-space: nowrap;
|
||||
border: 0;
|
||||
background-color: inherit;
|
||||
}
|
||||
|
||||
tr.ThemeOfficeMainItem td.ThemeOfficeMainFolderText,
|
||||
tr.ThemeOfficeMainItem td.ThemeOfficeMainItemText {
|
||||
padding-top: 3px;
|
||||
padding-bottom: 3px;
|
||||
padding-left: 5px;
|
||||
padding-right: 5px;
|
||||
border: 0;
|
||||
background-color: inherit;
|
||||
}
|
||||
|
||||
tr.ThemeOfficeMainItem td.ThemeOfficeMainItemRight,
|
||||
tr.ThemeOfficeMainItem td.ThemeOfficeMainFolderRight {
|
||||
padding-top: 3px;
|
||||
padding-bottom: 3px;
|
||||
padding-left: 0;
|
||||
padding-right: 1px;
|
||||
border: 0;
|
||||
background-color: inherit;
|
||||
}
|
||||
|
||||
/* sub menu sub components */
|
||||
|
||||
.ThemeOfficeMenuFolderLeft,
|
||||
.ThemeOfficeMenuItemLeft {
|
||||
padding-top: 2px;
|
||||
padding-bottom: 2px;
|
||||
padding-left: 1px;
|
||||
padding-right: 3px;
|
||||
border-top: 1px solid #6d9d2e;
|
||||
border-bottom: 1px solid #6d9d2e;
|
||||
border-left: 1px solid #6d9d2e;
|
||||
background-color: inherit;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.ThemeOfficeMenuFolderText,
|
||||
.ThemeOfficeMenuItemText {
|
||||
padding-top: 2px;
|
||||
padding-bottom: 2px;
|
||||
padding-left: 5px;
|
||||
padding-right: 5px;
|
||||
|
||||
border-top: 1px solid #6d9d2e;
|
||||
border-bottom: 1px solid #6d9d2e;
|
||||
|
||||
background-color: inherit;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.ThemeOfficeMenuFolderRight,
|
||||
.ThemeOfficeMenuItemRight {
|
||||
padding-top: 2px;
|
||||
padding-bottom: 2px;
|
||||
padding-left: 0;
|
||||
padding-right: 0;
|
||||
|
||||
border-top: 1px solid #6d9d2e;
|
||||
border-bottom: 1px solid #6d9d2e;
|
||||
border-right: 1px solid #6d9d2e;
|
||||
background-color: inherit;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.ThemeOfficeMenuItem .ThemeOfficeMenuFolderLeft,
|
||||
.ThemeOfficeMenuItem .ThemeOfficeMenuItemLeft {
|
||||
padding-top: 3px;
|
||||
padding-bottom: 3px;
|
||||
padding-left: 2px;
|
||||
padding-right: 3px;
|
||||
white-space: nowrap;
|
||||
border: 0;
|
||||
background-color: #DDE1E6;
|
||||
}
|
||||
|
||||
.ThemeOfficeMenuItem .ThemeOfficeMenuFolderText,
|
||||
.ThemeOfficeMenuItem .ThemeOfficeMenuItemText {
|
||||
padding-top: 3px;
|
||||
padding-bottom: 3px;
|
||||
padding-left: 5px;
|
||||
padding-right: 5px;
|
||||
border: 0;
|
||||
background-color: inherit;
|
||||
}
|
||||
|
||||
.ThemeOfficeMenuItem .ThemeOfficeMenuFolderRight,
|
||||
.ThemeOfficeMenuItem .ThemeOfficeMenuItemRight {
|
||||
padding-top: 3px;
|
||||
padding-bottom: 3px;
|
||||
padding-left: 0;
|
||||
padding-right: 1px;
|
||||
border: 0;
|
||||
background-color: inherit;
|
||||
}
|
||||
|
||||
/* menu splits */
|
||||
|
||||
.ThemeOfficeMenuSplit {
|
||||
margin: 2px;
|
||||
height: 1px;
|
||||
overflow: hidden;
|
||||
background-color: inherit;
|
||||
border-top: 1px solid #C6C3BD;
|
||||
}
|
||||
|
||||
/* image shadow animation */
|
||||
/*
|
||||
seq1: image for normal
|
||||
seq2: image for hover and active
|
||||
To use, in the icon field, input the following:
|
||||
<img class="seq1" src="normal.gif" /><img class="seq2" src="hover.gif" />
|
||||
*/
|
||||
|
||||
.ThemeOfficeMenuItem img.seq1 {
|
||||
display: inline;
|
||||
}
|
||||
|
||||
.ThemeOfficeMenuItemHover seq2,
|
||||
.ThemeOfficeMenuItemActive seq2 {
|
||||
display: inline;
|
||||
}
|
||||
|
||||
.ThemeOfficeMenuItem .seq2,
|
||||
.ThemeOfficeMenuItemHover .seq1,
|
||||
.ThemeOfficeMenuItemActive .seq1 {
|
||||
display: none;
|
||||
}
|
||||
|
||||
/* inactive settings */
|
||||
div.inactive td.ThemeOfficeMainItemHover,
|
||||
div.inactive td.ThemeOfficeMainItemActive {
|
||||
border-top: 0;
|
||||
border-right: 1px solid #f1f3f5;
|
||||
border-left: 1px solid #f1f3f5;
|
||||
}
|
||||
|
||||
div.inactive .ThemeOfficeMainItem {
|
||||
color: #bbb;
|
||||
}
|
||||
|
||||
div.inactive span.ThemeOfficeMainItemText {
|
||||
color: #aaa;
|
||||
}
|
||||
|
||||
div.inactive .ThemeOfficeMainItemHover,
|
||||
div.inactive .ThemeOfficeMainItemActive {
|
||||
background-color: #f1f3f5;
|
||||
}
|
Reference in New Issue
Block a user