updated contrib themes
@@ -1,85 +0,0 @@
 | 
			
		||||
/**
 | 
			
		||||
 * Generic ============================================================
 | 
			
		||||
 */
 | 
			
		||||
.page-content dl dt {}
 | 
			
		||||
.page-content dl dd,
 | 
			
		||||
.page-content dl dl {
 | 
			
		||||
  margin-left:0;
 | 
			
		||||
  margin-right:20px;
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
/**
 | 
			
		||||
 * Pagers =============================================================
 | 
			
		||||
 */
 | 
			
		||||
.pager ul.pager-list { float:right; }
 | 
			
		||||
.pager ul.pager-links { float:left; }
 | 
			
		||||
 | 
			
		||||
/**
 | 
			
		||||
 * Menus, lists =======================================================
 | 
			
		||||
 */
 | 
			
		||||
.admin-list li a span.icon {
 | 
			
		||||
  left:auto;
 | 
			
		||||
  right:10px;
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
.node-type-list li,
 | 
			
		||||
.admin-list li { padding:10px 50px 9px 5px; }
 | 
			
		||||
 | 
			
		||||
/**
 | 
			
		||||
 * Tables =============================================================
 | 
			
		||||
 */
 | 
			
		||||
table th { text-align:right; }
 | 
			
		||||
table td.permission { padding-right:19px; }
 | 
			
		||||
 | 
			
		||||
/**
 | 
			
		||||
 * Form layout: Default ===============================================
 | 
			
		||||
 */
 | 
			
		||||
.form-layout-default { background-position:35% 0%; }
 | 
			
		||||
 | 
			
		||||
.column-main { float:right; }
 | 
			
		||||
 | 
			
		||||
  .column-main .column-wrapper {
 | 
			
		||||
    padding-left:10px;
 | 
			
		||||
    padding-right:0px;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
.column-side { float:left; }
 | 
			
		||||
 | 
			
		||||
  .column-side .column-wrapper {
 | 
			
		||||
    padding-left:0px;
 | 
			
		||||
    padding-right:10px;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
/**
 | 
			
		||||
 * Forms ==============================================================
 | 
			
		||||
 */
 | 
			
		||||
.page-content .form-item .description {
 | 
			
		||||
  left:-15px;
 | 
			
		||||
  right:auto;
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
.collapsible .fieldset-title span.icon {
 | 
			
		||||
  left:auto;
 | 
			
		||||
  right:-20px;
 | 
			
		||||
  background-image:url(images/sprite-rtl.png);
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
html.js input.form-autocomplete { background-position: 2px 7px; }
 | 
			
		||||
 | 
			
		||||
/**
 | 
			
		||||
 * Help pages =========================================================
 | 
			
		||||
 */
 | 
			
		||||
.help-items { float:right; }
 | 
			
		||||
 | 
			
		||||
/**
 | 
			
		||||
 * Admin toolbar ======================================================
 | 
			
		||||
 */
 | 
			
		||||
body.rubik #admin-toolbar a.menu-hover span.menu-description {
 | 
			
		||||
  padding-left:0px;
 | 
			
		||||
  padding-right:50px;
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
body.rubik #admin-toolbar a.menu-hover span.menu-description span.icon {
 | 
			
		||||
  left:auto;
 | 
			
		||||
  right:10px;
 | 
			
		||||
  }
 | 
			
		||||
@@ -1,817 +0,0 @@
 | 
			
		||||
p:last-child { margin:0px; }
 | 
			
		||||
 | 
			
		||||
hr { display:none; }
 | 
			
		||||
 | 
			
		||||
/**
 | 
			
		||||
 * Toggleables ========================================================
 | 
			
		||||
 */
 | 
			
		||||
.toggleable { display:none; }
 | 
			
		||||
 | 
			
		||||
/**
 | 
			
		||||
 * Generic ============================================================
 | 
			
		||||
 */
 | 
			
		||||
.page-content dl dt {}
 | 
			
		||||
.page-content dl dd,
 | 
			
		||||
.page-content dl dl {
 | 
			
		||||
  margin-left:20px;
 | 
			
		||||
  margin-bottom:10px;
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
/**
 | 
			
		||||
 * Console ============================================================
 | 
			
		||||
 */
 | 
			
		||||
div.messages {
 | 
			
		||||
  color:#036;
 | 
			
		||||
  background-color:#f8f8f8;
 | 
			
		||||
  border:1px solid #ccc;
 | 
			
		||||
  margin:0px 0px 10px;
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
table tr.warning th,
 | 
			
		||||
div.warning {
 | 
			
		||||
  color:#a84;
 | 
			
		||||
  background-color:#fff4c0;
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
table tr.error th,
 | 
			
		||||
div.error {
 | 
			
		||||
  color:#965;
 | 
			
		||||
  background-color:#ffe4e0;
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
table tr.ok th,
 | 
			
		||||
table tr.info th,
 | 
			
		||||
div.status {
 | 
			
		||||
  color:#687;
 | 
			
		||||
  background-color:#ecf8f4;
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  div.error   { border-color:#ffd4d0; }
 | 
			
		||||
  div.warning { border-color:#ffe4b0; }
 | 
			
		||||
  div.status  { border-color:#dce8e4; }
 | 
			
		||||
 | 
			
		||||
/**
 | 
			
		||||
 * Pagers =============================================================
 | 
			
		||||
 */
 | 
			
		||||
.pager {
 | 
			
		||||
  font-weight:normal;
 | 
			
		||||
  font-size:11px;
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  .pager ul.pager-list { float:left; }
 | 
			
		||||
  .pager ul.pager-links { float:right; }
 | 
			
		||||
 | 
			
		||||
/**
 | 
			
		||||
 * Menus, lists =======================================================
 | 
			
		||||
 */
 | 
			
		||||
.admin-block-description,
 | 
			
		||||
.help-items ul li,
 | 
			
		||||
.confirmation ul li,
 | 
			
		||||
.item-list ul li,
 | 
			
		||||
.prose .item-list li,
 | 
			
		||||
.menu li {
 | 
			
		||||
  float:none;
 | 
			
		||||
  display:block;
 | 
			
		||||
  padding:5px 10px 4px;
 | 
			
		||||
  border-bottom:1px solid #f4f4f4;
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  .admin-block-description,
 | 
			
		||||
  .help-items ul li:last-child,
 | 
			
		||||
  .confirmation ul li:last-child,
 | 
			
		||||
  .item-list ul li:last-child,
 | 
			
		||||
  .prose .item-list li:last-child,
 | 
			
		||||
  .menu li:last-child {
 | 
			
		||||
    border-bottom:0px;
 | 
			
		||||
    padding-bottom:5px;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
.admin-panel h3 span.icon,
 | 
			
		||||
.admin-list li a span.icon {
 | 
			
		||||
  position:absolute;
 | 
			
		||||
  left:10px;
 | 
			
		||||
  top:10px;
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  .admin-list-compact li a span.icon { top:5px; }
 | 
			
		||||
 | 
			
		||||
.admin-panel h3,
 | 
			
		||||
.node-type-list li,
 | 
			
		||||
.admin-list li {
 | 
			
		||||
  position:relative;
 | 
			
		||||
  padding:10px 5px 9px 50px;
 | 
			
		||||
  margin:0px;
 | 
			
		||||
  min-height:30px;
 | 
			
		||||
  border-bottom:1px solid #e8e8e8;
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  .admin-panel h3 {
 | 
			
		||||
    background:#f4f4f4;
 | 
			
		||||
    line-height:30px;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
  .admin-list-compact li { min-height:20px; }
 | 
			
		||||
 | 
			
		||||
  .node-type-list li:last-child,
 | 
			
		||||
  .admin-list li:last-child { border:0px; }
 | 
			
		||||
 | 
			
		||||
/**
 | 
			
		||||
 * Tables =============================================================
 | 
			
		||||
 */
 | 
			
		||||
.tabledrag-toggle-weight-wrapper {
 | 
			
		||||
  float:right;
 | 
			
		||||
  font-size:11px;
 | 
			
		||||
  margin-bottom:-30px;
 | 
			
		||||
  height:20px;
 | 
			
		||||
  padding:5px;
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
.tabledrag-toggle-weight-wrapper a {
 | 
			
		||||
  display:block;
 | 
			
		||||
  width:20px;
 | 
			
		||||
  height:20px;
 | 
			
		||||
  text-indent:-999px;
 | 
			
		||||
  overflow:hidden;
 | 
			
		||||
  background:url(images/bleeds.png) -40px -120px no-repeat;
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
table {
 | 
			
		||||
  width:100%;
 | 
			
		||||
  margin:0px 0px 10px;
 | 
			
		||||
  background-color:#fff;
 | 
			
		||||
 | 
			
		||||
  border-collapse:collapse;
 | 
			
		||||
  border-color:#ddd;
 | 
			
		||||
  border-width:1px;
 | 
			
		||||
  border-style:solid;
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  .fieldset table { margin:0px; }
 | 
			
		||||
 | 
			
		||||
table td,
 | 
			
		||||
table th {
 | 
			
		||||
  vertical-align:top;
 | 
			
		||||
  border-width:1px 0px;
 | 
			
		||||
  border-style:solid;
 | 
			
		||||
  border-color:#ddd;
 | 
			
		||||
  padding:5px;
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
table th {
 | 
			
		||||
  font-size:11px;
 | 
			
		||||
  text-align:left;
 | 
			
		||||
  font-weight:normal;
 | 
			
		||||
  color:#666;
 | 
			
		||||
  background:#eee;
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  table thead th { border-top-color:#ccc; }
 | 
			
		||||
 | 
			
		||||
table td.active { background:#e4f0f8; }
 | 
			
		||||
table tr.odd td.active { background:#ecf8fc; }
 | 
			
		||||
 | 
			
		||||
table tr.selected td.active,
 | 
			
		||||
table tr.selected td {
 | 
			
		||||
  background:#ffc;
 | 
			
		||||
  border-color:#eeb;
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
/* Block administration */
 | 
			
		||||
table tr.region td { background:#f8f8f8; }
 | 
			
		||||
 | 
			
		||||
/* Hide tabledrag markers */
 | 
			
		||||
table tr.draggable span.tabledrag-changed { display:none; }
 | 
			
		||||
 
 | 
			
		||||
/* Stripe administrative tables */
 | 
			
		||||
.page-admin table tr.even, .page-admin table tr.even td {
 | 
			
		||||
  background: #f9f9f9;
 | 
			
		||||
}
 | 
			
		||||
               
 | 
			
		||||
/**
 | 
			
		||||
 * Forms ==============================================================
 | 
			
		||||
 */
 | 
			
		||||
.block,
 | 
			
		||||
.item-list,
 | 
			
		||||
.help-items ul,
 | 
			
		||||
.form-item,
 | 
			
		||||
.confirmation ul,
 | 
			
		||||
.admin-list,
 | 
			
		||||
.node-type-list,
 | 
			
		||||
.admin-panel {
 | 
			
		||||
  background:#fff;
 | 
			
		||||
  margin:0px 0px 10px;
 | 
			
		||||
 | 
			
		||||
  border-width:1px;
 | 
			
		||||
  border-style:solid;
 | 
			
		||||
  border-color:#ddd;
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  .form-item {
 | 
			
		||||
    position:relative;
 | 
			
		||||
    padding:9px;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
  .admin-list { margin:0px; }
 | 
			
		||||
 | 
			
		||||
table .form-item,
 | 
			
		||||
table .item-list,
 | 
			
		||||
.block .form-item,
 | 
			
		||||
.block .item-list,
 | 
			
		||||
.admin-panel .item-list,
 | 
			
		||||
.admin-panel .admin-list,
 | 
			
		||||
.fieldset .form-item,
 | 
			
		||||
.fieldset .form-type-radio,
 | 
			
		||||
.fieldset .form-type-checkbox,
 | 
			
		||||
.form-item .form-item,
 | 
			
		||||
.form-item .form-type-radio,
 | 
			
		||||
.form.item .form-type-checkbox,
 | 
			
		||||
.form-checkboxes .form-type-checkbox,
 | 
			
		||||
.text-format-wrapper .fieldset .form-item {
 | 
			
		||||
    background:transparent;
 | 
			
		||||
    padding:0px;
 | 
			
		||||
    border:0px;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
  table .form-item,
 | 
			
		||||
  table .item-list,
 | 
			
		||||
  .block .item-list,
 | 
			
		||||
  .admin-panel .item-list,
 | 
			
		||||
  .admin-panel .admin-list,
 | 
			
		||||
  .fieldset .form-type-radio,
 | 
			
		||||
  .fieldset .form-type-checkbox,
 | 
			
		||||
  .form-item .form-type-radio,
 | 
			
		||||
  .form.item .form-type-checkbox,
 | 
			
		||||
  .form-checkboxes .form-type-checkbox { margin-bottom:0px; }
 | 
			
		||||
 | 
			
		||||
.text-format-wrapper .form-item {
 | 
			
		||||
  background:#fff;
 | 
			
		||||
  margin:0px 0px 10px;
 | 
			
		||||
 | 
			
		||||
  border-width:1px;
 | 
			
		||||
  border-style:solid;
 | 
			
		||||
  border-color:#ddd;
 | 
			
		||||
  padding: 9px;
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
.form-item label {
 | 
			
		||||
  margin:0px;
 | 
			
		||||
  padding:0px;
 | 
			
		||||
  color:#666;
 | 
			
		||||
  font-weight:bold;
 | 
			
		||||
  font-size:10px;
 | 
			
		||||
  text-transform:uppercase;
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  .form-item label.option {
 | 
			
		||||
    text-transform:none;
 | 
			
		||||
    font-size:11px;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
  .form-item label.option input { vertical-align:middle; }
 | 
			
		||||
 | 
			
		||||
.page-content .password-description,
 | 
			
		||||
.page-content .password-strength,
 | 
			
		||||
.page-content .description,
 | 
			
		||||
.page-content .form-item .description {
 | 
			
		||||
  line-height:15px;
 | 
			
		||||
  font-size:11px;
 | 
			
		||||
  white-space:normal;
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  .admin-panel p.description {
 | 
			
		||||
    background:#eee;
 | 
			
		||||
    border-top:1px solid #ddd;
 | 
			
		||||
    border-bottom:1px solid #fff;
 | 
			
		||||
    line-height:20px;
 | 
			
		||||
    font-size:11px;
 | 
			
		||||
    padding:4px 9px;
 | 
			
		||||
    margin:0px;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
.fieldset .description { margin:0px 0px 10px; }
 | 
			
		||||
 | 
			
		||||
.page-content .form-item .description {
 | 
			
		||||
  position:absolute;
 | 
			
		||||
  bottom:100%;
 | 
			
		||||
  right:-15px;
 | 
			
		||||
  z-index:5;
 | 
			
		||||
 | 
			
		||||
  color:#687;
 | 
			
		||||
  background:url(images/popup.png) 50% 100% no-repeat;
 | 
			
		||||
  border-top:1px solid #d8e4e0;
 | 
			
		||||
 | 
			
		||||
  width:240px;
 | 
			
		||||
  margin:0px 0px -15px;
 | 
			
		||||
  padding:9px 10px 20px;
 | 
			
		||||
  display:none;
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  .page-content .form-item:hover {
 | 
			
		||||
    z-index:1;
 | 
			
		||||
    height:auto; /* Fix for flicker in IE7 */
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
  .page-content .form-item:hover > .description { display:block; }
 | 
			
		||||
 | 
			
		||||
input.teaser-button,
 | 
			
		||||
input.form-submit {
 | 
			
		||||
  cursor:pointer;
 | 
			
		||||
  padding:2px 10px;
 | 
			
		||||
  color:#333;
 | 
			
		||||
 | 
			
		||||
  text-align:center;
 | 
			
		||||
 | 
			
		||||
  font-weight:normal;
 | 
			
		||||
  border-width:1px;
 | 
			
		||||
  border-style:solid;
 | 
			
		||||
  border-color:#ddd #ddd #ccc;
 | 
			
		||||
  background:#fff url(images/buttons.png) -1px 50% no-repeat;
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  input.form-submit:hover {
 | 
			
		||||
    border-color:#ace;
 | 
			
		||||
    -webkit-box-shadow:#ace 0px 0px 5px;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
  input.form-submit:active {
 | 
			
		||||
    border-color:#666 #666 #555;
 | 
			
		||||
    background:#666 url(images/buttons.png) -401px 50% no-repeat;
 | 
			
		||||
    color:#222;
 | 
			
		||||
    text-shadow:#999 0px 1px 0px;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
  input.button-yes {
 | 
			
		||||
    background-position:-2401px 50%;
 | 
			
		||||
    padding-left:25px;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
  input.button-yes:active { background-position:-2801px 50%; }
 | 
			
		||||
 | 
			
		||||
  input.button-no {
 | 
			
		||||
    background-position:-3201px 50%;
 | 
			
		||||
    padding-left:25px;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
  input.button-no:active { background-position:-3601px 50%; }
 | 
			
		||||
 | 
			
		||||
input.form-autocomplete,
 | 
			
		||||
input.form-text,
 | 
			
		||||
textarea.form-textarea,
 | 
			
		||||
select.form-select {
 | 
			
		||||
  padding:3px;
 | 
			
		||||
  border-width:1px;
 | 
			
		||||
  border-style:solid;
 | 
			
		||||
  border-color:#ccc;
 | 
			
		||||
  background:#fff;
 | 
			
		||||
  color:#666;
 | 
			
		||||
  max-width:100%;
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  input.form-autocomplete:hover,
 | 
			
		||||
  input.form-text:hover,
 | 
			
		||||
  textarea.form-textarea:hover,
 | 
			
		||||
  select.form-select:hover,
 | 
			
		||||
  input.form-autocomplete:focus,
 | 
			
		||||
  input.form-text:focus,
 | 
			
		||||
  textarea.form-textarea:focus,
 | 
			
		||||
  select.form-select:focus {
 | 
			
		||||
    color:#333;
 | 
			
		||||
    border-color:#ace;
 | 
			
		||||
    -webkit-box-shadow:#ace 0px 0px 5px;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
  input.fluid {
 | 
			
		||||
    -moz-box-sizing:border-box;
 | 
			
		||||
    -webkit-box-sizing:border-box;
 | 
			
		||||
    width:100%;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    table input.fluid { width:auto; }
 | 
			
		||||
 | 
			
		||||
  html.js input.form-autocomplete { background-position:100% 7px; }
 | 
			
		||||
  html.js input.throbbing { background-position:100% -13px; }
 | 
			
		||||
 | 
			
		||||
/* Fieldsets */
 | 
			
		||||
.fieldset,
 | 
			
		||||
.fieldset-title,
 | 
			
		||||
.fieldset-title a,
 | 
			
		||||
.fieldset-content { display:block; }
 | 
			
		||||
 | 
			
		||||
.fieldset {
 | 
			
		||||
  margin:0px 0px 10px;
 | 
			
		||||
  display:block;
 | 
			
		||||
  position:relative;
 | 
			
		||||
  min-height:28px;
 | 
			
		||||
  border: 1px solid #CCCCCC;
 | 
			
		||||
  }
 | 
			
		||||
fieldset legend {
 | 
			
		||||
  display: block;
 | 
			
		||||
  float: left;
 | 
			
		||||
  width: 100%;
 | 
			
		||||
}
 | 
			
		||||
body.page-admin div.vertical-tabs .vertical-tabs-panes .vertical-tabs-pane fieldset {
 | 
			
		||||
  padding:0;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.fieldset-legend {
 | 
			
		||||
  display:block;
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
.container-inline .fieldset-legend .fieldset-content,
 | 
			
		||||
.fieldset.titled .fieldset-content {
 | 
			
		||||
  display:block;
 | 
			
		||||
  padding-top:40px;
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
.item-list h3,
 | 
			
		||||
.block .block-title,
 | 
			
		||||
.fieldset-title,
 | 
			
		||||
.collapsible .fieldset-legend a {
 | 
			
		||||
  display:block;
 | 
			
		||||
  font-size:11px;
 | 
			
		||||
  margin:0px;
 | 
			
		||||
  padding:4px 9px 5px;
 | 
			
		||||
  color:#333;
 | 
			
		||||
  background:#f6f6f6;
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  .fieldset-legend,
 | 
			
		||||
  .collapsible .fieldset-legend a { padding-bottom:4px; }
 | 
			
		||||
 | 
			
		||||
  /* Explicit height for IE */
 | 
			
		||||
  .collapsible .fieldset-legend a { height:20px; }
 | 
			
		||||
 | 
			
		||||
  .collapsible .fieldset-legend span.icon {
 | 
			
		||||
    position:absolute;
 | 
			
		||||
    left:-20px;
 | 
			
		||||
    top:4px;
 | 
			
		||||
    background:url(images/bleeds.png) -20px -180px no-repeat;
 | 
			
		||||
    width:20px;
 | 
			
		||||
    height:20px;
 | 
			
		||||
    display:block;
 | 
			
		||||
    cursor:pointer;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    html.js .collapsed .fieldset-legend span.icon { background-position:0px -180px; }
 | 
			
		||||
 | 
			
		||||
    .fieldset .collapsible .fieldset-legend span.icon { display:none; }
 | 
			
		||||
 | 
			
		||||
  .collapsed .fieldset-legend a {
 | 
			
		||||
    background:#eee;
 | 
			
		||||
    color:#484848;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
  .collapsed .fieldset-legend a:hover { color:#666; }
 | 
			
		||||
 | 
			
		||||
  .collapsible .fieldset-legend {
 | 
			
		||||
    padding:0px;
 | 
			
		||||
    background:transparent;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
  .collapsed .fieldset-legend a { padding-bottom:4px; }
 | 
			
		||||
 | 
			
		||||
.block .block-content,
 | 
			
		||||
.container-inline .fieldset-content,
 | 
			
		||||
.fieldset-content {
 | 
			
		||||
  padding:10px 9px 9px;
 | 
			
		||||
  background:#fff;
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
  html.js .collapsed .fieldset-content { display:none; }
 | 
			
		||||
 | 
			
		||||
  .fieldset .fieldset .fieldset-content { background:#fff; }
 | 
			
		||||
 | 
			
		||||
/* Filter form */
 | 
			
		||||
.filter-wrapper {
 | 
			
		||||
  font-size:11px;
 | 
			
		||||
  margin-top:-10px;
 | 
			
		||||
  border-top:none; 
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
.filter-wrapper .fieldset-content,
 | 
			
		||||
.fieldset .fieldset.filter-wrapper .fieldset-content  {
 | 
			
		||||
  background:#f8f8f8;
 | 
			
		||||
  border-top:0px;
 | 
			
		||||
  height:20px;
 | 
			
		||||
  padding:5px 9px 4px;
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
.filter-wrapper .form-type-select { padding:0px; }
 | 
			
		||||
.filter-wrapper .form-type-select * {
 | 
			
		||||
  float:left;
 | 
			
		||||
  margin-right:5px;
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
.filter-wrapper select {
 | 
			
		||||
  padding:0px;
 | 
			
		||||
  font-size:11px;
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
.filter-wrapper .filter-help {
 | 
			
		||||
  float:right;
 | 
			
		||||
  font-size:11px;
 | 
			
		||||
  padding:0px;
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
/**
 | 
			
		||||
 * Form layout: Default ===============================================
 | 
			
		||||
 */
 | 
			
		||||
.form-layout-default { background:url(images/vrule.png) 65% 0% repeat-y; }
 | 
			
		||||
 | 
			
		||||
.column-main {
 | 
			
		||||
  float:left;
 | 
			
		||||
  width:65%;
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  .column-main .column-wrapper { padding-right:10px; }
 | 
			
		||||
 | 
			
		||||
.column-side {
 | 
			
		||||
  float:right;
 | 
			
		||||
  width:34.99%;
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  .column-side .column-wrapper { padding-left:10px; }
 | 
			
		||||
 | 
			
		||||
.column-footer { clear:both; }
 | 
			
		||||
 | 
			
		||||
form .form-actions {
 | 
			
		||||
  background:#eee;
 | 
			
		||||
  border:1px solid #ddd;
 | 
			
		||||
  padding:9px;
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  form .form-actions.container-inline {
 | 
			
		||||
    background:transparent;
 | 
			
		||||
    border:0px;
 | 
			
		||||
    padding:0px;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
  form .form-actions input.form-submit { margin-right:5px; }
 | 
			
		||||
 | 
			
		||||
  .form-layout-default .column-main .form-actions { display:none; }
 | 
			
		||||
  .form-layout-default .column-side .form-actions { margin:0px 0px 10px; }
 | 
			
		||||
  .form-layout-default .column-side .form-actions input.form-submit { margin:1px 5px 1px 0px; }
 | 
			
		||||
 | 
			
		||||
/**
 | 
			
		||||
 * "Boxes" aka generic wrappers =======================================
 | 
			
		||||
 */
 | 
			
		||||
.box-title {
 | 
			
		||||
  font-weight:normal;
 | 
			
		||||
  font-size:10px;
 | 
			
		||||
  text-transform:uppercase;
 | 
			
		||||
 | 
			
		||||
  background:#eee;
 | 
			
		||||
  border:1px solid #ddd;
 | 
			
		||||
  padding:4px 9px;
 | 
			
		||||
  margin:0px 0px 10px;
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
/**
 | 
			
		||||
 * System =============================================================
 | 
			
		||||
 */
 | 
			
		||||
.admin .right {
 | 
			
		||||
  padding-left:5px;
 | 
			
		||||
  float:right;
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
.admin .left {
 | 
			
		||||
  padding-right:5px;
 | 
			
		||||
  float:left;
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
.admin .right,
 | 
			
		||||
.admin .left {
 | 
			
		||||
  box-sizing:border-box;
 | 
			
		||||
  -moz-box-sizing:border-box;
 | 
			
		||||
  -webkit-box-sizing:border-box;
 | 
			
		||||
  width:50%;
 | 
			
		||||
  margin:0px;
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
/* admin/appearance */
 | 
			
		||||
.theme-selector {
 | 
			
		||||
  position:relative;
 | 
			
		||||
  padding:9px 9px 9px 139px;
 | 
			
		||||
  border:1px solid #ddd;
 | 
			
		||||
  margin:10px 0px;
 | 
			
		||||
  min-height:80px;
 | 
			
		||||
  text-shadow:#fff 0px 1px 0px;
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
.theme-selector img {
 | 
			
		||||
  left:10px;
 | 
			
		||||
  top:10px;
 | 
			
		||||
  position:absolute;
 | 
			
		||||
  clip:rect(0px 120px 80px 0px); /* IE6, IE7 */
 | 
			
		||||
  clip:rect(0px,120px,80px,0px);
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
.theme-selector .operations a { margin-right:20px; }
 | 
			
		||||
 | 
			
		||||
.system-themes-list-disabled .theme-selector {
 | 
			
		||||
  background:#eee;
 | 
			
		||||
  color:#676767;
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
/* admin/content/node & admin/user/user */
 | 
			
		||||
.exposed-filters .form-item label {
 | 
			
		||||
  float:left;
 | 
			
		||||
  width:120px;
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
.exposed-filters .additional-filters {
 | 
			
		||||
  padding:5px;
 | 
			
		||||
  font-size:11px;
 | 
			
		||||
  color:#666;
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
/* update options */
 | 
			
		||||
.admin-options {
 | 
			
		||||
  background:#f8f8f8;
 | 
			
		||||
  line-height:30px;
 | 
			
		||||
  height:30px;
 | 
			
		||||
  padding:9px;
 | 
			
		||||
  border:1px solid #ddd;
 | 
			
		||||
  margin:0px 0px 10px;
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
.admin-options label,
 | 
			
		||||
.admin-options .form-item {
 | 
			
		||||
  margin-right:10px;
 | 
			
		||||
  float:left;
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
.admin-options .form-item {
 | 
			
		||||
  padding:0px;
 | 
			
		||||
  border:0px;
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
/* dependency colors */
 | 
			
		||||
.admin-dependencies,
 | 
			
		||||
.admin-required { color: #666; }
 | 
			
		||||
.admin-disabled { color: #900; }
 | 
			
		||||
.admin-enabled { color: #099; }
 | 
			
		||||
.admin-missing { color: #c30; }
 | 
			
		||||
 | 
			
		||||
/* progressbar styles */
 | 
			
		||||
.progress .bar {
 | 
			
		||||
  -webkit-box-shadow:inset #ddd 0px 1px 3px;
 | 
			
		||||
  -moz-box-shadow:inset #ddd 0px 1px 3px;
 | 
			
		||||
  background:#eee;
 | 
			
		||||
  border:1px solid #ccc;
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
.progress .filled { background:#666; }
 | 
			
		||||
 | 
			
		||||
/**
 | 
			
		||||
 * Help pages =========================================================
 | 
			
		||||
 */
 | 
			
		||||
.help-items { float:left; width:25%; }
 | 
			
		||||
.help-items ul { margin:10px 5px; }
 | 
			
		||||
 | 
			
		||||
/**
 | 
			
		||||
 * Admin toolbar ======================================================
 | 
			
		||||
 */
 | 
			
		||||
body.tao #admin-toolbar a.menu-hover span.menu-description { padding-left:50px; }
 | 
			
		||||
 | 
			
		||||
body.tao #admin-toolbar a.menu-hover span.menu-description span.icon {
 | 
			
		||||
  position:absolute;
 | 
			
		||||
  left:10px;
 | 
			
		||||
  top:0px;
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
/**
 | 
			
		||||
 * Form description exceptions ========================================
 | 
			
		||||
 */
 | 
			
		||||
 | 
			
		||||
/**
 | 
			
		||||
 * Some form elements are either too weirdly positioned or really benefit
 | 
			
		||||
 * from persistent descriptions. Reset for all of these.
 | 
			
		||||
 */
 | 
			
		||||
.page-content .form-item-files-feeds,
 | 
			
		||||
.page-content .form-item-files-feeds .description,
 | 
			
		||||
.ctools-export-ui-row .form-item,
 | 
			
		||||
.ctools-export-ui-row .form-item .description,
 | 
			
		||||
.multiselect .form-item,
 | 
			
		||||
.multiselect .form-item .description,
 | 
			
		||||
.page-content table .form-item,
 | 
			
		||||
.page-content table .form-item .description,
 | 
			
		||||
.page-content .form-item .widget-edit .description,
 | 
			
		||||
#upload-attachments .description,
 | 
			
		||||
#views-ajax-pad .form-item,
 | 
			
		||||
#views-ajax-pad .form-item .description {
 | 
			
		||||
  width:auto;
 | 
			
		||||
  padding:0px;
 | 
			
		||||
  margin:0px;
 | 
			
		||||
  border:0px;
 | 
			
		||||
  background:transparent;
 | 
			
		||||
  position:static;
 | 
			
		||||
  display:block;
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
.page-content .form-item-files-feeds:hover,
 | 
			
		||||
.ctools-export-ui-row .form-item:hover,
 | 
			
		||||
.multiselect .form-item:hover,
 | 
			
		||||
.page-content table .form-item:hover,
 | 
			
		||||
#views-ajax-pad .form-item:hover { position:static; }
 | 
			
		||||
 | 
			
		||||
.page-content .form-item-files-feeds .description,
 | 
			
		||||
.page-content table .form-item .description,
 | 
			
		||||
#upload-attachments .description,
 | 
			
		||||
#views-ajax-pad .form-item .description {
 | 
			
		||||
  padding:0px;
 | 
			
		||||
  color:#666;
 | 
			
		||||
  display:block;
 | 
			
		||||
  max-width:none;
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
/**
 | 
			
		||||
 * Form containers ====================================================
 | 
			
		||||
 */
 | 
			
		||||
.container-inline div {
 | 
			
		||||
  display:inline;
 | 
			
		||||
  border:0px;
 | 
			
		||||
  padding:0px;
 | 
			
		||||
  background:transparent;
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
.container-inline { margin:0px 0px 10px; }
 | 
			
		||||
 | 
			
		||||
/**
 | 
			
		||||
 * Vertical tabs=======================================================
 | 
			
		||||
 */
 | 
			
		||||
.vertical-tabs {
 | 
			
		||||
  background:#fff url(images/vtabs.png) 0px 0px repeat-y;
 | 
			
		||||
  border:1px solid #ddd;
 | 
			
		||||
  margin:0px 0px 10px;
 | 
			
		||||
  position:relative;
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
.vertical-tabs .fieldset-content,
 | 
			
		||||
.vertical-tabs fieldset.titled .fieldset-content {
 | 
			
		||||
  border:0px;
 | 
			
		||||
  padding:10px;
 | 
			
		||||
  }
 | 
			
		||||
.vertical-tabs .fieldset-content .fieldset-content {
 | 
			
		||||
  margin-top: 20px;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.vertical-tabs-list li a {
 | 
			
		||||
  display:block;
 | 
			
		||||
  text-shadow:#fff 0px 1px 0px;
 | 
			
		||||
  padding:5px 10px 4px 10px;
 | 
			
		||||
  border-bottom:1px solid #ddd;
 | 
			
		||||
  color:#666;
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
.vertical-tabs-list .selected a {
 | 
			
		||||
  background:#fff;
 | 
			
		||||
  color:#333;
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
.vertical-tabs-list .summary { font-size:11px; }
 | 
			
		||||
 | 
			
		||||
/**
 | 
			
		||||
 * Action links =======================================================
 | 
			
		||||
 */
 | 
			
		||||
.action-links a {
 | 
			
		||||
  -moz-border-radius:5px;
 | 
			
		||||
  -webkit-border-radius:5px;
 | 
			
		||||
  border-radius:5px;
 | 
			
		||||
 | 
			
		||||
  margin:0px 5px 0px 0px;
 | 
			
		||||
  padding:0px 5px 0px 25px;
 | 
			
		||||
  background:#999 url(images/buttons.png) -800px 50% no-repeat;
 | 
			
		||||
  color:#fff;
 | 
			
		||||
  text-shadow:#666 0px 1px 0px;
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  .action-links a:active {
 | 
			
		||||
    color:#222;
 | 
			
		||||
    background-color:#666;
 | 
			
		||||
    background-position:-1200px 50%;
 | 
			
		||||
    text-shadow:#999 0px 1px 0px;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
/**
 | 
			
		||||
 * ORPHANED MARKUP ====================================================
 | 
			
		||||
 * The following selectors target markup generated by Drupal that have
 | 
			
		||||
 * exactly 1 or extremely few instances. It will make a great future
 | 
			
		||||
 * hitlist of markup to consolidate and generalize.
 | 
			
		||||
 */
 | 
			
		||||
.compact-link {
 | 
			
		||||
  font-size:11px;
 | 
			
		||||
  height:20px;
 | 
			
		||||
  margin:0px 0px 10px;
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
.compact-link a {
 | 
			
		||||
  float:left;
 | 
			
		||||
  line-height:18px;
 | 
			
		||||
  padding:0px 9px;
 | 
			
		||||
  border:1px solid #ddd;
 | 
			
		||||
  color:#666;
 | 
			
		||||
  background:#fff;
 | 
			
		||||
  }
 | 
			
		||||
							
								
								
									
										79
									
								
								sites/all/themes/contrid/rubik/css/core-rtl.css
									
									
									
									
									
										Normal file
									
								
							
							
						
						@@ -0,0 +1,79 @@
 | 
			
		||||
 | 
			
		||||
/**
 | 
			
		||||
 * @file
 | 
			
		||||
 * Base Rubik styles for RTL languages.
 | 
			
		||||
 */
 | 
			
		||||
 | 
			
		||||
/* Generic. */
 | 
			
		||||
.page-content dl dd,
 | 
			
		||||
.page-content dl dl {
 | 
			
		||||
  margin-left:0;
 | 
			
		||||
  margin-right:20px;
 | 
			
		||||
}
 | 
			
		||||
/* Pagers. */
 | 
			
		||||
.pager ul.pager-list {
 | 
			
		||||
  float:right;
 | 
			
		||||
}
 | 
			
		||||
.pager ul.pager-links {
 | 
			
		||||
  float:left;
 | 
			
		||||
}
 | 
			
		||||
/* Menus, lists. */
 | 
			
		||||
.admin-list li a span.icon {
 | 
			
		||||
  left:auto;
 | 
			
		||||
  right:10px;
 | 
			
		||||
}
 | 
			
		||||
.node-type-list li,
 | 
			
		||||
.admin-list li {
 | 
			
		||||
  padding:10px 50px 9px 5px;
 | 
			
		||||
}
 | 
			
		||||
/* Tables. */
 | 
			
		||||
table th {
 | 
			
		||||
  text-align:right;
 | 
			
		||||
}
 | 
			
		||||
table td.permission {
 | 
			
		||||
  padding-right:19px;
 | 
			
		||||
}
 | 
			
		||||
/* Form layout: Default. */
 | 
			
		||||
.form-layout-default {
 | 
			
		||||
  background-position:35% 0%;
 | 
			
		||||
}
 | 
			
		||||
.column-main {
 | 
			
		||||
  float:right;
 | 
			
		||||
}
 | 
			
		||||
.column-main .column-wrapper {
 | 
			
		||||
  padding-left:10px;
 | 
			
		||||
  padding-right:0px;
 | 
			
		||||
}
 | 
			
		||||
.column-side {
 | 
			
		||||
  float:left;
 | 
			
		||||
}
 | 
			
		||||
.column-side .column-wrapper {
 | 
			
		||||
  padding-left:0px;
 | 
			
		||||
  padding-right:10px;
 | 
			
		||||
}
 | 
			
		||||
/* Forms. */
 | 
			
		||||
.page-content .form-item .description {
 | 
			
		||||
  left:-15px;
 | 
			
		||||
  right:auto;
 | 
			
		||||
}
 | 
			
		||||
.collapsible .fieldset-title span.icon {
 | 
			
		||||
  left:auto;
 | 
			
		||||
  right:-20px;
 | 
			
		||||
  background-image:url(../images/sprite-rtl.png);
 | 
			
		||||
}
 | 
			
		||||
html.js input.form-autocomplete {
 | 
			
		||||
  background-position: 2px 7px;
 | 
			
		||||
}
 | 
			
		||||
/* Help pages. */
 | 
			
		||||
.help-items {
 | 
			
		||||
  float:right;
 | 
			
		||||
}
 | 
			
		||||
/* Admin toolbar. */
 | 
			
		||||
body.rubik #admin-toolbar a.menu-hover span.menu-description {
 | 
			
		||||
  padding-left:0px;
 | 
			
		||||
  padding-right:50px;
 | 
			
		||||
}
 | 
			
		||||
body.rubik #admin-toolbar a.menu-hover span.menu-description span.icon {
 | 
			
		||||
  left:auto;
 | 
			
		||||
  right:10px;
 | 
			
		||||
}
 | 
			
		||||
							
								
								
									
										1317
									
								
								sites/all/themes/contrid/rubik/css/core.css
									
									
									
									
									
										Normal file
									
								
							
							
						
						@@ -1,6 +1,9 @@
 | 
			
		||||
 | 
			
		||||
/**
 | 
			
		||||
 * Icons
 | 
			
		||||
 * @file
 | 
			
		||||
 * Icon styles.
 | 
			
		||||
 */
 | 
			
		||||
 | 
			
		||||
.help-content span.icon,
 | 
			
		||||
.page-title span.icon,
 | 
			
		||||
.admin-toolbar-menu span.icon,
 | 
			
		||||
@@ -8,148 +11,147 @@
 | 
			
		||||
.admin-panel span.icon,
 | 
			
		||||
.admin-list span.icon,
 | 
			
		||||
.links span.icon {
 | 
			
		||||
  width:30px;
 | 
			
		||||
  height:30px;
 | 
			
		||||
  display:block;
 | 
			
		||||
 | 
			
		||||
  background-color:transparent;
 | 
			
		||||
  background-image:url(images/icons.png);
 | 
			
		||||
  background-repeat:no-repeat;
 | 
			
		||||
  }
 | 
			
		||||
  width: 30px;
 | 
			
		||||
  height: 30px;
 | 
			
		||||
  display: block;
 | 
			
		||||
  background-color: transparent;
 | 
			
		||||
  background-image: url(../images/icons.png);
 | 
			
		||||
  background-repeat: no-repeat;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
/**
 | 
			
		||||
 * Create content
 | 
			
		||||
 */
 | 
			
		||||
.path-node-add span.icon                        { background-position:0px -240px; }
 | 
			
		||||
.path-node-add-page span.icon                   { background-position:-30px -240px; }
 | 
			
		||||
.path-node-add-forum span.icon                  { background-position:-60px -240px; }
 | 
			
		||||
.path-node-add-blog span.icon                   { background-position:-90px -240px; }
 | 
			
		||||
.path-node-add-story span.icon                  { background-position:-120px -240px; }
 | 
			
		||||
.path-node-add-poll span.icon                   { background-position:-150px -240px; }
 | 
			
		||||
.path-node-add span.icon                        { background-position: 0 -240px; }
 | 
			
		||||
.path-node-add-page span.icon                   { background-position: -30px -240px; }
 | 
			
		||||
.path-node-add-forum span.icon                  { background-position: -60px -240px; }
 | 
			
		||||
.path-node-add-blog span.icon                   { background-position: -90px -240px; }
 | 
			
		||||
.path-node-add-story span.icon                  { background-position: -120px -240px; }
 | 
			
		||||
.path-node-add-poll span.icon                   { background-position: -150px -240px; }
 | 
			
		||||
 | 
			
		||||
/**
 | 
			
		||||
 * Admin
 | 
			
		||||
 */
 | 
			
		||||
.path-admin span.icon                           { background-position:0px 0px; }
 | 
			
		||||
.path-admin- span.icon                          { background-position:-60px -150px; }
 | 
			
		||||
.path-admin span.icon                           { background-position: 0 0; }
 | 
			
		||||
.path-admin- span.icon                          { background-position: -60px -150px; }
 | 
			
		||||
 | 
			
		||||
/**
 | 
			
		||||
 * Appearance
 | 
			
		||||
 */
 | 
			
		||||
.path-admin-appearance- span.icon               { background-position:-120px -30px; }
 | 
			
		||||
.path-admin-appearance- span.icon               { background-position: -120px -30px; }
 | 
			
		||||
 | 
			
		||||
/**
 | 
			
		||||
 * Modules
 | 
			
		||||
 */
 | 
			
		||||
.path-admin-modules- span.icon                  { background-position:-210px -30px; }
 | 
			
		||||
.path-admin-modules- span.icon                  { background-position: -210px -30px; }
 | 
			
		||||
 | 
			
		||||
/**
 | 
			
		||||
 * Help
 | 
			
		||||
 */
 | 
			
		||||
.path-admin-help span.icon                      { background-position:-150px -120px; }
 | 
			
		||||
.path-admin-help span.icon                      { background-position: -150px -120px; }
 | 
			
		||||
 | 
			
		||||
/**
 | 
			
		||||
 * Content
 | 
			
		||||
 */
 | 
			
		||||
.path-admin-content span.icon                   { background-position:-30px 0px; }
 | 
			
		||||
.path-admin-content- span.icon                  { background-position:0px -30px; }
 | 
			
		||||
.path-admin-content-forum span.icon             { background-position:-90px -120px; }
 | 
			
		||||
.path-admin-content-book span.icon              { background-position:-90px -60px; }
 | 
			
		||||
.path-admin-content-comment span.icon           { background-position:-90px -30px; }
 | 
			
		||||
.path-admin-content span.icon                   { background-position: -30px 0; }
 | 
			
		||||
.path-admin-content- span.icon                  { background-position: 0 -30px; }
 | 
			
		||||
.path-admin-content-forum span.icon             { background-position: -90px -120px; }
 | 
			
		||||
.path-admin-content-book span.icon              { background-position: -90px -60px; }
 | 
			
		||||
.path-admin-content-comment span.icon           { background-position: -90px -30px; }
 | 
			
		||||
 | 
			
		||||
/**
 | 
			
		||||
 * Building
 | 
			
		||||
 */
 | 
			
		||||
.path-admin-structure span.icon                 { background-position:-60px 0px; }
 | 
			
		||||
.path-admin-structure- span.icon                { background-position:-30px -150px; }
 | 
			
		||||
.path-admin-structure-menu span.icon            { background-position:-150px -30px; }
 | 
			
		||||
.path-admin-structure-contact span.icon         { background-position:-60px -90px; }
 | 
			
		||||
.path-admin-structure-block span.icon           { background-position:-180px -30px; }
 | 
			
		||||
.path-admin-structure-types span.icon           { background-position:-30px -30px; }
 | 
			
		||||
.path-admin-structure-taxonomy span.icon        { background-position:-60px -30px; }
 | 
			
		||||
.path-admin-structure-trigger span.icon         { background-position:-180px -60px; }
 | 
			
		||||
.path-admin-structure span.icon                 { background-position: -60px 0; }
 | 
			
		||||
.path-admin-structure- span.icon                { background-position: -30px -150px; }
 | 
			
		||||
.path-admin-structure-menu span.icon            { background-position: -150px -30px; }
 | 
			
		||||
.path-admin-structure-contact span.icon         { background-position: -60px -90px; }
 | 
			
		||||
.path-admin-structure-block span.icon           { background-position: -180px -30px; }
 | 
			
		||||
.path-admin-structure-types span.icon           { background-position: -30px -30px; }
 | 
			
		||||
.path-admin-structure-taxonomy span.icon        { background-position: -60px -30px; }
 | 
			
		||||
.path-admin-structure-trigger span.icon         { background-position: -180px -60px; }
 | 
			
		||||
 | 
			
		||||
/**
 | 
			
		||||
 * User
 | 
			
		||||
 */
 | 
			
		||||
.path-admin-people span.icon                    { background-position:-90px 0px; }
 | 
			
		||||
.path-admin-people- span.icon                   { background-position:-210px -90px; }
 | 
			
		||||
.path-admin-people-permissions span.icon        { background-position:-30px -90px; }
 | 
			
		||||
.path-admin-people-permissions-roles span.icon  { background-position:-30px -120px; }
 | 
			
		||||
.path-admin-people span.icon                    { background-position: -90px 0; }
 | 
			
		||||
.path-admin-people- span.icon                   { background-position: -210px -90px; }
 | 
			
		||||
.path-admin-people-permissions span.icon        { background-position: -30px -90px; }
 | 
			
		||||
.path-admin-people-permissions-roles span.icon  { background-position: -30px -120px; }
 | 
			
		||||
 | 
			
		||||
/**
 | 
			
		||||
 * Reports
 | 
			
		||||
 */
 | 
			
		||||
.path-admin-reports span.icon                   { background-position:-120px 0px; }
 | 
			
		||||
.path-admin-reports- span.icon                  { background-position:0px -150px; }
 | 
			
		||||
.path-admin-reports-dblog span.icon             { background-position:-210px -420px; }
 | 
			
		||||
.path-admin-reports-hits span.icon              { background-position:-120px -420px; }
 | 
			
		||||
.path-admin-reports-search span.icon            { background-position:0px -420px; }
 | 
			
		||||
.path-admin-reports-access-denied span.icon     { background-position:-180px -420px; }
 | 
			
		||||
.path-admin-reports-page-not-found span.icon    { background-position:-90px -420px; }
 | 
			
		||||
.path-admin-reports-referrers span.icon         { background-position:-150px -420px; }
 | 
			
		||||
.path-admin-reports-pages span.icon             { background-position:-30px -240px }
 | 
			
		||||
.path-admin-reports-visitors span.icon          { background-position:-60px -420px; }
 | 
			
		||||
.path-admin-reports-settings span.icon          { background-position:-90px -330px; }
 | 
			
		||||
.path-admin-reports-updates span.icon           { background-position:-150px -60px; }
 | 
			
		||||
.path-admin-reports-status span.icon            { background-position:-60px -60px; }
 | 
			
		||||
.path-admin-reports span.icon                   { background-position: -120px 0; }
 | 
			
		||||
.path-admin-reports- span.icon                  { background-position: 0 -150px; }
 | 
			
		||||
.path-admin-reports-dblog span.icon             { background-position: -210px -420px; }
 | 
			
		||||
.path-admin-reports-hits span.icon              { background-position: -120px -420px; }
 | 
			
		||||
.path-admin-reports-search span.icon            { background-position: 0 -420px; }
 | 
			
		||||
.path-admin-reports-access-denied span.icon     { background-position: -180px -420px; }
 | 
			
		||||
.path-admin-reports-page-not-found span.icon    { background-position: -90px -420px; }
 | 
			
		||||
.path-admin-reports-referrers span.icon         { background-position: -150px -420px; }
 | 
			
		||||
.path-admin-reports-pages span.icon             { background-position: -30px -240px }
 | 
			
		||||
.path-admin-reports-visitors span.icon          { background-position: -60px -420px; }
 | 
			
		||||
.path-admin-reports-settings span.icon          { background-position: -90px -330px; }
 | 
			
		||||
.path-admin-reports-updates span.icon           { background-position: -150px -60px; }
 | 
			
		||||
.path-admin-reports-status span.icon            { background-position: -60px -60px; }
 | 
			
		||||
 | 
			
		||||
/**
 | 
			
		||||
 * Configuration
 | 
			
		||||
 */
 | 
			
		||||
.path-admin-config span.icon                    { background-position:-150px 0px; }
 | 
			
		||||
.path-admin-config- span.icon                   { background-position:-210px -120px; }
 | 
			
		||||
.path-admin-config-people- span.icon            { background-position:0px -180px; }
 | 
			
		||||
.path-admin-config-people-accounts span.icon    { background-position:-60px -120px; }
 | 
			
		||||
.path-admin-config-people-ip-blocking span.icon { background-position:0px -120px; }
 | 
			
		||||
.path-admin-config span.icon                    { background-position: -150px 0; }
 | 
			
		||||
.path-admin-config- span.icon                   { background-position: -210px -120px; }
 | 
			
		||||
.path-admin-config-people- span.icon            { background-position: 0 -180px; }
 | 
			
		||||
.path-admin-config-people-accounts span.icon    { background-position: -60px -120px; }
 | 
			
		||||
.path-admin-config-people-ip-blocking span.icon { background-position: 0 -120px; }
 | 
			
		||||
 | 
			
		||||
.path-admin-config-content- span.icon           { background-position:-60px -180px; }
 | 
			
		||||
.path-admin-config-content-formats span.icon    { background-position:-210px -60px; }
 | 
			
		||||
.path-admin-config-content- span.icon           { background-position: -60px -180px; }
 | 
			
		||||
.path-admin-config-content-formats span.icon    { background-position: -210px -60px; }
 | 
			
		||||
 | 
			
		||||
.path-admin-config-regional- span.icon          { background-position:-210px -180px; }
 | 
			
		||||
.path-admin-config-regional-settings span.icon  { background-position:-60px -390px; }
 | 
			
		||||
.path-admin-config-regional-date-time span.icon { background-position:-150px -360px; }
 | 
			
		||||
.path-admin-config-regional-language span.icon  { background-position:-60px -330px; }
 | 
			
		||||
.path-admin-config-regional-translate span.icon { background-position:0px -90px; }
 | 
			
		||||
.path-admin-config-regional- span.icon          { background-position: -210px -180px; }
 | 
			
		||||
.path-admin-config-regional-settings span.icon  { background-position: -60px -390px; }
 | 
			
		||||
.path-admin-config-regional-date-time span.icon { background-position: -150px -360px; }
 | 
			
		||||
.path-admin-config-regional-language span.icon  { background-position: -60px -330px; }
 | 
			
		||||
.path-admin-config-regional-translate span.icon { background-position: 0 -90px; }
 | 
			
		||||
 | 
			
		||||
.path-admin-config-system- span.icon            { background-position:-30px -180px; }
 | 
			
		||||
.path-admin-config-system-site-information span.icon { background-position:-120px -330px; }
 | 
			
		||||
.path-admin-config-system-actions span.icon     { background-position:-180px -60px; }
 | 
			
		||||
.path-admin-config-system-statistics span.icon  { background-position:-90px -330px; }
 | 
			
		||||
.path-admin-config-system-cron span.icon        { background-position:-30px -390px; }
 | 
			
		||||
.path-admin-config-system- span.icon            { background-position: -30px -180px; }
 | 
			
		||||
.path-admin-config-system-site-information span.icon { background-position: -120px -330px; }
 | 
			
		||||
.path-admin-config-system-actions span.icon     { background-position: -180px -60px; }
 | 
			
		||||
.path-admin-config-system-statistics span.icon  { background-position: -90px -330px; }
 | 
			
		||||
.path-admin-config-system-cron span.icon        { background-position: -30px -390px; }
 | 
			
		||||
 | 
			
		||||
.path-admin-config-search- span.icon            { background-position:-180px -180px; }
 | 
			
		||||
.path-admin-config-search-path span.icon        { background-position:-120px -90px; }
 | 
			
		||||
.path-admin-config-search-clean-urls span.icon  { background-position:-60px -360px; }
 | 
			
		||||
.path-admin-config-search-settings span.icon    { background-position:-30px -60px; }
 | 
			
		||||
.path-admin-config-search- span.icon            { background-position: -180px -180px; }
 | 
			
		||||
.path-admin-config-search-path span.icon        { background-position: -120px -90px; }
 | 
			
		||||
.path-admin-config-search-clean-urls span.icon  { background-position: -60px -360px; }
 | 
			
		||||
.path-admin-config-search-settings span.icon    { background-position: -30px -60px; }
 | 
			
		||||
 | 
			
		||||
.path-admin-config-services- span.icon          { background-position:0px -210px; }
 | 
			
		||||
.path-admin-config-services-rss-publishing span.icon { background-position:-180px -330px; }
 | 
			
		||||
.path-admin-config-services-aggregator span.icon { background-position:-120px -120px; }
 | 
			
		||||
.path-admin-config-services- span.icon          { background-position: 0 -210px; }
 | 
			
		||||
.path-admin-config-services-rss-publishing span.icon { background-position: -180px -330px; }
 | 
			
		||||
.path-admin-config-services-aggregator span.icon { background-position: -120px -120px; }
 | 
			
		||||
 | 
			
		||||
.path-admin-config-user-interface- span.icon    { background-position:-90px -180px; }
 | 
			
		||||
.path-admin-config-user-interface-shortcut span.icon { background-position:-180px -120px; }
 | 
			
		||||
.path-admin-config-user-interface- span.icon    { background-position: -90px -180px; }
 | 
			
		||||
.path-admin-config-user-interface-shortcut span.icon { background-position: -180px -120px; }
 | 
			
		||||
 | 
			
		||||
.path-admin-config-media- span.icon             { background-position:-150px -180px; }
 | 
			
		||||
.path-admin-config-media-file-system span.icon  { background-position:-180px -360px; }
 | 
			
		||||
.path-admin-config-media-image-styles span.icon { background-position:0px -390px; }
 | 
			
		||||
.path-admin-config-media-image-toolkit span.icon { background-position:-210px -330px; }
 | 
			
		||||
.path-admin-config-media- span.icon             { background-position: -150px -180px; }
 | 
			
		||||
.path-admin-config-media-file-system span.icon  { background-position: -180px -360px; }
 | 
			
		||||
.path-admin-config-media-image-styles span.icon { background-position: 0 -390px; }
 | 
			
		||||
.path-admin-config-media-image-toolkit span.icon { background-position: -210px -330px; }
 | 
			
		||||
 | 
			
		||||
.path-admin-config-development- span.icon       { background-position:-120px -180px; }
 | 
			
		||||
.path-admin-config-development-performance span.icon { background-position:0px -60px; }
 | 
			
		||||
.path-admin-config-development-maintenance span.icon { background-position:-180px -90px; }
 | 
			
		||||
.path-admin-config-development-logging span.icon{ background-position:-120px -60px; }
 | 
			
		||||
.path-admin-config-development- span.icon       { background-position: -120px -180px; }
 | 
			
		||||
.path-admin-config-development-performance span.icon { background-position: 0 -60px; }
 | 
			
		||||
.path-admin-config-development-maintenance span.icon { background-position: -180px -90px; }
 | 
			
		||||
.path-admin-config-development-logging span.icon{ background-position: -120px -60px; }
 | 
			
		||||
 | 
			
		||||
.path-admin-config-workflow- span.icon          { background-position:-30px -210px; }
 | 
			
		||||
.path-admin-config-workflow- span.icon          { background-position: -30px -210px; }
 | 
			
		||||
 | 
			
		||||
/* Contrib, @TODO */
 | 
			
		||||
.path-admin-config-development-devel span.icon  { background-position:-30px -330px; }
 | 
			
		||||
.path-admin-config-development-devel span.icon  { background-position: -30px -330px; }
 | 
			
		||||
 | 
			
		||||
/* Deprecated, @TODO */
 | 
			
		||||
.path-admin-settings-wysiwyg span.icon,
 | 
			
		||||
.path-admin-settings-fckeditor span.icon,
 | 
			
		||||
.path-admin-settings-tinymce span.icon          { background-position:-150px -330px; }
 | 
			
		||||
.path-admin-settings-uploads span.icon          { background-position:-210px -360px; }
 | 
			
		||||
.path-admin-settings-error-reporting span.icon  { background-position:-90px -360px; }
 | 
			
		||||
.path-admin-settings-blogapi span.icon          { background-position:-30px -360px; }
 | 
			
		||||
.path-admin-settings-throttle span.icon         { background-position:-150px -90px; }
 | 
			
		||||
.path-admin-settings-tinymce span.icon          { background-position: -150px -330px; }
 | 
			
		||||
.path-admin-settings-uploads span.icon          { background-position: -210px -360px; }
 | 
			
		||||
.path-admin-settings-error-reporting span.icon  { background-position: -90px -360px; }
 | 
			
		||||
.path-admin-settings-blogapi span.icon          { background-position: -30px -360px; }
 | 
			
		||||
.path-admin-settings-throttle span.icon         { background-position: -150px -90px; }
 | 
			
		||||
							
								
								
									
										12
									
								
								sites/all/themes/contrid/rubik/css/ie.css
									
									
									
									
									
										Normal file
									
								
							
							
						
						@@ -0,0 +1,12 @@
 | 
			
		||||
 | 
			
		||||
/**
 | 
			
		||||
 * Styles loaded conditionally to support IE7.
 | 
			
		||||
 */
 | 
			
		||||
 | 
			
		||||
/* Add outline to filefield attach and space the button. */
 | 
			
		||||
.form-type-managed-file input.form-file {
 | 
			
		||||
  border: thin solid #DDDDDD !important;
 | 
			
		||||
}
 | 
			
		||||
.form-type-managed-file input.submit {
 | 
			
		||||
  margin-left: 5px;
 | 
			
		||||
}
 | 
			
		||||
							
								
								
									
										467
									
								
								sites/all/themes/contrid/rubik/css/jquery.ui.theme.css
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						@@ -0,0 +1,467 @@
 | 
			
		||||
 | 
			
		||||
/**
 | 
			
		||||
 * @file
 | 
			
		||||
 * Rubik styles for jQuery UI.
 | 
			
		||||
 *
 | 
			
		||||
 * Cloned from the core Seven theme.
 | 
			
		||||
 * Overrides /misc/ui/ui.theme.css.
 | 
			
		||||
 */
 | 
			
		||||
 | 
			
		||||
/*******************************************************************************
 | 
			
		||||
 * Component containers
 | 
			
		||||
 ******************************************************************************/
 | 
			
		||||
.ui-widget {
 | 
			
		||||
  background: #fff;
 | 
			
		||||
}
 | 
			
		||||
.ui-widget-content {
 | 
			
		||||
  border: solid 1px #ccc;
 | 
			
		||||
}
 | 
			
		||||
/* Component containers end */
 | 
			
		||||
 | 
			
		||||
/*******************************************************************************
 | 
			
		||||
 * Interaction states
 | 
			
		||||
 ******************************************************************************/
 | 
			
		||||
.ui-state-default,
 | 
			
		||||
.ui-state-hover,
 | 
			
		||||
.ui-state-focus,
 | 
			
		||||
.ui-state-active {
 | 
			
		||||
  outline: 0;
 | 
			
		||||
}
 | 
			
		||||
.ui-state-active {
 | 
			
		||||
  font-weight: bold;
 | 
			
		||||
}
 | 
			
		||||
/* Interaction states end */
 | 
			
		||||
 | 
			
		||||
/*******************************************************************************
 | 
			
		||||
 * Interaction cues
 | 
			
		||||
 ******************************************************************************/
 | 
			
		||||
.ui-state-highlight,
 | 
			
		||||
.ui-widget-content .ui-state-highlight {
 | 
			
		||||
  color: #840;
 | 
			
		||||
  background: #fe6;
 | 
			
		||||
  border: solid 1px #ed5;
 | 
			
		||||
}
 | 
			
		||||
.ui-state-error,
 | 
			
		||||
.ui-widget-content .ui-state-error {
 | 
			
		||||
  color: #fff;
 | 
			
		||||
  background: #e63;
 | 
			
		||||
  border-color: #d52;
 | 
			
		||||
}
 | 
			
		||||
.ui-state-disabled,
 | 
			
		||||
.ui-widget-content .ui-state-disabled {
 | 
			
		||||
  opacity: .35;
 | 
			
		||||
  filter: Alpha(Opacity=35);
 | 
			
		||||
}
 | 
			
		||||
.ui-priority-secondary,
 | 
			
		||||
.ui-widget-content .ui-priority-secondary {
 | 
			
		||||
  opacity: .7;
 | 
			
		||||
  filter: Alpha(Opacity=70);
 | 
			
		||||
}
 | 
			
		||||
/* Interaction cues end */
 | 
			
		||||
 | 
			
		||||
/*******************************************************************************
 | 
			
		||||
 * Icons
 | 
			
		||||
 ******************************************************************************/
 | 
			
		||||
/* States and images. */
 | 
			
		||||
.ui-icon {
 | 
			
		||||
  display: block;
 | 
			
		||||
  text-indent: -99999px;
 | 
			
		||||
  width: 16px;
 | 
			
		||||
  height: 16px;
 | 
			
		||||
  overflow: hidden;
 | 
			
		||||
  background-repeat: no-repeat;
 | 
			
		||||
  background-image: url(../images/ui-icons-222222-256x240.png);
 | 
			
		||||
}
 | 
			
		||||
.ui-widget-content .ui-icon,
 | 
			
		||||
.ui-widget-header .ui-icon {
 | 
			
		||||
  background-image: url(../images/ui-icons-222222-256x240.png);
 | 
			
		||||
}
 | 
			
		||||
.ui-state-default .ui-icon {
 | 
			
		||||
  background-image: url(../images/ui-icons-888888-256x240.png);
 | 
			
		||||
}
 | 
			
		||||
.ui-state-hover .ui-icon,
 | 
			
		||||
.ui-state-focus .ui-icon,
 | 
			
		||||
.ui-state-active .ui-icon {
 | 
			
		||||
  background-image: url(../images/ui-icons-454545-256x240.png);
 | 
			
		||||
}
 | 
			
		||||
.ui-state-highlight .ui-icon {
 | 
			
		||||
  background-image: url(../images/ui-icons-800000-256x240.png);
 | 
			
		||||
}
 | 
			
		||||
.ui-state-error .ui-icon,
 | 
			
		||||
.ui-state-error-text .ui-icon {
 | 
			
		||||
  background-image: url(../images/ui-icons-ffffff-256x240.png);
 | 
			
		||||
}
 | 
			
		||||
.ui-widget p .ui-icon {
 | 
			
		||||
  margin: 2px 3px 0 0;
 | 
			
		||||
}
 | 
			
		||||
/* Positioning. */
 | 
			
		||||
.ui-icon-carat-1-ne { background-position: -16px 0; }
 | 
			
		||||
.ui-icon-carat-1-e { background-position: -32px 0; }
 | 
			
		||||
.ui-icon-carat-1-se { background-position: -48px 0; }
 | 
			
		||||
.ui-icon-carat-1-s { background-position: -64px 0; }
 | 
			
		||||
.ui-icon-carat-1-sw { background-position: -80px 0; }
 | 
			
		||||
.ui-icon-carat-1-w { background-position: -96px 0; }
 | 
			
		||||
.ui-icon-carat-1-nw { background-position: -112px 0; }
 | 
			
		||||
.ui-icon-carat-2-n-s { background-position: -128px 0; }
 | 
			
		||||
.ui-icon-carat-2-e-w { background-position: -144px 0; }
 | 
			
		||||
.ui-icon-triangle-1-n { background-position: 0 -16px; }
 | 
			
		||||
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
 | 
			
		||||
.ui-icon-triangle-1-e { background-position: -32px -16px; }
 | 
			
		||||
.ui-icon-triangle-1-se { background-position: -48px -16px; }
 | 
			
		||||
.ui-icon-triangle-1-s { background-position: -64px -16px; }
 | 
			
		||||
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
 | 
			
		||||
.ui-icon-triangle-1-w { background-position: -96px -16px; }
 | 
			
		||||
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
 | 
			
		||||
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
 | 
			
		||||
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
 | 
			
		||||
.ui-icon-arrow-1-n { background-position: 0 -32px; }
 | 
			
		||||
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
 | 
			
		||||
.ui-icon-arrow-1-e { background-position: -32px -32px; }
 | 
			
		||||
.ui-icon-arrow-1-se { background-position: -48px -32px; }
 | 
			
		||||
.ui-icon-arrow-1-s { background-position: -64px -32px; }
 | 
			
		||||
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
 | 
			
		||||
.ui-icon-arrow-1-w { background-position: -96px -32px; }
 | 
			
		||||
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
 | 
			
		||||
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
 | 
			
		||||
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
 | 
			
		||||
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
 | 
			
		||||
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
 | 
			
		||||
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
 | 
			
		||||
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
 | 
			
		||||
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
 | 
			
		||||
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
 | 
			
		||||
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
 | 
			
		||||
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
 | 
			
		||||
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
 | 
			
		||||
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
 | 
			
		||||
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
 | 
			
		||||
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
 | 
			
		||||
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
 | 
			
		||||
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
 | 
			
		||||
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
 | 
			
		||||
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
 | 
			
		||||
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
 | 
			
		||||
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
 | 
			
		||||
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
 | 
			
		||||
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
 | 
			
		||||
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
 | 
			
		||||
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
 | 
			
		||||
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
 | 
			
		||||
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
 | 
			
		||||
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
 | 
			
		||||
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
 | 
			
		||||
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
 | 
			
		||||
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
 | 
			
		||||
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
 | 
			
		||||
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
 | 
			
		||||
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
 | 
			
		||||
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
 | 
			
		||||
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
 | 
			
		||||
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
 | 
			
		||||
.ui-icon-arrow-4 { background-position: 0 -80px; }
 | 
			
		||||
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
 | 
			
		||||
.ui-icon-extlink { background-position: -32px -80px; }
 | 
			
		||||
.ui-icon-newwin { background-position: -48px -80px; }
 | 
			
		||||
.ui-icon-refresh { background-position: -64px -80px; }
 | 
			
		||||
.ui-icon-shuffle { background-position: -80px -80px; }
 | 
			
		||||
.ui-icon-transfer-e-w { background-position: -96px -80px; }
 | 
			
		||||
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
 | 
			
		||||
.ui-icon-folder-collapsed { background-position: 0 -96px; }
 | 
			
		||||
.ui-icon-folder-open { background-position: -16px -96px; }
 | 
			
		||||
.ui-icon-document { background-position: -32px -96px; }
 | 
			
		||||
.ui-icon-document-b { background-position: -48px -96px; }
 | 
			
		||||
.ui-icon-note { background-position: -64px -96px; }
 | 
			
		||||
.ui-icon-mail-closed { background-position: -80px -96px; }
 | 
			
		||||
.ui-icon-mail-open { background-position: -96px -96px; }
 | 
			
		||||
.ui-icon-suitcase { background-position: -112px -96px; }
 | 
			
		||||
.ui-icon-comment { background-position: -128px -96px; }
 | 
			
		||||
.ui-icon-person { background-position: -144px -96px; }
 | 
			
		||||
.ui-icon-print { background-position: -160px -96px; }
 | 
			
		||||
.ui-icon-trash { background-position: -176px -96px; }
 | 
			
		||||
.ui-icon-locked { background-position: -192px -96px; }
 | 
			
		||||
.ui-icon-unlocked { background-position: -208px -96px; }
 | 
			
		||||
.ui-icon-bookmark { background-position: -224px -96px; }
 | 
			
		||||
.ui-icon-tag { background-position: -240px -96px; }
 | 
			
		||||
.ui-icon-home { background-position: 0 -112px; }
 | 
			
		||||
.ui-icon-flag { background-position: -16px -112px; }
 | 
			
		||||
.ui-icon-calendar { background-position: -32px -112px; }
 | 
			
		||||
.ui-icon-cart { background-position: -48px -112px; }
 | 
			
		||||
.ui-icon-pencil { background-position: -64px -112px; }
 | 
			
		||||
.ui-icon-clock { background-position: -80px -112px; }
 | 
			
		||||
.ui-icon-disk { background-position: -96px -112px; }
 | 
			
		||||
.ui-icon-calculator { background-position: -112px -112px; }
 | 
			
		||||
.ui-icon-zoomin { background-position: -128px -112px; }
 | 
			
		||||
.ui-icon-zoomout { background-position: -144px -112px; }
 | 
			
		||||
.ui-icon-search { background-position: -160px -112px; }
 | 
			
		||||
.ui-icon-wrench { background-position: -176px -112px; }
 | 
			
		||||
.ui-icon-gear { background-position: -192px -112px; }
 | 
			
		||||
.ui-icon-heart { background-position: -208px -112px; }
 | 
			
		||||
.ui-icon-star { background-position: -224px -112px; }
 | 
			
		||||
.ui-icon-link { background-position: -240px -112px; }
 | 
			
		||||
.ui-icon-cancel { background-position: 0 -128px; }
 | 
			
		||||
.ui-icon-plus { background-position: -16px -128px; }
 | 
			
		||||
.ui-icon-plusthick { background-position: -32px -128px; }
 | 
			
		||||
.ui-icon-minus { background-position: -48px -128px; }
 | 
			
		||||
.ui-icon-minusthick { background-position: -64px -128px; }
 | 
			
		||||
.ui-icon-close { background-position: -80px -128px; }
 | 
			
		||||
.ui-icon-closethick { background-position: -96px -128px; }
 | 
			
		||||
.ui-icon-key { background-position: -112px -128px; }
 | 
			
		||||
.ui-icon-lightbulb { background-position: -128px -128px; }
 | 
			
		||||
.ui-icon-scissors { background-position: -144px -128px; }
 | 
			
		||||
.ui-icon-clipboard { background-position: -160px -128px; }
 | 
			
		||||
.ui-icon-copy { background-position: -176px -128px; }
 | 
			
		||||
.ui-icon-contact { background-position: -192px -128px; }
 | 
			
		||||
.ui-icon-image { background-position: -208px -128px; }
 | 
			
		||||
.ui-icon-video { background-position: -224px -128px; }
 | 
			
		||||
.ui-icon-script { background-position: -240px -128px; }
 | 
			
		||||
.ui-icon-alert { background-position: 0 -144px; }
 | 
			
		||||
.ui-icon-info { background-position: -16px -144px; }
 | 
			
		||||
.ui-icon-notice { background-position: -32px -144px; }
 | 
			
		||||
.ui-icon-help { background-position: -48px -144px; }
 | 
			
		||||
.ui-icon-check { background-position: -64px -144px; }
 | 
			
		||||
.ui-icon-bullet { background-position: -80px -144px; }
 | 
			
		||||
.ui-icon-radio-off { background-position: -96px -144px; }
 | 
			
		||||
.ui-icon-radio-on { background-position: -112px -144px; }
 | 
			
		||||
.ui-icon-pin-w { background-position: -128px -144px; }
 | 
			
		||||
.ui-icon-pin-s { background-position: -144px -144px; }
 | 
			
		||||
.ui-icon-play { background-position: 0 -160px; }
 | 
			
		||||
.ui-icon-pause { background-position: -16px -160px; }
 | 
			
		||||
.ui-icon-seek-next { background-position: -32px -160px; }
 | 
			
		||||
.ui-icon-seek-prev { background-position: -48px -160px; }
 | 
			
		||||
.ui-icon-seek-end { background-position: -64px -160px; }
 | 
			
		||||
.ui-icon-seek-first { background-position: -80px -160px; }
 | 
			
		||||
.ui-icon-stop { background-position: -96px -160px; }
 | 
			
		||||
.ui-icon-eject { background-position: -112px -160px; }
 | 
			
		||||
.ui-icon-volume-off { background-position: -128px -160px; }
 | 
			
		||||
.ui-icon-volume-on { background-position: -144px -160px; }
 | 
			
		||||
.ui-icon-power { background-position: 0 -176px; }
 | 
			
		||||
.ui-icon-signal-diag { background-position: -16px -176px; }
 | 
			
		||||
.ui-icon-signal { background-position: -32px -176px; }
 | 
			
		||||
.ui-icon-battery-0 { background-position: -48px -176px; }
 | 
			
		||||
.ui-icon-battery-1 { background-position: -64px -176px; }
 | 
			
		||||
.ui-icon-battery-2 { background-position: -80px -176px; }
 | 
			
		||||
.ui-icon-battery-3 { background-position: -96px -176px; }
 | 
			
		||||
.ui-icon-circle-plus { background-position: 0 -192px; }
 | 
			
		||||
.ui-icon-circle-minus { background-position: -16px -192px; }
 | 
			
		||||
.ui-icon-circle-close { background-position: -32px -192px; }
 | 
			
		||||
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
 | 
			
		||||
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
 | 
			
		||||
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
 | 
			
		||||
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
 | 
			
		||||
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
 | 
			
		||||
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
 | 
			
		||||
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
 | 
			
		||||
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
 | 
			
		||||
.ui-icon-circle-zoomin { background-position: -176px -192px; }
 | 
			
		||||
.ui-icon-circle-zoomout { background-position: -192px -192px; }
 | 
			
		||||
.ui-icon-circle-check { background-position: -208px -192px; }
 | 
			
		||||
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
 | 
			
		||||
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
 | 
			
		||||
.ui-icon-circlesmall-close { background-position: -32px -208px; }
 | 
			
		||||
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
 | 
			
		||||
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
 | 
			
		||||
.ui-icon-squaresmall-close { background-position: -80px -208px; }
 | 
			
		||||
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
 | 
			
		||||
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
 | 
			
		||||
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
 | 
			
		||||
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
 | 
			
		||||
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
 | 
			
		||||
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }
 | 
			
		||||
.ui-icon-carat-1-n { background-position: 0 0; }
 | 
			
		||||
/* Icons end */
 | 
			
		||||
 | 
			
		||||
/*******************************************************************************
 | 
			
		||||
 * Accordion
 | 
			
		||||
 ******************************************************************************/
 | 
			
		||||
.ui-accordion {
 | 
			
		||||
  border: none;
 | 
			
		||||
}
 | 
			
		||||
.ui-accordion .ui-accordion-header {
 | 
			
		||||
  border: solid 1px #ccc;
 | 
			
		||||
  text-transform: uppercase;
 | 
			
		||||
}
 | 
			
		||||
.ui-accordion h3.ui-accordion-header,
 | 
			
		||||
#block-system-main h3.ui-accordion-header {
 | 
			
		||||
  font-size: 1.1em;
 | 
			
		||||
  margin: 10px 0;
 | 
			
		||||
}
 | 
			
		||||
#block-system-main .ui-accordion h3.ui-state-active,
 | 
			
		||||
.ui-accordion h3.ui-state-active {
 | 
			
		||||
  margin-bottom: 0;
 | 
			
		||||
}
 | 
			
		||||
.ui-accordion .ui-accordion-header a {
 | 
			
		||||
  display: block;
 | 
			
		||||
}
 | 
			
		||||
.ui-accordion .ui-accordion-content {
 | 
			
		||||
  padding: 1em 2.2em;
 | 
			
		||||
  border: solid 1px #ccc;
 | 
			
		||||
  border-top: 0;
 | 
			
		||||
}
 | 
			
		||||
/* Accordion end */
 | 
			
		||||
 | 
			
		||||
/*******************************************************************************
 | 
			
		||||
 * Tabs
 | 
			
		||||
 ******************************************************************************/
 | 
			
		||||
.ui-tabs {
 | 
			
		||||
  padding: 0;
 | 
			
		||||
}
 | 
			
		||||
.ui-tabs .ui-tabs-nav {
 | 
			
		||||
  padding: 5px 10px 4px;
 | 
			
		||||
  margin: 0;
 | 
			
		||||
  line-height: 20px;
 | 
			
		||||
  border-bottom: solid 1px #ccc;
 | 
			
		||||
  -webkit-border-bottom-left-radius: 0;
 | 
			
		||||
      -moz-border-radius-bottomleft: 0;
 | 
			
		||||
          border-bottom-left-radius: 0;
 | 
			
		||||
  -webkit-border-bottom-right-radius: 0;
 | 
			
		||||
      -moz-border-radius-bottomright: 0;
 | 
			
		||||
          border-bottom-right-radius: 0;
 | 
			
		||||
}
 | 
			
		||||
.ui-tabs .ui-tabs-nav li {
 | 
			
		||||
  padding: 0 1em 0 10px;
 | 
			
		||||
  margin: 0;
 | 
			
		||||
  list-style: none;
 | 
			
		||||
}
 | 
			
		||||
.ui-tabs .ui-tabs-nav li a {
 | 
			
		||||
  float: none;
 | 
			
		||||
  padding: 0 10px;
 | 
			
		||||
  -webkit-border-radius: 10px;
 | 
			
		||||
     -moz-border-radius: 10px;
 | 
			
		||||
          border-radius: 10px;
 | 
			
		||||
}
 | 
			
		||||
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a {
 | 
			
		||||
  color: #fff;
 | 
			
		||||
  background: #666;
 | 
			
		||||
  font-weight: normal;
 | 
			
		||||
}
 | 
			
		||||
/* Tabs end */
 | 
			
		||||
 | 
			
		||||
/*******************************************************************************
 | 
			
		||||
 * Overlays
 | 
			
		||||
 ******************************************************************************/
 | 
			
		||||
.ui-widget-overlay {
 | 
			
		||||
  background: #000;
 | 
			
		||||
  opacity: .70;
 | 
			
		||||
  filter: Alpha(Opacity=70);
 | 
			
		||||
}
 | 
			
		||||
/* Overlays end */
 | 
			
		||||
 | 
			
		||||
/*******************************************************************************
 | 
			
		||||
 * Dialogs
 | 
			
		||||
 ******************************************************************************/
 | 
			
		||||
.ui-dialog {
 | 
			
		||||
  background: white;
 | 
			
		||||
  padding: 0 0 10px 0; 
 | 
			
		||||
  -webkit-border-radius: 6px 6px 5px 5px;
 | 
			
		||||
     -moz-border-radius: 6px 6px 5px 5px;
 | 
			
		||||
          border-radius: 6px 6px 5px 5px;
 | 
			
		||||
  -webkit-box-shadow: #111 0 0 10px;
 | 
			
		||||
     -moz-box-shadow: #111 0 0 10px;
 | 
			
		||||
          box-shadow: #111 0 0 10px;
 | 
			
		||||
  border: 0;
 | 
			
		||||
}
 | 
			
		||||
.ui-dialog .ui-dialog-titlebar {
 | 
			
		||||
  font-weight: bold;
 | 
			
		||||
  background: #e1e2dc;
 | 
			
		||||
}
 | 
			
		||||
.ui-dialog .ui-dialog-buttonpane {
 | 
			
		||||
  border-width: 0;
 | 
			
		||||
}
 | 
			
		||||
.ui-dialog .ui-dialog-buttonpane button {
 | 
			
		||||
  cursor: pointer;
 | 
			
		||||
  padding: 4px 17px;
 | 
			
		||||
  color: #5a5a5a;
 | 
			
		||||
  text-align: center;
 | 
			
		||||
  font-family: "Lucida Grande",
 | 
			
		||||
  Verdana,
 | 
			
		||||
  sans-serif;
 | 
			
		||||
  font-weight: normal;
 | 
			
		||||
  font-size: 1em;
 | 
			
		||||
  border: 1px solid #e4e4e4;
 | 
			
		||||
  border-bottom: 1px solid #b4b4b4;
 | 
			
		||||
  border-left-color: #D2D2D2;
 | 
			
		||||
  border-right-color: #D2D2D2;
 | 
			
		||||
  background: url(../images/buttons.png) 0 0 repeat-x;
 | 
			
		||||
  -webkit-border-radius: 20px;
 | 
			
		||||
     -moz-border-radius: 20px;
 | 
			
		||||
          border-radius: 20px;
 | 
			
		||||
}
 | 
			
		||||
.ui-dialog .ui-dialog-buttonpane button:active {
 | 
			
		||||
  background: #666;
 | 
			
		||||
  color: #fff;
 | 
			
		||||
  border-color: #555;
 | 
			
		||||
  text-shadow: #222 0 -1px 0;
 | 
			
		||||
}
 | 
			
		||||
.overlay {
 | 
			
		||||
  padding-right: 26px;
 | 
			
		||||
}
 | 
			
		||||
.overlay .ui-dialog-titlebar {
 | 
			
		||||
  background: transparent;
 | 
			
		||||
}
 | 
			
		||||
/* Dialogs end */
 | 
			
		||||
 | 
			
		||||
/*******************************************************************************
 | 
			
		||||
 * Slider
 | 
			
		||||
 ******************************************************************************/
 | 
			
		||||
.ui-slider {
 | 
			
		||||
  border: solid 1px #ccc;
 | 
			
		||||
}
 | 
			
		||||
.ui-slider .ui-slider-range {
 | 
			
		||||
  background: #e4e4e4;
 | 
			
		||||
}
 | 
			
		||||
.ui-slider .ui-slider-handle {
 | 
			
		||||
  border: 1px solid #e4e4e4;
 | 
			
		||||
  border-bottom: 1px solid #b4b4b4;
 | 
			
		||||
  border-left-color: #D2D2D2;
 | 
			
		||||
  border-right-color: #D2D2D2;
 | 
			
		||||
  background: url(../images/buttons.png) 0 0 repeat-x;
 | 
			
		||||
  -webkit-border-radius: 4px;
 | 
			
		||||
     -moz-border-radius: 4px;
 | 
			
		||||
          border-radius: 4px;
 | 
			
		||||
}
 | 
			
		||||
.ui-slider a.ui-state-active,
 | 
			
		||||
.ui-slider .ui-slider-handle:active {
 | 
			
		||||
  background: #666;
 | 
			
		||||
  color: #fff;
 | 
			
		||||
  border: solid 1px #555;
 | 
			
		||||
}
 | 
			
		||||
/* Slider end */
 | 
			
		||||
 | 
			
		||||
/*******************************************************************************
 | 
			
		||||
 * Progress Bar
 | 
			
		||||
 ******************************************************************************/
 | 
			
		||||
.ui-progressbar {
 | 
			
		||||
  background: #e4e4e4;
 | 
			
		||||
  height: 1.4em;
 | 
			
		||||
}
 | 
			
		||||
.ui-progressbar .ui-progressbar-value {
 | 
			
		||||
  background: #0072b9 url(../images/progress.gif);
 | 
			
		||||
  height: 1.5em;
 | 
			
		||||
}
 | 
			
		||||
/* Progress Bar end */
 | 
			
		||||
 | 
			
		||||
/*******************************************************************************
 | 
			
		||||
 * Date Picker
 | 
			
		||||
 ******************************************************************************/
 | 
			
		||||
.ui-datepicker {
 | 
			
		||||
  border: none;
 | 
			
		||||
}
 | 
			
		||||
.ui-datepicker td span,
 | 
			
		||||
.ui-datepicker td a {
 | 
			
		||||
  text-align: center;
 | 
			
		||||
}
 | 
			
		||||
.ui-datepicker .ui-state-highlight {
 | 
			
		||||
  background: #E4E4E4;
 | 
			
		||||
  border-color: #D2D2D2;
 | 
			
		||||
  color: #000;
 | 
			
		||||
}
 | 
			
		||||
.ui-datepicker .ui-state-active {
 | 
			
		||||
  border: 1px solid #D2D2D2;
 | 
			
		||||
  color: #000;
 | 
			
		||||
}
 | 
			
		||||
.page-content .form-type-date-popup .description {
 | 
			
		||||
  bottom: 100%;
 | 
			
		||||
  right: -50%;
 | 
			
		||||
  margin-bottom: 0;
 | 
			
		||||
}
 | 
			
		||||
/* Date Picker end */
 | 
			
		||||
							
								
								
									
										94
									
								
								sites/all/themes/contrid/rubik/css/overlay-child.css
									
									
									
									
									
										Normal file
									
								
							
							
						
						@@ -0,0 +1,94 @@
 | 
			
		||||
 | 
			
		||||
/**
 | 
			
		||||
 * @file
 | 
			
		||||
 * Overlay child overrides.
 | 
			
		||||
 */
 | 
			
		||||
 | 
			
		||||
html.js {
 | 
			
		||||
  background: transparent !important;
 | 
			
		||||
  overflow-y: scroll;
 | 
			
		||||
  overflow-x: hidden;
 | 
			
		||||
}
 | 
			
		||||
html.js body {
 | 
			
		||||
  background: transparent !important;
 | 
			
		||||
  padding: 20px 40px;
 | 
			
		||||
}
 | 
			
		||||
#overlay {
 | 
			
		||||
  display: block;
 | 
			
		||||
  position: relative;
 | 
			
		||||
}
 | 
			
		||||
#overlay-titlebar {
 | 
			
		||||
  position: relative;
 | 
			
		||||
  z-index: 100;
 | 
			
		||||
}
 | 
			
		||||
#overlay-title {
 | 
			
		||||
  display: none;
 | 
			
		||||
}
 | 
			
		||||
#overlay-close-wrapper {
 | 
			
		||||
  position: absolute;
 | 
			
		||||
  right: 0;
 | 
			
		||||
  width: 30px;
 | 
			
		||||
}
 | 
			
		||||
#overlay-close,
 | 
			
		||||
#overlay-close:hover {
 | 
			
		||||
  -webkit-border-radius: 5px;
 | 
			
		||||
     -moz-border-radius: 5px;
 | 
			
		||||
          border-radius: 5px;
 | 
			
		||||
  background: #444 url(../images/buttons.png) -4000px 50% no-repeat;
 | 
			
		||||
  display: block;
 | 
			
		||||
  position: absolute;
 | 
			
		||||
  height: 20px;
 | 
			
		||||
  width: 20px;
 | 
			
		||||
  margin: 5px;
 | 
			
		||||
  padding: 0;
 | 
			
		||||
}
 | 
			
		||||
#overlay-close:active {
 | 
			
		||||
  background: #333 url(../images/buttons.png) -4400px 50% no-repeat;
 | 
			
		||||
}
 | 
			
		||||
#overlay-content {
 | 
			
		||||
  background: #fff;
 | 
			
		||||
  position: relative;
 | 
			
		||||
  padding: 0 0 10px;
 | 
			
		||||
  min-height: 400px;
 | 
			
		||||
  -webkit-border-radius: 6px 6px 5px 5px;
 | 
			
		||||
     -moz-border-radius: 6px 6px 5px 5px;
 | 
			
		||||
          border-radius: 6px 6px 5px 5px;
 | 
			
		||||
  -webkit-box-shadow: #111 0 0 10px;
 | 
			
		||||
     -moz-box-shadow: #111 0 0 10px;
 | 
			
		||||
          box-shadow: #111 0 0 10px;
 | 
			
		||||
}
 | 
			
		||||
#overlay-content .limiter {
 | 
			
		||||
  margin: 0 20px;
 | 
			
		||||
}
 | 
			
		||||
#branding {
 | 
			
		||||
  -webkit-border-radius: 5px 5px 0 0;
 | 
			
		||||
     -moz-border-radius: 5px 5px 0 0;
 | 
			
		||||
          border-radius: 5px 5px 0 0;
 | 
			
		||||
}
 | 
			
		||||
#branding .limiter {
 | 
			
		||||
  margin-left: 0;
 | 
			
		||||
}
 | 
			
		||||
#branding .breadcrumb-depth-0 a,
 | 
			
		||||
#branding .breadcrumb-depth-0 span {
 | 
			
		||||
  -webkit-border-radius: 5px 0 0 0;
 | 
			
		||||
     -moz-border-radius: 5px 0 0 0;
 | 
			
		||||
          border-radius: 5px 0 0 0;
 | 
			
		||||
}
 | 
			
		||||
/* Tabs on the overlay. */
 | 
			
		||||
#overlay-tabs {
 | 
			
		||||
  display: none;
 | 
			
		||||
}
 | 
			
		||||
/* Shortcut integration. */
 | 
			
		||||
#overlay-titlebar .add-or-remove-shortcuts {
 | 
			
		||||
  position: absolute;
 | 
			
		||||
  top: 5px;
 | 
			
		||||
  right: 25px;
 | 
			
		||||
  padding: 0;
 | 
			
		||||
}
 | 
			
		||||
#overlay-titlebar .add-or-remove-shortcuts a {
 | 
			
		||||
  background-color: #444;
 | 
			
		||||
}
 | 
			
		||||
#overlay-titlebar .add-or-remove-shortcuts a:active {
 | 
			
		||||
  background-color: #333;
 | 
			
		||||
  text-shadow: #555 0 1px 0;
 | 
			
		||||
}
 | 
			
		||||
@@ -1,3 +1,9 @@
 | 
			
		||||
 | 
			
		||||
/**
 | 
			
		||||
 * @file
 | 
			
		||||
 * Contains styles used for printing.
 | 
			
		||||
 */
 | 
			
		||||
 | 
			
		||||
#skip-to-nav,
 | 
			
		||||
#navigation,
 | 
			
		||||
#toolbar,
 | 
			
		||||
@@ -22,7 +28,9 @@ body {
 | 
			
		||||
table {
 | 
			
		||||
  border: 1px solid #333;
 | 
			
		||||
}
 | 
			
		||||
.field-label-inline .field-label, .field-label-inline .field-items, .field-label-inline .field-items .field-item {
 | 
			
		||||
.field-label-inline .field-label,
 | 
			
		||||
.field-label-inline .field-items,
 | 
			
		||||
.field-label-inline .field-items .field-item {
 | 
			
		||||
  float: none;
 | 
			
		||||
  display: inline;
 | 
			
		||||
}
 | 
			
		||||
}
 | 
			
		||||
							
								
								
									
										98
									
								
								sites/all/themes/contrid/rubik/css/shortcut.css
									
									
									
									
									
										Normal file
									
								
							
							
						
						@@ -0,0 +1,98 @@
 | 
			
		||||
 | 
			
		||||
/**
 | 
			
		||||
 * @file
 | 
			
		||||
 * Styles for the core Shortcut module elements.
 | 
			
		||||
 */
 | 
			
		||||
 | 
			
		||||
/*******************************************************************************
 | 
			
		||||
 * General shortcuts styling
 | 
			
		||||
 ******************************************************************************/
 | 
			
		||||
.add-or-remove-shortcuts a {
 | 
			
		||||
  float: left;
 | 
			
		||||
  display: block;
 | 
			
		||||
  margin: 0 5px 0 0;
 | 
			
		||||
  padding: 0;
 | 
			
		||||
  background: #999 url(../images/buttons.png) -800px 50% no-repeat;
 | 
			
		||||
  color: #fff;
 | 
			
		||||
  text-shadow: #666 0 1px 0;
 | 
			
		||||
  -webkit-border-radius: 5px;
 | 
			
		||||
     -moz-border-radius: 5px;
 | 
			
		||||
          border-radius: 5px;
 | 
			
		||||
}
 | 
			
		||||
.remove-shortcut a {
 | 
			
		||||
  background-position: -1600px 50%;
 | 
			
		||||
}
 | 
			
		||||
.add-or-remove-shortcuts a:active {
 | 
			
		||||
  color: #222;
 | 
			
		||||
  background-color: #666;
 | 
			
		||||
  background-position: -1200px 50%;
 | 
			
		||||
  text-shadow: #999 0 1px 0;
 | 
			
		||||
}
 | 
			
		||||
.remove-shortcut a:active {
 | 
			
		||||
  background-position: -2000px 50%;
 | 
			
		||||
}
 | 
			
		||||
.add-or-remove-shortcuts a span.icon {
 | 
			
		||||
  width: 20px;
 | 
			
		||||
  height: 20px;
 | 
			
		||||
  float: left;
 | 
			
		||||
}
 | 
			
		||||
.add-or-remove-shortcuts a span.text {
 | 
			
		||||
  float: left;
 | 
			
		||||
  display: none;
 | 
			
		||||
  padding: 0 5px;
 | 
			
		||||
}
 | 
			
		||||
.add-or-remove-shortcuts a:focus span.text,
 | 
			
		||||
.add-or-remove-shortcuts a:hover span.text {
 | 
			
		||||
  display: block;
 | 
			
		||||
}
 | 
			
		||||
/* General shortcuts styling end */
 | 
			
		||||
 | 
			
		||||
/*******************************************************************************
 | 
			
		||||
 * Toolbar styles
 | 
			
		||||
 * Unchanged from core shortcut.css styles.
 | 
			
		||||
 ******************************************************************************/
 | 
			
		||||
div#toolbar a#edit-shortcuts {
 | 
			
		||||
  float: right;
 | 
			
		||||
  padding: 5px 10px 5px 5px;
 | 
			
		||||
  line-height: 24px;
 | 
			
		||||
  color: #bbb;
 | 
			
		||||
}
 | 
			
		||||
div#toolbar a#edit-shortcuts:focus,
 | 
			
		||||
div#toolbar a#edit-shortcuts:hover,
 | 
			
		||||
div#toolbar a#edit-shortcuts.active {
 | 
			
		||||
  color:  #fff;
 | 
			
		||||
}
 | 
			
		||||
div#toolbar div.toolbar-shortcuts ul {
 | 
			
		||||
  padding: 5px 0 2px 0;
 | 
			
		||||
  height: 28px;
 | 
			
		||||
  line-height: 24px;
 | 
			
		||||
  float: left;
 | 
			
		||||
  margin-left: 5px;
 | 
			
		||||
}
 | 
			
		||||
div#toolbar div.toolbar-shortcuts ul li a {
 | 
			
		||||
  padding: 0 5px;
 | 
			
		||||
  margin-right: 5px;
 | 
			
		||||
  border-radius: 5px;
 | 
			
		||||
  -moz-border-radius: 5px;
 | 
			
		||||
  -webkit-border-radius: 5px;
 | 
			
		||||
}
 | 
			
		||||
div#toolbar div.toolbar-shortcuts ul li a:focus,
 | 
			
		||||
div#toolbar div.toolbar-shortcuts ul li a:hover,
 | 
			
		||||
div#toolbar div.toolbar-shortcuts ul li a.active:focus {
 | 
			
		||||
  background: #555;
 | 
			
		||||
}
 | 
			
		||||
div#toolbar div.toolbar-shortcuts ul li a.active:hover,
 | 
			
		||||
div#toolbar div.toolbar-shortcuts ul li a.active {
 | 
			
		||||
  background: #000;
 | 
			
		||||
}
 | 
			
		||||
div#toolbar div.toolbar-shortcuts span.icon {
 | 
			
		||||
  float: left;
 | 
			
		||||
  background: #444;
 | 
			
		||||
  width: 30px;
 | 
			
		||||
  height: 30px;
 | 
			
		||||
  margin-right: 5px;
 | 
			
		||||
  -webkit-border-radius: 5px;
 | 
			
		||||
     -moz-border-radius: 5px;
 | 
			
		||||
          border-radius: 5px;
 | 
			
		||||
}
 | 
			
		||||
/* Toolbar styles end */
 | 
			
		||||
							
								
								
									
										169
									
								
								sites/all/themes/contrid/rubik/css/style-rtl.css
									
									
									
									
									
										Normal file
									
								
							
							
						
						@@ -0,0 +1,169 @@
 | 
			
		||||
 | 
			
		||||
/**
 | 
			
		||||
 * @file
 | 
			
		||||
 * Main theme stylesheet for RTL languages.
 | 
			
		||||
 */
 | 
			
		||||
 | 
			
		||||
/*******************************************************************************
 | 
			
		||||
 * Branding
 | 
			
		||||
 ******************************************************************************/
 | 
			
		||||
#branding a {
 | 
			
		||||
  float: right;
 | 
			
		||||
}
 | 
			
		||||
#branding ul.links {
 | 
			
		||||
  float: left;
 | 
			
		||||
}
 | 
			
		||||
#branding .breadcrumb {
 | 
			
		||||
  float: right;
 | 
			
		||||
}
 | 
			
		||||
#branding .breadcrumb a,
 | 
			
		||||
#branding .breadcrumb strong {
 | 
			
		||||
  float: right;
 | 
			
		||||
}
 | 
			
		||||
#branding .breadcrumb a,
 | 
			
		||||
#branding .breadcrumb strong {
 | 
			
		||||
  background: url(../images/bleeds-rtl.png) 0 -60px no-repeat;
 | 
			
		||||
}
 | 
			
		||||
#branding ul.links a {
 | 
			
		||||
  background: url(../images/bleeds-rtl.png) 100% -30px no-repeat;
 | 
			
		||||
}
 | 
			
		||||
#branding ul.links a:hover {
 | 
			
		||||
  background-position: 100% -90px;
 | 
			
		||||
}
 | 
			
		||||
#branding .breadcrumb-depth-0 a,
 | 
			
		||||
#branding .breadcrumb-depth-0 strong {
 | 
			
		||||
  padding-right: 10px;
 | 
			
		||||
}
 | 
			
		||||
#branding .breadcrumb a:hover {
 | 
			
		||||
  background-position: 0% -90px;
 | 
			
		||||
}
 | 
			
		||||
ul.primary-tabs.links li{float: left !important;}
 | 
			
		||||
#branding .breadcrumb-link {float: right;}
 | 
			
		||||
/* Branding end */
 | 
			
		||||
 | 
			
		||||
/*******************************************************************************
 | 
			
		||||
 * Page title
 | 
			
		||||
 ******************************************************************************/
 | 
			
		||||
#page-title .page-title span.icon {
 | 
			
		||||
  float: right;
 | 
			
		||||
  margin-left: 10px;
 | 
			
		||||
  margin-right: 0;
 | 
			
		||||
}
 | 
			
		||||
/* Page title end */
 | 
			
		||||
 | 
			
		||||
/*******************************************************************************
 | 
			
		||||
 * Tabs
 | 
			
		||||
 ******************************************************************************/
 | 
			
		||||
ul.primary-tabs {
 | 
			
		||||
  left: 60px;
 | 
			
		||||
  right: auto;
 | 
			
		||||
  float: left;
 | 
			
		||||
}
 | 
			
		||||
ul.primary-tabs li {
 | 
			
		||||
  padding-left: 0;
 | 
			
		||||
  padding-right: 5px;
 | 
			
		||||
}
 | 
			
		||||
ul.primary-tabs li.active a,
 | 
			
		||||
ul.primary-tabs li.active a.active {
 | 
			
		||||
  -webkit-border-radius: 3px 0 0 3px;
 | 
			
		||||
     -moz-border-radius: 3px 0 0 3px;
 | 
			
		||||
          border-radius: 3px 0 0 3px;
 | 
			
		||||
}
 | 
			
		||||
ul.secondary-tabs {
 | 
			
		||||
  float: left;
 | 
			
		||||
}
 | 
			
		||||
/* Tabs end */
 | 
			
		||||
 | 
			
		||||
/*******************************************************************************
 | 
			
		||||
 * Footer
 | 
			
		||||
 ******************************************************************************/
 | 
			
		||||
#footer .footer-message {
 | 
			
		||||
  float: right;
 | 
			
		||||
}
 | 
			
		||||
#footer .feed-icons {
 | 
			
		||||
  float: left;
 | 
			
		||||
}
 | 
			
		||||
#footer .feed-icons a,
 | 
			
		||||
#footer .feed-icons label {
 | 
			
		||||
  float: right;
 | 
			
		||||
}
 | 
			
		||||
/* Footer end */
 | 
			
		||||
 | 
			
		||||
/*******************************************************************************
 | 
			
		||||
 * Help
 | 
			
		||||
 ******************************************************************************/
 | 
			
		||||
a#help-toggler {
 | 
			
		||||
  left: 30px;
 | 
			
		||||
  right: auto;
 | 
			
		||||
}
 | 
			
		||||
#help-text.with-tabs {
 | 
			
		||||
  -webkit-border-radius: 2px 0 0 2px;
 | 
			
		||||
     -moz-border-radius: 2px 0 0 2px;
 | 
			
		||||
          border-radius: 2px 0 0 2px;
 | 
			
		||||
}
 | 
			
		||||
#help-text .breadcrumb-link {
 | 
			
		||||
  padding-left: 0;
 | 
			
		||||
  padding-right: 20px;
 | 
			
		||||
}
 | 
			
		||||
/* Help end */
 | 
			
		||||
 | 
			
		||||
/*******************************************************************************
 | 
			
		||||
 * Content
 | 
			
		||||
 ******************************************************************************/
 | 
			
		||||
#help-text,
 | 
			
		||||
.help-page,
 | 
			
		||||
div.comment,
 | 
			
		||||
div.node {
 | 
			
		||||
  background-position: 35% 0%;
 | 
			
		||||
}
 | 
			
		||||
#help-text .column-main .column-wrapper {
 | 
			
		||||
  padding-left: 0;
 | 
			
		||||
  padding-right: 59px;
 | 
			
		||||
}
 | 
			
		||||
#help-text .column-main .column-wrapper span.icon {
 | 
			
		||||
  left: auto;
 | 
			
		||||
  right: 15px;
 | 
			
		||||
}
 | 
			
		||||
/* Content end */
 | 
			
		||||
 | 
			
		||||
/*******************************************************************************
 | 
			
		||||
 * System
 | 
			
		||||
 ******************************************************************************/
 | 
			
		||||
.admin .right {
 | 
			
		||||
  padding-left: 0;
 | 
			
		||||
  padding-right: 5px;
 | 
			
		||||
  float: left;
 | 
			
		||||
  margin-left: 0 !important;
 | 
			
		||||
}
 | 
			
		||||
.admin .left {
 | 
			
		||||
  padding-left: 5px;
 | 
			
		||||
  padding-right: 0;
 | 
			
		||||
  float: right;
 | 
			
		||||
  margin-right: 0 !important;
 | 
			
		||||
}
 | 
			
		||||
/* admin/content/node & admin/user/user */
 | 
			
		||||
#content dl.multiselect,
 | 
			
		||||
#content dl.multiselect dt,
 | 
			
		||||
#content dl.multiselect dd {
 | 
			
		||||
  margin: 0 0 0 10px;
 | 
			
		||||
}
 | 
			
		||||
/* Update options. */
 | 
			
		||||
.admin-options label,
 | 
			
		||||
.admin-options .form-item {
 | 
			
		||||
  margin-left: 10px;
 | 
			
		||||
  margin-right: 0;
 | 
			
		||||
  float: right;
 | 
			
		||||
}
 | 
			
		||||
/* Tabs and shortcut icons. */
 | 
			
		||||
#page-title .page-title {
 | 
			
		||||
  float: right;
 | 
			
		||||
}
 | 
			
		||||
.add-or-remove-shortcuts,
 | 
			
		||||
.action-links {
 | 
			
		||||
  float: right;
 | 
			
		||||
}
 | 
			
		||||
.tabledrag-toggle-weight-wrapper {
 | 
			
		||||
  float: left;
 | 
			
		||||
  text-align: right;
 | 
			
		||||
}
 | 
			
		||||
/* System end */
 | 
			
		||||
							
								
								
									
										538
									
								
								sites/all/themes/contrid/rubik/css/style.css
									
									
									
									
									
										Normal file
									
								
							
							
						
						@@ -0,0 +1,538 @@
 | 
			
		||||
 | 
			
		||||
/**
 | 
			
		||||
 * @file
 | 
			
		||||
 * Main theme stylesheet.
 | 
			
		||||
 */
 | 
			
		||||
 | 
			
		||||
/*******************************************************************************
 | 
			
		||||
 * General styles
 | 
			
		||||
 ******************************************************************************/
 | 
			
		||||
body,
 | 
			
		||||
input,
 | 
			
		||||
textarea,
 | 
			
		||||
select,
 | 
			
		||||
.ui-widget,
 | 
			
		||||
.ui-widget input,
 | 
			
		||||
.ui-widget select,
 | 
			
		||||
.ui-widget textarea,
 | 
			
		||||
.ui-widget button {
 | 
			
		||||
  font-family: "Lucida", "Lucida Grande", "Trebuchet MS", Tahoma, Verdana, sans-serif;
 | 
			
		||||
}
 | 
			
		||||
html {
 | 
			
		||||
  overflow-y: scroll;
 | 
			
		||||
}
 | 
			
		||||
body.tao {
 | 
			
		||||
  color: #333;
 | 
			
		||||
  background: #fff;
 | 
			
		||||
}
 | 
			
		||||
a {
 | 
			
		||||
  color: #008eb1;
 | 
			
		||||
  text-decoration: none;
 | 
			
		||||
}
 | 
			
		||||
.limiter {
 | 
			
		||||
  margin: 0 30px;
 | 
			
		||||
}
 | 
			
		||||
/* Skip to content link. */
 | 
			
		||||
#skip-link {
 | 
			
		||||
  width: 200px;
 | 
			
		||||
  height: 0;
 | 
			
		||||
  left: 50%;
 | 
			
		||||
  margin-left: -100px;
 | 
			
		||||
}
 | 
			
		||||
#skip-link a:hover,
 | 
			
		||||
#skip-link a:active,
 | 
			
		||||
#skip-link a:focus {
 | 
			
		||||
  left: 0;
 | 
			
		||||
  z-index: 20;
 | 
			
		||||
  text-align: center;
 | 
			
		||||
  width: 200px;
 | 
			
		||||
  background: #333;
 | 
			
		||||
  color: #fff;
 | 
			
		||||
  opacity: .9;
 | 
			
		||||
  padding: 10px 0;
 | 
			
		||||
  -webkit-border-radius: 0 0 5px 5px;
 | 
			
		||||
     -moz-border-radius: 0 0 5px 5px;
 | 
			
		||||
          border-radius: 0 0 5px 5px;
 | 
			
		||||
}
 | 
			
		||||
/* "Rounded" elements. */
 | 
			
		||||
a.button,
 | 
			
		||||
.compact-link a,
 | 
			
		||||
input.form-submit,
 | 
			
		||||
input.teaser-button,
 | 
			
		||||
.form-actions #edit-cancel {
 | 
			
		||||
  -webkit-border-radius: 3px;
 | 
			
		||||
     -moz-border-radius: 3px;
 | 
			
		||||
          border-radius: 3px;
 | 
			
		||||
}
 | 
			
		||||
/* "Popped" elements. */
 | 
			
		||||
input.teaser-button,
 | 
			
		||||
input.form-submit,
 | 
			
		||||
a.button,
 | 
			
		||||
.form-actions #edit-cancel {
 | 
			
		||||
  -webkit-box-shadow: #ddd 0 1px 1px;
 | 
			
		||||
     -moz-box-shadow: #ddd 0 1px 1px;
 | 
			
		||||
          box-shadow: #ddd 0 1px 1px;
 | 
			
		||||
}
 | 
			
		||||
/* "Embossed" elements. */
 | 
			
		||||
table th {
 | 
			
		||||
  text-shadow: #fff 0 1px 0;
 | 
			
		||||
}
 | 
			
		||||
/* General styles end */
 | 
			
		||||
 | 
			
		||||
/*******************************************************************************
 | 
			
		||||
 * Branding
 | 
			
		||||
 ******************************************************************************/
 | 
			
		||||
#branding {
 | 
			
		||||
  background: url(../images/bleeds.png) 0 -30px repeat-x;
 | 
			
		||||
  color: #ccc;
 | 
			
		||||
  font-size: 11px;
 | 
			
		||||
  height: 30px;
 | 
			
		||||
  overflow: hidden;
 | 
			
		||||
}
 | 
			
		||||
#branding ul.links {
 | 
			
		||||
  float: right;
 | 
			
		||||
}
 | 
			
		||||
#branding ul.links a {
 | 
			
		||||
  background: url(../images/bleeds.png) 0% -30px no-repeat;
 | 
			
		||||
  color: #fff;
 | 
			
		||||
  float: left;
 | 
			
		||||
  padding: 5px 10px;
 | 
			
		||||
}
 | 
			
		||||
#branding ul.links a:hover {
 | 
			
		||||
  background-position: 0% -90px;
 | 
			
		||||
}
 | 
			
		||||
#branding .breadcrumb {
 | 
			
		||||
  padding: 0;
 | 
			
		||||
  float: left;
 | 
			
		||||
  font-weight: normal;
 | 
			
		||||
}
 | 
			
		||||
#branding .breadcrumb-link {
 | 
			
		||||
  float: left;
 | 
			
		||||
  position: relative;
 | 
			
		||||
}
 | 
			
		||||
#branding .breadcrumb-depth-0 {
 | 
			
		||||
  z-index: 10;
 | 
			
		||||
}
 | 
			
		||||
#branding .breadcrumb-depth-1 {
 | 
			
		||||
  z-index: 9;
 | 
			
		||||
}
 | 
			
		||||
#branding .breadcrumb-depth-2 {
 | 
			
		||||
  z-index: 8;
 | 
			
		||||
}
 | 
			
		||||
#branding .breadcrumb-depth-3 {
 | 
			
		||||
  z-index: 7;
 | 
			
		||||
}
 | 
			
		||||
#branding .breadcrumb-depth-4 {
 | 
			
		||||
  z-index: 6;
 | 
			
		||||
}
 | 
			
		||||
#branding .breadcrumb-depth-5 {
 | 
			
		||||
  z-index: 5;
 | 
			
		||||
}
 | 
			
		||||
#branding .breadcrumb-depth-6 {
 | 
			
		||||
  z-index: 4;
 | 
			
		||||
}
 | 
			
		||||
#branding .breadcrumb-depth-7 {
 | 
			
		||||
  z-index: 3;
 | 
			
		||||
}
 | 
			
		||||
#branding .breadcrumb-depth-8 {
 | 
			
		||||
  z-index: 2;
 | 
			
		||||
}
 | 
			
		||||
#branding .breadcrumb-link > a,
 | 
			
		||||
#branding .breadcrumb-link > strong {
 | 
			
		||||
  color: #fff;
 | 
			
		||||
  font-weight: normal;
 | 
			
		||||
  float: left;
 | 
			
		||||
  margin-right: -10px;
 | 
			
		||||
  padding: 5px 20px;
 | 
			
		||||
  background: url(../images/bleeds.png) 100% -60px no-repeat;
 | 
			
		||||
}
 | 
			
		||||
#branding .breadcrumb-depth-0 a,
 | 
			
		||||
#branding .breadcrumb-depth-0 strong {
 | 
			
		||||
  padding-left: 10px;
 | 
			
		||||
}
 | 
			
		||||
#branding .breadcrumb a:hover {
 | 
			
		||||
  background-position: 100% -90px;
 | 
			
		||||
}
 | 
			
		||||
/* Branding end */
 | 
			
		||||
 | 
			
		||||
/*******************************************************************************
 | 
			
		||||
 * Page title
 | 
			
		||||
 ******************************************************************************/
 | 
			
		||||
#page-title {
 | 
			
		||||
  background: #fff url(../images/bleeds.png) 0 -350px repeat-x;
 | 
			
		||||
}
 | 
			
		||||
#page-title .limiter {
 | 
			
		||||
  position: relative;
 | 
			
		||||
}
 | 
			
		||||
#page-title .page-title {
 | 
			
		||||
  float: left;
 | 
			
		||||
  padding: 15px 10px 15px 0;
 | 
			
		||||
  line-height: 30px;
 | 
			
		||||
  min-height: 30px;
 | 
			
		||||
  -webkit-text-shadow: #fff 0 1px 0;
 | 
			
		||||
          text-shadow: #fff 0 1px 0;
 | 
			
		||||
  letter-spacing: -1px;
 | 
			
		||||
  font-weight: normal;
 | 
			
		||||
  font-size: 20px;
 | 
			
		||||
}
 | 
			
		||||
#page-title .page-title span.icon {
 | 
			
		||||
  float: left;
 | 
			
		||||
  margin-right: 10px;
 | 
			
		||||
}
 | 
			
		||||
.add-or-remove-shortcuts,
 | 
			
		||||
.action-links {
 | 
			
		||||
  float: left;
 | 
			
		||||
  font-size: 11px;
 | 
			
		||||
}
 | 
			
		||||
.add-or-remove-shortcuts {
 | 
			
		||||
  padding: 20px 0;
 | 
			
		||||
}
 | 
			
		||||
.action-links {
 | 
			
		||||
  padding: 20px 0 20px 10px;
 | 
			
		||||
}
 | 
			
		||||
.action-links a {
 | 
			
		||||
  background-color: #7bc;
 | 
			
		||||
  text-shadow: #38a 0 1px 0;
 | 
			
		||||
}
 | 
			
		||||
.add-or-remove-shortcuts a {
 | 
			
		||||
  background-color: #999;
 | 
			
		||||
  text-shadow: #666 0 1px 0;
 | 
			
		||||
}
 | 
			
		||||
/* Page title end */
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
/*******************************************************************************
 | 
			
		||||
 * Tabs
 | 
			
		||||
 ******************************************************************************/
 | 
			
		||||
.tabs {
 | 
			
		||||
  float: right;
 | 
			
		||||
  right: 0;
 | 
			
		||||
}
 | 
			
		||||
.primary-tabs {
 | 
			
		||||
  height: 30px;
 | 
			
		||||
  margin: 15px 0 0;
 | 
			
		||||
  -webkit-border-radius: 5px;
 | 
			
		||||
     -moz-border-radius: 5px;
 | 
			
		||||
          border-radius: 5px;
 | 
			
		||||
}
 | 
			
		||||
div.pager {
 | 
			
		||||
  margin: 10px 0 0;
 | 
			
		||||
  height: 30px;
 | 
			
		||||
}
 | 
			
		||||
.pager li,
 | 
			
		||||
.primary-tabs li {
 | 
			
		||||
  height: 30px;
 | 
			
		||||
  position: relative;
 | 
			
		||||
  background: #eee url(../images/bleeds.png) 50% 0 no-repeat;
 | 
			
		||||
  margin-bottom: 10px;
 | 
			
		||||
}
 | 
			
		||||
.pager a,
 | 
			
		||||
.pager span,
 | 
			
		||||
.primary-tabs a {
 | 
			
		||||
  float: left;
 | 
			
		||||
  text-align: center;
 | 
			
		||||
  min-width: 70px;
 | 
			
		||||
  padding: 5px 10px;
 | 
			
		||||
  color: #333;
 | 
			
		||||
  text-shadow: #fff 0 1px 0;
 | 
			
		||||
}
 | 
			
		||||
.pager a,
 | 
			
		||||
.pager span {
 | 
			
		||||
  min-width: 10px;
 | 
			
		||||
  padding: 5px 15px;
 | 
			
		||||
}
 | 
			
		||||
.pager li:hover,
 | 
			
		||||
.primary-tabs li:hover {
 | 
			
		||||
  background-color: #f8f8f8;
 | 
			
		||||
}
 | 
			
		||||
.pager li:first-child,
 | 
			
		||||
.primary-tabs li.first-row-link {
 | 
			
		||||
  background-position: 0% 0;
 | 
			
		||||
  -webkit-border-radius: 5px 0 0 5px;
 | 
			
		||||
     -moz-border-radius: 5px 0 0 5px;
 | 
			
		||||
          border-radius: 5px 0 0 5px;
 | 
			
		||||
}
 | 
			
		||||
.pager li:last-child,
 | 
			
		||||
.primary-tabs li.last-row-link {
 | 
			
		||||
  background-position: 100% 0;
 | 
			
		||||
  -webkit-border-radius: 0 5px 5px 0;
 | 
			
		||||
     -moz-border-radius: 0 5px 5px 0;
 | 
			
		||||
          border-radius: 0 5px 5px 0;
 | 
			
		||||
}
 | 
			
		||||
/* This style is necessary in case there is only one tab that goes to the
 | 
			
		||||
second row. */
 | 
			
		||||
.primary-tabs li.first-row-link.last-row-link {
 | 
			
		||||
  background-position: 0% 0;
 | 
			
		||||
  -webkit-border-radius: 5px;
 | 
			
		||||
     -moz-border-radius: 5px;
 | 
			
		||||
          border-radius: 5px;
 | 
			
		||||
}
 | 
			
		||||
.pager li.pager-current,
 | 
			
		||||
.primary-tabs li.active {
 | 
			
		||||
  background-color: #7bc;
 | 
			
		||||
}
 | 
			
		||||
.pager li.pager-current span,
 | 
			
		||||
.primary-tabs li.active a {
 | 
			
		||||
  color: #fff;
 | 
			
		||||
  text-shadow: #38a 0 1px 0;
 | 
			
		||||
}
 | 
			
		||||
/* Secondary tabs, nested */
 | 
			
		||||
.secondary-tabs {
 | 
			
		||||
  min-width: 150px;
 | 
			
		||||
  float: left;
 | 
			
		||||
  position: relative;
 | 
			
		||||
  margin: 5px 5px 5px 0;
 | 
			
		||||
  font-size: 11px;
 | 
			
		||||
  background: #59a url(../images/buttons.png) -800px 50% no-repeat;
 | 
			
		||||
  -webkit-border-radius: 3px;
 | 
			
		||||
     -moz-border-radius: 3px;
 | 
			
		||||
          border-radius: 3px;
 | 
			
		||||
  z-index: 1;
 | 
			
		||||
}
 | 
			
		||||
.secondary-tabs:hover {
 | 
			
		||||
  background: #59a;
 | 
			
		||||
  opacity: .9;
 | 
			
		||||
}
 | 
			
		||||
ul.secondary-tabs li,
 | 
			
		||||
ul.secondary-tabs li a {
 | 
			
		||||
  background: transparent;
 | 
			
		||||
  float: none;
 | 
			
		||||
  height: auto;
 | 
			
		||||
  text-align: left;
 | 
			
		||||
  margin-bottom: 0;
 | 
			
		||||
}
 | 
			
		||||
.secondary-tabs a {
 | 
			
		||||
  color: #fff;
 | 
			
		||||
  text-shadow: #38a 0 1px 0;
 | 
			
		||||
  display: none;
 | 
			
		||||
  padding: 0 10px 0 25px;
 | 
			
		||||
}
 | 
			
		||||
.secondary-tabs:hover a,
 | 
			
		||||
.secondary-tabs .active a {
 | 
			
		||||
  display: block;
 | 
			
		||||
}
 | 
			
		||||
.secondary-tabs li:hover,
 | 
			
		||||
.secondary-tabs li.active {
 | 
			
		||||
  background: transparent;
 | 
			
		||||
}
 | 
			
		||||
.secondary-tabs a:hover {
 | 
			
		||||
  background: #389 url(../images/buttons.png) -800px 50% no-repeat;
 | 
			
		||||
}
 | 
			
		||||
.secondary-tabs li:last-child a:hover {
 | 
			
		||||
  -webkit-border-radius: 0 0 3px 3px;
 | 
			
		||||
     -moz-border-radius: 0 0 3px 3px;
 | 
			
		||||
          border-radius: 0 0 3px 3px;
 | 
			
		||||
}
 | 
			
		||||
.secondary-tabs li:first-child a:hover {
 | 
			
		||||
  -webkit-border-radius: 3px 3px 0 0;
 | 
			
		||||
     -moz-border-radius: 3px 3px 0 0;
 | 
			
		||||
          border-radius: 3px 3px 0 0;
 | 
			
		||||
}
 | 
			
		||||
ul.secondary.tabs {
 | 
			
		||||
  position: static;
 | 
			
		||||
  float: right;
 | 
			
		||||
  font-size: 0.923em;
 | 
			
		||||
  padding: 0 3px 5px;
 | 
			
		||||
  line-height: 1.385em;
 | 
			
		||||
  overflow: hidden;
 | 
			
		||||
  background-color: #fff;
 | 
			
		||||
}
 | 
			
		||||
ul.secondary.tabs li {
 | 
			
		||||
  margin: 0 5px;
 | 
			
		||||
  float: none;
 | 
			
		||||
  display: inline;
 | 
			
		||||
}
 | 
			
		||||
/* Tabs end */
 | 
			
		||||
 | 
			
		||||
/*******************************************************************************
 | 
			
		||||
 * Content
 | 
			
		||||
 ******************************************************************************/
 | 
			
		||||
.help-page,
 | 
			
		||||
div.comment,
 | 
			
		||||
div.node {
 | 
			
		||||
  border-style: solid;
 | 
			
		||||
  border-width: 1px;
 | 
			
		||||
  border-color: #ddd;
 | 
			
		||||
  background: #fff url(../images/vrule.png) 65% 0% repeat-y;
 | 
			
		||||
  margin: 0 0 10px;
 | 
			
		||||
}
 | 
			
		||||
/* Make large images display within the parent container. This will prevent
 | 
			
		||||
messing up the layout if a wide image needs to be displayed in content. */
 | 
			
		||||
#page img {
 | 
			
		||||
  max-width: 100%;
 | 
			
		||||
}
 | 
			
		||||
#help-text .column-main .column-wrapper,
 | 
			
		||||
.help-page .column-main .column-wrapper,
 | 
			
		||||
div.comment .column-main .column-wrapper,
 | 
			
		||||
div.node .column-main .column-wrapper {
 | 
			
		||||
  padding: 19px;
 | 
			
		||||
}
 | 
			
		||||
#help-text .column-main .column-wrapper {
 | 
			
		||||
  padding-left: 59px;
 | 
			
		||||
  position: relative;
 | 
			
		||||
}
 | 
			
		||||
#help-text .column-main .column-wrapper span.icon {
 | 
			
		||||
  position: absolute;
 | 
			
		||||
  top: 15px;
 | 
			
		||||
  left: 15px;
 | 
			
		||||
}
 | 
			
		||||
#help-text .column-side .column-wrapper,
 | 
			
		||||
.help-page .column-side .column-wrapper,
 | 
			
		||||
div.comment .column-side .column-wrapper,
 | 
			
		||||
div.node .column-side .column-wrapper {
 | 
			
		||||
  padding: 9px;
 | 
			
		||||
  font-size: 11px;
 | 
			
		||||
}
 | 
			
		||||
#help-text .column-side .help-links,
 | 
			
		||||
.help-page .column-side .help-page-links,
 | 
			
		||||
.node-submitted,
 | 
			
		||||
.comment-submitted {
 | 
			
		||||
  padding: 10px;
 | 
			
		||||
  background: #f8f8f8;
 | 
			
		||||
}
 | 
			
		||||
.comment-links,
 | 
			
		||||
.node-links {
 | 
			
		||||
  padding: 10px 0;
 | 
			
		||||
}
 | 
			
		||||
.help-page .help-page-links ul.links {
 | 
			
		||||
  -webkit-column-count: 2;
 | 
			
		||||
     -moz-column-count: 2;
 | 
			
		||||
}
 | 
			
		||||
.column-side ul.links li,
 | 
			
		||||
.column-side ul.links a,
 | 
			
		||||
.column-side ul.links span {
 | 
			
		||||
  display: block;
 | 
			
		||||
  float: none;
 | 
			
		||||
}
 | 
			
		||||
.column-side ul.links a,
 | 
			
		||||
.column-side ul.links span {
 | 
			
		||||
  padding: 0 10px;
 | 
			
		||||
  display: block;
 | 
			
		||||
  float: none;
 | 
			
		||||
}
 | 
			
		||||
.column-side ul.links span a {
 | 
			
		||||
  padding: 0;
 | 
			
		||||
  display: inline;
 | 
			
		||||
}
 | 
			
		||||
.column-side ul.links a.active,
 | 
			
		||||
.column-side ul.links a:hover {
 | 
			
		||||
  background: #fff;
 | 
			
		||||
}
 | 
			
		||||
.comment-links ul.links a:hover {
 | 
			
		||||
  background: #f4f4f4;
 | 
			
		||||
}
 | 
			
		||||
.comment-title,
 | 
			
		||||
.node-title {
 | 
			
		||||
  margin: 0 0 20px;
 | 
			
		||||
  font-weight: normal;
 | 
			
		||||
  font-size: 16px;
 | 
			
		||||
}
 | 
			
		||||
/* Content end */
 | 
			
		||||
 | 
			
		||||
/*******************************************************************************
 | 
			
		||||
 * Fixes for other modules
 | 
			
		||||
 ******************************************************************************/
 | 
			
		||||
/* Fix rules action links. */
 | 
			
		||||
.rules-elements-table ul.rules-operations a {
 | 
			
		||||
  text-shadow: none;
 | 
			
		||||
  color: #666;
 | 
			
		||||
}
 | 
			
		||||
/* Fix the position of Rules table drag toggle. It uses "position: absolute", so
 | 
			
		||||
it is necessary to set "position: relative" to the parent, so that the button
 | 
			
		||||
stays in the same frame. */
 | 
			
		||||
#rules-form-wrapper {
 | 
			
		||||
  position: relative;
 | 
			
		||||
}
 | 
			
		||||
/* Fix the padding of Rules table drag toggle. Out of the box it is optimized
 | 
			
		||||
for display in table headers, while in Rules it is displayed outside of the
 | 
			
		||||
tables, in the same line as table heading. */
 | 
			
		||||
#rules-form-wrapper .rules-elements-table .tabledrag-toggle-weight-wrapper {
 | 
			
		||||
  padding-top: 0;
 | 
			
		||||
  padding-right: 0;
 | 
			
		||||
}
 | 
			
		||||
/* Views exposed filters forms. */
 | 
			
		||||
div.views-exposed-form {
 | 
			
		||||
  margin-bottom: 20px;
 | 
			
		||||
}
 | 
			
		||||
div.views-exposed-form div.form-item {
 | 
			
		||||
  border: 0;
 | 
			
		||||
  padding: 0;
 | 
			
		||||
}
 | 
			
		||||
div.views-exposed-form div.views-submit-button {
 | 
			
		||||
  margin-right: 1em;
 | 
			
		||||
}
 | 
			
		||||
div.views-exposed-form input.form-text,
 | 
			
		||||
div.views-exposed-form input.form-autocomplete {
 | 
			
		||||
  height: 28px;
 | 
			
		||||
}
 | 
			
		||||
/* Views grouped filters in admin. */
 | 
			
		||||
#views-ajax-body .scroll.form-wrapper > *:not(.tabledrag-toggle-weight-wrapper) {
 | 
			
		||||
  float: left;
 | 
			
		||||
  width: 100%;
 | 
			
		||||
  /* It's horrible to do this, but it's the best option for now. */
 | 
			
		||||
  -webkit-box-sizing: border-box;
 | 
			
		||||
     -moz-box-sizing: border-box;
 | 
			
		||||
          box-sizing: border-box;
 | 
			
		||||
}
 | 
			
		||||
#views-ajax-body .tabledrag-toggle-weight-wrapper {
 | 
			
		||||
  position: relative;
 | 
			
		||||
}
 | 
			
		||||
#views-ajax-body .scroll.form-wrapper table {
 | 
			
		||||
  float: none;
 | 
			
		||||
}
 | 
			
		||||
#views-ajax-body .scroll.form-wrapper > .views-left-40 {
 | 
			
		||||
  width: 40%;
 | 
			
		||||
}
 | 
			
		||||
#views-ajax-body .scroll.form-wrapper > .views-right-60 {
 | 
			
		||||
  width: 59%;
 | 
			
		||||
  float: right;
 | 
			
		||||
}
 | 
			
		||||
#views-ajax-body #edit-options-more {
 | 
			
		||||
  margin-top: 10px;
 | 
			
		||||
}
 | 
			
		||||
/* Views header on administrative pages (displayed while editing a view). */
 | 
			
		||||
.views-display-top {
 | 
			
		||||
  padding: 10px;
 | 
			
		||||
}
 | 
			
		||||
/* CTools toggle in views display columns. This is displayed while editing or
 | 
			
		||||
creating a view. */
 | 
			
		||||
.views-display-column > .ctools-toggle {
 | 
			
		||||
  margin-top: 14px;
 | 
			
		||||
}
 | 
			
		||||
.views-display-column > .ctools-toggle.ctools-toggle-collapsed {
 | 
			
		||||
  margin-top: 11px;
 | 
			
		||||
}
 | 
			
		||||
/* Module filter "clear" link. */
 | 
			
		||||
.module-filter-clear a {
 | 
			
		||||
  margin: 3px 0 0 -35px;
 | 
			
		||||
}
 | 
			
		||||
/* Fix Workbench Moderation links. */
 | 
			
		||||
.view-workbench-moderation tbody .views-field-moderation-actions li {
 | 
			
		||||
  float: none;
 | 
			
		||||
  margin-bottom: 5px;
 | 
			
		||||
  margin-right: 3px;
 | 
			
		||||
  overflow: auto;
 | 
			
		||||
}
 | 
			
		||||
.view-workbench-moderation tbody .views-field-moderation-actions li a {
 | 
			
		||||
  background-color: #7bc;
 | 
			
		||||
  -webkit-border-radius: 5px;
 | 
			
		||||
     -moz-border-radius: 5px;
 | 
			
		||||
          border-radius: 5px;
 | 
			
		||||
  color: #fff;
 | 
			
		||||
  display: block;
 | 
			
		||||
  padding: 0 7px;
 | 
			
		||||
  text-shadow: #38a 0 1px 0;
 | 
			
		||||
}
 | 
			
		||||
.view-workbench-moderation tbody .views-field-moderation-actions li a:hover {
 | 
			
		||||
  background-color: #52a8be;
 | 
			
		||||
  color: #fff;
 | 
			
		||||
}
 | 
			
		||||
/* Make sure that OpenLayers maps are displayed. */
 | 
			
		||||
#page img.olTileImage {
 | 
			
		||||
  max-width: inherit;
 | 
			
		||||
}
 | 
			
		||||
/* Use monospace font on devel/php form. */
 | 
			
		||||
#devel-execute-form textarea {
 | 
			
		||||
  font-family: monospace;
 | 
			
		||||
}
 | 
			
		||||
/* Fixes for other modules end */
 | 
			
		||||
							
								
								
									
										242
									
								
								sites/all/themes/contrid/rubik/css/views-admin.rubik.css
									
									
									
									
									
										Normal file
									
								
							
							
						
						@@ -0,0 +1,242 @@
 | 
			
		||||
 | 
			
		||||
/**
 | 
			
		||||
 * @file
 | 
			
		||||
 * Custom styles for making Views 3 play nice with Rubik.
 | 
			
		||||
 */
 | 
			
		||||
 | 
			
		||||
.views-displays .secondary .action-list input.form-submit {
 | 
			
		||||
  -webkit-box-shadow: none;
 | 
			
		||||
     -moz-box-shadow: none;
 | 
			
		||||
          box-shadow: none;
 | 
			
		||||
  -webkit-border-radius: 0;
 | 
			
		||||
     -moz-border-radius: 0;
 | 
			
		||||
          border-radius: 0;
 | 
			
		||||
}
 | 
			
		||||
.views-displays .secondary .open > a:hover {
 | 
			
		||||
  color: #59A;
 | 
			
		||||
}
 | 
			
		||||
.views-ui-display-tab-actions .ctools-button-processed li a,
 | 
			
		||||
.views-ui-display-tab-actions .ctools-button-processed input {
 | 
			
		||||
  border: none;
 | 
			
		||||
  -webkit-box-shadow: none;
 | 
			
		||||
     -moz-box-shadow: none;
 | 
			
		||||
          box-shadow: none;
 | 
			
		||||
}
 | 
			
		||||
#views-ui-edit-form div#edit-actions.form-actions.form-wrapper {
 | 
			
		||||
   float: right;
 | 
			
		||||
}
 | 
			
		||||
#views-ui-edit-form div h1.unit-title.clearfix {
 | 
			
		||||
   clear: both;
 | 
			
		||||
   float: left;
 | 
			
		||||
}
 | 
			
		||||
#views-ui-edit-form .tabs {
 | 
			
		||||
  float: left;
 | 
			
		||||
  background-color: transparent;
 | 
			
		||||
}
 | 
			
		||||
#views-ui-edit-form .tabs li {
 | 
			
		||||
  display: block;
 | 
			
		||||
  float: left;
 | 
			
		||||
}
 | 
			
		||||
#views-ui-edit-form .views-display-top .tabs li li{
 | 
			
		||||
  float: none;
 | 
			
		||||
}
 | 
			
		||||
#views-ui-edit-form .views-display-top ul.secondary.tabs {
 | 
			
		||||
  overflow: inherit;
 | 
			
		||||
  padding-bottom: 0;
 | 
			
		||||
  padding-left: 0;
 | 
			
		||||
}
 | 
			
		||||
#views-ui-edit-form .views-display-top ul.secondary.tabs li {
 | 
			
		||||
  margin-bottom: 0;
 | 
			
		||||
  margin: 0 10px 0 0;
 | 
			
		||||
}
 | 
			
		||||
#views-ui-edit-form .views-display-top ul.secondary.tabs li a.active {
 | 
			
		||||
  border-color: #666;
 | 
			
		||||
}
 | 
			
		||||
#views-ui-edit-form .pager {
 | 
			
		||||
  margin: 0;
 | 
			
		||||
  height: auto;
 | 
			
		||||
}
 | 
			
		||||
.views-displays {
 | 
			
		||||
   clear: both;
 | 
			
		||||
}
 | 
			
		||||
.views-display-setting .label {
 | 
			
		||||
  margin-right: 3pt; /* LTR */
 | 
			
		||||
}
 | 
			
		||||
.views-admin a:hover {
 | 
			
		||||
   text-decoration: none;
 | 
			
		||||
}
 | 
			
		||||
.views-display-setting .views-ajax-link {
 | 
			
		||||
  margin-left: 0.2083em;
 | 
			
		||||
  margin-right: 0.2083em;
 | 
			
		||||
}
 | 
			
		||||
.views-ui-display-tab-bucket > h3,
 | 
			
		||||
.views-ui-display-tab-bucket > .views-display-setting {
 | 
			
		||||
  padding: 2px 6px 4px;
 | 
			
		||||
}
 | 
			
		||||
/* Hide 'remove' checkboxes. This might be scoped too widely. */
 | 
			
		||||
.form-type-checkbox.remove {
 | 
			
		||||
  display: none;
 | 
			
		||||
}
 | 
			
		||||
.views-ui-display-tab-bucket .views-display-setting {
 | 
			
		||||
  color: #666666;
 | 
			
		||||
  font-size: 12px;
 | 
			
		||||
  padding-bottom: 2px;
 | 
			
		||||
}
 | 
			
		||||
.views-ui-display-tab-bucket h1,
 | 
			
		||||
.views-ui-display-tab-bucket h2,
 | 
			
		||||
.views-ui-display-tab-bucket h3,
 | 
			
		||||
.views-ui-display-tab-bucket h4,
 | 
			
		||||
.views-ui-display-tab-bucket h5 {
 | 
			
		||||
  margin-bottom: 0;
 | 
			
		||||
  margin-top: 0;
 | 
			
		||||
}
 | 
			
		||||
#edit-display-settings-main {
 | 
			
		||||
  margin-top: 15px;
 | 
			
		||||
}
 | 
			
		||||
input.form-autocomplete,
 | 
			
		||||
input.form-text,
 | 
			
		||||
input.form-file,
 | 
			
		||||
textarea.form-textarea,
 | 
			
		||||
select.form-select {
 | 
			
		||||
  padding: 2px;
 | 
			
		||||
  border: 1px solid #ccc;
 | 
			
		||||
  border-top-color: #999;
 | 
			
		||||
  background: #fff;
 | 
			
		||||
  color: #333;
 | 
			
		||||
}
 | 
			
		||||
input.form-text:focus,
 | 
			
		||||
input.form-file:focus,
 | 
			
		||||
textarea.form-textarea:focus,
 | 
			
		||||
select.form-select:focus {
 | 
			
		||||
  color: #000;
 | 
			
		||||
  border-color: #ace;
 | 
			
		||||
}
 | 
			
		||||
#views-ui-preview-form .form-type-textfield {
 | 
			
		||||
  margin-top: 2px;
 | 
			
		||||
}
 | 
			
		||||
#views-ui-preview-form {
 | 
			
		||||
  border-width: 1px;
 | 
			
		||||
  border-style: solid;
 | 
			
		||||
  border-color: #DDD;
 | 
			
		||||
  padding: 9px;
 | 
			
		||||
}
 | 
			
		||||
#views-ui-preview-form .form-item {
 | 
			
		||||
  border: none;
 | 
			
		||||
  padding: 0;
 | 
			
		||||
}
 | 
			
		||||
#views-ui-preview-form .form-type-textfield .description {
 | 
			
		||||
  white-space: normal;
 | 
			
		||||
  margin-bottom: 0;
 | 
			
		||||
}
 | 
			
		||||
#views-ui-preview-form .form-type-textfield input {
 | 
			
		||||
  width: 180px;
 | 
			
		||||
}
 | 
			
		||||
#views-ui-preview-form .form-type-textfield label {
 | 
			
		||||
  height: auto;
 | 
			
		||||
}
 | 
			
		||||
#edit-display-preview-controls .form-type-textfield label {
 | 
			
		||||
  display: inline-block;
 | 
			
		||||
  font-weight: normal;
 | 
			
		||||
  height: inherit;
 | 
			
		||||
  margin-right: 0.75em;
 | 
			
		||||
}
 | 
			
		||||
#edit-display-preview-controls > .form-type-textfield {
 | 
			
		||||
   margin-top: 6px;
 | 
			
		||||
}
 | 
			
		||||
#edit-display-preview-controls .arguments-preview,
 | 
			
		||||
#edit-display-preview-controls .form-type-textfield {
 | 
			
		||||
  margin-left: 14px;
 | 
			
		||||
}
 | 
			
		||||
#edit-display-preview-controls > div,
 | 
			
		||||
#edit-display-preview-controls > input {
 | 
			
		||||
  float: left;
 | 
			
		||||
}
 | 
			
		||||
#edit-display-preview-controls .form-item {
 | 
			
		||||
  margin-bottom: 0;
 | 
			
		||||
  padding-bottom: 0;
 | 
			
		||||
  padding-top: 0;
 | 
			
		||||
}
 | 
			
		||||
/* Labels are outside the .form-item wrapper. */
 | 
			
		||||
.views-exposed-form .views-exposed-widget label {
 | 
			
		||||
  margin: 0;
 | 
			
		||||
  padding: 0;
 | 
			
		||||
  color: #999;
 | 
			
		||||
  font-weight: bold;
 | 
			
		||||
  font-size: 10px;
 | 
			
		||||
  text-transform: uppercase;
 | 
			
		||||
}
 | 
			
		||||
.views-exposed-form .views-exposed-widget .form-item {
 | 
			
		||||
  border: 0;
 | 
			
		||||
  padding: 0;
 | 
			
		||||
}
 | 
			
		||||
/* Collapsible within dependent. */
 | 
			
		||||
#edit-options .collapsible .collapsible,
 | 
			
		||||
#edit-options .collapsible {
 | 
			
		||||
   float: none;
 | 
			
		||||
}
 | 
			
		||||
.dependent-options,
 | 
			
		||||
.dependent-options.form-item,
 | 
			
		||||
.form-item-options-expose-required,
 | 
			
		||||
.form-item-options-expose-label {
 | 
			
		||||
  margin-left: 1.5em;
 | 
			
		||||
}
 | 
			
		||||
#views-ajax-popup {
 | 
			
		||||
  border: 0;
 | 
			
		||||
}
 | 
			
		||||
.views-ui-dialog .ui-dialog-titlebar {
 | 
			
		||||
  border: none;
 | 
			
		||||
}
 | 
			
		||||
.views-ui-dialog .ui-dialog-titlebar-close {
 | 
			
		||||
  -webkit-border-radius: 5px;
 | 
			
		||||
     -moz-border-radius: 5px;
 | 
			
		||||
          border-radius: 5px;
 | 
			
		||||
  border: 0;
 | 
			
		||||
  background: #444 url(../images/buttons.png) -4000px 50% no-repeat;
 | 
			
		||||
  display: block;
 | 
			
		||||
  position: absolute;
 | 
			
		||||
  height: 20px;
 | 
			
		||||
  width: 20px;
 | 
			
		||||
  margin: 5px;
 | 
			
		||||
  padding: 0;
 | 
			
		||||
  right: 0;
 | 
			
		||||
  left: auto;
 | 
			
		||||
}
 | 
			
		||||
.views-ui-dialog #views-ajax-title {
 | 
			
		||||
  color:#fff;
 | 
			
		||||
  font-size: 100%;
 | 
			
		||||
  font-weight: normal;
 | 
			
		||||
  text-transform: uppercase;
 | 
			
		||||
  background: url(../images/bleeds.png) 0 -30px repeat-x;
 | 
			
		||||
  border: 0;  
 | 
			
		||||
  -webkit-border-radius: 6px 6px 0 0;
 | 
			
		||||
     -moz-border-radius: 6px 6px 0 0;
 | 
			
		||||
          border-radius: 6px 6px 0 0;
 | 
			
		||||
  padding: 5px 10px;  
 | 
			
		||||
  margin-bottom: 10px;
 | 
			
		||||
}
 | 
			
		||||
.views-ui-dialog .views-override {
 | 
			
		||||
  background: transparent; 
 | 
			
		||||
  padding: 0 0 8px;
 | 
			
		||||
}
 | 
			
		||||
.views-ui-dialog #views-ajax-body {
 | 
			
		||||
  margin: 0 20px;
 | 
			
		||||
}
 | 
			
		||||
.views-ui-dialog .scroll {
 | 
			
		||||
  border: none;
 | 
			
		||||
  padding: 8px 10px 8px 0;
 | 
			
		||||
}
 | 
			
		||||
/* Force the Views UI operations table cell to have relative positioning. */
 | 
			
		||||
td.views-ui-operations {
 | 
			
		||||
  position: relative;
 | 
			
		||||
}
 | 
			
		||||
/* Form buttons. */
 | 
			
		||||
.views-ui-dialog .form-buttons {
 | 
			
		||||
  background: #EEE;
 | 
			
		||||
  border: 1px solid #DDD;
 | 
			
		||||
  padding: 9px;
 | 
			
		||||
  margin-top: 10px;
 | 
			
		||||
}
 | 
			
		||||
/* Filtering options. */
 | 
			
		||||
.views-filterable-options .form-type-checkbox  {
 | 
			
		||||
  padding: 5px 8px!important;
 | 
			
		||||
}
 | 
			
		||||
							
								
								
									
										
											BIN
										
									
								
								sites/all/themes/contrid/rubik/images/bleeds-rtl.png
									
									
									
									
									
										Normal file
									
								
							
							
						
						| 
		 After Width: | Height: | Size: 5.3 KiB  | 
| 
		 Before Width: | Height: | Size: 3.1 KiB After Width: | Height: | Size: 6.0 KiB  | 
| 
		 Before Width: | Height: | Size: 4.2 KiB After Width: | Height: | Size: 4.1 KiB  | 
							
								
								
									
										
											BIN
										
									
								
								sites/all/themes/contrid/rubik/images/progress.gif
									
									
									
									
									
										Normal file
									
								
							
							
						
						| 
		 After Width: | Height: | Size: 5.7 KiB  | 
| 
		 After Width: | Height: | Size: 3.6 KiB  | 
| 
		 After Width: | Height: | Size: 3.6 KiB  | 
| 
		 After Width: | Height: | Size: 3.6 KiB  | 
| 
		 After Width: | Height: | Size: 3.6 KiB  | 
| 
		 After Width: | Height: | Size: 3.6 KiB  | 
@@ -3,18 +3,18 @@
 | 
			
		||||
 */
 | 
			
		||||
(function($) {
 | 
			
		||||
Drupal.behaviors.rubik = {};
 | 
			
		||||
Drupal.behaviors.rubik.attach = function(context) {
 | 
			
		||||
Drupal.behaviors.rubik.attach = function(context, settings) {
 | 
			
		||||
  // If there are both main column and side column buttons, only show the main
 | 
			
		||||
  // column buttons if the user scrolls past the ones to the side.
 | 
			
		||||
  $('div.form:has(div.column-main div.form-actions):not(.rubik-processed)').each(function() {
 | 
			
		||||
  $('div.form:has(div.column-main div.form-actions):not(.rubik-processed)', context).each(function() {
 | 
			
		||||
    var form = $(this);
 | 
			
		||||
    var offset = $('div.column-side div.form-actions', form).height() + $('div.column-side div.form-actions', form).offset().top;
 | 
			
		||||
    $(window).scroll(function () {
 | 
			
		||||
    $(window).scroll(function() {
 | 
			
		||||
      if ($(this).scrollTop() > offset) {
 | 
			
		||||
        $('div.column-main div.form-actions', form).show();
 | 
			
		||||
        $('div.column-main .column-wrapper > div.form-actions#edit-actions', form).show();
 | 
			
		||||
      }
 | 
			
		||||
      else {
 | 
			
		||||
        $('div.column-main div.form-actions', form).hide();
 | 
			
		||||
        $('div.column-main .column-wrapper > div.form-actions#edit-actions', form).hide();
 | 
			
		||||
      }
 | 
			
		||||
    });
 | 
			
		||||
    form.addClass('rubik-processed');
 | 
			
		||||
@@ -25,7 +25,7 @@ Drupal.behaviors.rubik.attach = function(context) {
 | 
			
		||||
    // Target exists, add click handler.
 | 
			
		||||
    if ($('#' + id).size() > 0) {
 | 
			
		||||
      $(this).click(function() {
 | 
			
		||||
        toggleable = $('#' + id);
 | 
			
		||||
        var toggleable = $('#' + id);
 | 
			
		||||
        toggleable.toggle();
 | 
			
		||||
        $(this).toggleClass('toggler-active');
 | 
			
		||||
        return false;
 | 
			
		||||
@@ -39,5 +39,92 @@ Drupal.behaviors.rubik.attach = function(context) {
 | 
			
		||||
    // Mark as processed.
 | 
			
		||||
    $(this).addClass('rubik-processed');
 | 
			
		||||
  });
 | 
			
		||||
 | 
			
		||||
    // If there's no active secondary tab, make the first one show.
 | 
			
		||||
  var activeli = $('.primary-tabs li.active .secondary-tabs li.active');
 | 
			
		||||
  if (activeli.length === 0) {
 | 
			
		||||
    $('.primary-tabs li.active .secondary-tabs li:first-child a').css('display', 'block');
 | 
			
		||||
  }
 | 
			
		||||
  
 | 
			
		||||
  $('.secondary-tabs li a, .secondary-tabs', context).bind('focus blur', function(){
 | 
			
		||||
    $(this).parents('.secondary-tabs').toggleClass('focused');
 | 
			
		||||
  });
 | 
			
		||||
 | 
			
		||||
  // Sticky sidebar functionality.
 | 
			
		||||
  var disableSticky = (settings.rubik !== undefined) ? settings.rubik.disable_sticky : false;
 | 
			
		||||
  if ($('#content .column-side .column-wrapper').length !== 0 ) {
 | 
			
		||||
 | 
			
		||||
    // Move fields to sidebar if it exists.
 | 
			
		||||
    $('.rubik_sidebar_field', context).once('rubik', function() {
 | 
			
		||||
      $('.column-side .column-wrapper').append($(this));
 | 
			
		||||
    });
 | 
			
		||||
 | 
			
		||||
    // Check if the sidebar should be made sticky.
 | 
			
		||||
    if (!disableSticky) {
 | 
			
		||||
      var rubikColumn = $('#content .column-side .column-wrapper', context);
 | 
			
		||||
      if (rubikColumn && rubikColumn.offset()) {
 | 
			
		||||
        var rubikStickySidebar = rubikColumn.offset().top;
 | 
			
		||||
        $(window).scroll(function() {
 | 
			
		||||
          if ($(window).scrollTop() > rubikStickySidebar) {
 | 
			
		||||
            rubikColumn.each(function() {
 | 
			
		||||
              $(this).addClass("fixed");
 | 
			
		||||
              $(this).width($(this).parent().width());
 | 
			
		||||
            });
 | 
			
		||||
          }
 | 
			
		||||
          else {
 | 
			
		||||
            rubikColumn.each(function() {
 | 
			
		||||
              $(this).removeClass("fixed");
 | 
			
		||||
              $(this).width($(this).parent().width());
 | 
			
		||||
            });
 | 
			
		||||
          }
 | 
			
		||||
        });
 | 
			
		||||
      }
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
  }
 | 
			
		||||
  
 | 
			
		||||
  // Cache the primary tabs.
 | 
			
		||||
  var $primaryTabsWrap = $('.primary-tabs');
 | 
			
		||||
  if ($primaryTabsWrap.length) {
 | 
			
		||||
    var $primaryTabs = $primaryTabsWrap.find('> li');
 | 
			
		||||
    // Trigger adjusting function upon first page load.
 | 
			
		||||
    adjustPrimaryTabs();
 | 
			
		||||
    // Trigger adjusting function upon any screen resizing.
 | 
			
		||||
    $(window).resize(function() {
 | 
			
		||||
      adjustPrimaryTabs();
 | 
			
		||||
    });
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  function adjustPrimaryTabs() {
 | 
			
		||||
    // Get the position of whole element.
 | 
			
		||||
    var parentPosition = $primaryTabs.offset().top;
 | 
			
		||||
    // Complicated count.
 | 
			
		||||
    var count = [];
 | 
			
		||||
    var rowNumber = 1;
 | 
			
		||||
    // Remove remainings of other classes we attached.
 | 
			
		||||
    $primaryTabs.removeClass('last-row-link');
 | 
			
		||||
    $primaryTabs.removeClass('first-row-link');
 | 
			
		||||
    // Loop through and compare the position of each tab.
 | 
			
		||||
    $primaryTabs.each(function(index) {
 | 
			
		||||
      var $this = $(this);
 | 
			
		||||
      // New row.
 | 
			
		||||
      if (count[rowNumber] != $this.offset().top) {
 | 
			
		||||
        // Increase the count for this row.
 | 
			
		||||
        rowNumber++;
 | 
			
		||||
        count[rowNumber] = $this.offset().top;
 | 
			
		||||
        // Add "first" class to this element.
 | 
			
		||||
        $this.addClass('first-row-link');
 | 
			
		||||
        // Add "last" class to the previous element, if there is one.
 | 
			
		||||
        if ($this.prev('li').length) {
 | 
			
		||||
          $this.prev('li').addClass('last-row-link');
 | 
			
		||||
        }
 | 
			
		||||
      }
 | 
			
		||||
      // Add "last" class if this is the last element.
 | 
			
		||||
      if (index === ($primaryTabs.length - 1)) {
 | 
			
		||||
        $this.addClass('last-row-link');
 | 
			
		||||
      }
 | 
			
		||||
    });
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
};
 | 
			
		||||
})(jQuery);
 | 
			
		||||
 
 | 
			
		||||
@@ -1,99 +0,0 @@
 | 
			
		||||
html.js {
 | 
			
		||||
  background:transparent !important;
 | 
			
		||||
  overflow-y:scroll;
 | 
			
		||||
  overflow-x:hidden;
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
html.js body {
 | 
			
		||||
  background: transparent !important;
 | 
			
		||||
  padding:20px 40px;
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
#overlay {
 | 
			
		||||
  display:block;
 | 
			
		||||
  position:relative;
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
#overlay-titlebar {
 | 
			
		||||
  position:relative;
 | 
			
		||||
  z-index:100;
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
#overlay-title { display:none; }
 | 
			
		||||
 | 
			
		||||
#overlay-close-wrapper {
 | 
			
		||||
  position:absolute;
 | 
			
		||||
  right:0px;
 | 
			
		||||
  width:30px;
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
#overlay-close,
 | 
			
		||||
#overlay-close:hover {
 | 
			
		||||
  -moz-border-radius:5px;
 | 
			
		||||
  -webkit-border-radius:5px;
 | 
			
		||||
  border-radius:5px;
 | 
			
		||||
 | 
			
		||||
  background:#444 url(images/buttons.png) -4000px 50% no-repeat;
 | 
			
		||||
  display: block;
 | 
			
		||||
  position: absolute;
 | 
			
		||||
  height: 20px;
 | 
			
		||||
  width: 20px;
 | 
			
		||||
  margin: 5px;
 | 
			
		||||
  padding: 0px;
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  #overlay-close:active { background:#333 url(images/buttons.png) -4400px 50% no-repeat; }
 | 
			
		||||
 | 
			
		||||
#overlay-content {
 | 
			
		||||
  background:#fff;
 | 
			
		||||
  position:relative;
 | 
			
		||||
  padding:0px 0px 10px;
 | 
			
		||||
  min-height:400px;
 | 
			
		||||
 | 
			
		||||
  border-radius:6px 6px 5px 5px;
 | 
			
		||||
  box-shadow:#111 0px 0px 10px;
 | 
			
		||||
  -moz-border-radius:6px 6px 5px 5px;
 | 
			
		||||
  -moz-box-shadow:#111 0px 0px 10px;
 | 
			
		||||
  -webkit-border-radius:6px 6px 5px 5px;
 | 
			
		||||
  -webkit-box-shadow:#111 0px 0px 10px;
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
#overlay-content .limiter { margin:0px 20px; }
 | 
			
		||||
 | 
			
		||||
#branding {
 | 
			
		||||
  border-radius:5px 5px 0px 0px;
 | 
			
		||||
  -moz-border-radius:5px 5px 0px 0px;
 | 
			
		||||
  -webkit-border-radius:5px 5px 0px 0px;
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  #branding .limiter { margin-left:0px; }
 | 
			
		||||
 | 
			
		||||
  #branding .breadcrumb-depth-0 a,
 | 
			
		||||
  #branding .breadcrumb-depth-0 span {
 | 
			
		||||
    border-radius:5px 0px 0px 0px;
 | 
			
		||||
    -moz-border-radius:5px 0px 0px 0px;
 | 
			
		||||
    -webkit-border-radius:5px 0px 0px 0px;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
/**
 | 
			
		||||
 * Tabs on the overlay.
 | 
			
		||||
 */
 | 
			
		||||
#overlay-tabs { display:none; }
 | 
			
		||||
 | 
			
		||||
/**
 | 
			
		||||
 * Shortcut integration.
 | 
			
		||||
 */
 | 
			
		||||
#overlay-titlebar .add-or-remove-shortcuts {
 | 
			
		||||
  position:absolute;
 | 
			
		||||
  top:5px;
 | 
			
		||||
  right:25px;
 | 
			
		||||
  padding:0px;
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
#overlay-titlebar .add-or-remove-shortcuts a { background-color:#444; }
 | 
			
		||||
 | 
			
		||||
#overlay-titlebar .add-or-remove-shortcuts a:active {
 | 
			
		||||
  background-color:#333;
 | 
			
		||||
  text-shadow:#555 0px 1px 0px;
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
@@ -1,9 +1,11 @@
 | 
			
		||||
<?php if (theme_get_setting('rubik_show_branding')): ?>
 | 
			
		||||
<div id='branding'><div class='limiter clearfix'>
 | 
			
		||||
  <div class='breadcrumb clearfix'><?php print $breadcrumb ?></div>
 | 
			
		||||
  <?php if (!$overlay && isset($secondary_menu)) : ?>
 | 
			
		||||
    <?php print theme('links', array('links' => $secondary_menu, 'attributes' => array('class' => 'links secondary-menu'))) ?>
 | 
			
		||||
  <?php endif; ?>
 | 
			
		||||
</div></div>
 | 
			
		||||
<?php endif; ?>
 | 
			
		||||
 | 
			
		||||
<div id='page-title'><div class='limiter clearfix'>
 | 
			
		||||
  <div class='tabs clearfix'>
 | 
			
		||||
 
 | 
			
		||||
@@ -10,18 +10,32 @@ regions[page_top] = Page top
 | 
			
		||||
regions[page_bottom] = Page bottom
 | 
			
		||||
 | 
			
		||||
scripts[] = js/rubik.js
 | 
			
		||||
stylesheets[screen][] = core.css
 | 
			
		||||
stylesheets[screen][] = icons.css
 | 
			
		||||
stylesheets[screen][] = style.css
 | 
			
		||||
stylesheets[print][] = print.css
 | 
			
		||||
stylesheets[screen][] = css/core.css
 | 
			
		||||
stylesheets[screen][] = css/icons.css
 | 
			
		||||
stylesheets[screen][] = css/style.css
 | 
			
		||||
stylesheets[screen][] = css/jquery.ui.theme.css
 | 
			
		||||
stylesheets[print][] = css/print.css
 | 
			
		||||
 | 
			
		||||
; Support shortcut module links
 | 
			
		||||
settings[shortcut_module_link] = 1
 | 
			
		||||
settings[rubik_inline_field_descriptions] = 0
 | 
			
		||||
 | 
			
		||||
; By default sidebar in forms is enabled
 | 
			
		||||
settings[rubik_disable_sidebar_in_form] = 0
 | 
			
		||||
 | 
			
		||||
; Information added by drupal.org packaging script on 2012-02-22
 | 
			
		||||
version = "7.x-4.0-beta8"
 | 
			
		||||
; By default field placement in the sidebar is disabled
 | 
			
		||||
settings[rubik_sidebar_field_ui] = 0
 | 
			
		||||
 | 
			
		||||
; Enable branding line at the top of the page by default
 | 
			
		||||
settings[rubik_show_branding] = 1
 | 
			
		||||
 | 
			
		||||
; Out of all default Drupal theme features, Rubik uses only secondary menu which
 | 
			
		||||
; is displayed at the top of the page, in #branding section.
 | 
			
		||||
features[] = secondary_menu
 | 
			
		||||
 | 
			
		||||
; Information added by Drupal.org packaging script on 2016-03-05
 | 
			
		||||
version = "7.x-4.4"
 | 
			
		||||
core = "7.x"
 | 
			
		||||
project = "rubik"
 | 
			
		||||
datestamp = "1329953445"
 | 
			
		||||
datestamp = "1457209443"
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
| 
		 Before Width: | Height: | Size: 7.2 KiB After Width: | Height: | Size: 7.4 KiB  | 
@@ -1,95 +0,0 @@
 | 
			
		||||
.add-or-remove-shortcuts a {
 | 
			
		||||
  -moz-border-radius:5px;
 | 
			
		||||
  -webkit-border-radius:5px;
 | 
			
		||||
  border-radius:5px;
 | 
			
		||||
 | 
			
		||||
  float:left;
 | 
			
		||||
  display:block;
 | 
			
		||||
 | 
			
		||||
  margin:0px 5px 0px 0px;
 | 
			
		||||
  padding:0px;
 | 
			
		||||
  background:#999 url(images/buttons.png) -800px 50% no-repeat;
 | 
			
		||||
  color:#fff;
 | 
			
		||||
  text-shadow:#666 0px 1px 0px;
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  .remove-shortcut a { background-position:-1600px 50%; }
 | 
			
		||||
 | 
			
		||||
.add-or-remove-shortcuts a:active {
 | 
			
		||||
  color:#222;
 | 
			
		||||
  background-color:#666;
 | 
			
		||||
  background-position:-1200px 50%;
 | 
			
		||||
  text-shadow:#999 0px 1px 0px;
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  .remove-shortcut a:active { background-position:-2000px 50%; }
 | 
			
		||||
 | 
			
		||||
.add-or-remove-shortcuts a span.icon {
 | 
			
		||||
  width:20px;
 | 
			
		||||
  height:20px;
 | 
			
		||||
  float:left;
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
.add-or-remove-shortcuts a span.text {
 | 
			
		||||
  float:left;
 | 
			
		||||
  display:none;
 | 
			
		||||
  padding:0px 5px;
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
.add-or-remove-shortcuts a:focus span.text,
 | 
			
		||||
.add-or-remove-shortcuts a:hover span.text { display:block; }
 | 
			
		||||
 | 
			
		||||
/**
 | 
			
		||||
 * Toolbar styles =====================================================
 | 
			
		||||
 * Unchanged from core shortcut.css styles.
 | 
			
		||||
 */
 | 
			
		||||
div#toolbar a#edit-shortcuts {
 | 
			
		||||
  float:right;
 | 
			
		||||
  padding:5px 10px 5px 5px;
 | 
			
		||||
  line-height:24px;
 | 
			
		||||
  color:#bbb;
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
div#toolbar a#edit-shortcuts:focus,
 | 
			
		||||
div#toolbar a#edit-shortcuts:hover,
 | 
			
		||||
div#toolbar a#edit-shortcuts.active {
 | 
			
		||||
  color: #fff;
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
div#toolbar div.toolbar-shortcuts ul {
 | 
			
		||||
  padding:5px 0px 2px 0px;
 | 
			
		||||
  height:28px;
 | 
			
		||||
  line-height:24px;
 | 
			
		||||
  float:left;
 | 
			
		||||
  margin-left:5px;
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
div#toolbar div.toolbar-shortcuts ul li a {
 | 
			
		||||
  padding:0px 5px;
 | 
			
		||||
  margin-right:5px;
 | 
			
		||||
  border-radius:5px;
 | 
			
		||||
  -moz-border-radius:5px;
 | 
			
		||||
  -webkit-border-radius:5px;
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
div#toolbar div.toolbar-shortcuts ul li a:focus,
 | 
			
		||||
div#toolbar div.toolbar-shortcuts ul li a:hover,
 | 
			
		||||
div#toolbar div.toolbar-shortcuts ul li a.active:focus {
 | 
			
		||||
  background:#555;
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
div#toolbar div.toolbar-shortcuts ul li a.active:hover,
 | 
			
		||||
div#toolbar div.toolbar-shortcuts ul li a.active {
 | 
			
		||||
  background:#000;
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
div#toolbar div.toolbar-shortcuts span.icon {
 | 
			
		||||
  float:left;
 | 
			
		||||
  background:#444;
 | 
			
		||||
  width:30px;
 | 
			
		||||
  height:30px;
 | 
			
		||||
  margin-right:5px;
 | 
			
		||||
  border-radius:5px;
 | 
			
		||||
  -moz-border-radius:5px;
 | 
			
		||||
  -webkit-border-radius:5px;
 | 
			
		||||
  }
 | 
			
		||||
@@ -1,127 +0,0 @@
 | 
			
		||||
/**
 | 
			
		||||
 * Branding ===========================================================
 | 
			
		||||
 */
 | 
			
		||||
#branding a { float:right; }
 | 
			
		||||
 | 
			
		||||
#branding ul.links { float:left; }
 | 
			
		||||
 | 
			
		||||
#branding .breadcrumb { float:right; }
 | 
			
		||||
 | 
			
		||||
  #branding .breadcrumb a,
 | 
			
		||||
  #branding .breadcrumb strong { float:right; }
 | 
			
		||||
 | 
			
		||||
  #branding .breadcrumb .breadcrumb-link {
 | 
			
		||||
    float:right;
 | 
			
		||||
    padding-left:5px;
 | 
			
		||||
    padding-right:0px;
 | 
			
		||||
    background-image:url(images/sprite-rtl.png);
 | 
			
		||||
    background-position:0% 100%;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
/**
 | 
			
		||||
 * Page title =========================================================
 | 
			
		||||
 */
 | 
			
		||||
  #page-title .page-title span.icon {
 | 
			
		||||
    float:right;
 | 
			
		||||
    margin-left:10px;
 | 
			
		||||
    margin-right:0;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
/**
 | 
			
		||||
 * Tabs ===============================================================
 | 
			
		||||
 */
 | 
			
		||||
ul.primary-tabs {
 | 
			
		||||
  left:60px;
 | 
			
		||||
  right:auto;
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
ul.primary-tabs li {
 | 
			
		||||
  padding-left:0;
 | 
			
		||||
  padding-right:5px;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
ul.primary-tabs li.active a,
 | 
			
		||||
ul.primary-tabs li.active a.active {
 | 
			
		||||
  -moz-border-radius:3px 0px 0px 3px;
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  ul.secondary-tabs { float:left; }
 | 
			
		||||
 | 
			
		||||
/**
 | 
			
		||||
 * Footer =============================================================
 | 
			
		||||
 */
 | 
			
		||||
#footer .footer-message {
 | 
			
		||||
  float:right;
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
#footer .feed-icons {
 | 
			
		||||
  float:left;
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  #footer .feed-icons label,
 | 
			
		||||
  #footer .feed-icons a {
 | 
			
		||||
    float:right;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
/**
 | 
			
		||||
 * Help ===============================================================
 | 
			
		||||
 */
 | 
			
		||||
a#help-toggler {
 | 
			
		||||
  left:30px;
 | 
			
		||||
  right:auto;
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  #help-text.with-tabs {
 | 
			
		||||
    -moz-border-radius:2px 0px 0px 2px;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
  #help-text .breadcrumb-link {
 | 
			
		||||
    padding-left:0;
 | 
			
		||||
    padding-right:20px;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
/**
 | 
			
		||||
 * Content ============================================================
 | 
			
		||||
 */
 | 
			
		||||
#help-text,
 | 
			
		||||
.help-page,
 | 
			
		||||
div.comment,
 | 
			
		||||
div.node { background-position:35% 0%; }
 | 
			
		||||
 | 
			
		||||
#help-text .column-main .column-wrapper {
 | 
			
		||||
  padding-left:0px;
 | 
			
		||||
  padding-right:59px;
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  #help-text .column-main .column-wrapper span.icon {
 | 
			
		||||
    left:auto;
 | 
			
		||||
    right:15px;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
/**
 | 
			
		||||
 * System =============================================================
 | 
			
		||||
 */
 | 
			
		||||
.admin .right {
 | 
			
		||||
  padding-left:0;
 | 
			
		||||
  padding-right:5px;
 | 
			
		||||
  float:left;
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
.admin .left {
 | 
			
		||||
  padding-left:5px;
 | 
			
		||||
  padding-right:0;
 | 
			
		||||
  float:right;
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
/* admin/content/node & admin/user/user */
 | 
			
		||||
#content dl.multiselect,
 | 
			
		||||
#content dl.multiselect dt,
 | 
			
		||||
#content dl.multiselect dd { margin:0px 0px 0px 10px; }
 | 
			
		||||
 | 
			
		||||
/* update options */
 | 
			
		||||
.admin-options label,
 | 
			
		||||
.admin-options .form-item {
 | 
			
		||||
  margin-left:10px;
 | 
			
		||||
  margin-right:0px;
 | 
			
		||||
  float:right;
 | 
			
		||||
  }
 | 
			
		||||
@@ -1,386 +0,0 @@
 | 
			
		||||
body,
 | 
			
		||||
input,
 | 
			
		||||
textarea,
 | 
			
		||||
select { font-family:"Lucida","Lucida Grande","Trebuchet MS",Tahoma,Verdana,sans-serif; }
 | 
			
		||||
 | 
			
		||||
html { overflow-y:scroll; }
 | 
			
		||||
 | 
			
		||||
body.tao {
 | 
			
		||||
  color:#333;
 | 
			
		||||
  background:#fff;
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
a {
 | 
			
		||||
  color:#008eb1;
 | 
			
		||||
  text-decoration:none;
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
.limiter { margin:0px 30px; }
 | 
			
		||||
 | 
			
		||||
/**
 | 
			
		||||
 * Skip to content link ===============================================
 | 
			
		||||
 */
 | 
			
		||||
#skip-link {
 | 
			
		||||
  width:200px;
 | 
			
		||||
  height:0px;
 | 
			
		||||
  left:50%;
 | 
			
		||||
  margin-left:-100px;
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
#skip-link a:hover,
 | 
			
		||||
#skip-link a:active,
 | 
			
		||||
#skip-link a:focus {
 | 
			
		||||
  left:0px;
 | 
			
		||||
  z-index:20;
 | 
			
		||||
  text-align:center;
 | 
			
		||||
  width:200px;
 | 
			
		||||
  background:#333;
 | 
			
		||||
  color:#fff;
 | 
			
		||||
  opacity:.9;
 | 
			
		||||
  padding:10px 0px;
 | 
			
		||||
 | 
			
		||||
  border-radius:0px 0px 5px 5px;
 | 
			
		||||
  -moz-border-radius:0px 0px 5px 5px;
 | 
			
		||||
  -webkit-border-radius:0px 0px 5px 5px;
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
/**
 | 
			
		||||
 * "Rounded" elements =================================================
 | 
			
		||||
 */
 | 
			
		||||
.compact-link a,
 | 
			
		||||
input.teaser-button,
 | 
			
		||||
input.form-submit {
 | 
			
		||||
  -moz-border-radius:3px;
 | 
			
		||||
  -webkit-border-radius:3px;
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
/**
 | 
			
		||||
 * "Popped" elements ==================================================
 | 
			
		||||
 */
 | 
			
		||||
input.teaser-button,
 | 
			
		||||
input.form-submit {
 | 
			
		||||
  box-shadow:#ddd 0px 1px 1px;
 | 
			
		||||
  -moz-box-shadow:#ddd 0px 1px 1px;
 | 
			
		||||
  -webkit-box-shadow:#ddd 0px 1px 1px;
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
/**
 | 
			
		||||
 * "Embossed" elements ================================================
 | 
			
		||||
 */
 | 
			
		||||
table th {
 | 
			
		||||
  text-shadow:#fff 0px 1px 0px;
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
/**
 | 
			
		||||
 * Branding ===========================================================
 | 
			
		||||
 */
 | 
			
		||||
#branding {
 | 
			
		||||
  background:url(images/bleeds.png) 0px -30px repeat-x;
 | 
			
		||||
  color:#ccc;
 | 
			
		||||
  font-size:11px;
 | 
			
		||||
  height:30px;
 | 
			
		||||
  overflow:hidden;
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
#branding ul.links { float:right; }
 | 
			
		||||
 | 
			
		||||
#branding ul.links a {
 | 
			
		||||
  background:url(images/bleeds.png) 0% -30px no-repeat;
 | 
			
		||||
  color:#fff;
 | 
			
		||||
  float:left;
 | 
			
		||||
  padding:5px 10px;
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
#branding ul.links a:hover { background-position:0% -90px; }
 | 
			
		||||
 | 
			
		||||
#branding .breadcrumb {
 | 
			
		||||
  padding:0px;
 | 
			
		||||
  float:left;
 | 
			
		||||
  text-transform:uppercase;
 | 
			
		||||
  font-weight:normal;
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  #branding .breadcrumb-link {
 | 
			
		||||
    float:left;
 | 
			
		||||
    position:relative;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
  #branding .breadcrumb-depth-0 { z-index:10; }
 | 
			
		||||
  #branding .breadcrumb-depth-1 { z-index:9; }
 | 
			
		||||
  #branding .breadcrumb-depth-2 { z-index:8; }
 | 
			
		||||
  #branding .breadcrumb-depth-3 { z-index:7; }
 | 
			
		||||
  #branding .breadcrumb-depth-4 { z-index:6; }
 | 
			
		||||
  #branding .breadcrumb-depth-5 { z-index:5; }
 | 
			
		||||
  #branding .breadcrumb-depth-6 { z-index:4; }
 | 
			
		||||
  #branding .breadcrumb-depth-7 { z-index:3; }
 | 
			
		||||
  #branding .breadcrumb-depth-8 { z-index:2; }
 | 
			
		||||
 | 
			
		||||
  #branding .breadcrumb a,
 | 
			
		||||
  #branding .breadcrumb strong {
 | 
			
		||||
    color:#fff;
 | 
			
		||||
    font-weight:normal;
 | 
			
		||||
    float:left;
 | 
			
		||||
    margin-right:-10px;
 | 
			
		||||
    padding:5px 20px;
 | 
			
		||||
    background:url(images/bleeds.png) 100% -60px no-repeat;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    #branding .breadcrumb-depth-0 a,
 | 
			
		||||
    #branding .breadcrumb-depth-0 strong { padding-left:10px; }
 | 
			
		||||
 | 
			
		||||
  #branding .breadcrumb a:hover { background-position:100% -90px; }
 | 
			
		||||
 | 
			
		||||
/**
 | 
			
		||||
 * Page title =========================================================
 | 
			
		||||
 */
 | 
			
		||||
#page-title { background:#fff url(images/bleeds.png) 0px -350px repeat-x; }
 | 
			
		||||
#page-title .limiter { position:relative; }
 | 
			
		||||
 | 
			
		||||
  #page-title .page-title {
 | 
			
		||||
    float:left;
 | 
			
		||||
    padding:15px 10px 15px 0px;
 | 
			
		||||
    line-height:30px;
 | 
			
		||||
    min-height:30px;
 | 
			
		||||
 | 
			
		||||
    text-shadow:#fff 0px 1px 0px;
 | 
			
		||||
    -webkit-text-shadow:#fff 0px 1px 0px;
 | 
			
		||||
 | 
			
		||||
    letter-spacing:-1px;
 | 
			
		||||
    font-weight:normal;
 | 
			
		||||
    font-size:20px;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
  #page-title .page-title span.icon {
 | 
			
		||||
    float:left;
 | 
			
		||||
    margin-right:10px;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
  .add-or-remove-shortcuts,
 | 
			
		||||
  .action-links {
 | 
			
		||||
    float:left;
 | 
			
		||||
    font-size:11px;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    .add-or-remove-shortcuts { padding:20px 0px; }
 | 
			
		||||
    .action-links { padding:20px 0px 20px 10px; }
 | 
			
		||||
 | 
			
		||||
  .action-links a {
 | 
			
		||||
    background-color:#7bc;
 | 
			
		||||
    text-shadow:#38a 0px 1px 0px;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
  .add-or-remove-shortcuts a {
 | 
			
		||||
    background-color:#999;
 | 
			
		||||
    text-shadow:#666 0px 1px 0px;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
/**
 | 
			
		||||
 * Tabs ===============================================================
 | 
			
		||||
 */
 | 
			
		||||
.tabs {
 | 
			
		||||
  position:absolute;
 | 
			
		||||
  right:0px;
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
.primary-tabs {
 | 
			
		||||
  float:left;
 | 
			
		||||
  height:30px;
 | 
			
		||||
  margin:15px 0px 0px;
 | 
			
		||||
  border-radius:5px;
 | 
			
		||||
  -moz-border-radius:5px;
 | 
			
		||||
  -webkit-border-radius:5px;
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
div.pager {
 | 
			
		||||
  margin:10px 0px 0px;
 | 
			
		||||
  height:30px;
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
.pager li,
 | 
			
		||||
.primary-tabs li {
 | 
			
		||||
  height:30px;
 | 
			
		||||
  position:relative;
 | 
			
		||||
  background:#eee url(images/bleeds.png) 50% 0px no-repeat;
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
.pager a,
 | 
			
		||||
.pager span,
 | 
			
		||||
.primary-tabs a {
 | 
			
		||||
  float:left;
 | 
			
		||||
  text-align:center;
 | 
			
		||||
  min-width:70px;
 | 
			
		||||
  padding:5px 10px;
 | 
			
		||||
  color:#333;
 | 
			
		||||
  text-shadow:#fff 0px 1px 0px;
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
.pager a,
 | 
			
		||||
.pager span {
 | 
			
		||||
  min-width:10px;
 | 
			
		||||
  padding:5px 15px;
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
.pager li:hover,
 | 
			
		||||
.primary-tabs li:hover { background-color:#f8f8f8; }
 | 
			
		||||
 | 
			
		||||
.pager li:first-child,
 | 
			
		||||
.primary-tabs li:first-child {
 | 
			
		||||
  border-radius:5px 0px 0px 5px;
 | 
			
		||||
  -moz-border-radius:5px 0px 0px 5px;
 | 
			
		||||
  -webkit-border-radius:5px 0px 0px 5px;
 | 
			
		||||
  background-position:0% 0px;
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
.pager li:last-child,
 | 
			
		||||
.primary-tabs li:last-child {
 | 
			
		||||
  border-radius:0px 5px 5px 0px;
 | 
			
		||||
  -moz-border-radius:0px 5px 5px 0px;
 | 
			
		||||
  -webkit-border-radius:0px 5px 5px 0px;
 | 
			
		||||
  background-position:100% 0px;
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
.pager li.pager-current,
 | 
			
		||||
.primary-tabs li.active { background-color:#7bc; }
 | 
			
		||||
 | 
			
		||||
.pager li.pager-current span,
 | 
			
		||||
.primary-tabs li.active a {
 | 
			
		||||
  color:#fff;
 | 
			
		||||
  text-shadow:#38a 0px 1px 0px;  
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
/* Secondary tabs, nested */
 | 
			
		||||
.secondary-tabs {
 | 
			
		||||
  min-width:100px;
 | 
			
		||||
  float:left;
 | 
			
		||||
  position:relative;
 | 
			
		||||
  margin:5px 5px 5px 0px;
 | 
			
		||||
  font-size:11px;
 | 
			
		||||
  background:#59a url(images/buttons.png) -800px 50% no-repeat;
 | 
			
		||||
  border-radius:3px;
 | 
			
		||||
  -moz-border-radius:3px;
 | 
			
		||||
  -webkit-border-radius:3px;
 | 
			
		||||
  z-index: 1;
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
.secondary-tabs:hover {
 | 
			
		||||
  background:#59a;
 | 
			
		||||
  opacity:.9;
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
ul.secondary-tabs li,
 | 
			
		||||
ul.secondary-tabs li a {
 | 
			
		||||
  background:transparent;
 | 
			
		||||
  float:none;
 | 
			
		||||
  height:auto;
 | 
			
		||||
  text-align:left;
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
.secondary-tabs a {
 | 
			
		||||
  color:#fff;
 | 
			
		||||
  text-shadow:#38a 0px 1px 0px;
 | 
			
		||||
  display:none;
 | 
			
		||||
  padding:0px 10px 0px 25px;
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  .secondary-tabs:hover a,
 | 
			
		||||
  .secondary-tabs .active a { display:block; }
 | 
			
		||||
 | 
			
		||||
  .secondary-tabs li:hover,
 | 
			
		||||
  .secondary-tabs li.active { background:transparent; }
 | 
			
		||||
  .secondary-tabs a:hover { background:#389 url(images/buttons.png) -800px 50% no-repeat; }
 | 
			
		||||
 | 
			
		||||
  .secondary-tabs li:last-child a:hover {
 | 
			
		||||
    border-radius:0px 0px 3px 3px;
 | 
			
		||||
    -moz-border-radius:0px 0px 3px 3px;
 | 
			
		||||
    -webkit-border-radius:0px 0px 3px 3px;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
  .secondary-tabs li:first-child a:hover {
 | 
			
		||||
    border-radius:3px 3px 0px 0px;
 | 
			
		||||
    -moz-border-radius:3px 3px 0px 0px;
 | 
			
		||||
    -webkit-border-radius:3px 3px 0px 0px;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
/**
 | 
			
		||||
 * Content ============================================================
 | 
			
		||||
 */
 | 
			
		||||
.help-page,
 | 
			
		||||
div.comment,
 | 
			
		||||
div.node {
 | 
			
		||||
  border-style:solid;
 | 
			
		||||
  border-width:1px;
 | 
			
		||||
  border-color:#ddd;
 | 
			
		||||
 | 
			
		||||
  background:#fff url(images/vrule.png) 65% 0% repeat-y;
 | 
			
		||||
  margin:0px 0px 10px;
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
#help-text .column-main .column-wrapper,
 | 
			
		||||
.help-page .column-main .column-wrapper,
 | 
			
		||||
div.comment .column-main .column-wrapper,
 | 
			
		||||
div.node .column-main .column-wrapper { padding:19px; }
 | 
			
		||||
 | 
			
		||||
  #help-text .column-main .column-wrapper {
 | 
			
		||||
    padding-left:59px;
 | 
			
		||||
    position:relative;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    #help-text .column-main .column-wrapper span.icon {
 | 
			
		||||
      position:absolute;
 | 
			
		||||
      top:15px;
 | 
			
		||||
      left:15px;
 | 
			
		||||
      }
 | 
			
		||||
 | 
			
		||||
#help-text .column-side .column-wrapper,
 | 
			
		||||
.help-page .column-side .column-wrapper,
 | 
			
		||||
div.comment .column-side .column-wrapper,
 | 
			
		||||
div.node .column-side .column-wrapper {
 | 
			
		||||
  padding:9px;
 | 
			
		||||
  font-size:11px;
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
#help-text .column-side .help-links,
 | 
			
		||||
.help-page .column-side .help-page-links,
 | 
			
		||||
.node-submitted,
 | 
			
		||||
.comment-submitted {
 | 
			
		||||
  padding:10px;
 | 
			
		||||
  background:#f8f8f8;
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
.comment-links,
 | 
			
		||||
.node-links { padding:10px 0px; }
 | 
			
		||||
 | 
			
		||||
.help-page .help-page-links ul.links {
 | 
			
		||||
  -moz-column-count:2;
 | 
			
		||||
  -webkit-column-count:2;
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
.column-side ul.links li,
 | 
			
		||||
.column-side ul.links a,
 | 
			
		||||
.column-side ul.links span {
 | 
			
		||||
  display:block;
 | 
			
		||||
  float:none;
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
.column-side ul.links a,
 | 
			
		||||
.column-side ul.links span {
 | 
			
		||||
  padding:0px 10px;
 | 
			
		||||
  display:block;
 | 
			
		||||
  float:none;
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  .column-side ul.links span a {
 | 
			
		||||
    padding:0px;
 | 
			
		||||
    display:inline;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
  .column-side ul.links a.active,
 | 
			
		||||
  .column-side ul.links a:hover { background:#fff; }
 | 
			
		||||
  .comment-links ul.links a:hover { background:#f4f4f4; }
 | 
			
		||||
 | 
			
		||||
.comment-title,
 | 
			
		||||
.node-title {
 | 
			
		||||
  margin:0px 0px 20px;
 | 
			
		||||
  font-weight:normal;
 | 
			
		||||
  font-size:16px;
 | 
			
		||||
  }
 | 
			
		||||
@@ -2,10 +2,24 @@
 | 
			
		||||
/*
 | 
			
		||||
 * Implements hook_preprocess_html().
 | 
			
		||||
 */
 | 
			
		||||
function rubik_preprocess_html() {
 | 
			
		||||
  if (module_exists('views')) {
 | 
			
		||||
    drupal_add_css(drupal_get_path('module', 'views') . '/css/views-admin.seven.css', 'theme');
 | 
			
		||||
function rubik_preprocess_html(&$vars) {
 | 
			
		||||
  if (theme_get_setting('rubik_inline_field_descriptions')) {
 | 
			
		||||
    $vars['classes_array'][] = 'rubik-inline-field-descriptions';
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
   // add in a specific stylesheet for overrides in IE7. (BLAH)
 | 
			
		||||
  drupal_add_css(drupal_get_path('theme', 'rubik') . '/css/ie.css', array(
 | 
			
		||||
    'browsers' => array(
 | 
			
		||||
      '!IE' => FALSE,
 | 
			
		||||
    ),
 | 
			
		||||
    'weight' => 500,
 | 
			
		||||
    'group' => 5000,
 | 
			
		||||
    'every_page' => TRUE,
 | 
			
		||||
  ));
 | 
			
		||||
 | 
			
		||||
  // Disable sticky in the sidebar. Set option in JS
 | 
			
		||||
  $disable_sticky = theme_get_setting('rubik_disable_sticky_sidebar');
 | 
			
		||||
  drupal_add_js(array('rubik' => array('disable_sticky' => $disable_sticky)), array('type' => 'setting'));
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
/**
 | 
			
		||||
@@ -14,14 +28,10 @@ function rubik_preprocess_html() {
 | 
			
		||||
 */
 | 
			
		||||
function rubik_css_alter(&$css) {
 | 
			
		||||
  if (isset($css['modules/overlay/overlay-child.css'])) {
 | 
			
		||||
    $css['modules/overlay/overlay-child.css']['data'] = drupal_get_path('theme', 'rubik') . '/overlay-child.css';
 | 
			
		||||
    $css['modules/overlay/overlay-child.css']['data'] = drupal_get_path('theme', 'rubik') . '/css/overlay-child.css';
 | 
			
		||||
  }
 | 
			
		||||
  if (isset($css['modules/shortcut/shortcut.css'])) {
 | 
			
		||||
    $css['modules/shortcut/shortcut.css']['data'] = drupal_get_path('theme', 'rubik') . '/shortcut.css';
 | 
			
		||||
  }
 | 
			
		||||
  // This can be removed once http://drupal.org/node/1221560 is released
 | 
			
		||||
  if (isset($css['sites/all/modules/views/css/views-admin.rubik.css'])) {
 | 
			
		||||
    $css['sites/all/modules/views/css/views-admin.rubik.css']['data'] = drupal_get_path('theme', 'rubik') . '/views-admin.rubik.css';
 | 
			
		||||
    $css['modules/shortcut/shortcut.css']['data'] = drupal_get_path('theme', 'rubik') . '/css/shortcut.css';
 | 
			
		||||
  }
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
@@ -53,55 +63,56 @@ function rubik_theme() {
 | 
			
		||||
    'process functions' => array('template_process'),
 | 
			
		||||
  );
 | 
			
		||||
 | 
			
		||||
  // Form layout: default (2 column).
 | 
			
		||||
  $items['block_add_block_form'] =
 | 
			
		||||
  $items['block_admin_configure'] =
 | 
			
		||||
  $items['comment_form'] =
 | 
			
		||||
  $items['contact_admin_edit'] =
 | 
			
		||||
  $items['contact_mail_page'] =
 | 
			
		||||
  $items['contact_mail_user'] =
 | 
			
		||||
  $items['filter_admin_format_form'] =
 | 
			
		||||
  $items['forum_form'] =
 | 
			
		||||
  $items['locale_languages_edit_form'] =
 | 
			
		||||
  $items['menu_edit_menu'] =
 | 
			
		||||
  $items['menu_edit_item'] =
 | 
			
		||||
  $items['node_type_form'] =
 | 
			
		||||
  $items['path_admin_form'] =
 | 
			
		||||
  $items['system_settings_form'] =
 | 
			
		||||
  $items['system_themes_form'] =
 | 
			
		||||
  $items['system_modules'] =
 | 
			
		||||
  $items['system_actions_configure'] =
 | 
			
		||||
  $items['taxonomy_form_term'] =
 | 
			
		||||
  $items['taxonomy_form_vocabulary'] =
 | 
			
		||||
  $items['user_profile_form'] =
 | 
			
		||||
  $items['user_admin_access_add_form'] = array(
 | 
			
		||||
    'render element' => 'form',
 | 
			
		||||
    'path' => drupal_get_path('theme', 'rubik') .'/templates',
 | 
			
		||||
    'template' => 'form-default',
 | 
			
		||||
    'preprocess functions' => array(
 | 
			
		||||
      'rubik_preprocess_form_buttons',
 | 
			
		||||
    ),
 | 
			
		||||
  );
 | 
			
		||||
 | 
			
		||||
  // These forms require additional massaging.
 | 
			
		||||
  $items['confirm_form'] = array(
 | 
			
		||||
    'render element' => 'form',
 | 
			
		||||
    'path' => drupal_get_path('theme', 'rubik') .'/templates',
 | 
			
		||||
    'template' => 'form-simple',
 | 
			
		||||
    'preprocess functions' => array(
 | 
			
		||||
      'rubik_preprocess_form_confirm'
 | 
			
		||||
    ),
 | 
			
		||||
  );
 | 
			
		||||
  $items['node_form'] = array(
 | 
			
		||||
    'render element' => 'form',
 | 
			
		||||
    'path' => drupal_get_path('theme', 'rubik') .'/templates',
 | 
			
		||||
    'template' => 'form-default',
 | 
			
		||||
    'preprocess functions' => array(
 | 
			
		||||
      'rubik_preprocess_form_buttons',
 | 
			
		||||
      'rubik_preprocess_form_node',
 | 
			
		||||
    ),
 | 
			
		||||
  );
 | 
			
		||||
  if (!theme_get_setting('rubik_disable_sidebar_in_form')) {
 | 
			
		||||
    // Form layout: default (2 column).
 | 
			
		||||
    $items['block_add_block_form'] =
 | 
			
		||||
    $items['block_admin_configure'] =
 | 
			
		||||
    $items['comment_form'] =
 | 
			
		||||
    $items['contact_admin_edit'] =
 | 
			
		||||
    $items['contact_mail_page'] =
 | 
			
		||||
    $items['contact_mail_user'] =
 | 
			
		||||
    $items['filter_admin_format_form'] =
 | 
			
		||||
    $items['forum_form'] =
 | 
			
		||||
    $items['locale_languages_edit_form'] =
 | 
			
		||||
    $items['menu_edit_menu'] =
 | 
			
		||||
    $items['menu_edit_item'] =
 | 
			
		||||
    $items['node_type_form'] =
 | 
			
		||||
    $items['path_admin_form'] =
 | 
			
		||||
    $items['system_settings_form'] =
 | 
			
		||||
    $items['system_themes_form'] =
 | 
			
		||||
    $items['system_modules'] =
 | 
			
		||||
    $items['system_actions_configure'] =
 | 
			
		||||
    $items['taxonomy_form_term'] =
 | 
			
		||||
    $items['taxonomy_form_vocabulary'] =
 | 
			
		||||
    $items['user_profile_form'] =
 | 
			
		||||
    $items['user_admin_access_add_form'] = array(
 | 
			
		||||
      'render element' => 'form',
 | 
			
		||||
      'path' => drupal_get_path('theme', 'rubik') .'/templates',
 | 
			
		||||
      'template' => 'form-default',
 | 
			
		||||
      'preprocess functions' => array(
 | 
			
		||||
        'rubik_preprocess_form_buttons',
 | 
			
		||||
      ),
 | 
			
		||||
    );
 | 
			
		||||
 | 
			
		||||
    // These forms require additional massaging.
 | 
			
		||||
    $items['confirm_form'] = array(
 | 
			
		||||
      'render element' => 'form',
 | 
			
		||||
      'path' => drupal_get_path('theme', 'rubik') .'/templates',
 | 
			
		||||
      'template' => 'form-simple',
 | 
			
		||||
      'preprocess functions' => array(
 | 
			
		||||
        'rubik_preprocess_form_confirm'
 | 
			
		||||
      ),
 | 
			
		||||
    );
 | 
			
		||||
    $items['node_form'] = array(
 | 
			
		||||
      'render element' => 'form',
 | 
			
		||||
      'path' => drupal_get_path('theme', 'rubik') .'/templates',
 | 
			
		||||
      'template' => 'form-default',
 | 
			
		||||
      'preprocess functions' => array(
 | 
			
		||||
        'rubik_preprocess_form_buttons',
 | 
			
		||||
        'rubik_preprocess_form_node',
 | 
			
		||||
      ),
 | 
			
		||||
    );
 | 
			
		||||
  }
 | 
			
		||||
  return $items;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
@@ -111,7 +122,7 @@ function rubik_theme() {
 | 
			
		||||
function rubik_preprocess_page(&$vars) {
 | 
			
		||||
  // Show a warning if base theme is not present.
 | 
			
		||||
  if (!function_exists('tao_theme') && user_access('administer site configuration')) {
 | 
			
		||||
    drupal_set_message(t('The Rubik theme requires the !tao base theme in order to work properly.', array('!tao' => l('Tao', 'http://code.developmentseed.org/tao'))), 'warning');
 | 
			
		||||
    drupal_set_message(t('The Rubik theme requires the !tao base theme in order to work properly.', array('!tao' => l('Tao', 'http://drupal.org/project/tao'))), 'warning');
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  // Set a page icon class.
 | 
			
		||||
@@ -127,12 +138,8 @@ function rubik_preprocess_page(&$vars) {
 | 
			
		||||
    $vars['help'] = '';
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  // Process local tasks. Only do this processing if the current theme is
 | 
			
		||||
  // indeed Rubik. Subthemes must reimplement this call.
 | 
			
		||||
  global $theme;
 | 
			
		||||
  if ($theme === 'rubik') {
 | 
			
		||||
    _rubik_local_tasks($vars);
 | 
			
		||||
  }
 | 
			
		||||
  // Process local tasks. This will get called for rubik and its subthemes.
 | 
			
		||||
  _rubik_local_tasks($vars);
 | 
			
		||||
 | 
			
		||||
  // Overlay is enabled.
 | 
			
		||||
  $vars['overlay'] = (module_exists('overlay') && overlay_get_mode() === 'child');
 | 
			
		||||
@@ -175,13 +182,23 @@ function rubik_preprocess_form_confirm(&$vars) {
 | 
			
		||||
 */
 | 
			
		||||
function rubik_preprocess_form_node(&$vars) {
 | 
			
		||||
  $vars['sidebar'] = isset($vars['sidebar']) ? $vars['sidebar'] : array();
 | 
			
		||||
  $map = array();
 | 
			
		||||
  // Support field_group if present.
 | 
			
		||||
  if (module_exists('field_group')) {
 | 
			
		||||
    $map += array(
 | 
			
		||||
      'group_sidebar' => 'sidebar',
 | 
			
		||||
      'group_footer' => 'footer',
 | 
			
		||||
    );
 | 
			
		||||
  }
 | 
			
		||||
  // Support nodeformcols if present.
 | 
			
		||||
  if (module_exists('nodeformcols')) {
 | 
			
		||||
    $map = array(
 | 
			
		||||
    $map += array(
 | 
			
		||||
      'nodeformcols_region_right' => 'sidebar',
 | 
			
		||||
      'nodeformcols_region_footer' => 'footer',
 | 
			
		||||
      'nodeformcols_region_main' => NULL,
 | 
			
		||||
    );
 | 
			
		||||
  }
 | 
			
		||||
    if (isset($map)) {
 | 
			
		||||
    foreach ($map as $region => $target) {
 | 
			
		||||
      if (isset($vars['form'][$region])) {
 | 
			
		||||
        if (isset($vars['form'][$region]['#prefix'], $vars['form'][$region]['#suffix'])) {
 | 
			
		||||
@@ -214,9 +231,12 @@ function rubik_preprocess_button(&$vars) {
 | 
			
		||||
    $classes = array(
 | 
			
		||||
      t('Save') => 'yes',
 | 
			
		||||
      t('Submit') => 'yes',
 | 
			
		||||
      t('Add') => 'yes',
 | 
			
		||||
      t('Delete') => 'no',
 | 
			
		||||
      t('Yes') => 'yes',
 | 
			
		||||
      t('Add') => 'add',
 | 
			
		||||
      t('Delete') => 'remove',
 | 
			
		||||
      t('Remove') => 'remove',
 | 
			
		||||
      t('Cancel') => 'no',
 | 
			
		||||
      t('No') => 'no',
 | 
			
		||||
    );
 | 
			
		||||
    foreach ($classes as $search => $class) {
 | 
			
		||||
      if (strpos($vars['element']['#value'], $search) !== FALSE) {
 | 
			
		||||
@@ -269,9 +289,10 @@ function rubik_preprocess_help_page(&$vars) {
 | 
			
		||||
 | 
			
		||||
  // Truly hackish way to navigate help pages.
 | 
			
		||||
  $module_info = system_rebuild_module_data();
 | 
			
		||||
  $empty_arg = drupal_help_arg();
 | 
			
		||||
  $modules = array();
 | 
			
		||||
  foreach (module_implements('help', TRUE) as $module) {
 | 
			
		||||
    if (module_invoke($module, 'help', "admin/help#$module", NULL)) {
 | 
			
		||||
    if (module_invoke($module, 'help', "admin/help#$module", $empty_arg)) {
 | 
			
		||||
      $modules[$module] = $module_info[$module]->info['name'];
 | 
			
		||||
    }
 | 
			
		||||
  }
 | 
			
		||||
@@ -289,7 +310,9 @@ function rubik_preprocess_help_page(&$vars) {
 | 
			
		||||
 */
 | 
			
		||||
function rubik_preprocess_node(&$vars) {
 | 
			
		||||
  $vars['layout'] = TRUE;
 | 
			
		||||
  $vars['submitted'] = _rubik_submitted($vars['node']);
 | 
			
		||||
  if ($vars['display_submitted']) {
 | 
			
		||||
    $vars['submitted'] = _rubik_submitted($vars['node']);
 | 
			
		||||
  }
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
/**
 | 
			
		||||
@@ -330,7 +353,7 @@ function rubik_preprocess_admin_block(&$vars) {
 | 
			
		||||
  }
 | 
			
		||||
  $vars['block']['localized_options']['html'] = TRUE;
 | 
			
		||||
  if (isset($vars['block']['link_title'])) {
 | 
			
		||||
    $vars['block']['title'] = l("<span class='icon'></span>" . filter_xss_admin($vars['block']['link_title']), $vars['block']['href'], $vars['block']['localized_options']);
 | 
			
		||||
    $vars['block']['title'] = l("<span class='icon'></span>" . filter_xss_admin($vars['block']['title']), $vars['block']['href'], $vars['block']['localized_options']);
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  if (empty($vars['block']['content'])) {
 | 
			
		||||
@@ -349,7 +372,7 @@ function rubik_breadcrumb($vars) {
 | 
			
		||||
    $item = menu_get_item();
 | 
			
		||||
    $end = end($vars['breadcrumb']);
 | 
			
		||||
    if ($end && strip_tags($end) !== $item['title']) {
 | 
			
		||||
      $vars['breadcrumb'][] = "<strong>". check_plain($item['title']) ."</strong>";
 | 
			
		||||
      $vars['breadcrumb'][] = (isset($item['localized_options']['html']) && $item['localized_options']['html']) ? $item['title'] : check_plain($item['title']);
 | 
			
		||||
    }
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
@@ -361,6 +384,13 @@ function rubik_breadcrumb($vars) {
 | 
			
		||||
 | 
			
		||||
  $depth = 0;
 | 
			
		||||
  foreach ($vars['breadcrumb'] as $link) {
 | 
			
		||||
 | 
			
		||||
    // If the item isn't a link, surround it with a strong tag to format it like
 | 
			
		||||
    // one.
 | 
			
		||||
    if (!preg_match('/^<a/', $link) && !preg_match('/^<strong/', $link)) {
 | 
			
		||||
      $link = '<strong>' . $link . '</strong>';
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    $output .= "<span class='breadcrumb-link breadcrumb-depth-{$depth}'>{$link}</span>";
 | 
			
		||||
    $depth++;
 | 
			
		||||
  }
 | 
			
		||||
@@ -409,9 +439,9 @@ function rubik_admin_block_content($vars) {
 | 
			
		||||
 | 
			
		||||
  $output = '';
 | 
			
		||||
  if (!empty($content)) {
 | 
			
		||||
  
 | 
			
		||||
 | 
			
		||||
    foreach ($content as $k => $item) {
 | 
			
		||||
    
 | 
			
		||||
 | 
			
		||||
      //-- Safety check for invalid clients of the function
 | 
			
		||||
      if (empty($content[$k]['localized_options']['attributes']['class'])) {
 | 
			
		||||
        $content[$k]['localized_options']['attributes']['class'] = array();
 | 
			
		||||
@@ -419,7 +449,7 @@ function rubik_admin_block_content($vars) {
 | 
			
		||||
      if (!is_array($content[$k]['localized_options']['attributes']['class'])) {
 | 
			
		||||
        $content[$k]['localized_options']['attributes']['class'] = array($content[$k]['localized_options']['attributes']['class']);
 | 
			
		||||
      }
 | 
			
		||||
    
 | 
			
		||||
 | 
			
		||||
      $content[$k]['title'] = "<span class='icon'></span>" . filter_xss_admin($item['title']);
 | 
			
		||||
      $content[$k]['localized_options']['html'] = TRUE;
 | 
			
		||||
      if (!empty($content[$k]['localized_options']['attributes']['class'])) {
 | 
			
		||||
@@ -467,8 +497,9 @@ function rubik_admin_drilldown_menu_item_link($link) {
 | 
			
		||||
 */
 | 
			
		||||
function rubik_preprocess_textfield(&$vars) {
 | 
			
		||||
  if ($vars['element']['#size'] >= 30 && empty($vars['element']['#field_prefix']) && empty($vars['element']['#field_suffix'])) {
 | 
			
		||||
    $vars['element']['#size'] = '';
 | 
			
		||||
    if (!isset($vars['element']['#attributes']['class']) 
 | 
			
		||||
    // Set text field to default size.
 | 
			
		||||
    $vars['element']['#size'] = 20;
 | 
			
		||||
    if (!isset($vars['element']['#attributes']['class'])
 | 
			
		||||
      || !is_array($vars['element']['#attributes']['class'])) {
 | 
			
		||||
       $vars['element']['#attributes']['class'] = array();
 | 
			
		||||
    }
 | 
			
		||||
@@ -523,6 +554,44 @@ function rubik_render_clone($elements) {
 | 
			
		||||
  return drupal_render($elements);
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
function rubik_form_field_ui_field_edit_form_alter(&$form, &$form_state) { 
 | 
			
		||||
  $rubik_sidebar_field_ui = theme_get_setting('rubik_sidebar_field_ui', 'rubik');
 | 
			
		||||
  $rubik_disable_sidebar_in_form = theme_get_setting('rubik_disable_sidebar_in_form', 'rubik');
 | 
			
		||||
    if ($rubik_sidebar_field_ui == 1 && $rubik_disable_sidebar_in_form == 0) {
 | 
			
		||||
      $options = array(
 | 
			
		||||
        'default' => t('Default'),
 | 
			
		||||
        'rubik_sidebar_field' => t('Sidebar'),
 | 
			
		||||
      );
 | 
			
		||||
      $default = (isset($form_state['build_info']['args'][0]['rubik_edit_field_display'])) ? $form_state['build_info']['args'][0]['rubik_edit_field_display'] : 'default';
 | 
			
		||||
      $form['instance']['rubik_edit_field_display'] = array(
 | 
			
		||||
        '#type' => 'radios',
 | 
			
		||||
        '#title' => t('Set field display location'),
 | 
			
		||||
        '#description' => t('Choose where this field should be displayed.'),
 | 
			
		||||
        '#default_value' => $default,
 | 
			
		||||
        '#options' => $options,
 | 
			
		||||
      );
 | 
			
		||||
    }
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  function rubik_form_node_form_alter(&$form, $form_state) {
 | 
			
		||||
    $rubik_sidebar_field_ui = theme_get_setting('rubik_sidebar_field_ui', 'rubik');
 | 
			
		||||
    if ($rubik_sidebar_field_ui == TRUE) {
 | 
			
		||||
      if (isset($form_state['field']) && is_array($form_state['field'])) {
 | 
			
		||||
        foreach ($form_state['field'] AS $name => $field) {
 | 
			
		||||
          if (!isset($field[LANGUAGE_NONE]['instance'])) {
 | 
			
		||||
            continue;
 | 
			
		||||
          }
 | 
			
		||||
          if (isset($field[LANGUAGE_NONE]['instance']['rubik_edit_field_display'])) {
 | 
			
		||||
            $display = $field[LANGUAGE_NONE]['instance']['rubik_edit_field_display'];
 | 
			
		||||
            if ($display == 'rubik_sidebar_field') {
 | 
			
		||||
              $form[$name]['#attributes']['class'][] = 'rubik_sidebar_field';
 | 
			
		||||
            }
 | 
			
		||||
          }
 | 
			
		||||
        }
 | 
			
		||||
      }
 | 
			
		||||
    }
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
/**
 | 
			
		||||
 * Helper function to submitted info theming functions.
 | 
			
		||||
 */
 | 
			
		||||
 
 | 
			
		||||
@@ -1,7 +1,7 @@
 | 
			
		||||
<div class='form form-layout-default clearfix'>
 | 
			
		||||
  <div class='column-main'><div class='column-wrapper clearfix'>
 | 
			
		||||
    <?php print drupal_render_children($form); ?>
 | 
			
		||||
    <?php print rubik_render_clone($actions); ?>
 | 
			
		||||
    <?php if(!empty($actions)) print rubik_render_clone($actions); ?>
 | 
			
		||||
  </div></div>
 | 
			
		||||
  <div class='column-side'><div class='column-wrapper clearfix'>
 | 
			
		||||
    <?php print drupal_render($actions); ?>
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										70
									
								
								sites/all/themes/contrid/rubik/theme-settings.php
									
									
									
									
									
										Normal file
									
								
							
							
						
						@@ -0,0 +1,70 @@
 | 
			
		||||
<?php
 | 
			
		||||
/**
 | 
			
		||||
 * Implements hook_form_system_theme_settings_alter() function.
 | 
			
		||||
 *
 | 
			
		||||
 * @param $form
 | 
			
		||||
 *   Nested array of form elements that comprise the form.
 | 
			
		||||
 * @param $form_state
 | 
			
		||||
 *   A keyed array containing the current state of the form.
 | 
			
		||||
 */
 | 
			
		||||
function rubik_form_system_theme_settings_alter(&$form, $form_state, $form_id = NULL) {
 | 
			
		||||
  // Work-around for a core bug affecting admin themes. See issue #943212.
 | 
			
		||||
  if (isset($form_id)) {
 | 
			
		||||
    return;
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  $form['rubik'] = array(
 | 
			
		||||
    '#type' => 'fieldset',
 | 
			
		||||
    '#title' => t('Rubik'),
 | 
			
		||||
  );
 | 
			
		||||
  $form['rubik']['rubik_show_branding'] = array(
 | 
			
		||||
    '#type' => 'checkbox',
 | 
			
		||||
    '#title' => t('Show branding'),
 | 
			
		||||
    '#description' => t('Display the "branding" line at the top of the page with breadcrumbs and secondary menu.'),
 | 
			
		||||
    '#default_value' => theme_get_setting('rubik_show_branding', 'rubik'),
 | 
			
		||||
  );
 | 
			
		||||
  $form['rubik']['rubik_inline_field_descriptions'] = array(
 | 
			
		||||
    '#type' => 'checkbox',
 | 
			
		||||
    '#title' => t('Display form field descriptions inline.'),
 | 
			
		||||
    '#description' => t("By default, each field's description is displayed in a pop-up, which is only visible when hovering over that field. Select this option to make all field descriptions visible at all times."),
 | 
			
		||||
    '#default_value' => theme_get_setting('rubik_inline_field_descriptions', 'rubik'),
 | 
			
		||||
  );
 | 
			
		||||
  $form['rubik']['rubik_disable_sticky_sidebar'] = array(
 | 
			
		||||
    '#type' => 'checkbox',
 | 
			
		||||
    '#title' => t('Disable sticky sidebar'),
 | 
			
		||||
    '#description' => t("By default, the sidebar will fix itself when scrolling down a form. If you have a lot of fields in the sidebar, consider disabling the sticky sidebar to view them all."),
 | 
			
		||||
    '#default_value' => theme_get_setting('rubik_disable_sticky_sidebar', 'rubik'),
 | 
			
		||||
  );
 | 
			
		||||
  $form['rubik']['rubik_disable_sidebar_in_form'] = array(
 | 
			
		||||
    '#type' => 'checkbox',
 | 
			
		||||
    '#title' => t('Disable sidebar in forms'),
 | 
			
		||||
    '#description' => t("By default, the sidebar is enabled for forms."),
 | 
			
		||||
    '#default_value' => theme_get_setting('rubik_disable_sidebar_in_form', 'rubik'),
 | 
			
		||||
  );
 | 
			
		||||
  $form['rubik']['rubik_sidebar_field_ui'] = array(
 | 
			
		||||
    '#type' => 'checkbox',
 | 
			
		||||
    '#title' => t('Display fields in the sidebar of the node edit form.'),
 | 
			
		||||
    '#description' => t("By default, each field is displayed in the main content area of the node edit form. This option allows you to move fields into the sidebar to improve user experience."),
 | 
			
		||||
    '#default_value' => theme_get_setting('rubik_sidebar_field_ui', 'rubik'),
 | 
			
		||||
    '#states' => array(
 | 
			
		||||
      'invisible' => array(
 | 
			
		||||
        ':input[name="rubik_disable_sidebar_in_form"]' => array('checked' => TRUE),
 | 
			
		||||
      ),
 | 
			
		||||
    ),
 | 
			
		||||
  );
 | 
			
		||||
 | 
			
		||||
  // If the sidebar is disabled, we need to disable the sidebar field ui as well.
 | 
			
		||||
  $rubik_disable_sidebar_in_form = theme_get_setting('rubik_disable_sidebar_in_form', 'rubik');
 | 
			
		||||
  if ($rubik_disable_sidebar_in_form == 1) {
 | 
			
		||||
    $form['rubik']['rubik_sidebar_field_ui']['#default_value'] = 0;
 | 
			
		||||
  }
 | 
			
		||||
  
 | 
			
		||||
  // Rebuild theme registry on form save.
 | 
			
		||||
  if (!empty($form_state)) {
 | 
			
		||||
    // Rebuild .info data.
 | 
			
		||||
    system_rebuild_theme_data();
 | 
			
		||||
    // Rebuild theme registry.
 | 
			
		||||
    drupal_theme_rebuild();
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
}
 | 
			
		||||
@@ -1,165 +0,0 @@
 | 
			
		||||
/* Custom CSS for making Views 3 play nice with Rubik */
 | 
			
		||||
 | 
			
		||||
.pager a {
 | 
			
		||||
  color: #0074BD;
 | 
			
		||||
  text-decoration: none;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.paget a:hover {
 | 
			
		||||
  text-decoration: underline;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
#views-ui-add-form.views-admin fieldset fieldset.container-inline > .fieldset-wrapper {
 | 
			
		||||
  padding: 10px 9px 9px;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
#views-ui-edit-form div div.views-displays div.views-display-top ul.tabs.secondary.views-ui-render-add-view-button-processed-processed {
 | 
			
		||||
   position: relative;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
#ctools-button-9 {
 | 
			
		||||
   z-index: 1;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
#views-ui-edit-form div#edit-actions.form-actions.form-wrapper {
 | 
			
		||||
   float: right;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
#views-ui-edit-form div h1.unit-title.clearfix {
 | 
			
		||||
   clear: both;
 | 
			
		||||
   float: left;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
#edit-options .collapsible {
 | 
			
		||||
  float: none;
 | 
			
		||||
  width: 100%;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.views-displays {
 | 
			
		||||
   clear: both;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.views-display-setting .label {
 | 
			
		||||
  margin-right: 3pt; /* LTR */
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.views-admin a:hover {
 | 
			
		||||
   text-decoration: none;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.views-attachment .options-set label {
 | 
			
		||||
  font-weight: bold;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.views-display-setting .views-ajax-link {
 | 
			
		||||
  margin-left: 0.2083em;
 | 
			
		||||
  margin-right: 0.2083em;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
/* Hide 'remove' checkboxes. This might be scoped too widely. */
 | 
			
		||||
[class*="form-type-checkbox"][class*="remove"] {
 | 
			
		||||
  display: none;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.views-ui-display-tab-bucket .views-display-setting {
 | 
			
		||||
  color: #666666;
 | 
			
		||||
  font-size: 12px;
 | 
			
		||||
  padding-bottom: 2px;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.views-ui-display-tab-bucket h1,
 | 
			
		||||
.views-ui-display-tab-bucket h2,
 | 
			
		||||
.views-ui-display-tab-bucket h3,
 | 
			
		||||
.views-ui-display-tab-bucket h4,
 | 
			
		||||
.views-ui-display-tab-bucket h5 {
 | 
			
		||||
  margin-bottom: 0;
 | 
			
		||||
  margin-top: 0;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.views-ui-display-tab-bucket.pager {
 | 
			
		||||
   height:auto;
 | 
			
		||||
   margin:0;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.views-ui-display-tab-bucket.pager span,
 | 
			
		||||
.views-ui-display-tab-bucket.pager a {
 | 
			
		||||
   padding: 0 15px;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.views-ui-display-tab-bucket.pager a span {
 | 
			
		||||
   color: #0074BD;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.ctools-button input {
 | 
			
		||||
   box-shadow:none;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.views-displays .ctools-dropbutton-processed {
 | 
			
		||||
   right:0;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.views-display-top .ctools-button {
 | 
			
		||||
   z-index:1;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
#edit-display-settings-main {
 | 
			
		||||
  margin-top: 15px;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
input.form-autocomplete,
 | 
			
		||||
input.form-text,
 | 
			
		||||
input.form-file,
 | 
			
		||||
textarea.form-textarea,
 | 
			
		||||
select.form-select {
 | 
			
		||||
  padding: 2px;
 | 
			
		||||
  border: 1px solid #ccc;
 | 
			
		||||
  border-top-color: #999;
 | 
			
		||||
  background: #fff;
 | 
			
		||||
  color: #333;
 | 
			
		||||
  width: auto;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
input.form-text:focus,
 | 
			
		||||
input.form-file:focus,
 | 
			
		||||
textarea.form-textarea:focus,
 | 
			
		||||
select.form-select:focus {
 | 
			
		||||
  color: #000;
 | 
			
		||||
  border-color: #ace;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
#edit-display-preview-controls .form-type-textfield label {
 | 
			
		||||
  display: inline-block;
 | 
			
		||||
  font-weight: normal;
 | 
			
		||||
  height: inherit;
 | 
			
		||||
  margin-right: 0.75em;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
#edit-display-preview-controls > .form-type-textfield {
 | 
			
		||||
   margin-top: 6px;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
#edit-display-preview-controls .arguments-preview,
 | 
			
		||||
#edit-display-preview-controls .form-type-textfield {
 | 
			
		||||
  margin-left: 14px;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
#edit-display-preview-controls > div,
 | 
			
		||||
#edit-display-preview-controls > input {
 | 
			
		||||
  float: left;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
#edit-display-preview-controls .form-item {
 | 
			
		||||
  margin-bottom: 0;
 | 
			
		||||
}
 | 
			
		||||
#edit-options-exception.collapsible {
 | 
			
		||||
    margin-top: 0;
 | 
			
		||||
}
 | 
			
		||||
.views-ui-dialog fieldset,
 | 
			
		||||
.views-ui-dialog fieldset.collapsed,
 | 
			
		||||
.views-ui-dialog fieldset.collapsible {
 | 
			
		||||
    padding-top:0;
 | 
			
		||||
}
 | 
			
		||||
#edit-options-default-action {
 | 
			
		||||
  float: none;
 | 
			
		||||
  margin-bottom: 10px;
 | 
			
		||||
}
 | 
			
		||||
@@ -23,8 +23,8 @@ div.teaser-button-wrapper {
 | 
			
		||||
 | 
			
		||||
.progress .percentage { float:left; }
 | 
			
		||||
.progess-disabled { float:right; }
 | 
			
		||||
.ahah-progress { float:right; }
 | 
			
		||||
.ahah-progress .throbber { float:right; }
 | 
			
		||||
.ajax-progress { float:right; }
 | 
			
		||||
.ajax-progress .throbber { float:right; }
 | 
			
		||||
 | 
			
		||||
.draggable a.tabledrag-handle {
 | 
			
		||||
  float: right;
 | 
			
		||||
 
 | 
			
		||||
@@ -77,7 +77,6 @@ html.js .js-hide { display:none; }
 | 
			
		||||
 | 
			
		||||
.element-invisible {
 | 
			
		||||
  position:absolute !important;
 | 
			
		||||
  clip:rect(1px 1px 1px 1px); /* IE6, IE7 */
 | 
			
		||||
  clip:rect(1px, 1px, 1px, 1px);
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
@@ -105,13 +104,13 @@ div.ok { border:1px solid #00aa00; }
 | 
			
		||||
 | 
			
		||||
div.error,
 | 
			
		||||
tr.error {
 | 
			
		||||
  background:#fcc;
 | 
			
		||||
  background-color:#fcc;
 | 
			
		||||
  color:#200;
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
div.warning,
 | 
			
		||||
tr.warning {
 | 
			
		||||
  background:#ffd;
 | 
			
		||||
  background-color:#ffd;
 | 
			
		||||
  color:#220;
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
@@ -281,16 +280,16 @@ html.js .no-js { display:none; }
 | 
			
		||||
 | 
			
		||||
.progress .percentage { float:right; }
 | 
			
		||||
.progress-disabled { float:left; }
 | 
			
		||||
.ahah-progress { float:left; }
 | 
			
		||||
.ajax-progress { float:left; }
 | 
			
		||||
 | 
			
		||||
.ahah-progress .throbber {
 | 
			
		||||
.ajax-progress .throbber {
 | 
			
		||||
  width:20px;
 | 
			
		||||
  height:20px;
 | 
			
		||||
  background:transparent url(drupal/throbber.gif) 50% 50% no-repeat;
 | 
			
		||||
  float:left;
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
.ahah-progress-bar { width:16em; }
 | 
			
		||||
.ajax-progress-bar { width:16em; }
 | 
			
		||||
 | 
			
		||||
/**
 | 
			
		||||
 * Formatting for welcome page
 | 
			
		||||
@@ -337,11 +336,7 @@ html.js .js-hide { display:none; }
 | 
			
		||||
  height: 0;
 | 
			
		||||
  clear: both;
 | 
			
		||||
  visibility: hidden;
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
* html .clearfix { height: 1%; } /* IE6 */
 | 
			
		||||
 | 
			
		||||
*:first-child + html .clearfix { min-height: 1%; } /* IE7 */
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
/**
 | 
			
		||||
 * update/update.css ==================================================
 | 
			
		||||
@@ -391,4 +386,5 @@ html.js .js-hide { display:none; }
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
.vertical-tabs .vertical-tabs-panes .vertical-tabs-pane legend { display:none; }
 | 
			
		||||
.vertical-tabs .vertical-tabs-panes .vertical-tabs-pane #search-api-alter-add-aggregation-field-settings legend { display:block; }
 | 
			
		||||
.vertical-tabs .vertical-tabs-list .summary { display:block; }
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										3
									
								
								sites/all/themes/contrid/tao/ie.css
									
									
									
									
									
										Normal file
									
								
							
							
						
						@@ -0,0 +1,3 @@
 | 
			
		||||
.element-invisible {clip:rect(1px 1px 1px 1px); /* IE6, IE7 */}
 | 
			
		||||
* html .clearfix { height: 1%; } /* IE6 */
 | 
			
		||||
*:first-child + html .clearfix { min-height: 1%; } /* IE7 */
 | 
			
		||||
| 
		 Before Width: | Height: | Size: 265 B After Width: | Height: | Size: 68 KiB  | 
@@ -1,6 +1,5 @@
 | 
			
		||||
core = 7.x
 | 
			
		||||
description = Tao is a base theme that is all about going with the flow. It takes care of key reset and utility tasks so that sub-themes can get on with their job.
 | 
			
		||||
engine = phptemplate
 | 
			
		||||
name = Tao
 | 
			
		||||
 | 
			
		||||
; Regions =====================================================================
 | 
			
		||||
@@ -20,10 +19,11 @@ regions[highlighted] = Highlighted
 | 
			
		||||
stylesheets[all][] = reset.css
 | 
			
		||||
stylesheets[all][] = base.css
 | 
			
		||||
stylesheets[screen][] = drupal.css
 | 
			
		||||
stylesheets[ie][lte IE 7] = ie.css
 | 
			
		||||
 | 
			
		||||
; Information added by drupal.org packaging script on 2011-09-21
 | 
			
		||||
version = "7.x-3.0-beta4"
 | 
			
		||||
; Information added by Drupal.org packaging script on 2014-03-18
 | 
			
		||||
version = "7.x-3.1"
 | 
			
		||||
core = "7.x"
 | 
			
		||||
project = "tao"
 | 
			
		||||
datestamp = "1316616407"
 | 
			
		||||
datestamp = "1395127156"
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -43,7 +43,6 @@ function tao_css_alter(&$css) {
 | 
			
		||||
    'modules/system/system.base.css' => FALSE,
 | 
			
		||||
    'modules/system/system.maintenance.css' => FALSE,
 | 
			
		||||
    'modules/system/system.menus.css' => FALSE,
 | 
			
		||||
    'modules/system/system.messages.css' => FALSE,
 | 
			
		||||
    'modules/system/system.theme.css' => FALSE,
 | 
			
		||||
    'modules/taxonomy/taxonomy.css' => FALSE,
 | 
			
		||||
    'modules/tracker/tracker.css' => FALSE,
 | 
			
		||||
@@ -98,6 +97,23 @@ function tao_theme() {
 | 
			
		||||
 */
 | 
			
		||||
function tao_preprocess_html(&$vars) {
 | 
			
		||||
  $vars['classes_array'][] = 'tao';
 | 
			
		||||
 | 
			
		||||
  // Add IE from theme file.
 | 
			
		||||
  $tao_path = drupal_get_path('theme', 'tao');
 | 
			
		||||
  $info = drupal_parse_info_file($tao_path.'/tao.info');
 | 
			
		||||
  $ie = $info['stylesheets']['ie'];
 | 
			
		||||
  foreach ($ie as $key => $value) {
 | 
			
		||||
    drupal_add_css(
 | 
			
		||||
      $tao_path.'/'.$value,
 | 
			
		||||
      array(
 | 
			
		||||
        'browsers' => array(
 | 
			
		||||
          'IE' => $key,
 | 
			
		||||
          '!IE' => FALSE
 | 
			
		||||
        )
 | 
			
		||||
      )
 | 
			
		||||
    );
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
/**
 | 
			
		||||
@@ -119,11 +135,12 @@ function tao_preprocess_block(&$vars) {
 | 
			
		||||
  $vars['hook'] = 'block';
 | 
			
		||||
 | 
			
		||||
  $vars['attributes_array']['id'] = $vars['block_html_id'];
 | 
			
		||||
  $vars['attributes_array']['class'] = $vars['classes_array'];
 | 
			
		||||
 | 
			
		||||
  $vars['title_attributes_array']['class'][] = 'block-title';
 | 
			
		||||
  $vars['title_attributes_array']['class'][] = $vars['hook'] . '-title';
 | 
			
		||||
  $vars['title_attributes_array']['class'][] = 'clearfix';
 | 
			
		||||
 | 
			
		||||
  $vars['content_attributes_array']['class'][] = 'block-content';
 | 
			
		||||
  $vars['content_attributes_array']['class'][] = $vars['hook'] . '-content';
 | 
			
		||||
  $vars['content_attributes_array']['class'][] = 'clearfix';
 | 
			
		||||
  if ($vars['block']->module == 'block') {
 | 
			
		||||
    $vars['content_attributes_array']['class'][] = 'prose';
 | 
			
		||||
@@ -148,12 +165,14 @@ function tao_preprocess_block(&$vars) {
 | 
			
		||||
function tao_preprocess_node(&$vars) {
 | 
			
		||||
  $vars['hook'] = 'node';
 | 
			
		||||
 | 
			
		||||
  $vars['classes_array'][] = 'clearfix';
 | 
			
		||||
 | 
			
		||||
  $vars['attributes_array']['id'] = "node-{$vars['node']->nid}";
 | 
			
		||||
 | 
			
		||||
  $vars['title_attributes_array']['class'][] = 'node-title';
 | 
			
		||||
  $vars['title_attributes_array']['class'][] = $vars['hook'] . '-title';
 | 
			
		||||
  $vars['title_attributes_array']['class'][] = 'clearfix';
 | 
			
		||||
 | 
			
		||||
  $vars['content_attributes_array']['class'][] = 'node-content';
 | 
			
		||||
  $vars['content_attributes_array']['class'][] = $vars['hook'] . '-content';
 | 
			
		||||
  $vars['content_attributes_array']['class'][] = 'clearfix';
 | 
			
		||||
  $vars['content_attributes_array']['class'][] = 'prose';
 | 
			
		||||
 | 
			
		||||
@@ -181,10 +200,12 @@ function tao_preprocess_node(&$vars) {
 | 
			
		||||
function tao_preprocess_comment(&$vars) {
 | 
			
		||||
  $vars['hook'] = 'comment';
 | 
			
		||||
 | 
			
		||||
  $vars['title_attributes_array']['class'][] = 'comment-title';
 | 
			
		||||
  $vars['classes_array'][] = 'clearfix';
 | 
			
		||||
 | 
			
		||||
  $vars['title_attributes_array']['class'][] = $vars['hook'] . '-title';
 | 
			
		||||
  $vars['title_attributes_array']['class'][] = 'clearfix';
 | 
			
		||||
 | 
			
		||||
  $vars['content_attributes_array']['class'][] = 'comment-content';
 | 
			
		||||
  $vars['content_attributes_array']['class'][] = $vars['hook'] . '-content';
 | 
			
		||||
  $vars['content_attributes_array']['class'][] = 'clearfix';
 | 
			
		||||
 | 
			
		||||
  $vars['submitted'] = t('Submitted by !username on !datetime', array(
 | 
			
		||||
@@ -210,7 +231,11 @@ function tao_preprocess_fieldset(&$vars) {
 | 
			
		||||
    $vars['attributes']['class'][] = 'titled';
 | 
			
		||||
  }
 | 
			
		||||
  if (!empty($element['#id'])) {
 | 
			
		||||
    $vars['attributes']['id'] = $element['#id'];
 | 
			
		||||
    if (!empty($element["#attributes"]["id"])) {
 | 
			
		||||
      $vars['attributes']['id'] = $element["#attributes"]["id"];
 | 
			
		||||
    } else {
 | 
			
		||||
      $vars['attributes']['id'] = $element['#id'];
 | 
			
		||||
    }
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  $description = !empty($element['#description']) ? "<div class='description'>{$element['#description']}</div>" : '';
 | 
			
		||||
@@ -239,8 +264,8 @@ function tao_preprocess_field(&$vars) {
 | 
			
		||||
 * Override of theme('textarea').
 | 
			
		||||
 * Deprecate misc/textarea.js in favor of using the 'resize' CSS3 property.
 | 
			
		||||
 */
 | 
			
		||||
function tao_textarea($variables) {
 | 
			
		||||
  $element = $variables['element'];
 | 
			
		||||
function tao_textarea($vars) {
 | 
			
		||||
  $element = $vars['element'];
 | 
			
		||||
  $element['#attributes']['name'] = $element['#name'];
 | 
			
		||||
  $element['#attributes']['id'] = $element['#id'];
 | 
			
		||||
  $element['#attributes']['cols'] = $element['#cols'];
 | 
			
		||||
@@ -305,7 +330,7 @@ function tao_pager($vars) {
 | 
			
		||||
    'attributes' => array('class' => 'links pager pager-links')
 | 
			
		||||
  ));
 | 
			
		||||
  if ($pager_list) {
 | 
			
		||||
    return "<div class='pager clearfix'>$pager_list $pager_links</div>";
 | 
			
		||||
    return '<div class="pager clearfix">' . $pager_list . ' ' . $pager_links . '</div>';
 | 
			
		||||
  }
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -1,11 +1,11 @@
 | 
			
		||||
<?php if (!empty($pre_object)) print render($pre_object) ?>
 | 
			
		||||
 | 
			
		||||
<div class='<?php print $classes ?> clearfix' <?php print ($attributes) ?>>
 | 
			
		||||
<div<?php print ($attributes) ?>>
 | 
			
		||||
  <?php if (!empty($title_prefix)) print render($title_prefix); ?>
 | 
			
		||||
 | 
			
		||||
  <?php if (!$page && !empty($title)): ?>
 | 
			
		||||
    <h2 <?php if (!empty($title_attributes)) print $title_attributes ?>>
 | 
			
		||||
      <?php if (!empty($new)): ?><span class='new'><?php print $new ?></span><?php endif; ?>
 | 
			
		||||
      <?php if (!empty($new)): ?><span class="new"><?php print $new ?></span><?php endif; ?>
 | 
			
		||||
      <a href="<?php print $node_url ?>"><?php print $title ?></a>
 | 
			
		||||
    </h2>
 | 
			
		||||
  <?php endif; ?>
 | 
			
		||||
@@ -13,17 +13,17 @@
 | 
			
		||||
  <?php if (!empty($title_suffix)) print render($title_suffix); ?>
 | 
			
		||||
 | 
			
		||||
  <?php if (!empty($submitted)): ?>
 | 
			
		||||
    <div class='<?php print $hook ?>-submitted clearfix'><?php print $submitted ?></div>
 | 
			
		||||
    <div class="<?php print $hook ?>-submitted clearfix"><?php print $submitted ?></div>
 | 
			
		||||
  <?php endif; ?>
 | 
			
		||||
 | 
			
		||||
  <?php if (!empty($content)): ?>
 | 
			
		||||
    <div class='<?php print $hook ?>-content clearfix <?php if (!empty($is_prose)) print 'prose' ?>'>
 | 
			
		||||
    <div<?php print $content_attributes ?>>
 | 
			
		||||
      <?php print render($content) ?>
 | 
			
		||||
    </div>
 | 
			
		||||
  <?php endif; ?>
 | 
			
		||||
 | 
			
		||||
  <?php if (!empty($links)): ?>
 | 
			
		||||
    <div class='<?php print $hook ?>-links clearfix'>
 | 
			
		||||
    <div class="<?php print $hook ?>-links clearfix">
 | 
			
		||||
      <?php print render($links) ?>
 | 
			
		||||
    </div>
 | 
			
		||||
  <?php endif; ?>
 | 
			
		||||
 
 | 
			
		||||
@@ -1,11 +1,11 @@
 | 
			
		||||
<?php if (!empty($pre_object)) print render($pre_object) ?>
 | 
			
		||||
 | 
			
		||||
<div class='<?php print $classes ?> clearfix' <?php print ($attributes) ?>>
 | 
			
		||||
<div<?php print $attributes ?>>
 | 
			
		||||
  <?php if (!empty($title_prefix)) print render($title_prefix); ?>
 | 
			
		||||
 | 
			
		||||
  <?php if (!empty($title)): ?>
 | 
			
		||||
    <h2 <?php if (!empty($title_attributes)) print $title_attributes ?>>
 | 
			
		||||
      <?php if (!empty($new)): ?><span class='new'><?php print $new ?></span><?php endif; ?>
 | 
			
		||||
      <?php if (!empty($new)): ?><span class="new"><?php print $new ?></span><?php endif; ?>
 | 
			
		||||
      <?php print $title ?>
 | 
			
		||||
    </h2>
 | 
			
		||||
  <?php endif; ?>
 | 
			
		||||
@@ -13,15 +13,15 @@
 | 
			
		||||
  <?php if (!empty($title_suffix)) print render($title_suffix); ?>
 | 
			
		||||
 | 
			
		||||
  <?php if (!empty($submitted)): ?>
 | 
			
		||||
    <div class='<?php print $hook ?>-submitted clearfix'><?php print $submitted ?></div>
 | 
			
		||||
    <div class="<?php print $hook ?>-submitted clearfix"><?php print $submitted ?></div>
 | 
			
		||||
  <?php endif; ?>
 | 
			
		||||
 | 
			
		||||
  <?php if (!empty($content)): ?>
 | 
			
		||||
    <div <?php print $content_attributes; ?>><?php print render($content) ?></div>
 | 
			
		||||
    <div<?php print $content_attributes; ?>><?php print render($content) ?></div>
 | 
			
		||||
  <?php endif; ?>
 | 
			
		||||
 | 
			
		||||
  <?php if (!empty($links)): ?>
 | 
			
		||||
    <div class='<?php print $hook ?>-links clearfix'><?php print render($links) ?></div>
 | 
			
		||||
    <div class="<?php print $hook ?>-links clearfix"><?php print render($links) ?></div>
 | 
			
		||||
  <?php endif; ?>
 | 
			
		||||
</div>
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -1,59 +1,59 @@
 | 
			
		||||
<?php if ($page['help'] || ($show_messages && $messages)): ?>
 | 
			
		||||
  <div id='console'><div class='limiter clearfix'>
 | 
			
		||||
  <div id="console"><div class="limiter clearfix">
 | 
			
		||||
    <?php print render($page['help']); ?>
 | 
			
		||||
    <?php if ($show_messages && $messages): print $messages; endif; ?>
 | 
			
		||||
  </div></div>
 | 
			
		||||
<?php endif; ?>
 | 
			
		||||
 | 
			
		||||
<?php if ($page['header']): ?>
 | 
			
		||||
  <div id='header'><div class='limiter clearfix'>
 | 
			
		||||
  <div id="header"><div class="limiter clearfix">
 | 
			
		||||
    <?php print render($page['header']); ?>
 | 
			
		||||
  </div></div>
 | 
			
		||||
<?php endif; ?>
 | 
			
		||||
 | 
			
		||||
<div id='branding'><div class='limiter clearfix'>
 | 
			
		||||
  <?php if ($site_name): ?><h1 class='site-name'><?php print $site_name ?></h1><?php endif; ?>
 | 
			
		||||
<div id="branding"><div class="limiter clearfix">
 | 
			
		||||
  <?php if ($site_name): ?><h1 class="site-name"><?php print $site_name ?></h1><?php endif; ?>
 | 
			
		||||
</div></div>
 | 
			
		||||
 | 
			
		||||
<div id='navigation'><div class='limiter clearfix'>
 | 
			
		||||
<div id="navigation"><div class="limiter clearfix">
 | 
			
		||||
  <?php if (isset($main_menu)) : ?>
 | 
			
		||||
    <?php print theme('links', array('links' => $main_menu, 'attributes' => array('class' => 'links main-menu'))) ?>
 | 
			
		||||
    <?php print theme('links__system_main_menu', array('links' => $main_menu, 'attributes' => array('class' => 'links main-menu'), 'heading' => array('text' => t('Main menu'), 'level' => 'h2', 'class' => array('element-invisible')))) ?>
 | 
			
		||||
  <?php endif; ?>
 | 
			
		||||
  <?php if (isset($secondary_menu)) : ?>
 | 
			
		||||
    <?php print theme('links', array('links' => $secondary_menu, 'attributes' => array('class' => 'links secondary-menu'))) ?>
 | 
			
		||||
    <?php print theme('links__system_secondary_menu', array('links' => $secondary_menu, 'attributes' => array('class' => 'links secondary-menu'), 'heading' => array('text' => t('Secondary menu'), 'level' => 'h2', 'class' => array('element-invisible')))) ?>
 | 
			
		||||
  <?php endif; ?>
 | 
			
		||||
</div></div>
 | 
			
		||||
 | 
			
		||||
<?php if ($page['highlighted']): ?>
 | 
			
		||||
  <div id='highlighted'><div class='limiter clearfix'>
 | 
			
		||||
  <div id="highlighted"><div class="limiter clearfix">
 | 
			
		||||
    <?php print render($page['highlighted']); ?>
 | 
			
		||||
  </div></div>
 | 
			
		||||
<?php endif; ?>
 | 
			
		||||
 | 
			
		||||
<div id='page'><div class='limiter clearfix'>
 | 
			
		||||
<div id="page"><div class="limiter clearfix">
 | 
			
		||||
 | 
			
		||||
  <?php if ($page['sidebar_first']): ?>
 | 
			
		||||
    <div id='left' class='clearfix'><?php print render($page['sidebar_first']) ?></div>
 | 
			
		||||
    <div id="sidebar-first" class="clearfix"><?php print render($page['sidebar_first']) ?></div>
 | 
			
		||||
  <?php endif; ?>
 | 
			
		||||
 | 
			
		||||
  <div id='main-content' class='clearfix'>
 | 
			
		||||
  <div id="main-content" class="clearfix">
 | 
			
		||||
    <?php if ($breadcrumb) print $breadcrumb; ?>
 | 
			
		||||
    <?php print render($title_prefix); ?>
 | 
			
		||||
    <?php if ($title): ?><h1 class='page-title'><?php print $title ?></h1><?php endif; ?>
 | 
			
		||||
    <?php if ($title): ?><h1 class="page-title"><?php print $title ?></h1><?php endif; ?>
 | 
			
		||||
    <?php print render($title_suffix); ?>
 | 
			
		||||
    <?php if ($primary_local_tasks): ?><ul class='links clearfix'><?php print render($primary_local_tasks) ?></ul><?php endif; ?>
 | 
			
		||||
    <?php if ($secondary_local_tasks): ?><ul class='links clearfix'><?php print render($secondary_local_tasks) ?></ul><?php endif; ?>
 | 
			
		||||
    <?php if ($action_links): ?><ul class='links clearfix'><?php print render($action_links); ?></ul><?php endif; ?>
 | 
			
		||||
    <div id='content' class='clearfix'><?php print render($page['content']) ?></div>
 | 
			
		||||
    <?php if ($primary_local_tasks): ?><ul class="links clearfix"><?php print render($primary_local_tasks) ?></ul><?php endif; ?>
 | 
			
		||||
    <?php if ($secondary_local_tasks): ?><ul class="links clearfix"><?php print render($secondary_local_tasks) ?></ul><?php endif; ?>
 | 
			
		||||
    <?php if ($action_links): ?><ul class="links clearfix"><?php print render($action_links); ?></ul><?php endif; ?>
 | 
			
		||||
    <div id="content" class="clearfix"><?php print render($page['content']) ?></div>
 | 
			
		||||
  </div>
 | 
			
		||||
 | 
			
		||||
  <?php if ($page['sidebar_second']): ?>
 | 
			
		||||
    <div id='right' class='clearfix'><?php print render($page['sidebar_second']) ?></div>
 | 
			
		||||
    <div id="sidebar-second" class="clearfix"><?php print render($page['sidebar_second']) ?></div>
 | 
			
		||||
  <?php endif; ?>
 | 
			
		||||
 | 
			
		||||
</div></div>
 | 
			
		||||
 | 
			
		||||
<div id="footer"><div class='limiter clearfix'>
 | 
			
		||||
<div id="footer"><div class="limiter clearfix">
 | 
			
		||||
  <?php print $feed_icons ?>
 | 
			
		||||
  <?php print render($page['footer']) ?>
 | 
			
		||||
</div></div>
 | 
			
		||||
 
 | 
			
		||||
@@ -3,7 +3,7 @@ reset($rows);
 | 
			
		||||
$gridsize = count($rows[0]);
 | 
			
		||||
?>
 | 
			
		||||
<?php if (!empty($title)) : ?>
 | 
			
		||||
  <h3 class='grid-title'><?php print $title; ?></h3>
 | 
			
		||||
  <h3 class="grid-title"><?php print $title; ?></h3>
 | 
			
		||||
<?php endif; ?>
 | 
			
		||||
<table class="views-view-grid grid-<?php print $gridsize ?>">
 | 
			
		||||
  <tbody>
 | 
			
		||||
@@ -20,7 +20,7 @@ $gridsize = count($rows[0]);
 | 
			
		||||
      <tr class="<?php print $row_class; ?>">
 | 
			
		||||
        <?php foreach ($columns as $column_number => $item): ?>
 | 
			
		||||
          <td class="<?php print 'col-'. ($column_number + 1); ?>">
 | 
			
		||||
            <div class='grid-item'><?php print $item; ?></div>
 | 
			
		||||
            <div class="grid-item"><?php print $item; ?></div>
 | 
			
		||||
          </td>
 | 
			
		||||
        <?php endforeach; ?>
 | 
			
		||||
      </tr>
 | 
			
		||||
 
 | 
			
		||||