/administrator/templates/hathor/css/colour_highcontrast_rtl.css
https://bitbucket.org/eternaware/joomus · CSS · 456 lines · 250 code · 98 blank · 108 comment · 0 complexity · 1e202d41db9e57704308197f7972f106 MD5 · raw file
- @charset "UTF-8";
- /**
- * @package Joomla.Administrator
- * @subpackage templates.hathor
- * @copyright Copyright (C) 2005 - 2012 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;
- }
- /**
- * Status layout
- */
- #module-status .preview {
- background: url(../images/menu/icon-16-media.png) right 3px no-repeat;
- }
- #module-status .viewsite {
- background: url(../images/menu/icon-16-viewsite.png) right 3px no-repeat;
- }
- #module-status .unread-messages,#module-status .no-unread-messages {
- background: url(../images/menu/icon-16-messages.png) right 3px no-repeat;
- }
- #module-status .loggedin-users {
- background: url(../images/menu/icon-16-user.png) right 3px no-repeat;
- }
- #module-status .backloggedin-users {
- background: url(../images/menu/icon-16-back-user.png) right 3px no-repeat;
- }
- #module-status .multilanguage {
- background: url(../images/menu/icon-16-language.png) right 3px no-repeat;
- }
- #module-status .logout {
- background: url(../images/menu/icon-16-logout.png) right 3px no-repeat;
- }
- /**
- * 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
- */
- .tip-title { /* @TODO is there a different image */
- background: url(../images/selector-arrow-hc.png) no-repeat right top;
- }
- /**
- * 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;
- }