You've already forked joomla_test
first commit
This commit is contained in:
503
administrator/templates/isis/less/icomoon.less
Normal file
503
administrator/templates/isis/less/icomoon.less
Normal file
@ -0,0 +1,503 @@
|
||||
@font-face {
|
||||
font-family: 'IcoMoon';
|
||||
src: url('../../../../media/jui/fonts/IcoMoon.eot');
|
||||
src: url('../../../../media/jui/fonts/IcoMoon.eot?#iefix') format('embedded-opentype'),
|
||||
url('../../../../media/jui/fonts/IcoMoon.woff') format('woff'),
|
||||
url('../../../../media/jui/fonts/IcoMoon.ttf') format('truetype'),
|
||||
url('../../../../media/jui/fonts/IcoMoon.svg#IcoMoon') format('svg');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
/* Use the following CSS code if you want to use data attributes for inserting your icons */
|
||||
[data-icon]:before {
|
||||
font-family: 'IcoMoon';
|
||||
content: attr(data-icon);
|
||||
speak: none;
|
||||
}
|
||||
|
||||
/* From Bootstrap */
|
||||
[class^="icon-"],
|
||||
[class*=" icon-"] {
|
||||
display: inline-block;
|
||||
width: 14px;
|
||||
height: 14px;
|
||||
.ie7-restore-right-whitespace();
|
||||
line-height: 14px;
|
||||
}
|
||||
|
||||
/* Use the following CSS code if you want to have a class per icon */
|
||||
[class^="icon-"]:before, [class*=" icon-"]:before {
|
||||
font-family: 'IcoMoon';
|
||||
font-style: normal;
|
||||
speak: none;
|
||||
}
|
||||
.icon-home:before {
|
||||
content: "\21";
|
||||
}
|
||||
.icon-user:before {
|
||||
content: "\22";
|
||||
}
|
||||
.icon-checkedout:before,
|
||||
.icon-lock:before,
|
||||
.icon-locked:before {
|
||||
content: "\23";
|
||||
}
|
||||
.icon-comment:before,
|
||||
.icon-comments:before {
|
||||
content: "\24";
|
||||
}
|
||||
.icon-comments-2:before {
|
||||
content: "\25";
|
||||
}
|
||||
.icon-share-alt:before,
|
||||
.icon-out:before {
|
||||
content: "\26";
|
||||
}
|
||||
.icon-share:before,
|
||||
.icon-redo:before {
|
||||
content: "\27";
|
||||
}
|
||||
.icon-undo:before {
|
||||
content: "\28";
|
||||
}
|
||||
.icon-file-add:before {
|
||||
content: "\29";
|
||||
}
|
||||
.icon-new:before,
|
||||
.icon-plus:before {
|
||||
content: "\2a";
|
||||
}
|
||||
.icon-apply:before,
|
||||
.icon-edit:before,
|
||||
.icon-pencil:before {
|
||||
content: "\2b";
|
||||
}
|
||||
.icon-edit:before {
|
||||
color: @btnInfoBackgroundHighlight;
|
||||
}
|
||||
.icon-pencil-2:before {
|
||||
content: "\2c";
|
||||
}
|
||||
.icon-folder-open:before,
|
||||
.icon-folder:before {
|
||||
content: "\2d";
|
||||
}
|
||||
.icon-folder-close:before,
|
||||
.icon-folder-2:before {
|
||||
content: "\2e";
|
||||
}
|
||||
.icon-picture:before {
|
||||
content: "\2f";
|
||||
}
|
||||
.icon-pictures:before {
|
||||
content: "\30";
|
||||
}
|
||||
.icon-list:before,
|
||||
.icon-list-view:before {
|
||||
content: "\31";
|
||||
}
|
||||
.icon-power-cord:before {
|
||||
content: "\32";
|
||||
}
|
||||
.icon-cube:before {
|
||||
content: "\33";
|
||||
}
|
||||
.icon-puzzle:before {
|
||||
content: "\34";
|
||||
}
|
||||
.icon-flag:before {
|
||||
content: "\35";
|
||||
}
|
||||
.icon-tools:before {
|
||||
content: "\36";
|
||||
}
|
||||
.icon-cogs:before {
|
||||
content: "\37";
|
||||
}
|
||||
.icon-options:before,
|
||||
.icon-cog:before {
|
||||
content: "\38";
|
||||
}
|
||||
.icon-equalizer:before {
|
||||
content: "\39";
|
||||
}
|
||||
.icon-wrench:before {
|
||||
content: "\3a";
|
||||
}
|
||||
.icon-brush:before {
|
||||
content: "\3b";
|
||||
}
|
||||
.icon-eye-open:before,
|
||||
.icon-eye:before {
|
||||
content: "\3c";
|
||||
}
|
||||
.icon-checkbox-unchecked:before {
|
||||
content: "\3d";
|
||||
}
|
||||
.icon-checkin:before,
|
||||
.icon-checkbox:before {
|
||||
content: "\3e";
|
||||
}
|
||||
.icon-checkbox-partial:before {
|
||||
content: "\3f";
|
||||
}
|
||||
.icon-unfeatured:before,
|
||||
.icon-asterisk:before,
|
||||
.icon-star-empty:before {
|
||||
content: "\40";
|
||||
}
|
||||
.icon-star-2:before {
|
||||
content: "\41";
|
||||
}
|
||||
.icon-featured:before,
|
||||
.icon-default:before,
|
||||
.icon-star:before {
|
||||
content: "\42";
|
||||
}
|
||||
.icon-featured:before,
|
||||
.icon-default:before {
|
||||
color: @btnWarningBackgroundHighlight;
|
||||
}
|
||||
.icon-calendar:before {
|
||||
content: "\43";
|
||||
}
|
||||
.icon-calendar-2:before {
|
||||
content: "\44";
|
||||
}
|
||||
.icon-question-sign:before,
|
||||
.icon-help:before {
|
||||
content: "\45";
|
||||
}
|
||||
.icon-support:before {
|
||||
content: "\46";
|
||||
}
|
||||
.icon-pending:before,
|
||||
.icon-warning:before {
|
||||
content: "\48";
|
||||
}
|
||||
.icon-pending:before {
|
||||
color: @btnWarningBackgroundHighlight;
|
||||
}
|
||||
.icon-publish:before,
|
||||
.icon-save:before,
|
||||
.icon-ok:before,
|
||||
.icon-checkmark:before {
|
||||
content: "\47";
|
||||
}
|
||||
.icon-publish:before,
|
||||
.icon-save:before,
|
||||
.icon-ok:before {
|
||||
color: @btnSuccessBackgroundHighlight;
|
||||
}
|
||||
.icon-unpublish:before,
|
||||
.icon-cancel:before {
|
||||
content: "\4a";
|
||||
}
|
||||
.icon-unpublish:before,
|
||||
.btn-toolbar .icon-cancel:before {
|
||||
color: @btnDangerBackgroundHighlight;
|
||||
}
|
||||
.icon-not-ok:before,
|
||||
.icon-eye-close:before,
|
||||
.icon-minus:before {
|
||||
content: "\4b";
|
||||
}
|
||||
.icon-not-ok:before,
|
||||
.icon-eye-close:before {
|
||||
color: @btnDangerBackgroundHighlight;
|
||||
}
|
||||
.icon-purge:before,
|
||||
.icon-trash:before {
|
||||
content: "\4c";
|
||||
}
|
||||
.icon-envelope:before,
|
||||
.icon-mail:before {
|
||||
content: "\4d";
|
||||
}
|
||||
.icon-mail-2:before {
|
||||
content: "\4e";
|
||||
}
|
||||
.icon-unarchive:before,
|
||||
.icon-drawer:before {
|
||||
content: "\4f";
|
||||
}
|
||||
.icon-archive:before,
|
||||
.icon-drawer-2:before {
|
||||
content: "\50";
|
||||
}
|
||||
.icon-box-add:before {
|
||||
content: "\51";
|
||||
}
|
||||
.icon-box-remove:before {
|
||||
content: "\52";
|
||||
}
|
||||
.icon-search:before {
|
||||
content: "\53";
|
||||
}
|
||||
.icon-filter:before {
|
||||
content: "\54";
|
||||
}
|
||||
.icon-camera:before {
|
||||
content: "\55";
|
||||
}
|
||||
.icon-play:before {
|
||||
content: "\56";
|
||||
}
|
||||
.icon-music:before {
|
||||
content: "\57";
|
||||
}
|
||||
.icon-grid-view:before {
|
||||
content: "\58";
|
||||
}
|
||||
.icon-grid-view-2:before {
|
||||
content: "\59";
|
||||
}
|
||||
.icon-menu:before {
|
||||
content: "\5a";
|
||||
}
|
||||
.icon-thumbs-up:before {
|
||||
content: "\5b";
|
||||
}
|
||||
.icon-thumbs-down:before {
|
||||
content: "\5c";
|
||||
}
|
||||
.icon-delete:before,
|
||||
.icon-remove:before,
|
||||
.icon-cancel-2:before {
|
||||
content: "\49";
|
||||
}
|
||||
.icon-save-new:before,
|
||||
.icon-plus-2:before {
|
||||
content: "\5d";
|
||||
}
|
||||
.icon-save-new:before {
|
||||
color: @btnSuccessBackgroundHighlight;
|
||||
}
|
||||
.icon-ban-circle:before,
|
||||
.icon-minus-sign:before,
|
||||
.icon-minus-2:before {
|
||||
content: "\5e";
|
||||
}
|
||||
.icon-ban-circle:before,
|
||||
.icon-minus-sign:before {
|
||||
color: @btnDangerBackgroundHighlight;
|
||||
}
|
||||
.icon-key:before {
|
||||
content: "\5f";
|
||||
}
|
||||
.icon-quote:before {
|
||||
content: "\60";
|
||||
}
|
||||
.icon-quote-2:before {
|
||||
content: "\61";
|
||||
}
|
||||
.icon-database:before {
|
||||
content: "\62";
|
||||
}
|
||||
.icon-location:before {
|
||||
content: "\63";
|
||||
}
|
||||
.icon-zoom-in:before {
|
||||
content: "\64";
|
||||
}
|
||||
.icon-zoom-out:before {
|
||||
content: "\65";
|
||||
}
|
||||
.icon-expand:before {
|
||||
content: "\66";
|
||||
}
|
||||
.icon-contract:before {
|
||||
content: "\67";
|
||||
}
|
||||
.icon-expand-2:before {
|
||||
content: "\68";
|
||||
}
|
||||
.icon-contract-2:before {
|
||||
content: "\69";
|
||||
}
|
||||
.icon-health:before {
|
||||
content: "\6a";
|
||||
}
|
||||
.icon-wand:before {
|
||||
content: "\6b";
|
||||
}
|
||||
.icon-unblock:before,
|
||||
.icon-refresh:before {
|
||||
content: "\6c";
|
||||
}
|
||||
.icon-vcard:before {
|
||||
content: "\6d";
|
||||
}
|
||||
.icon-clock:before {
|
||||
content: "\6e";
|
||||
}
|
||||
.icon-compass:before {
|
||||
content: "\6f";
|
||||
}
|
||||
.icon-address:before {
|
||||
content: "\70";
|
||||
}
|
||||
.icon-feed:before {
|
||||
content: "\71";
|
||||
}
|
||||
.icon-flag-2:before {
|
||||
content: "\72";
|
||||
}
|
||||
.icon-pin:before {
|
||||
content: "\73";
|
||||
}
|
||||
.icon-lamp:before {
|
||||
content: "\74";
|
||||
}
|
||||
.icon-chart:before {
|
||||
content: "\75";
|
||||
}
|
||||
.icon-bars:before {
|
||||
content: "\76";
|
||||
}
|
||||
.icon-pie:before {
|
||||
content: "\77";
|
||||
}
|
||||
.icon-dashboard:before {
|
||||
content: "\78";
|
||||
}
|
||||
.icon-lightning:before {
|
||||
content: "\79";
|
||||
}
|
||||
.icon-move:before {
|
||||
content: "\7a";
|
||||
}
|
||||
.icon-next:before {
|
||||
content: "\7b";
|
||||
}
|
||||
.icon-previous:before {
|
||||
content: "\7c";
|
||||
}
|
||||
.icon-first:before {
|
||||
content: "\7d";
|
||||
}
|
||||
.icon-last:before {
|
||||
content: "\e000";
|
||||
}
|
||||
.icon-loop:before {
|
||||
content: "\e001";
|
||||
}
|
||||
.icon-shuffle:before {
|
||||
content: "\e002";
|
||||
}
|
||||
.icon-arrow-first:before {
|
||||
content: "\e003";
|
||||
}
|
||||
.icon-arrow-last:before {
|
||||
content: "\e004";
|
||||
}
|
||||
.icon-chevron-up:before,
|
||||
.icon-uparrow:before,
|
||||
.icon-arrow-up:before {
|
||||
content: "\e005";
|
||||
}
|
||||
.icon-chevron-right:before,
|
||||
.icon-arrow-right:before {
|
||||
content: "\e006";
|
||||
}
|
||||
.icon-chevron-down:before,
|
||||
.icon-downarrow:before,
|
||||
.icon-arrow-down:before {
|
||||
content: "\e007";
|
||||
}
|
||||
.icon-chevron-left:before,
|
||||
.icon-arrow-left:before {
|
||||
content: "\e008";
|
||||
}
|
||||
.icon-arrow-up-2:before {
|
||||
content: "\e009";
|
||||
}
|
||||
.icon-arrow-right-2:before {
|
||||
content: "\e00a";
|
||||
}
|
||||
.icon-download:before,
|
||||
.icon-arrow-down-2:before {
|
||||
content: "\e00b";
|
||||
}
|
||||
.icon-arrow-left-2:before {
|
||||
content: "\e00c";
|
||||
}
|
||||
.icon-play-2:before {
|
||||
content: "\e00d";
|
||||
}
|
||||
.icon-menu-2:before {
|
||||
content: "\e00e";
|
||||
}
|
||||
.icon-arrow-up-3:before {
|
||||
content: "\e00f";
|
||||
}
|
||||
.icon-arrow-right-3:before {
|
||||
content: "\e010";
|
||||
}
|
||||
.icon-arrow-down-3:before {
|
||||
content: "\e011";
|
||||
}
|
||||
.icon-arrow-left-3:before {
|
||||
content: "\e012";
|
||||
}
|
||||
.icon-print:before,
|
||||
.icon-printer:before {
|
||||
content: "\e013";
|
||||
}
|
||||
.icon-color-palette:before {
|
||||
content: "\e014";
|
||||
}
|
||||
.icon-camera-2:before {
|
||||
content: "\e015";
|
||||
}
|
||||
.icon-file:before {
|
||||
content: "\e016";
|
||||
}
|
||||
.icon-file-remove:before {
|
||||
content: "\e017";
|
||||
}
|
||||
.icon-save-copy:before,
|
||||
.icon-copy:before {
|
||||
content: "\e018";
|
||||
}
|
||||
.icon-save-copy:before,
|
||||
.btn-toolbar .icon-copy:before {
|
||||
color: @btnSuccessBackgroundHighlight;
|
||||
}
|
||||
.icon-cart:before {
|
||||
content: "\e019";
|
||||
}
|
||||
.icon-basket:before {
|
||||
content: "\e01a";
|
||||
}
|
||||
.icon-broadcast:before {
|
||||
content: "\e01b";
|
||||
}
|
||||
.icon-screen:before {
|
||||
content: "\e01c";
|
||||
}
|
||||
.icon-tablet:before {
|
||||
content: "\e01d";
|
||||
}
|
||||
.icon-mobile:before {
|
||||
content: "\e01e";
|
||||
}
|
||||
.icon-users:before {
|
||||
content: "\e01f";
|
||||
}
|
||||
.icon-briefcase:before {
|
||||
content: "\e020";
|
||||
}
|
||||
.icon-download:before {
|
||||
content: "\e021";
|
||||
}
|
||||
.icon-upload:before {
|
||||
content: "\e022";
|
||||
}
|
||||
.icon-bookmark:before {
|
||||
content: "\e023";
|
||||
}
|
||||
.icon-out-2:before {
|
||||
content: "\e024";
|
||||
}
|
1
administrator/templates/isis/less/index.html
Normal file
1
administrator/templates/isis/less/index.html
Normal file
@ -0,0 +1 @@
|
||||
<!DOCTYPE html><title></title>
|
770
administrator/templates/isis/less/template.less
Normal file
770
administrator/templates/isis/less/template.less
Normal file
@ -0,0 +1,770 @@
|
||||
// CSS Reset
|
||||
@import "../../../../media/jui/less/reset.less";
|
||||
|
||||
// Core variables and mixins
|
||||
@import "variables.less"; // Custom for this template
|
||||
@import "../../../../media/jui/less/mixins.less";
|
||||
|
||||
// Grid system and page structure
|
||||
@import "../../../../media/jui/less/scaffolding.less";
|
||||
@import "../../../../media/jui/less/grid.less";
|
||||
@import "../../../../media/jui/less/layouts.less";
|
||||
|
||||
// Base CSS
|
||||
@import "../../../../media/jui/less/type.less";
|
||||
@import "../../../../media/jui/less/code.less";
|
||||
@import "../../../../media/jui/less/forms.less";
|
||||
@import "../../../../media/jui/less/tables.less";
|
||||
|
||||
// Components: common
|
||||
// @import "../../../../media/jui/less/sprites.less";
|
||||
@import "../../../../media/jui/less/dropdowns.less";
|
||||
@import "../../../../media/jui/less/wells.less";
|
||||
@import "../../../../media/jui/less/component-animations.less";
|
||||
@import "../../../../media/jui/less/close.less";
|
||||
|
||||
// Components: Buttons & Alerts
|
||||
@import "../../../../media/jui/less/buttons.less";
|
||||
@import "../../../../media/jui/less/button-groups.less";
|
||||
@import "../../../../media/jui/less/alerts.less"; // Note: alerts share common CSS with buttons and thus have styles in buttons.less
|
||||
|
||||
// Components: Nav
|
||||
@import "../../../../media/jui/less/navs.less";
|
||||
@import "../../../../media/jui/less/navbar.less";
|
||||
@import "../../../../media/jui/less/breadcrumbs.less";
|
||||
@import "../../../../media/jui/less/pagination.less";
|
||||
@import "../../../../media/jui/less/pager.less";
|
||||
|
||||
// Components: Popovers
|
||||
@import "../../../../media/jui/less/modals.less";
|
||||
@import "../../../../media/jui/less/tooltip.less";
|
||||
@import "../../../../media/jui/less/popovers.less";
|
||||
|
||||
// Components: Misc
|
||||
@import "../../../../media/jui/less/thumbnails.less";
|
||||
@import "../../../../media/jui/less/labels-badges.less";
|
||||
@import "../../../../media/jui/less/progress-bars.less";
|
||||
@import "../../../../media/jui/less/accordion.less";
|
||||
@import "../../../../media/jui/less/carousel.less";
|
||||
@import "../../../../media/jui/less/hero-unit.less";
|
||||
|
||||
// Utility classes
|
||||
@import "../../../../media/jui/less/utilities.less";
|
||||
|
||||
// RESPONSIVE CLASSES
|
||||
// ------------------
|
||||
|
||||
@import "../../../../media/jui/less/responsive-utilities.less";
|
||||
|
||||
|
||||
// MEDIA QUERIES
|
||||
// ------------------
|
||||
|
||||
// Phones to portrait tablets and narrow desktops
|
||||
@import "../../../../media/jui/less/responsive-767px-max.less";
|
||||
|
||||
// Tablets to regular desktops
|
||||
@import "../../../../media/jui/less/responsive-768px-979px.less";
|
||||
|
||||
// Large desktops
|
||||
@import "../../../../media/jui/less/responsive-1200px-min.less";
|
||||
|
||||
|
||||
// RESPONSIVE NAVBAR
|
||||
// ------------------
|
||||
|
||||
// From 979px and below, show a button to toggle navbar contents
|
||||
@import "../../../../media/jui/less/responsive-navbar.less";
|
||||
|
||||
// Extended for JUI
|
||||
@import "../../../../media/jui/less/bootstrap-extended.less"; // Has to be last to override when necessary
|
||||
// div.modal (instead of .modal)
|
||||
@import "../../../../media/jui/less/modals.joomla.less";
|
||||
@import "../../../../media/jui/less/responsive-767px-max.joomla.less";
|
||||
|
||||
// Icon Font
|
||||
@import "icomoon.less";
|
||||
|
||||
/* Body */
|
||||
html {
|
||||
height: 100%;
|
||||
}
|
||||
body {
|
||||
height: 100%;
|
||||
}
|
||||
/* Login */
|
||||
.view-login{
|
||||
padding-top: 0;
|
||||
#gradient > .radial(@loginBackgroundHighlight, @loginBackground);
|
||||
|
||||
.container{
|
||||
width: 300px;
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
left: 50%;
|
||||
margin-top: -206px;
|
||||
margin-left: -150px;
|
||||
}
|
||||
.navbar-fixed-bottom{
|
||||
padding-left: 20px;
|
||||
padding-right: 20px;
|
||||
text-align: center;
|
||||
}
|
||||
.navbar-fixed-bottom,
|
||||
.navbar-fixed-bottom a{
|
||||
color: #FCFCFC;
|
||||
text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
|
||||
}
|
||||
.well{
|
||||
padding-bottom: 0;
|
||||
.box-shadow(~"0px 0px 60px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(255, 255, 255, 0.9) inset");
|
||||
}
|
||||
.login-joomla{
|
||||
display: inline-block;
|
||||
height: 24px;
|
||||
width: 24px;
|
||||
text-indent: -9999px;
|
||||
background: url('../images/login-joomla.png') no-repeat;
|
||||
margin-left: -20px;
|
||||
}
|
||||
.navbar-fixed-bottom{
|
||||
position: absolute;
|
||||
}
|
||||
.input-medium{
|
||||
width: 184px;
|
||||
}
|
||||
}
|
||||
.login .chzn-single {
|
||||
width: 230px !important;
|
||||
}
|
||||
.login .chzn-container,
|
||||
.login .chzn-drop {
|
||||
width: 238px !important;
|
||||
max-width: 238px !important;
|
||||
}
|
||||
/* Typography */
|
||||
.small{
|
||||
font-size: 11px;
|
||||
}
|
||||
.row-even .small,
|
||||
.row-odd .small,
|
||||
.row-even .small a,
|
||||
.row-odd .small a{
|
||||
color: #888;
|
||||
}
|
||||
/* Navbar */
|
||||
body .navbar,
|
||||
body .navbar-fixed-top{
|
||||
margin-bottom: 0;
|
||||
}
|
||||
.navbar-inner{
|
||||
min-height: 0;
|
||||
.container-fluid {
|
||||
padding-left: 10px;
|
||||
padding-right: 10px;
|
||||
}
|
||||
}
|
||||
.navbar .navbar-text{
|
||||
line-height: 30px;
|
||||
}
|
||||
.navbar .brand{
|
||||
padding: 5px 12px 5px 12px;
|
||||
font-size: 16px;
|
||||
margin-left: 0;
|
||||
}
|
||||
.navbar .nav > li > a{
|
||||
padding: 6px 10px;
|
||||
}
|
||||
/* Header */
|
||||
.header{
|
||||
#gradient > .vertical(@headerBackgroundHighlight, @headerBackground);
|
||||
|
||||
border-top: 1px solid rgba(255, 255, 255, 0.2);
|
||||
|
||||
padding: 5px;
|
||||
|
||||
}
|
||||
.navbar .btn-navbar{
|
||||
background: #17568c; /* Old browsers */
|
||||
background: -moz-linear-gradient(top, #17568c 0%, #1a3867 100%); /* FF3.6+ */
|
||||
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#17568c), color-stop(100%,#1a3867)); /* Chrome,Safari4+ */
|
||||
background: -webkit-linear-gradient(top, #17568c 0%,#1a3867 100%); /* Chrome10+,Safari5.1+ */
|
||||
background: -o-linear-gradient(top, #17568c 0%,#1a3867 100%); /* Opera 11.10+ */
|
||||
background: -ms-linear-gradient(top, #17568c 0%,#1a3867 100%); /* IE10+ */
|
||||
background: linear-gradient(top, #17568c 0%,#1a3867 100%); /* W3C */
|
||||
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#17568c', endColorstr='#1a3867',GradientType=0 ); /* IE6-9 */
|
||||
|
||||
border: 1px solid #0D2242;
|
||||
margin-bottom: 2px;
|
||||
}
|
||||
@media (max-width: 767px) {
|
||||
.header{
|
||||
margin-left: -20px;
|
||||
margin-right: -20px;
|
||||
}
|
||||
}
|
||||
.header .navbar-search{
|
||||
margin-top: 0;
|
||||
}
|
||||
@media (max-width: 979px) {
|
||||
.header .navbar-search{
|
||||
border-top: 0;
|
||||
border-bottom: 0;
|
||||
-webkit-box-shadow: none;
|
||||
-moz-box-shadow: none;
|
||||
box-shadow: none;
|
||||
}
|
||||
}
|
||||
/* Search Module */
|
||||
.navbar-search .search-query{
|
||||
background: rgba(255, 255, 255, 0.3);
|
||||
}
|
||||
/* Logo */
|
||||
.logo{
|
||||
width: 100%;
|
||||
max-width: 143px;
|
||||
height: auto;
|
||||
}
|
||||
.container-logo{
|
||||
text-align: center;
|
||||
}
|
||||
/* Page Title */
|
||||
.page-title{
|
||||
color:white;
|
||||
text-shadow:1px 1px 1px rgba(0, 0, 0, 0.8);
|
||||
font-weight:normal;
|
||||
font-size:20px;
|
||||
line-height: 36px;
|
||||
margin: 0;
|
||||
}
|
||||
/* Page Title in Content */
|
||||
.content-title {
|
||||
font-size: 24px;
|
||||
font-weight: normal;
|
||||
line-height: 26px;
|
||||
margin-top: 0;
|
||||
}
|
||||
/* Subhead */
|
||||
.subhead{
|
||||
background: #ffffff; /* Old browsers */
|
||||
background: -moz-linear-gradient(top, #ffffff 0%, #ededed 100%); /* FF3.6+ */
|
||||
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#ededed)); /* Chrome,Safari4+ */
|
||||
background: -webkit-linear-gradient(top, #ffffff 0%,#ededed 100%); /* Chrome10+,Safari5.1+ */
|
||||
background: -o-linear-gradient(top, #ffffff 0%,#ededed 100%); /* Opera 11.10+ */
|
||||
background: -ms-linear-gradient(top, #ffffff 0%,#ededed 100%); /* IE10+ */
|
||||
background: linear-gradient(top, #ffffff 0%,#ededed 100%); /* W3C */
|
||||
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
|
||||
|
||||
border-bottom: 1px solid #D3D3D3;
|
||||
|
||||
color: #0C192E;
|
||||
text-shadow: 0 1px 0 #FFF;
|
||||
|
||||
margin-bottom: 10px;
|
||||
|
||||
}
|
||||
.subhead-collapse.collapse {
|
||||
height: auto;
|
||||
overflow: visible;
|
||||
}
|
||||
.btn-toolbar .btn-wrapper {
|
||||
display: inline-block;
|
||||
margin: 0 0 5px 5px;
|
||||
}
|
||||
.subhead-fixed{
|
||||
position: fixed;
|
||||
width: 100%;
|
||||
top: 30px;
|
||||
z-index: 100;
|
||||
-moz-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
|
||||
-webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
|
||||
box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
|
||||
}
|
||||
|
||||
@media (max-width: 767px) {
|
||||
.subhead{
|
||||
margin-left: -20px;
|
||||
margin-right: -20px;
|
||||
padding-left: 10px;
|
||||
padding-right: 10px;
|
||||
}
|
||||
}
|
||||
.subhead h1{
|
||||
font-size: 17px;
|
||||
font-weight: normal;
|
||||
margin-left: 10px;
|
||||
margin-top: 6px;
|
||||
}
|
||||
/* Toolbar */
|
||||
#toolbar .btn-success{
|
||||
width: 148px;
|
||||
}
|
||||
/* Content */
|
||||
.well .page-header{
|
||||
margin: -10px 0 18px 0;
|
||||
padding-bottom: 5px;
|
||||
}
|
||||
.well .row-even p,
|
||||
.well .row-odd p{
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
/* Headings */
|
||||
|
||||
h1, h2, h3, h4, h5, h6 {
|
||||
margin: (@baseLineHeight / 1.5) 0;
|
||||
}
|
||||
h1 { font-size: 26px; line-height: 28px; }
|
||||
h2 { font-size: 22px; line-height: 24px; }
|
||||
h3 { font-size: 18px; line-height: 20px; }
|
||||
h4 { font-size: 14px; line-height: 16px; }
|
||||
h5 { font-size: 13px; line-height: 15px; }
|
||||
h6 { font-size: 12px; line-height: 14px; }
|
||||
|
||||
/* Sidebar */
|
||||
.sidebar-nav .nav-list > li > a{
|
||||
color: #555;
|
||||
}
|
||||
.sidebar-nav .nav-list > li.active > a{
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
/* Main Container & System Debug Padding */
|
||||
.container-main,
|
||||
#system-debug {
|
||||
padding-bottom: 50px;
|
||||
}
|
||||
|
||||
/* Status Module */
|
||||
#status{
|
||||
background: #EDEDED;
|
||||
border-top: 1px solid #DDDDDD;
|
||||
padding: 2px 10px 4px 10px;
|
||||
.box-shadow(~"0px 1px 0px rgba(255, 255, 255, 0.8) inset, 0px -15px 15px rgba(255, 255, 255, 0.6)");
|
||||
color: #999999;
|
||||
|
||||
.btn-toolbar,p{
|
||||
margin: 0px;
|
||||
}
|
||||
.btn-toolbar, .btn-group {
|
||||
font-size: 12px;
|
||||
}
|
||||
a{
|
||||
color: #999999;
|
||||
}
|
||||
}
|
||||
|
||||
/* Status Module in top position */
|
||||
#status.status-top {
|
||||
background: @headerBackground;
|
||||
.box-shadow(~"0px 1px 0px rgba(255, 255, 255, 0.2) inset, 0px -1px 0px rgba(0, 0, 0, 0.3) inset, 0px -1px 0px rgba(0, 0, 0, 0.3)");
|
||||
border-top: 0;
|
||||
color: @navbarInverseText;
|
||||
padding: 2px 20px 6px 20px;
|
||||
|
||||
a{
|
||||
color: @navbarInverseLinkColor;
|
||||
}
|
||||
}
|
||||
|
||||
/* Pagination in toolbar */
|
||||
.pagination-toolbar{
|
||||
margin: 0;
|
||||
}
|
||||
.pagination-toolbar a{
|
||||
line-height: 26px;
|
||||
}
|
||||
|
||||
/* Toolbar dropdown */
|
||||
.pull-right > .dropdown-menu{
|
||||
left: auto;
|
||||
right: 0;
|
||||
}
|
||||
|
||||
/* Disabled (generic) */
|
||||
.disabled {
|
||||
cursor: default;
|
||||
background-image: none;
|
||||
opacity: 0.65;
|
||||
filter: alpha(opacity=65);
|
||||
-webkit-box-shadow: none;
|
||||
-moz-box-shadow: none;
|
||||
box-shadow: none;
|
||||
}
|
||||
/* Nav list filters */
|
||||
.nav-filters hr{
|
||||
margin: 5px 0;
|
||||
}
|
||||
|
||||
/* Module Assignment Tab */
|
||||
.view-module .tab-content{
|
||||
overflow: visible;
|
||||
}
|
||||
#assignment.tab-pane{
|
||||
min-height: 500px;
|
||||
}
|
||||
|
||||
// Button color
|
||||
.btn-primary.active,
|
||||
.btn-warning.active,
|
||||
.btn-danger.active,
|
||||
.btn-success.active,
|
||||
.btn-info.active,
|
||||
.btn-inverse.active {
|
||||
color: rgba(255,255,255,.95);
|
||||
}
|
||||
|
||||
/* Chosen Max Width */
|
||||
.chzn-container,
|
||||
.chzn-drop{
|
||||
max-width: 100% !important;
|
||||
}
|
||||
|
||||
@media (max-width: 979px) {
|
||||
.navbar{
|
||||
.brand {
|
||||
font-size: 13px;
|
||||
|
||||
}
|
||||
.nav {
|
||||
margin: 0 2px 0 0;
|
||||
> li > a {
|
||||
padding: 6px;
|
||||
}
|
||||
}
|
||||
}
|
||||
.container-fluid {
|
||||
padding-left: 10px;
|
||||
padding-right: 10px;
|
||||
}
|
||||
}
|
||||
@media (min-width: 768px) {
|
||||
.row-fluid [class*="span"]{
|
||||
margin-left: 15px;
|
||||
}
|
||||
}
|
||||
@media (max-width: 767px) {
|
||||
.page-title{
|
||||
text-align: center;
|
||||
}
|
||||
.navbar-search.pull-right{
|
||||
float: none;
|
||||
text-align: center;
|
||||
}
|
||||
.subhead-fixed{
|
||||
position: static;
|
||||
width: auto;
|
||||
}
|
||||
.container-fluid {
|
||||
padding-left: 0;
|
||||
padding-right: 0;
|
||||
}
|
||||
}
|
||||
@media (min-width: 738px) {
|
||||
body {
|
||||
padding-top: 30px;
|
||||
}
|
||||
body.component {
|
||||
padding-top: 0;
|
||||
}
|
||||
}
|
||||
@media (max-width: 738px) {
|
||||
.navbar{
|
||||
.brand {
|
||||
font-size: 16px;
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
/* Subhead (toolbar) Collapse Button */
|
||||
.btn-subhead{
|
||||
display: none;
|
||||
}
|
||||
|
||||
@media (min-width: 481px) {
|
||||
#filter-bar {
|
||||
// Fix for Firefox
|
||||
height: 29px;
|
||||
}
|
||||
}
|
||||
|
||||
/* Extended Responsive Styles */
|
||||
@media (max-width: 480px) {
|
||||
.table th:nth-of-type(n+5),
|
||||
.table th:nth-of-type(3),
|
||||
.table th:nth-of-type(2),
|
||||
.table td:nth-of-type(n+5),
|
||||
.table td:nth-of-type(2),
|
||||
.table td:nth-of-type(3){
|
||||
white-space: normal;
|
||||
}
|
||||
.pagination a{
|
||||
padding: 5px;
|
||||
}
|
||||
.btn-group.divider,
|
||||
.header .row-fluid .span3,
|
||||
.header .row-fluid .span7 {
|
||||
display: none;
|
||||
}
|
||||
.navbar .btn{
|
||||
margin: 0;
|
||||
}
|
||||
.btn-subhead{
|
||||
display: block;
|
||||
margin: 10px 0;
|
||||
}
|
||||
.chzn-container,
|
||||
.chzn-container .chzn-results,
|
||||
.chzn-container-single .chzn-drop {
|
||||
width: 99% !important;
|
||||
}
|
||||
.subhead-collapse.collapse {
|
||||
height: 0;
|
||||
overflow: hidden;
|
||||
}
|
||||
.btn-toolbar .btn-wrapper {
|
||||
display: block;
|
||||
margin-left: 0;
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
.btn-toolbar .btn-wrapper .btn {
|
||||
width: 95% !important;
|
||||
margin-left: 10px;
|
||||
}
|
||||
.subhead-fixed {
|
||||
box-shadow: 0 0 0 rgba(0, 0, 0, 0.2);
|
||||
}
|
||||
.subhead {
|
||||
background: none repeat scroll 0 0 transparent;
|
||||
border-bottom: 0 solid #D3D3D3;
|
||||
}
|
||||
.btn-group + .btn-group {
|
||||
margin-left: 10px;
|
||||
}
|
||||
.login .chzn-single {
|
||||
width: 222px !important;
|
||||
}
|
||||
.login .chzn-container,
|
||||
.login .chzn-drop {
|
||||
width: 230px !important;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 320px){
|
||||
.view-login .navbar-fixed-bottom{
|
||||
display: none;
|
||||
}
|
||||
.btn-toolbar .btn-wrapper .btn {
|
||||
width: 93% !important;
|
||||
}
|
||||
}
|
||||
|
||||
// Navbar
|
||||
.nav-collapse .nav li a,
|
||||
.dropdown-menu a {
|
||||
background-image: none;
|
||||
}
|
||||
@media (max-width: @navbarCollapseWidth) {
|
||||
.navbar-fixed-top .navbar-inner,
|
||||
.navbar-fixed-top .navbar-inner .container-fluid {
|
||||
padding: 0;
|
||||
}
|
||||
.navbar .brand {
|
||||
margin-top: 2px;
|
||||
}
|
||||
.navbar .btn-navbar {
|
||||
margin-top: 3px;
|
||||
margin-right: 3px;
|
||||
margin-bottom: 3px;
|
||||
}
|
||||
.nav-collapse .nav .nav-header {
|
||||
color: @white;
|
||||
}
|
||||
.nav-collapse.collapse.in {
|
||||
height: auto !important;
|
||||
}
|
||||
.nav-collapse .nav,
|
||||
.navbar .nav-collapse .nav.pull-right {
|
||||
margin: 0;
|
||||
}
|
||||
.nav-collapse .dropdown-menu {
|
||||
margin: 0;
|
||||
}
|
||||
.nav-collapse .nav > li > a.dropdown-toggle {
|
||||
#gradient > .vertical(rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.05));
|
||||
font-size: 12px;
|
||||
font-weight: bold;
|
||||
color: @grayLighter;
|
||||
text-transform: uppercase;
|
||||
padding-left: 15px;
|
||||
}
|
||||
.nav-collapse .nav li a {
|
||||
margin-bottom: 0;
|
||||
border-top: 1px solid rgba(255, 255, 255, 0.25);
|
||||
border-bottom: 1px solid rgba(0, 0, 0, 0.5);
|
||||
}
|
||||
.nav-collapse .nav li ul li ul.dropdown-menu,
|
||||
.nav-collapse .nav li ul li:hover ul.dropdown-menu,
|
||||
.nav-collapse .caret {
|
||||
display: none !important;
|
||||
}
|
||||
.nav-collapse .nav > li > a,
|
||||
.nav-collapse .dropdown-menu a {
|
||||
font-size: 15px;
|
||||
font-weight: normal;
|
||||
color: @white;
|
||||
.border-radius(0);
|
||||
}
|
||||
.navbar .nav-collapse .nav > li > .dropdown-menu::before,
|
||||
.navbar .nav-collapse .nav > li > .dropdown-menu::after,
|
||||
.navbar .nav-collapse .dropdown-submenu > a::after {
|
||||
display: none;
|
||||
}
|
||||
.nav-collapse .dropdown-menu li + li a {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
}
|
||||
|
||||
/* Sortable list*/
|
||||
.sortable-handler.inactive {
|
||||
opacity: 0.3;
|
||||
filter: alpha(opacity=30);
|
||||
}
|
||||
|
||||
// Normalize LTR Label (JBS request)
|
||||
// --------------------------
|
||||
|
||||
.form-horizontal {
|
||||
// Float the labels left
|
||||
.control-label {
|
||||
width: auto;
|
||||
padding-right: 5px;
|
||||
text-align: left;
|
||||
}
|
||||
#jform_catid_chzn {
|
||||
vertical-align: middle;
|
||||
}
|
||||
}
|
||||
|
||||
/* Display checkboxes without bullets in list */
|
||||
fieldset.checkboxes input {
|
||||
float: left;
|
||||
}
|
||||
fieldset.checkboxes li {
|
||||
list-style: none;
|
||||
}
|
||||
|
||||
/* Media Manager folder icon override */
|
||||
ul.manager .height-50 .icon-folder-2 {
|
||||
height: 35px;
|
||||
width: 35px;
|
||||
line-height: 35px;
|
||||
font-size: 30px;
|
||||
}
|
||||
/* Flash uploader */
|
||||
.upload-queue > li > span,
|
||||
.upload-queue > li > a {
|
||||
margin: 0 2px;
|
||||
}
|
||||
.upload-queue .file-remove {
|
||||
float: right;
|
||||
}
|
||||
|
||||
/* z-index issues */
|
||||
.moor-box {
|
||||
z-index: 3;
|
||||
}
|
||||
.admin .chzn-container .chzn-drop {
|
||||
z-index: 100;
|
||||
}
|
||||
|
||||
/* Tree Select */
|
||||
ul.treeselect,
|
||||
ul.treeselect li {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
ul.treeselect {
|
||||
margin-top: 8px;
|
||||
}
|
||||
ul.treeselect li {
|
||||
padding: 2px 10px 2px;
|
||||
list-style: none;
|
||||
}
|
||||
ul.treeselect i.treeselect-toggle {
|
||||
line-height: 18px;
|
||||
}
|
||||
ul.treeselect label {
|
||||
font-size: 1em;
|
||||
margin-left: 8px;
|
||||
}
|
||||
ul.treeselect label.nav-header {
|
||||
padding: 0;
|
||||
}
|
||||
ul.treeselect input {
|
||||
margin: 2px 0 0 8px;
|
||||
}
|
||||
ul.treeselect .treeselect-menu {
|
||||
margin: 0 6px;
|
||||
}
|
||||
ul.treeselect ul.dropdown-menu {
|
||||
margin: 0;
|
||||
}
|
||||
ul.treeselect ul.dropdown-menu li {
|
||||
padding: 0 5px;
|
||||
border: none;
|
||||
}
|
||||
|
||||
/* Tables */
|
||||
td.has-context {
|
||||
// Fixes difference in height between normal and hover on cell with context
|
||||
height: 23px;
|
||||
}
|
||||
td.nowrap.has-context{
|
||||
width: 45%;
|
||||
}
|
||||
|
||||
/* Item associations */
|
||||
.item-associations {
|
||||
margin: 0;
|
||||
}
|
||||
.item-associations li {
|
||||
list-style: none;
|
||||
display: inline-block;
|
||||
margin: 0 0 3px 0;
|
||||
}
|
||||
.item-associations li a {
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
/* Content Languages flag */
|
||||
#flag img {
|
||||
padding-top: 6px;
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
/* Tweaking of tooltips */
|
||||
.tooltip {
|
||||
max-width: 400px;
|
||||
}
|
||||
.tooltip-inner {
|
||||
max-width: none;
|
||||
text-align: left;
|
||||
text-shadow: none;
|
||||
}
|
||||
th .tooltip-inner {
|
||||
font-weight: normal;
|
||||
}
|
||||
.tooltip.hasimage {
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
/* Permissions dropdown display */
|
||||
#permissions-sliders .chzn-container {
|
||||
position: absolute;
|
||||
}
|
||||
|
||||
/* Component pop-up */
|
||||
.container-popup {
|
||||
padding: 15px;
|
||||
}
|
324
administrator/templates/isis/less/variables.less
Normal file
324
administrator/templates/isis/less/variables.less
Normal file
@ -0,0 +1,324 @@
|
||||
//
|
||||
// Variables
|
||||
// --------------------------------------------------
|
||||
|
||||
|
||||
// Global values
|
||||
// --------------------------------------------------
|
||||
|
||||
|
||||
// Grays
|
||||
// -------------------------
|
||||
@black: #000;
|
||||
@grayDarker: #222;
|
||||
@grayDark: #333;
|
||||
@gray: #555;
|
||||
@grayLight: #999;
|
||||
@grayLighter: #eee;
|
||||
@white: #fff;
|
||||
|
||||
|
||||
// Accent colors
|
||||
// -------------------------
|
||||
@blue: #049cdb;
|
||||
@blueDark: #0064cd;
|
||||
@green: #46a546;
|
||||
@red: #9d261d;
|
||||
@yellow: #ffc40d;
|
||||
@orange: #f89406;
|
||||
@pink: #c3325f;
|
||||
@purple: #7a43b6;
|
||||
|
||||
|
||||
// Scaffolding
|
||||
// -------------------------
|
||||
@bodyBackground: @white;
|
||||
@textColor: @grayDark;
|
||||
|
||||
|
||||
// Links
|
||||
// -------------------------
|
||||
@linkColor: #08c;
|
||||
@linkColorHover: darken(@linkColor, 15%);
|
||||
|
||||
|
||||
// Typography
|
||||
// -------------------------
|
||||
@sansFontFamily: "Helvetica Neue", Helvetica, Arial, sans-serif;
|
||||
@serifFontFamily: Georgia, "Times New Roman", Times, serif;
|
||||
@monoFontFamily: Monaco, Menlo, Consolas, "Courier New", monospace;
|
||||
/* >>> JUI >>> */
|
||||
@baseFontSize: 13px;
|
||||
/* <<< JUI <<< */
|
||||
@baseFontFamily: @sansFontFamily;
|
||||
/* >>> JUI >>> */
|
||||
@baseLineHeight: 18px;
|
||||
/* <<< JUI <<< */
|
||||
@altFontFamily: @serifFontFamily;
|
||||
|
||||
@headingsFontFamily: inherit; // empty to use BS default, @baseFontFamily
|
||||
@headingsFontWeight: bold; // instead of browser default, bold
|
||||
@headingsColor: inherit; // empty to use BS default, @textColor
|
||||
|
||||
|
||||
// Component sizing
|
||||
// -------------------------
|
||||
// Based on 14px font-size and 20px line-height
|
||||
|
||||
@fontSizeLarge: @baseFontSize * 1.25; // ~18px
|
||||
/* >>> JUI >>> */
|
||||
@fontSizeSmall: ceil(@baseFontSize * 0.85); // ~12px
|
||||
/* <<< JUI <<< */
|
||||
@fontSizeMini: @baseFontSize * 0.75; // ~11px
|
||||
|
||||
@paddingLarge: 11px 19px; // 44px
|
||||
@paddingSmall: 2px 10px; // 26px
|
||||
@paddingMini: 0 6px; // 22px
|
||||
|
||||
@baseBorderRadius: 4px;
|
||||
@borderRadiusLarge: 6px;
|
||||
@borderRadiusSmall: 3px;
|
||||
|
||||
|
||||
// Tables
|
||||
// -------------------------
|
||||
@tableBackground: transparent; // overall background-color
|
||||
@tableBackgroundAccent: #f9f9f9; // for striping
|
||||
@tableBackgroundHover: #f5f5f5; // for hover
|
||||
@tableBorder: #ddd; // table and cell border
|
||||
|
||||
// Buttons
|
||||
// -------------------------
|
||||
@btnBackground: @white;
|
||||
@btnBackgroundHighlight: darken(@white, 10%);
|
||||
@btnBorder: #bbb;
|
||||
|
||||
/* >>> JUI >>> */
|
||||
@btnPrimaryBackground: #2384d3;
|
||||
@btnPrimaryBackgroundHighlight: #15497c;
|
||||
/* <<< JUI <<< */
|
||||
|
||||
@btnInfoBackground: #5bc0de;
|
||||
@btnInfoBackgroundHighlight: #2f96b4;
|
||||
|
||||
@btnSuccessBackground: #62c462;
|
||||
@btnSuccessBackgroundHighlight: #51a351;
|
||||
|
||||
@btnWarningBackground: lighten(@orange, 15%);
|
||||
@btnWarningBackgroundHighlight: @orange;
|
||||
|
||||
@btnDangerBackground: #ee5f5b;
|
||||
@btnDangerBackgroundHighlight: #bd362f;
|
||||
|
||||
@btnInverseBackground: #444;
|
||||
@btnInverseBackgroundHighlight: @grayDarker;
|
||||
|
||||
|
||||
// Forms
|
||||
// -------------------------
|
||||
@inputBackground: @white;
|
||||
@inputBorder: #ccc;
|
||||
@inputBorderRadius: 3px;
|
||||
@inputDisabledBackground: @grayLighter;
|
||||
@formActionsBackground: #f5f5f5;
|
||||
@inputHeight: @baseLineHeight + 10px; // base line-height + 8px vertical padding + 2px top/bottom border
|
||||
|
||||
|
||||
// Dropdowns
|
||||
// -------------------------
|
||||
@dropdownBackground: @white;
|
||||
@dropdownBorder: rgba(0,0,0,.2);
|
||||
@dropdownDividerTop: #e5e5e5;
|
||||
@dropdownDividerBottom: @white;
|
||||
|
||||
@dropdownLinkColor: @grayDark;
|
||||
@dropdownLinkColorHover: @white;
|
||||
@dropdownLinkColorActive: @dropdownLinkColor;
|
||||
|
||||
@dropdownLinkBackgroundHover: @dropdownLinkBackgroundActive;
|
||||
@dropdownLinkBackgroundActive: @linkColor;
|
||||
|
||||
|
||||
|
||||
// COMPONENT VARIABLES
|
||||
// --------------------------------------------------
|
||||
|
||||
|
||||
// Z-index master list
|
||||
// -------------------------
|
||||
// Used for a bird's eye view of components dependent on the z-axis
|
||||
// Try to avoid customizing these :)
|
||||
@zindexDropdown: 1000;
|
||||
@zindexPopover: 1010;
|
||||
@zindexTooltip: 1030;
|
||||
@zindexFixedNavbar: 1030;
|
||||
@zindexModalBackdrop: 1040;
|
||||
@zindexModal: 1050;
|
||||
|
||||
|
||||
// Sprite icons path
|
||||
// -------------------------
|
||||
@iconSpritePath: "../img/glyphicons-halflings.png";
|
||||
@iconWhiteSpritePath: "../img/glyphicons-halflings-white.png";
|
||||
|
||||
|
||||
// Input placeholder text color
|
||||
// -------------------------
|
||||
@placeholderText: @grayLight;
|
||||
|
||||
|
||||
// Hr border color
|
||||
// -------------------------
|
||||
@hrBorder: @grayLighter;
|
||||
|
||||
|
||||
// Horizontal forms & lists
|
||||
// -------------------------
|
||||
@horizontalComponentOffset: 180px;
|
||||
|
||||
|
||||
// Wells
|
||||
// -------------------------
|
||||
@wellBackground: #f5f5f5;
|
||||
|
||||
|
||||
// Navbar
|
||||
// -------------------------
|
||||
/* >>> JUI >>> */
|
||||
@navbarCollapseWidth: 738px;
|
||||
/* <<< JUI <<< */
|
||||
@navbarCollapseDesktopWidth: @navbarCollapseWidth + 1;
|
||||
|
||||
@navbarHeight: 40px;
|
||||
@navbarBackgroundHighlight: #ffffff;
|
||||
@navbarBackground: darken(@navbarBackgroundHighlight, 5%);
|
||||
@navbarBorder: darken(@navbarBackground, 12%);
|
||||
|
||||
@navbarText: @gray;
|
||||
@navbarLinkColor: @gray;
|
||||
@navbarLinkColorHover: @grayDark;
|
||||
@navbarLinkColorActive: @gray;
|
||||
@navbarLinkBackgroundHover: transparent;
|
||||
@navbarLinkBackgroundActive: darken(@navbarBackground, 5%);
|
||||
|
||||
@navbarBrandColor: @navbarLinkColor;
|
||||
|
||||
// Inverted navbar
|
||||
/* >>> JUI >>> */
|
||||
@navbarInverseBackground: darken(@headerBackground, 10%);
|
||||
@navbarInverseBackgroundHighlight: darken(@headerBackground, 5%);
|
||||
@navbarInverseBorder: darken(@headerBackground, 15%);
|
||||
|
||||
@navbarInverseText: lighten(@grayLight, 25%);
|
||||
@navbarInverseLinkColor: lighten(@grayLight, 25%);
|
||||
/* <<< JUI <<< */
|
||||
@navbarInverseLinkColorHover: @white;
|
||||
@navbarInverseLinkColorActive: @navbarInverseLinkColorHover;
|
||||
@navbarInverseLinkBackgroundHover: transparent;
|
||||
@navbarInverseLinkBackgroundActive: @navbarInverseBackground;
|
||||
|
||||
@navbarInverseSearchBackground: lighten(@navbarInverseBackground, 25%);
|
||||
@navbarInverseSearchBackgroundFocus: @white;
|
||||
@navbarInverseSearchBorder: @navbarInverseBackground;
|
||||
@navbarInverseSearchPlaceholderColor: #ccc;
|
||||
|
||||
@navbarInverseBrandColor: @navbarInverseLinkColor;
|
||||
|
||||
|
||||
// Pagination
|
||||
// -------------------------
|
||||
@paginationBackground: #fff;
|
||||
@paginationBorder: #ddd;
|
||||
@paginationActiveBackground: #f5f5f5;
|
||||
|
||||
|
||||
// Hero unit
|
||||
// -------------------------
|
||||
@heroUnitBackground: @grayLighter;
|
||||
@heroUnitHeadingColor: inherit;
|
||||
@heroUnitLeadColor: inherit;
|
||||
|
||||
|
||||
// Form states and alerts
|
||||
// -------------------------
|
||||
@warningText: #c09853;
|
||||
@warningBackground: #fcf8e3;
|
||||
@warningBorder: darken(spin(@warningBackground, -10), 3%);
|
||||
|
||||
@errorText: #b94a48;
|
||||
@errorBackground: #f2dede;
|
||||
@errorBorder: darken(spin(@errorBackground, -10), 3%);
|
||||
|
||||
@successText: #468847;
|
||||
@successBackground: #dff0d8;
|
||||
@successBorder: darken(spin(@successBackground, -10), 5%);
|
||||
|
||||
@infoText: #3a87ad;
|
||||
@infoBackground: #d9edf7;
|
||||
@infoBorder: darken(spin(@infoBackground, -10), 7%);
|
||||
|
||||
|
||||
// Tooltips and popovers
|
||||
// -------------------------
|
||||
@tooltipColor: #fff;
|
||||
@tooltipBackground: #000;
|
||||
@tooltipArrowWidth: 5px;
|
||||
@tooltipArrowColor: @tooltipBackground;
|
||||
|
||||
@popoverBackground: #fff;
|
||||
@popoverArrowWidth: 10px;
|
||||
@popoverArrowColor: #fff;
|
||||
@popoverTitleBackground: darken(@popoverBackground, 3%);
|
||||
|
||||
// Special enhancement for popovers
|
||||
@popoverArrowOuterWidth: @popoverArrowWidth + 1;
|
||||
@popoverArrowOuterColor: rgba(0,0,0,.25);
|
||||
|
||||
|
||||
|
||||
// GRID
|
||||
// --------------------------------------------------
|
||||
|
||||
|
||||
// Default 940px grid
|
||||
// -------------------------
|
||||
@gridColumns: 12;
|
||||
@gridColumnWidth: 60px;
|
||||
@gridGutterWidth: 20px;
|
||||
@gridRowWidth: (@gridColumns * @gridColumnWidth) + (@gridGutterWidth * (@gridColumns - 1));
|
||||
|
||||
// 1200px min
|
||||
@gridColumnWidth1200: 70px;
|
||||
@gridGutterWidth1200: 30px;
|
||||
@gridRowWidth1200: (@gridColumns * @gridColumnWidth1200) + (@gridGutterWidth1200 * (@gridColumns - 1));
|
||||
|
||||
// 768px-979px
|
||||
@gridColumnWidth768: 42px;
|
||||
@gridGutterWidth768: 20px;
|
||||
@gridRowWidth768: (@gridColumns * @gridColumnWidth768) + (@gridGutterWidth768 * (@gridColumns - 1));
|
||||
|
||||
|
||||
// Fluid grid
|
||||
// -------------------------
|
||||
@fluidGridColumnWidth: percentage(@gridColumnWidth/@gridRowWidth);
|
||||
@fluidGridGutterWidth: percentage(@gridGutterWidth/@gridRowWidth);
|
||||
|
||||
// 1200px min
|
||||
@fluidGridColumnWidth1200: percentage(@gridColumnWidth1200/@gridRowWidth1200);
|
||||
@fluidGridGutterWidth1200: percentage(@gridGutterWidth1200/@gridRowWidth1200);
|
||||
|
||||
// 768px-979px
|
||||
@fluidGridColumnWidth768: percentage(@gridColumnWidth768/@gridRowWidth768);
|
||||
@fluidGridGutterWidth768: percentage(@gridGutterWidth768/@gridRowWidth768);
|
||||
|
||||
/* >>> JUI >>> */
|
||||
// Login
|
||||
// -------------------------
|
||||
@loginBackground: #142849;
|
||||
@loginBackgroundHighlight: #165387;
|
||||
|
||||
// Header
|
||||
// -------------------------
|
||||
@headerBackground: #1a3867;
|
||||
@headerBackgroundHighlight: #17568c;
|
||||
/* <<< JUI <<< */
|
Reference in New Issue
Block a user